Debian安裝vmware虛擬機


Debian安裝VMware本身並不難,到官網上下載一下安裝包就可以安裝了,但是裝好之后會有一個問題,那不是再用aptitude或者軟件中心安裝其它軟件時會出現無法安裝的問題,這個就相當的嚴重了,據說這是一個vmware的bug...具體的錯誤提示類似於下面給出的:

    insserv: warning: script 'K01vmware' missing LSB tags and overrides

    insserv: warning: script 'S50vmware-USBArbitrator' missing LSB tags and overrides

insserv: warning: script 'vmware-USBArbitrator' missing LSB tags and overrides
insserv: warning: script 'vmware' missing LSB tags and overrides

解決方法如下:

在/etc/insserv/overrides/下新建vmware,內容如下:

### BEGIN INIT INFO
# Provides:          vmware
# Required-Start:    $remote_fs $syslog
# Required-Stop:     $remote_fs $syslog
# Default-Start:     2 3 5
# Default-Stop:      2 3 5
# Short-Description: VMware VMX service for virtual machines
# Description:       Allows running of VMware virtual machines.                                    
### END INIT INFO

在/etc/insserv/overrides/下新建vmware-USBArbitrator,內容如下

### BEGIN INIT INFO
# Provides:          vmware-USBArbitrator
# Required-Start:    $remote_fs $syslog vmware
# Required-Stop:     $remote_fs $syslog vmware
# Default-Start:     2 3 5
# Default-Stop:      2 3 5
# Short-Description: Start daemon when vmware starts
# Description:       Enable service provided by daemon.
### END INIT INFO

在/etc/insserv/overriders/下新建vmware-workstation-server

### BEGIN INIT INFO
# Provides:          vmware-workstation-server
# Required-Start:    $remote_fs $syslog
# Required-Stop:     $remote_fs $syslog
# Default-Start:     2 3 5
# Default-Stop:      2 3 5
# Short-Description: have not defined yet
# Description:       the same as the line ahead                                    
### END INIT INFO

希望可以幫到遇到和我一樣問題的朋友~~^_^.....


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM