先輩の手順書 ホームへ


2007年10月  

   ホーム >  vmware-config-tools.pl 実行ログ

VMware vmware-config-tools.pl 実行ログ

VMware Tools をインストールする作業において vmware-config-tools.pl を実行しますがそのときのログを示します。

実際のインストール作業は、「VMware Player に Fedora7 をゲストOSとしてインストール」を参照して下さい。

環境
  • VMware Palyer Ver 2.0.1
  • VMwareTools-6.0.1-55017.i386.rpm
  • Fedora7 カーネル 2.6.22.9


エラー無しの場合

# vmware-config-tools.pl

Trying to find a suitable vmmemctl module for your running kernel.

None of the pre-built vmmemctl modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmmemctl module
for your system (you need to have a C compiler installed on your system)?
[yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.22.9-91.fc7/build/include]

Extracting the sources of the vmmemctl module.

Building the vmmemctl module.

Using 2.6.x kernel build system.
make: ディレクトリ `/tmp/vmware-config14/vmmemctl-only' に入ります
make -C /lib/modules/2.6.22.9-91.fc7/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: ディレクトリ `/usr/src/kernels/2.6.22.9-91.fc7-i686' に入ります
CC [M] /tmp/vmware-config14/vmmemctl-only/os.o
SHIPPED /tmp/vmware-config14/vmmemctl-only/vmmemctl1.o
LD [M] /tmp/vmware-config14/vmmemctl-only/vmmemctl.o
Building modules, stage 2.
MODPOST 1 modules
WARNING: could not find /tmp/vmware-config14/vmmemctl-only/.vmmemctl1.o.cmd for /tmp/vmware-config14/vmmemctl-only/vmmemctl1.o
CC /tmp/vmware-config14/vmmemctl-only/vmmemctl.mod.o
LD [M] /tmp/vmware-config14/vmmemctl-only/vmmemctl.ko
make[1]: ディレクトリ `/usr/src/kernels/2.6.22.9-91.fc7-i686' から出ます
cp -f vmmemctl.ko ./../vmmemctl.o
make: ディレクトリ `/tmp/vmware-config14/vmmemctl-only' から出ます
The module loads perfectly in the running kernel.

Trying to find a suitable vmhgfs module for your running kernel.

None of the pre-built vmhgfs modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmhgfs module for
your system (you need to have a C compiler installed on your system)? [yes]

Extracting the sources of the vmhgfs module.

Building the vmhgfs module.

Using 2.6.x kernel build system.
make: ディレクトリ `/tmp/vmware-config14/vmhgfs-only' に入ります
make -C /lib/modules/2.6.22.9-91.fc7/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: ディレクトリ `/usr/src/kernels/2.6.22.9-91.fc7-i686' に入ります
CC [M] /tmp/vmware-config14/vmhgfs-only/backdoor.o
CC [M] /tmp/vmware-config14/vmhgfs-only/backdoorGcc32.o
CC [M] /tmp/vmware-config14/vmhgfs-only/bdhandler.o
CC [M] /tmp/vmware-config14/vmhgfs-only/cpName.o
CC [M] /tmp/vmware-config14/vmhgfs-only/cpNameLinux.o
CC [M] /tmp/vmware-config14/vmhgfs-only/cpNameLite.o
CC [M] /tmp/vmware-config14/vmhgfs-only/dbllnklst.o
CC [M] /tmp/vmware-config14/vmhgfs-only/dentry.o
CC [M] /tmp/vmware-config14/vmhgfs-only/dir.o
CC [M] /tmp/vmware-config14/vmhgfs-only/eventManager.o
CC [M] /tmp/vmware-config14/vmhgfs-only/file.o
CC [M] /tmp/vmware-config14/vmhgfs-only/filesystem.o
CC [M] /tmp/vmware-config14/vmhgfs-only/fsutil.o
CC [M] /tmp/vmware-config14/vmhgfs-only/hgfsBd.o
CC [M] /tmp/vmware-config14/vmhgfs-only/hgfsUtil.o
CC [M] /tmp/vmware-config14/vmhgfs-only/inode.o
CC [M] /tmp/vmware-config14/vmhgfs-only/kernelStubsLinux.o
CC [M] /tmp/vmware-config14/vmhgfs-only/link.o
CC [M] /tmp/vmware-config14/vmhgfs-only/message.o
CC [M] /tmp/vmware-config14/vmhgfs-only/module.o
CC [M] /tmp/vmware-config14/vmhgfs-only/page.o
CC [M] /tmp/vmware-config14/vmhgfs-only/request.o
CC [M] /tmp/vmware-config14/vmhgfs-only/rpcin.o
CC [M] /tmp/vmware-config14/vmhgfs-only/rpcout.o
CC [M] /tmp/vmware-config14/vmhgfs-only/staticEscape.o
CC [M] /tmp/vmware-config14/vmhgfs-only/stubs.o
CC [M] /tmp/vmware-config14/vmhgfs-only/super.o
LD [M] /tmp/vmware-config14/vmhgfs-only/vmhgfs.o
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/vmware-config14/vmhgfs-only/vmhgfs.mod.o
LD [M] /tmp/vmware-config14/vmhgfs-only/vmhgfs.ko
make[1]: ディレクトリ `/usr/src/kernels/2.6.22.9-91.fc7-i686' から出ます
cp -f vmhgfs.ko ./../vmhgfs.o
make: ディレクトリ `/tmp/vmware-config14/vmhgfs-only' から出ます
The module loads perfectly in the running kernel.

Trying to find a suitable vmxnet module for your running kernel.

None of the pre-built vmxnet modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmxnet module for
your system (you need to have a C compiler installed on your system)? [yes]

Extracting the sources of the vmxnet module.

Building the vmxnet module.

Using 2.6.x kernel build system.
make: ディレクトリ `/tmp/vmware-config14/vmxnet-only' に入ります
make -C /lib/modules/2.6.22.9-91.fc7/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: ディレクトリ `/usr/src/kernels/2.6.22.9-91.fc7-i686' に入ります
CC [M] /tmp/vmware-config14/vmxnet-only/vmxnet.o
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/vmware-config14/vmxnet-only/vmxnet.mod.o
LD [M] /tmp/vmware-config14/vmxnet-only/vmxnet.ko
make[1]: ディレクトリ `/usr/src/kernels/2.6.22.9-91.fc7-i686' から出ます
cp -f vmxnet.ko ./../vmxnet.o
make: ディレクトリ `/tmp/vmware-config14/vmxnet-only' から出ます
The module loads perfectly in the running kernel.

Trying to find a suitable vmblock module for your running kernel.

None of the pre-built vmblock modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmblock module
for your system (you need to have a C compiler installed on your system)?
[yes]

Extracting the sources of the vmblock module.

Building the vmblock module.

Using 2.6.x kernel build system.
make: ディレクトリ `/tmp/vmware-config14/vmblock-only' に入ります
make -C /lib/modules/2.6.22.9-91.fc7/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: ディレクトリ `/usr/src/kernels/2.6.22.9-91.fc7-i686' に入ります
CC [M] /tmp/vmware-config14/vmblock-only/linux/block.o
CC [M] /tmp/vmware-config14/vmblock-only/linux/control.o
CC [M] /tmp/vmware-config14/vmblock-only/linux/dbllnklst.o
CC [M] /tmp/vmware-config14/vmblock-only/linux/dentry.o
CC [M] /tmp/vmware-config14/vmblock-only/linux/file.o
CC [M] /tmp/vmware-config14/vmblock-only/linux/filesystem.o
CC [M] /tmp/vmware-config14/vmblock-only/linux/inode.o
CC [M] /tmp/vmware-config14/vmblock-only/linux/module.o
CC [M] /tmp/vmware-config14/vmblock-only/linux/stubs.o
CC [M] /tmp/vmware-config14/vmblock-only/linux/super.o
LD [M] /tmp/vmware-config14/vmblock-only/vmblock.o
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/vmware-config14/vmblock-only/vmblock.mod.o
LD [M] /tmp/vmware-config14/vmblock-only/vmblock.ko
make[1]: ディレクトリ `/usr/src/kernels/2.6.22.9-91.fc7-i686' から出ます
cp -f vmblock.ko ./../vmblock.o
make: ディレクトリ `/tmp/vmware-config14/vmblock-only' から出ます
The module loads perfectly in the running kernel.

[EXPERIMENTAL] The Virtual Machine Communication Interface (VMCI) service
provides a new communication capability with the Host, primarily for
development at the moment. Would you like to enable this feature? [no]



Detected X.org version 1.3.



No drivers for X.org version: 1.3.



Do you want to change the display size that X starts with? (yes/no) [no] yes


Please choose one of the following display sizes that X will start with (1 -
15):

[1] "640x480"
[2] "800x600"
[3] "1024x768"
[4] "1152x864"
[5] "1280x800"
[6]< "1152x900"
[7] "1280x1024"
[8] "1376x1032"
[9] "1400x900"
[10] "1400x1050"
[11] "1440x900"
[12] "1680x1050"
[13] "1600x1200"
[14] "1920x1200"
[15] "2364x1773"
Please enter a number between 1 and 15:

[3]

Starting VMware Tools services in the virtual machine:
Switching to guest configuration: [ OK ]
Guest filesystem driver: [ OK ]
Mounting HGFS shares: [ OK ]
Guest memory manager: [ OK ]
Guest vmxnet fast network device: [ OK ]
New Host-Guest communications path: [ OK ]
Blocking file system: [ OK ]
DMA setup: [ OK ]
Guest operating system daemon: [ OK ]

The configuration of VMware Tools 6.0.1 build-55017 for Linux for this running
kernel completed successfully.

You must restart your X session before any mouse or graphics changes take
effect.

You can now run VMware Tools by invoking the following command:
"/usr/bin/vmware-toolbox" during an X server session.

To use the vmxnet driver, restart networking using the following commands:
/etc/init.d/network stop
rmmod pcnet32
rmmod vmxnet
modprobe vmxnet
/etc/init.d/network start

To make use of the virtual printer, you will need to restart the CUPS service

Enjoy,

--the VMware team

#


VMware共有フォルダー関係でエラー発生の場合

# vmware-config-tool.pl
bash: vmware-config-tool.pl: command not found
[root@localhost ~]# vmware-config-tools.pl

Trying to find a suitable vmmemctl module for your running kernel.

None of the pre-built vmmemctl modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmmemctl module
for your system (you need to have a C compiler installed on your system)?
[yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.22.9-91.fc7/build/include]

Extracting the sources of the vmmemctl module.

Building the vmmemctl module.

Using 2.6.x kernel build system.
make: ディレクトリ `/tmp/vmware-config0/vmmemctl-only' に入ります
make -C /lib/modules/2.6.22.9-91.fc7/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: ディレクトリ `/usr/src/kernels/2.6.22.9-91.fc7-i686' に入ります
CC [M] /tmp/vmware-config0/vmmemctl-only/os.o
SHIPPED /tmp/vmware-config0/vmmemctl-only/vmmemctl1.o
LD [M] /tmp/vmware-config0/vmmemctl-only/vmmemctl.o
Building modules, stage 2.
MODPOST 1 modules
WARNING: could not find /tmp/vmware-config0/vmmemctl-only/.vmmemctl1.o.cmd for /tmp/vmware-config0/vmmemctl-only/vmmemctl1.o
CC /tmp/vmware-config0/vmmemctl-only/vmmemctl.mod.o
LD [M] /tmp/vmware-config0/vmmemctl-only/vmmemctl.ko
make[1]: ディレクトリ `/usr/src/kernels/2.6.22.9-91.fc7-i686' から出ます
cp -f vmmemctl.ko ./../vmmemctl.o
make: ディレクトリ `/tmp/vmware-config0/vmmemctl-only' から出ます
The module loads perfectly in the running kernel.

Trying to find a suitable vmhgfs module for your running kernel.

None of the pre-built vmhgfs modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmhgfs module for
your system (you need to have a C compiler installed on your system)? [yes]

Extracting the sources of the vmhgfs module.

Building the vmhgfs module.

Using 2.6.x kernel build system.
make: ディレクトリ `/tmp/vmware-config0/vmhgfs-only' に入ります
make -C /lib/modules/2.6.22.9-91.fc7/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: ディレクトリ `/usr/src/kernels/2.6.22.9-91.fc7-i686' に入ります
CC [M] /tmp/vmware-config0/vmhgfs-only/backdoor.o
CC [M] /tmp/vmware-config0/vmhgfs-only/backdoorGcc32.o
CC [M] /tmp/vmware-config0/vmhgfs-only/bdhandler.o
CC [M] /tmp/vmware-config0/vmhgfs-only/cpName.o
CC [M] /tmp/vmware-config0/vmhgfs-only/cpNameLinux.o
CC [M] /tmp/vmware-config0/vmhgfs-only/cpNameLite.o
CC [M] /tmp/vmware-config0/vmhgfs-only/dbllnklst.o
CC [M] /tmp/vmware-config0/vmhgfs-only/dentry.o
CC [M] /tmp/vmware-config0/vmhgfs-only/dir.o
CC [M] /tmp/vmware-config0/vmhgfs-only/eventManager.o
CC [M] /tmp/vmware-config0/vmhgfs-only/file.o
CC [M] /tmp/vmware-config0/vmhgfs-only/filesystem.o
/tmp/vmware-config0/vmhgfs-only/filesystem.c: In function ‘HgfsInitFileSystem’:
/tmp/vmware-config0/vmhgfs-only/filesystem.c:582: error: too few arguments to function ‘kmem_cache_create’
/tmp/vmware-config0/vmhgfs-only/filesystem.c:593: error: too few arguments to function ‘kmem_cache_create’
make[2]: *** [/tmp/vmware-config0/vmhgfs-only/filesystem.o] エラー 1
make[1]: *** [_module_/tmp/vmware-config0/vmhgfs-only] エラー 2
make[1]: ディレクトリ `/usr/src/kernels/2.6.22.9-91.fc7-i686' から出ます
make: *** [vmhgfs.ko] エラー 2
make: ディレクトリ `/tmp/vmware-config0/vmhgfs-only' から出ます
Unable to build the vmhgfs module.

The filesystem driver (vmhgfs module) is used only for the shared folder
feature. The rest of the software provided by VMware Tools is designed to work
independently of this feature.
If you wish to have the shared folders feature, you can install the driver by
running vmware-config-tools.pl again after making sure that gcc, binutils, make
and the kernel sources for your running kernel are installed on your machine.
These packages are available on your distribution's installation CD.
[ Press Enter key to continue ]

Trying to find a suitable vmxnet module for your running kernel.

None of the pre-built vmxnet modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmxnet module for
your system (you need to have a C compiler installed on your system)? [yes]

Extracting the sources of the vmxnet module.

Building the vmxnet module.

.......   以下省略


「先輩の手順書」へ 問い合わせ