我一直在尝试在 Ubuntu 11.04 客户机中成功配置并启动 vmware 工具支持。我在 Windows 7 64 位 Ultimate 上运行最新版本的 vmware 工作站,并安装了 Ubuntu 11.04 客户机。此虚拟机是使用 vmware 工作站中的 easyinstall 选项创建的。
我已手动重新安装并重新配置了 vmware 工具,结果如下。
vmware-config-tools.pl 执行后的最后一点相关输出。
Creating a new initrd boot image for the kernel.
update-initramfs: Generating /boot/initrd.img-2.6.38-8-generic
initctl: Job failed to start
Unable to start services for VMware Tools
VMware Tools 服务失败后重新启动后的 syslog 输出
Jun 21 17:44:33 ubuntu tpvmlpd[17011]: bad device "/dev/**" given
Jun 21 17:44:33 ubuntu init: vmware-tools pre-start process (16816) terminated with status 1
我希望有人有一些想法..谢谢,帕特
答案1
尝试
sudo apt-get install linux-headers-virtual
sudo apt-get install --no-install-recommends open-vm-dkms
sudo apt-get install open-vm-tools
sudo vmware-toolbox
答案2
错误来自 ThinPrint 服务,您很可能(99% 的情况下)根本不需要它。您可以轻松(安全地)禁用它。/etc/init.d/vmware-tools
使用您最喜欢的文本编辑器(我们都知道是 Vim)编辑并注释掉/usr/bin/tpvmlpd
。然后通过运行 重新启动它/etc/init.d/vmware-tools restart
。