Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Re: vmware fails: Virtual Machine Monitor does not start Kevin O'Gorman <kogorman@×××××.com>