vine-users ML アーカイブ



[vine-users:079041] Re: VMware Workstation 6.5.1が起動しない

  • From: "K.Moriyama" <mistletoe@xxxxxxxxxxxxx>
  • Subject: [vine-users:079041] Re: VMware Workstation 6.5.1が起動しない
  • Date: Sun, 21 Dec 2008 14:57:05 +0900
森山です。

On Wed, 17 Dec 2008 23:28:05 +0900
野宮 賢 / NOMIYA Masaru <nomiya@xxxxxxxxxxxxxxxx> wrote:

> 野宮です.
> 森山さん> となっていて、vmppuser.o と vmppuser.ko 相当が無いのが原因のようです。
> 
> いえ,それは,小生のところでも同じです.と,言うか,vmppurser.o とか
> vmppuser.ko といったもの自体ありません.
> 
> ここは,vmblock.o, vmci.o, vmmon.o, vmnet.o vsock.o を入れ替えるのではない
> でしょうか?

 私の早とちりで、そのようです。野宮さん御指摘ありがとうございます。
で、一端アンインストール後、再度以下のようにやってみました。

# LANG=C rpm -Uvh VMware-Workstation-6.5.1-126130.i386.rpm
Preparing...                ########################################### [100%]
   1:VMware-Workstation     ########################################### [100%]
Extracting VMware Installer...done.
You must accept the EULA to continue.  Press enter to proceed.

Installing VMware Installer 1.0
Copying files...
Configuring...
Installing VMware Player 2.5.1
Copying files...
Configuring...
Installing VMware VIX API 1.6.3
Copying files...
Configuring...
Installing VMware Player 2.5.1
Copying files...
Configuring...
Installing VMware Player 2.5.1
Copying files...
Configuring...
Installing VMware Workstation 6.5.1
Copying files...
Configuring...
Installation was successful

$ cd /usr/lib/vmware/modules/source/
$ cp * /home/data/vmware/data/
$ cd /home/data/vmware/data/
$ tar -xvf vmblock.tar
$ tar -xvf vmci.tar
$ tar -xvf vmmon.tar
$ tar -xvf vmnet.tar
$ tar -xvf vsock.tar
$ cd vmblock-only/
$ LANG=C make
$ cd ..
$ cd vmci-only/
$ LANG=C make
$ cd ..
$ cd vmmon-only/
$ LANG=C make
$ cd ..
$ cd vmnet-only/
$ LANG=C make
$ cd ..
$ cd vsock-only/
$ LANG=C make
$ cd ..
$ cd /lib/modules/2.6.16-76.39vl4/misc/
$ su
# cp vmblock.o vmblock.o.original
# cp vmci.o vmci.o.original
# cp vmmon.o vmmon.o.original
# cp vmnet.o vmnet.o.original
# cp vsock.o vsock.o.original
# cp /home/data/vmware/data/*.o .
# mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old
# depmod -a

再起動

$ LANG=C vmware start
/usr/lib/vmware/bin/vmware-modconfig: Symbol `_ZTIN4Glib10ObjectBaseE' has different size in shared object, consider re-linking
/usr/lib/vmware/bin/vmware-modconfig: Symbol `_ZTIN4Glib9InterfaceE' has different size in shared object, consider re-linking
/usr/lib/vmware/bin/vmware-modconfig: Symbol `_ZTIN4Glib6ObjectE' has different size in shared object, consider re-linking
/usr/lib/vmware/bin/vmware-modconfig: Symbol `_ZTIN3Gtk6WidgetE' has different size in shared object, consider re-linking
Logging to /tmp/vmware-userNmae/setup-3834.log
/usr/bin/vmware: line 31:  3834 Segmentation fault      "$BINDIR"/vmware-modconfig --appname="VMware Workstation" --icon="vmware-workstation"

となり、変化なしでお手上げです。
ちなみに, [ VMware-Workstation-6.5.1-126130.i386.bundle ]も試して
見たのですが、同様の結果となりました(但し、インストール画面は、
bundleの場合GUIとなりました)。

  所で、当方の環境で記載忘れがありました。すみません。

    ハードウェア

        CPU : Dual Athlon MP 2800+
        VGA : 玄人志向 RD96PRO-A256C ( ATI Radeon 9600 Pro )

尚、/etc/rc.d/init.d/vmwareの再起動も以下のように行ってみたのですが
変化は有りませんでした。

    # LANG=C /etc/rc.d/init.d/vmware stop
    Stopping VMware services:
       Virtual machine communication interface                 [  OK  ]
       Virtual machine monitor                                 [  OK  ]
       Blocking file system                                    [  OK  ]
    ERROR: Module vmnet is in use

    # LANG=C /usr/bin/vmware-networks --stop
    Stopped Bridged networking on vmnet0
    Stopped DHCP service on vmnet1
    Disabled hostonly virtual adapter on vmnet1
    Stopped DHCP service on vmnet8
    Stopped NAT service on vmnet8
    Disabled hostonly virtual adapter on vmnet8
    Stopped all configured services on all networks

    # LANG=C /etc/rc.d/init.d/vmware start
    Starting VMware services:
       Virtual machine monitor                                 [  OK  ]
       Virtual machine communication interface                 [  OK  ]
       Blocking file system                                    [  OK  ]
       Virtual ethernet                                        [ 失敗 ]

    # LANG=C /usr/bin/vmware-networks --start
    Started Bridge networking on vmnet0
    Started DHCP service on vmnet1
    Enabled hostonly virtual adapter on vmnet1
    Started DHCP service on vmnet8
    Started NAT service on vmnet8
    Enabled hostonly virtual adapter on vmnet8
    Started Network detection service
    Started all configured services on all networks

-- 
K.Moriyama