vmware8 tools下载 tools装不了怎么解决? 报错是vmware8 tools下载 tools installation cannot be started manually while Easy

win10安装的vmware workstation12在安装VMware tools时出现问题:
root@lc:/root/vmware-tools-distrib# ./vmware-install.plA previous installation of VMware Tools has been detected.
The previous installation was made by the tar installer (version 4).
Keeping the tar4 installer database format.
You have a version of VMware Tools installed. Continuing this install will&first uninstall the currently installed version. Do you wish to continue?&(yes/no) [yes]
解决办法是:
root@lc:/root/vmware-tools-distrib# rm -rf /etc/vmware-tools
root@lc:/root/vmware-tools-distrib# rm -rf /tmp/vm*
root@lc:/root/vmware-tools-distrib# ./vmware*.pl
阅读(...) 评论()当前位置:&>&&>&
解决VMware Tools for Linux安装失败的问题
发布时间:
来源:服务器之家
几天来一直试着安装Vmware Tools for Linux& 但是每次安装到中途都会遇到同样的问题
Unable to copy the source file ./installer/services.sh
to the destination file
/etc/vmware-tools.
Execution aborted.
今天在网上不小心看到一个网友的回复顿时来了灵感,问题解决!!
首先按照以下方法安装
**************************************************************************************************************
安装Vmwar Tools
选择VM--&install VMware Tools
[root@localhost ~]# mkdir /mnt/cdrom
[root@localhost ~]#mount /dev/cdrom /mnt/cdrom/
[root@localhost ~]# cd /mnt/cdrom/
[root@localhost cdrom]# ls 后有
VMwareTools-6.5.0-6.rpm
VMwareTools-6.5.0-118166.tar.gz
[root@localhost cdrom]# cp VMwareTools-6.5.0-118166.tar.gz /tmp
//拷贝到/tmp下
[root@localhost cdrom]# cd /tmp/
[root@localhost tmp]# tar zxvf VMwareTools-6.5.0-118166.tar.gz
//解包文件
[root@localhost tmp]# cd vmware-tools-distrib/
[root@localhost vmware-tools-distrib]#
./vmware-install.pl&& //安装开始
一路回车之后出现:
What is the location of the directory of C header files that match
your running kernel? [/usr/src/linux/include]
The path "/usr/src/linux/include" is not an existing directory.
查看目录/usr/src/ 根本没有linux这个目录
只有/usr/src/redhat
google/baidu解决方案:
1. 用vmware-any-any-update109打补丁
&&& 很不幸,下载完后,解压 安装出错
[root@localhost vmware-any-any-update109]# ./runme.pl
Unable to open the installer database /etc/vmware/locations in
read-mode.
Execution aborted.
2. 继续google:有人说是kernel-source 没有安装
用RPM命令查看一下
[root@localhost ~]# rpm -q kernel-source
package kernel-source is not installed
(接下来便是漫长而痛苦又无用的kernel source 安装过程
不写了--因为在这里是无用功―)
3. 第三种方案是安装kernel devel包
先查看内核版本号
[root@localhost ~]# uname -r
2.6.25-14.fc9.i686
[root@localhost ~]# rpm -q kernel-i686-devel
package kernel-xen-devel is not installed
这是i686的内核,所以,要安装对应版本号的 kernel-i686-devel rpm包:
下载地址:http://rpm.pbone.net/index.php3/stat/4/idpl/7201713/com/kernel-devel-2.6.25-14.fc9.i686.rpm.html
[root@localhost ~]# rpm -ivh
kernel-devel-2.6.25-14.fc9.i686.rpm
完成安装后,在/usr/src/下已经多出了一个kernels目录
[root@localhost ~]# cd /usr/src/
[root@localhost src]# ls
kernels redhat
无图无真相,下面是截图
/********************************************************************************************************************************/
/********************************************************************************************************************************/
[root@localhost src]# cd kernels
[root@localhost kernels]# ls
2.6.20-2925.9.fc7.i686.rpm
表明kernel-xen-devel已经装好了
再次使用vmware-install.pl安装,
./vmware-install.pl
就一直enter,装完VMware Tools
(可自动找到配套的the directory of C header files了,哈)
在安装的最后阶段,会出现:
Do you want to change your guest X resolution? (yes/no) [no] y
Please choose one of the following display sizes (1 - 13):
[1] "640x480"
[2]& "800x600"
Please enter a number between 1 and 13:
重启系统,OK了
*******************************************************************************************************************************
以上转自(版权所有):/ma_jieo/blog/item/1b19f58bb4a5db729e2fb4fe.html
以下是毕人安装的终端代码
*******************************************************************************************************************************
*******************************************************************************************************************************
[root@Fedora-W tmp]# cd vmware-tools-distrib
[root@Fedora-W vmware-tools-distrib]# ./vmware-install.pl
A previous installation of VMware Tools has been detected.
The previous installation was made by the tar installer (version
Keeping the tar4 installer database format.
You have a version of VMware Tools installed.& Continuing
this install will
first uninstall the currently installed version.& Do you wish
to continue?
(yes/no) [yes]
Uninstalling the tar installation of VMware Tools.
The removal of VMware Tools 8.8.0 build-471268 for Linux
successfully.
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/)?
What is the directory that contains the init scripts? [/etc]
The file /etc/vmware-tools that this program was about to
install already
exists. Overwrite? [yes]
Unable to copy the source file ./installer/services.sh to the
destination file
/etc/vmware-tools.
Execution aborted.&& //错误一次出现
[root@Fedora-W vmware-tools-distrib]# sudo
./vmware-install.pl
A previous installation of VMware Tools has been detected.
The previous installation was made by the tar installer (version
Keeping the tar4 installer database format.
You have a version of VMware Tools installed.& Continuing
this install will
first uninstall the currently installed version.& Do you wish
to continue?
(yes/no) [yes]
Uninstalling the tar installation of VMware Tools.
The removal of VMware Tools 8.8.0 build-471268 for Linux
successfully.
Installing VMware Tools.
In which directory do you want to install the binary files?
What is the directory that contains the init directories (rc0.d/
to rc6.d/)?
What is the directory that contains the init scripts? [/etc]
The file /etc/vmware-tools that this program was about to
install already
exists. Overwrite? [yes]
Unable to copy the source file ./installer/services.sh to the
destination file
/etc/vmware-tools.
Execution aborted. //错误2次出现
[root@Fedora-W vmware-tools-distrib]# sudo
./vmware-install.pl
A previous installation of VMware Tools has been detected.
The previous installation was made by the tar installer (version
Keeping the tar4 installer database format.
You have a version of VMware Tools installed.& Continuing
this install will
first uninstall the currently installed version.& Do you wish
to continue?
(yes/no) [yes]
Uninstalling the tar installation of VMware Tools.
The removal of VMware Tools 8.8.0 build-471268 for Linux
successfully.
Installing VMware Tools.
In which directory do you want to install the binary files?
What is the directory that contains the init directories (rc0.d/
to rc6.d/)?
[/etc] /etc/init.d
The path "/etc/init.d" is a directory which does not contain a
rc0.d directory.
What is the directory that contains the init directories (rc0.d/
to rc6.d/)?
[/etc] /etc/rc1.d
The path "/etc/rc1.d" is a directory which does not contain a
rc0.d directory.
What is the directory that contains the init directories (rc0.d/
to rc6.d/)?
[/etc] /rc0.d&
The path "/rc0.d" is not an existing directory.
What is the directory that contains the init directories (rc0.d/
to rc6.d/)?
[/etc] rc0.d/
The path "rc0.d" is not an existing directory.
What is the directory that contains the init directories (rc0.d/
to rc6.d/)?
[/etc] /etc/vmware-tools&&
The path "/etc/vmware-tools" is a directory which does not
contain a rc0.d
directory.
What is the directory that contains the init directories (rc0.d/
to rc6.d/)?
In which directory do you want to install the daemon files?
In which directory do you want to install the library files?
[/lib/vmware-tools]
The path "/lib/vmware-tools" does not exist currently. This
program is going to
create it, including needed parent directories. Is this what you
In which directory do you want to install the documentation
[/doc/vmware-tools]
The path "/doc/vmware-tools" does not exist currently. This
program is going to
create it, including needed parent directories. Is this what you
The installation of VMware Tools 8.8.0 build-471268 for Linux
successfully. You can decide to remove this software from your
system at any
time by invoking the following command:
"/bin/vmware-uninstall-tools.pl".
Before running VMware Tools for the first time, you need to
configure it by
invoking the following command: "/bin/vmware-config-tools.pl". Do
you want this
program to invoke the command for you now? [yes]
Initializing...
Making sure services for VMware Tools are stopped.
Stopping vmware-tools (via
systemctl):&&&&&&&&&&&&&&&&&&&&
[EXPERIMENTAL] The VMware FileSystem Sync Driver (vmsync) is a
new feature that
creates backups of virtual machines. Please refer to the VMware
Knowledge Base
for more details on this capability. Do you wish to enable this
Before you can compile modules, you need to have the following
installed...
kernel headers of the running kernel
Searching for GCC...
The path "" is not valid path to the gcc binary.
Would you like to change it? [yes]
What is the location of the gcc program on your machine?
The path "" is not valid path to the gcc binary.
Would you like to change it? [yes]
What is the location of the gcc program on your machine?
The path "" is not valid path to the gcc binary.
Would you like to change it? [yes]& no
Searching for a valid kernel header path...
The path "" is not a valid path to the 2.6.40.8-4.fc15.i686.PAE
kernel headers.
Would you like to change it? [yes]
Enter the path to the kernel header files for the
2.6.40.8-4.fc15.i686.PAE
The path "" is not a valid path to the 2.6.40.8-4.fc15.i686.PAE
kernel headers.
Would you like to change it? [yes]& no
WARNING: This program cannot compile any modules for the
following reason(s)...
- This program could not find a valid path to the gcc
binary.& Please ensure
that the gcc binary is installed on this sytem.
- This program could not find a valid path to the kernel headers
of the running
kernel.& Please ensure that the header files for the running
kernel are
installed on this sytem.
[ Press Enter key to continue ]
The communication service is used in addition to the standard
communication
between the guest and the host.& The rest of the software
provided by VMware
Tools is designed to work independently of this feature.
If you wish to have the VMCI feature, you can install the driver by
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 ]
The VM communication interface socket family is used in
conjunction with the VM
communication interface to provide a new communication path among
guests and
host.& The rest of this software provided by VMware Tools is
designed to work
independently of this feature.& If you wish to have the VSOCK
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 the Enter key to continue.]
The module vmxnet3 has already been installed on this system by
installer or package and will not be modified by this
installer.& Use the flag
--clobber-kernel-modules=vmxnet3 to override.
The module pvscsi has already been installed on this system by
installer or package and will not be modified by this
installer.& Use the flag
--clobber-kernel-modules=pvscsi to override.
The module vmmemctl has already been installed on this system by
installer or package and will not be modified by this
installer.& Use the flag
--clobber-kernel-modules=vmmemctl to override.
The VMware Host-Guest Filesystem allows for shared folders
between the host OS
and the guest OS in a Fusion or Workstation virtual
environment.& Do you wish
to enable this feature? [yes]
The fast network device driver (vmxnet module) is used only for
networking interface. The rest of the software provided by VMware
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,
make and the kernel sources for your running kernel are installed
machine. These packages are available on your distribution's
installation CD.
[ Press Enter key to continue ]
!!! [EXPERIMENTAL] !!!
VMware automatic kernel modules enables automatic building and
installation of
VMware kernel modules at boot they are not already present.&
By selecting yes,
you will be enabling this experimental feature.& You can
always disable this
feature by re-running vmware-config-tools.pl.
Would you like to enable VMware automatic kernel modules?
Disabling timer-based audio scheduling in pulseaudio.
Detected X server version 1.10.4
Distribution provided drivers for Xorg X server are used.
Skipping X configuration because X drivers are not included.
Creating a new initrd boot image for the kernel.
Starting vmware-tools (via
systemctl):&&&&&&&&&&&&&&&&&&&&
The configuration of VMware Tools 8.8.0 build-471268 for Linux for
this running
kernel completed successfully.
You must restart your X session before any mouse or graphics
changes take
You can now run VMware Tools by invoking
"/bin/vmware-toolbox-cmd" from the
command line or by invoking "/bin/vmware-toolbox" from the command
line during
an X server session.
To enable advanced X features (e.g., guest resolution fit, drag
and drop, and
file and text copy/paste), you will need to do one (or more) of the
following:
1. Manually start /bin/vmware-user
2. Log out and log back into
3. Restart your X session.
--the VMware team
[root@Fedora-W vmware-tools-distrib]#
兴奋之余上个图:
&到此成功安装!欢迎交流!
Copyright © . 版权所有dxalwyz 的BLOG
用户名:dxalwyz
文章数:23
评论数:14
访问量:174232
注册日期:
阅读量:5863
阅读量:12276
阅读量:393552
阅读量:1084679
[匿名]good:
[匿名]51cto游客:
51CTO推荐博文
很多尝试VMware 7虚拟机的朋友都会发现,用Ghost xp安装Windows以后,在开始安装VMware Tools时,会弹出显示如下内容的警告框:
VMware Tools installation cannot be started manually while Easy Install is in progress.
解决方法:
在开启虚拟机操作系统的情况下,在虚拟机设置中更改floppy为auto detect。然后点击菜单中的安装VMWare Tools,虚拟操作系统中的光驱里就会有VMWare Tools的安装程序了,自行安装即可
了这篇文章
类别:┆阅读(0)┆评论(0)
19:11:30 21:26:55 22:20:49 06:44:56 00:00:46 15:31:20 11:44:30 11:24:24 13:06:13 09:58:10 09:58:271940人阅读
我HOST 是WIN7也遇到了这样的问题 我这样做的:进入系统以后在你VM的下面会有几个图标:关于1,CD DVD 2,disk 3,floppy 4,网络连接。。。选择floppy--setting---use physical drive(在弹出界面的右半部分).再把鼠标点回虚拟系统,就直接安装TOOLS了 希望LZ 采纳~~~
参考知识库
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:168153次
积分:2646
积分:2646
排名:第11431名
原创:93篇
转载:27篇
评论:10条
(4)(1)(1)(11)(3)(3)(13)(1)(1)(2)(2)(1)(4)(4)(4)(14)(7)(3)(7)(5)(5)(4)(2)(3)(3)(13)}

我要回帖

更多关于 vmware8 tools下载 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信