Gentoo Archives: gentoo-user

From: Kevin O'Gorman <kogorman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: vmware fails: Virtual Machine Monitor does not start
Date: Thu, 13 Nov 2008 05:02:23
Message-Id: 9acccfe50811122102j7540fc8arb82c678bd5c6181a@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: vmware fails: Virtual Machine Monitor does not start by Noven
1 On Tue, Nov 11, 2008 at 8:16 PM, Noven <lists@××××××××.net> wrote:
2 > On Wed, 12 Nov 2008 14:19:33 Kevin O'Gorman wrote:
3 >> On Tue, Nov 11, 2008 at 6:34 PM, Noven <lists@××××××××.net> wrote:
4 >> > On Wed, 12 Nov 2008 13:03:55 Kevin O'Gorman wrote:
5 >> >> On Tue, Nov 11, 2008 at 3:12 PM, Allistar <allistar.m@×××××.com> wrote:
6 >> >> > Kevin O'Gorman wrote:
7 >> >> >> On Tue, Nov 11, 2008 at 12:43 AM, Neil Bothwick <neil@××××××××××.uk>
8 >> >> >>
9 >> >> >> wrote:
10 >> >> >>> On Mon, 10 Nov 2008 19:24:15 -0800, Kevin O'Gorman wrote:
11 >> >> >>>> I've re-emerge vmware-modules, re-run ...vmware-config.pl, and
12 >> >> >>>> prayed. I still cannot do
13 >> >> >>>> /etc/init.d/vmware start
14 >> >> >>>> because this one part fails: Virutal machine Monitor
15 >> >> >>>> and trying "vmware&" says I need to run the config script (again).
16 >> >> >>>>
17 >> >> >>>> I'm getting nowhere and I really do want to run that VM again.
18 >> >> >>>
19 >> >> >>> Have you updated your kernel? VMware Workstation gives me problems
20 >> >> >>> like this with each new kernel, which is why I'm still running
21 >> >> >>> 2.6.26 on my desktop.
22 >> >> >>
23 >> >> >> I'm running 2.6.25-r8. I probably have updated since the last time I
24 >> >> >> ran VMware.
25 >> >> >> But I thought the above steps took care of that. I guess not.
26 >> >> >>
27 >> >> >> So what do I do now?
28 >> >> >
29 >> >> > From what I've experienced, the order you emerge vmware-workstation
30 >> >> > and vmware-modules is important. When getting the error you mention, a
31 >> >> > simple re-emerge of vmware-modules did the job.
32 >> >>
33 >> >> This did not help.
34 >> >>
35 >> >> I tried downloading VMWare-workstation, but the emerge fails on fetch
36 >> >> restrictions,
37 >> >> and the message points to a file on a server that denies it has such a
38 >> >> file.
39 >> >>
40 >> >> The workstation bundle runs an installer that wants a runlevel
41 >> >> directory, but rejects
42 >> >> the /etc/runlevels directory and subdirectories. I'm guessing it
43 >> >> wants something
44 >> >> more like SYSV.
45 >> >
46 >> > In your /etc dir, link rc{0-6}.d and rcS.d to /etc/init.d .
47 >> >
48 >> > Also ensure vmware-modules is *not* installed before running the
49 >> > installer bundle.
50 >> >
51 >> > Can't remember if I did anythig else tricky, but its workig beautifully
52 >> > here.
53 >> >
54 >> > - Noven
55 >>
56 >> Okay, now it installs okay, and I can modprobe vmmon.
57 >>
58 >> However, "vmware" gives me:
59 >>
60 >>
61 >> kevin@treat ~ $ vmware
62 >> /usr/lib/vmware/bin/vmware-modconfig: symbol lookup error:
63 >> /usr/lib/vmware/lib/libview.so.2/libview.so.2: undefined symbol:
64 >> _ZThn8_N3Gtk4HBoxD1Ev
65 >> kevin@treat ~ $
66 >>
67 >> And I have absolutely no clue what that's about.
68 >>
69 >> ++ kevin
70 >
71 > Did you re-run vmware-config.pl? That will recompile modules for your
72 > system.You have unmerged vmware-modules before doing this?
73
74 Now that I've unmerged everything, where would that be?
75 Self-installed software can be so wierd.
76
77 >
78 > On mine, K08vmware and S19vmware are links to /etc/init.d/vmware.
79
80 Here, they are links to ../vmware, which is /etc/vmware, and contains
81 a bunch of things.
82
83 >
84 > I recall I pinched the vmware init script out of
85 > portage - /usr/portage/app-emulation/vmware-workstation/files/vmware-workstation.rc
86 >
87 > move it to /etc/init.d, rename it vmware and make it executable. start as
88 > normal.
89
90 It's not quite working. I tried a restart, and it failed on link 84 which is:
91 /etc/vmware/init.d/vmware stop | vmware_prettify stop
92 but there's no such file: as /etc/vmware/init.d/vmware. There are
93 rc?.d entries there.
94 These contain symlinks which are broken, pointing to the same non-existent file.
95 Sigh.
96
97
98 >
99 > - Noven
100
101
102 --
103 Kevin O'Gorman, PhD

Replies

Subject Author
Re: [gentoo-user] Re: vmware fails: Virtual Machine Monitor does not start Iain Buchanan <iaindb@××××××××××××.au>
Re: [gentoo-user] Re: vmware fails: Virtual Machine Monitor does not start Noven <lists@××××××××.net>