Gentoo Archives: gentoo-user

From: daniel <danstemporaryaccount@×××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] VMware not running well
Date: Thu, 18 May 2006 04:17:28
Message-Id: 200605180006.29702.danstemporaryaccount@yahoo.ca
In Reply to: [gentoo-user] VMware not running well by Kevin O'Gorman
1 On Wednesday 17 May 2006 23:11, Kevin O'Gorman wrote:
2 > I have a 30-day license to evaluate this beast, and it is not going well.
3 > I blame my own inexperience, not VMware, but it's still frustrating.
4 >
5 > As things stand, I can start my virtual machine (the current one runs
6 > Minix) only as root. I can start vmware as a user, but any attempt to
7 > start my VM brings up a message about it not being able to connect
8 > to its peer (whatever that is), and the VM does not start.
9 >
10 > When I run as root, things seem better, but it complains that it was
11 > unable to extablish an IP number for the simulated ethernet card
12 > (networking is set up for NAT).
13
14 Though I've never used VMware with Minix as the guest, I can assume the
15 principles are the same as they are when I use it for Windows.
16
17 The trick to getting it to work easy for me has always been the "configure
18 networking" step of vmware-config.pl. DON'T try to configure NAT, scan for
19 private subnets or anything, just use the bridged network. Here's the result
20 of me running the config script:
21
22
23
24 # /opt/vmware/workstation/bin/vmware-config.pl
25 Making sure services for VMware Workstation are stopped.
26
27 * Stopping VMware services: [ ok ]
28 * Virtual machine monitor [ ok ]
29 * Bridged networking on /dev/vmnet0 [ ok ]
30 * Virtual ethernet [ ok ]
31
32 Configuring fallback GTK+ 2.4 libraries.
33
34 Trying to find a suitable vmmon module for your running kernel.
35
36 None of the pre-built vmmon modules for VMware Workstation is suitable for
37 your running kernel. Do you want this program to try to build the vmmon
38 module for your system (you need to have a C compiler installed on your
39 system)? [yes] yes
40
41 Using compiler "/usr/bin/gcc". Use environment variable CC to override.
42
43 What is the location of the directory of C header files that match your
44 running kernel? [/lib/modules/2.6.16-gentoo-r6/build/include]
45
46 Extracting the sources of the vmmon module.
47
48 Building the vmmon module.
49
50 <snip>
51
52 Would you like to skip networking setup and keep your old settings as they
53 are? (yes/no) [yes] no
54
55 Do you want networking for your virtual machines? (yes/no/help) [yes] y
56
57 Would you prefer to modify your existing networking configuration using the
58 wizard or the editor? (wizard/editor/help) [wizard] wizard
59
60 The following bridged networks have been defined:
61
62 All your ethernet interfaces are already bridged.
63
64 Do you want to be able to use NAT networking in your virtual machines?
65 (yes/no) [yes] no
66
67 Do you want to be able to use host-only networking in your virtual machines?
68 [no] no
69
70 Extracting the sources of the vmnet module.
71
72 Building the vmnet module.
73
74 <snip>
75
76 The module loads perfectly in the running kernel.
77
78 * Starting VMware services: [ ok ]
79 * Virtual machine monitor [ ok ]
80 * Virtual ethernet [ ok ]
81 * Bridged networking on /dev/vmnet0 [ ok ]
82
83 The configuration of VMware Workstation 5.5.1 build-19175 for Linux for this
84 running kernel completed successfully.
85
86 You can now run VMware Workstation by invoking the following command:
87 "/opt/vmware/workstation/bin/vmware".
88
89 Enjoy,
90
91 --the VMware team
92 --
93 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] VMware not running well Martin Larsson <martin.larsson@×××××.com>