Gentoo Archives: gentoo-user

From: Iain Buchanan <iaindb@××××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] vmware problem
Date: Thu, 12 Jun 2008 02:16:00
Message-Id: 1213236946.3378.5.camel@localhost
In Reply to: [gentoo-user] vmware problem by David Relson
1 Hi,
2
3 On Wed, 2008-06-11 at 20:12 -0400, David Relson wrote:
4 > Greetings,
5 >
6 > I've got vmware-server installed on my AMD64x2 workstation with kernel
7 > 2.6.25-gentoo-r4. It used to work fine with kernel 2.6.22-gentoo-r9.
8 >
9 > My current versions are:
10 >
11 > vmware-server: 1.0.5.80187
12 > vmware-modules: 1.0.0.15-r1
13 >
14 > Today vmware won't start up. It's complaining:
15 >
16 > vmware is installed, but it has not been (correctly) configured
17 > for this system. To (re-)configure it, invoke the following command:
18 > /opt/vmware/server/bin/vmware-config.pl.
19 >
20 > I've run vmware-config.pl and accepted the default answers to all
21 > questions -- the same thing I've done several times over the past
22 > year. The run ends with the following messages:
23 >
24 > * Starting VMware services: [ ok ]
25 > * Virtual machine monitor [ !! ]
26 > * Virtual ethernet [ !! ]
27 > * Module vmnet is not loaded. Please verify that it is loaded
28 > before [ !! ]
29 > * running this script. [ !! ]
30 >
31 > The configuration of VMware Server 1.0.5 build-80187 for Linux for
32 > this running kernel completed successfully.
33 >
34 > Given the "module vmnet" message, I've run "emerge --oneshot
35 > vmware-modules" and verified that /lib/modules/2.6.25-gentoo-r4/misc
36 > has new versions of vmmon.ko and vmnet.ko. When I run "modprobe
37 > vmnet", it reports:
38 >
39 > FATAL: Error inserting vmnet
40 > (/lib/modules/2.6.25-gentoo-r4/misc/vmnet.ko): Invalid module
41 > format
42 >
43 > What detail am I missing about building vmnet.ko ??
44
45 I have various vmware module problems, and there are a number of tweaks
46 I try when I get to a brick wall:
47
48 sometimes just `rm /etc/vmware/not_configured` is enough, but given you
49 can't load it manually, maybe not!
50
51 try both:
52 /etc/init.d/vmware stop
53 /etc/vmware/init.d/vmware stop
54 and make sure all vm* modules are unloaded.
55
56 run vmware-config, but say no to everthing. Then start start the vmware
57 init.d service, see if it works. (don't run vmware).
58
59 stop vmware, run vmware-config again, and then add in your options.
60 Start the vmware service again... and cross your fingers :)
61
62 There might also be some useful messages in dmesg, or syslog (can't
63 remember where they go) about why the module isn't loading - perhaps
64 there's a deprecated kernel option you have to compile in?
65
66 HTH,
67 --
68 Iain Buchanan <iaindb at netspace dot net dot au>
69
70 Genius may have its limitations, but stupidity is not thus handicapped.
71 -- Elbert Hubbard
72
73 --
74 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] vmware problem David Relson <relson@×××××××××××××.com>