우분투 8.1 이라고 하셔서 저도 모르게
우분투 8.10 이 최신버젼인 줄 알았네요.
최신버젼은 8.04입니다.
그리고 버젼은 소수가 아니기 때문에
뒤에 있는 영을 떼면 안 될 것 같아요.
리눅스를 쓰고 있어서 vmware에다가 우분투를
설치해 본 적이 없지만
xserver-xorg-input-vmmouse,
xserver-xorg-video-vmware 같은 게
있고 기본적으로 설치되는 걸로 봐서
설치할 때 하드웨어(가상머신)을 인식해서
우분투가 저 module을 쓰도록 설정되는 것 같네요.
/etc/X11/xorg.conf 파일을 보시면
마우스 드라이버로 vmmouse를 쓰고
비디오 드라이버로 vmware로 설정되어 있을 것 같습니다.
확인해 보세요.
8.04 이하버젼에서는 vmware-tool인스톨 실패해본적이 없는데요.. 8.04버젼에선 에러가 많이 쏟아지네요.
그동안 가상머신에서 vmware-tool을 깔지않으면 vmware밖으로 마우스커서가 나가지못하고 (Ctrl+Alt를 눌러줘야함) 고해상도도 쓸수없고
무엇보다 화면속도가 빨라지거든요. 그래서 필수적으로 깔았었는데 이건 처음 인스톨 시작할때부터 고해상도+마우스가 다 처리되네요.
터미널 화면에서 글을 블럭지정한 후 Ctrl+C 하니까 클립보드로 바로 복사도 되구요. 에러화면 바로 복사후 XP에서 글을 쓰는중입니다.
이런건 vmware-tool을 깔아야만 됐었던걸로 아는데..이거 뭐 다 되니까 tool을 꼭 깔아야하는지 모르겠네요.
vmware와 우분투 회사간에 뭔가 있었는지?
어쨌든 에러는 다음과 같습니다.
Quote:
semjase@semjase-desktop:~/imsi/vmware-tools-distrib$ sudo ./vmware-install.pl
Creating a new VMware Tools installer database using the tar4 format.
Installing VMware Tools.
In which directory do you want to install the binary files?
[/usr/bin]
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc]
What is the directory that contains the init scripts?
[/etc/init.d]
In which directory do you want to install the daemon files?
[/usr/sbin]
In which directory do you want to install the library files?
[/usr/lib/vmware-tools]
The path "/usr/lib/vmware-tools" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes]
In which directory do you want to install the documentation files?
[/usr/share/doc/vmware-tools]
The path "/usr/share/doc/vmware-tools" does not exist currently. This program
is going to create it, including needed parent directories. Is this what you
want? [yes]
The installation of VMware Tools 6.0.2 build-59824 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".
Before running VMware Tools for the first time, you need to configure it by
invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
this program to invoke the command for you now? [yes]
Stopping VMware Tools services in the virtual machine:
Guest operating system daemon: done
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.24-16-generic/build/include]
Extracting the sources of the vmmemctl module.
Building the vmmemctl module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmemctl-only'
make -C /lib/modules/2.6.24-16-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
CC [M] /tmp/vmware-config0/vmmemctl-only/os.o
/tmp/vmware-config0/vmmemctl-only/os.c로부터 include된 파일:40:
/tmp/vmware-config0/vmmemctl-only/compat_wait.h:37:5: 경고: "VMW_HAVE_EPOLL"(은) 정의되지 않았습니다
/tmp/vmware-config0/vmmemctl-only/compat_wait.h:43:5: 경고: "VMW_HAVE_EPOLL"(은) 정의되지 않았습니다
In file included from /tmp/vmware-config0/vmmemctl-only/os.c:40:
/tmp/vmware-config0/vmmemctl-only/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
include/linux/poll.h:65: error: previous declaration of ‘poll_initwait’ was here
make[2]: *** [/tmp/vmware-config0/vmmemctl-only/os.o] 오류 1
make[1]: *** [_module_/tmp/vmware-config0/vmmemctl-only] 오류 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make: *** [vmmemctl.ko] 오류 2
make: Leaving directory `/tmp/vmware-config0/vmmemctl-only'
Unable to build the vmmemctl module.
The memory manager driver (vmmemctl module) is used by VMware host software to
efficiently reclaim memory from a virtual machine.
If the driver is not available, VMware host software may instead need to swap
guest memory to disk, which may reduce performance.
The rest of the software provided by VMware Tools is designed to work
independently of this feature.
If you want the memory management 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 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: Entering directory `/tmp/vmware-config1/vmhgfs-only'
make -C /lib/modules/2.6.24-16-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
CC [M] /tmp/vmware-config1/vmhgfs-only/backdoor.o
CC [M] /tmp/vmware-config1/vmhgfs-only/backdoorGcc32.o
CC [M] /tmp/vmware-config1/vmhgfs-only/bdhandler.o
In file included from /tmp/vmware-config1/vmhgfs-only/dbllnklst.h:14,
from /tmp/vmware-config1/vmhgfs-only/vmrpc.h:17,
from /tmp/vmware-config1/vmhgfs-only/hgfsBd.h:14,
from /tmp/vmware-config1/vmhgfs-only/bdhandler.c:29:
/tmp/vmware-config1/vmhgfs-only/vm_basic_types.h:170: error: conflicting types for ‘uintptr_t’
include/linux/types.h:40: error: previous declaration of ‘uintptr_t’ was here
/tmp/vmware-config1/vmhgfs-only/request.h로부터 include된 파일:21,
from /tmp/vmware-config1/vmhgfs-only/bdhandler.c:34:
/tmp/vmware-config1/vmhgfs-only/compat_wait.h:37:5: 경고: "VMW_HAVE_EPOLL"(은) 정의되지 않았습니다
/tmp/vmware-config1/vmhgfs-only/compat_wait.h:43:5: 경고: "VMW_HAVE_EPOLL"(은) 정의되지 않았습니다
In file included from /tmp/vmware-config1/vmhgfs-only/request.h:21,
from /tmp/vmware-config1/vmhgfs-only/bdhandler.c:34:
/tmp/vmware-config1/vmhgfs-only/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
include/linux/poll.h:65: error: previous declaration of ‘poll_initwait’ was here
make[2]: *** [/tmp/vmware-config1/vmhgfs-only/bdhandler.o] 오류 1
make[1]: *** [_module_/tmp/vmware-config1/vmhgfs-only] 오류 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make: *** [vmhgfs.ko] 오류 2
make: Leaving directory `/tmp/vmware-config1/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 ]
pcnet32 34820 0
Unloading pcnet32 module
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: Entering directory `/tmp/vmware-config2/vmxnet-only'
make -C /lib/modules/2.6.24-16-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
CC [M] /tmp/vmware-config2/vmxnet-only/vmxnet.o
In file included from /tmp/vmware-config2/vmxnet-only/vmxnet.c:37:
/tmp/vmware-config2/vmxnet-only/vm_basic_types.h:170: error: conflicting types for ‘uintptr_t’
include/linux/types.h:40: error: previous declaration of ‘uintptr_t’ was here
/tmp/vmware-config2/vmxnet-only/vmxnet.c: In function ‘vmxnet_probe_device’:
/tmp/vmware-config2/vmxnet-only/vmxnet.c:687: error: implicit declaration of function ‘SET_MODULE_OWNER’
make[2]: *** [/tmp/vmware-config2/vmxnet-only/vmxnet.o] 오류 1
make[1]: *** [_module_/tmp/vmware-config2/vmxnet-only] 오류 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make: *** [vmxnet.ko] 오류 2
make: Leaving directory `/tmp/vmware-config2/vmxnet-only'
Unable to build the vmxnet module.
The fast network device driver (vmxnet module) is used only for our fast
networking interface. The rest of the software provided by VMware Tools is
designed to work independently of this feature.
If you wish to have the fast network driver enabled, 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 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: Entering directory `/tmp/vmware-config3/vmblock-only'
make -C /lib/modules/2.6.24-16-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
CC [M] /tmp/vmware-config3/vmblock-only/linux/block.o
/tmp/vmware-config3/vmblock-only/linux/os.h로부터 include된 파일:21,
from /tmp/vmware-config3/vmblock-only/linux/block.c:12:
/tmp/vmware-config3/vmblock-only/./include/compat_wait.h:37:5: 경고: "VMW_HAVE_EPOLL"(은) 정의되지 않았습니다
/tmp/vmware-config3/vmblock-only/./include/compat_wait.h:43:5: 경고: "VMW_HAVE_EPOLL"(은) 정의되지 않았습니다
In file included from /tmp/vmware-config3/vmblock-only/linux/os.h:21,
from /tmp/vmware-config3/vmblock-only/linux/block.c:12:
/tmp/vmware-config3/vmblock-only/./include/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
include/linux/poll.h:65: error: previous declaration of ‘poll_initwait’ was here
In file included from /tmp/vmware-config3/vmblock-only/linux/vmblockInt.h:26,
from /tmp/vmware-config3/vmblock-only/linux/block.c:15:
/tmp/vmware-config3/vmblock-only/./include/vm_basic_types.h:170: error: conflicting types for ‘uintptr_t’
include/linux/types.h:40: error: previous declaration of ‘uintptr_t’ was here
make[2]: *** [/tmp/vmware-config3/vmblock-only/linux/block.o] 오류 1
make[1]: *** [_module_/tmp/vmware-config3/vmblock-only] 오류 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make: *** [vmblock.ko] 오류 2
make: Leaving directory `/tmp/vmware-config3/vmblock-only'
Unable to build the vmblock module.
The vmblock module enables dragging or copying files from within a host and
dropping or pasting them onto your guest (host to guest drag and drop and file
copy/paste). The rest of the software provided by VMware Tools is designed to
work independently of this feature (including guest to host drag and drop and
file copy/paste).
If you would like the host to guest drag and drop and file copy/paste features,
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 ]
[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 0.0.0.
No drivers for X.org version: 0.0.0.
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:
[6] 3
Starting VMware Tools services in the virtual machine:
Switching to guest configuration: done
DMA setup: done
Guest operating system daemon: done
The configuration of VMware Tools 6.0.2 build-59824 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 make use of the virtual printer, you will need to restart the CUPS service
우분투 8.1 이라고
우분투 8.1 이라고 하셔서 저도 모르게
우분투 8.10 이 최신버젼인 줄 알았네요.
최신버젼은 8.04입니다.
그리고 버젼은 소수가 아니기 때문에
뒤에 있는 영을 떼면 안 될 것 같아요.
리눅스를 쓰고 있어서 vmware에다가 우분투를
설치해 본 적이 없지만
xserver-xorg-input-vmmouse,
xserver-xorg-video-vmware 같은 게
있고 기본적으로 설치되는 걸로 봐서
설치할 때 하드웨어(가상머신)을 인식해서
우분투가 저 module을 쓰도록 설정되는 것 같네요.
/etc/X11/xorg.conf 파일을 보시면
마우스 드라이버로 vmmouse를 쓰고
비디오 드라이버로 vmware로 설정되어 있을 것 같습니다.
확인해 보세요.
답변 감사합니다.
버젼은 제가 착각했습니다.
8.04 이하버젼에서는 vmware-tool인스톨 실패해본적이 없는데요.. 8.04버젼에선 에러가 많이 쏟아지네요.
그동안 가상머신에서 vmware-tool을 깔지않으면 vmware밖으로 마우스커서가 나가지못하고 (Ctrl+Alt를 눌러줘야함) 고해상도도 쓸수없고
무엇보다 화면속도가 빨라지거든요. 그래서 필수적으로 깔았었는데 이건 처음 인스톨 시작할때부터 고해상도+마우스가 다 처리되네요.
터미널 화면에서 글을 블럭지정한 후 Ctrl+C 하니까 클립보드로 바로 복사도 되구요. 에러화면 바로 복사후 XP에서 글을 쓰는중입니다.
이런건 vmware-tool을 깔아야만 됐었던걸로 아는데..이거 뭐 다 되니까 tool을 꼭 깔아야하는지 모르겠네요.
vmware와 우분투 회사간에 뭔가 있었는지?
어쨌든 에러는 다음과 같습니다.
.
댓글 달기