Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Where has vmware-config.pl gone?
Date: Thu, 05 Feb 2009 00:15:20
Message-Id: 58965d8a0902041615k132ff9b7s525cc5a48a4f9c6d@mail.gmail.com
In Reply to: [gentoo-user] Where has vmware-config.pl gone? by Iain Buchanan
1 On Wed, Feb 4, 2009 at 5:42 PM, Iain Buchanan <iaindb@××××××××××××.au> wrote:
2 > Hi all,
3 >
4 > I just upgraded from vmware-workstation vmware-workstation-6.0.5.109488
5 > to vmware-workstation-6.5.1.126130 as I'm upgrading kernels, modules,
6 > etc, and the old faithful 6.0.5 version has been hard masked...
7 >
8 > I get the usual:
9 >
10 > VMware Workstation Error:
11 > VMware Workstation is installed, but it has not been (correctly)
12 > configured for your running kernel. To (re-)configure it, your system
13 > administrator must find and run "vmware-config.pl". For more
14 > information, please see the VMware Workstation documentation.
15 >
16 >
17 > But for the life of me I can't find vmware-config.pl. slocate returns
18 > nothing. Google isn't helpful either. The emerge log mentioned `emerge
19 > --config vmware-workstation` which output this:
20 >
21 > Configuring pkg...
22 >
23 > Network settings database seems to be invalid,configuring default
24 > settings
25 > Configuring Bridged network vmnet0
26 > Configuring hostonly network vmnet1, probing for unused subnet ...
27 > Configuring NAT network vmnet8, probing for unused subnet ...
28 > Configured default networks - Bridged, Hostonly, NAT
29 >
30 > But vmware still complains about vmware-config.pl
31 >
32 > Any ideas?
33
34 I think emerge --config is the "gentoo way".
35
36 It runs /opt/vmware/workstation/bin/vmware-networks
37
38 Here's the snippet from the ebuild:
39
40 pkg_config() {
41 ${VM_INSTALL_DIR}/bin/vmware-networks --postinstall ${PN},old,new
42 }

Replies

Subject Author
Re: [gentoo-user] Where has vmware-config.pl gone? Iain Buchanan <iaindb@××××××××××××.au>