|
|

楼主 |
发表于 2009-9-12 23:13:18
|
显示全部楼层
Post by jarryson;2026372
wiki里面:你至少可以得到VMware runlevel在哪吧
谢谢回复。我感觉wiki里面描述的是早期版本vmware的安装问题,那个著名的any-any补丁应该是用于vmware6.0或6.5之前版本的.
官方以前可能有tar.gz包下载(记不清了)现在官方只提供rpm和bundle两种包下载。查资料说,bundle包只要给它个可执行属性然后直接运行便可。恐怕再也看不到/vmware-install.pl这个文件了。
以下是我运行bundle的输出,按事先查到的资料,之前先做过
mkdir -p /etc/rc.d/vmware.d/rc{0,1,2,3,4,5,6}.d
[root@host tmp]# ./VMware-Player-2.5.3-185404.i386.bundle --console --custom
Extracting VMware Installer...done.
System path prefix. Please note that choosing a path other than /usr
may result in missing icons, application launchers, and other desktop
integrations [/usr]:
System lib directory [/usr/lib]:
Architecture-independent files [/usr/share]:
User level binaries [/usr/bin]:
Super user level binaries [/usr/sbin]:
Documentation [/usr/share/doc]:
Manual pages [/usr/share/man]:
Header files [/usr/include]:
System configuration files [/etc]:
System service runlevels [/etc/rc.d]:
System service scripts [/etc/rc.d/init.d]:
Directory path does not exist
System service scripts [/etc/rc.d/init.d]: # =======》运行到这里,又开个终端建了init.d目录。有资料说直接指定/etc/rc.d即可
The product is ready to be installed. Press enter to begin
installation or Ctrl-C to cancel.
Installing VMware Player 2.5.3
Configuring...Traceback (most recent call last):
File "/tmp/vmis.sUCDhf/install/vmware-installer/python/lib/logging/handlers.py", line 73, in emit
if self.shouldRollover(record):
File "/tmp/vmis.sUCDhf/install/vmware-installer/python/lib/logging/handlers.py", line 146, in shouldRollover
msg = "%s\n" % self.format(record)
File "/tmp/vmis.sUCDhf/install/vmware-installer/python/lib/logging/__init__.py", line 630, in format
return fmt.format(record)
File "/tmp/vmis.sUCDhf/install/vmware-installer/python/lib/logging/__init__.py", line 421, in format
s = self._fmt % record.__dict__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position 0: ordinal not in range(128)
Traceback (most recent call last):
File "/tmp/vmis.sUCDhf/install/vmware-installer/python/lib/logging/handlers.py", line 73, in emit
if self.shouldRollover(record):
File "/tmp/vmis.sUCDhf/install/vmware-installer/python/lib/logging/handlers.py", line 146, in shouldRollover
msg = "%s\n" % self.format(record)
File "/tmp/vmis.sUCDhf/install/vmware-installer/python/lib/logging/__init__.py", line 630, in format
return fmt.format(record)
File "/tmp/vmis.sUCDhf/install/vmware-installer/python/lib/logging/__init__.py", line 421, in format
s = self._fmt % record.__dict__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 13: ordinal not in range(128)
上面的报错还有N多屏输出。然后安装进程就停在这里了。到现在半个多钟头了,就一直停着。按这几天的安装经历,现在Ctrl+C中断的话,安装过程会正常回滚并正常结束回到命令行提示符。 |
|