2016-01-23 80 views
0

我創建了一個Ubuntu + KDE的Vagrant框。我在這個分辨率屏幕有問題。解決這個問題的一種方法是安裝新的VBoxGuessAdditions。流浪VBoxGuessAdditions錯誤

事實上,我在這條線改變布爾(從假到真)我vagrantFile:

config.vbguest.auto_update = true 

這一行的「假」值我沒有問題,對於我的無業遊民。 但是,當一組此配置在 '真' 我有這樣的錯誤:

Installing the Window System drivers 
Installing X.Org Server 1.17 modules ...done. 
Setting up the Window System to use the Guest Additions ...done. 
You may need to restart the the Window System (or just restart the guest system) 
to enable the Guest Additions. 

Installing graphics libraries and desktop services components ...done. 
An error occurred during installation of VirtualBox Guest Additions 5.0.12. Some functionality may not work as 
intended. 
In most cases it is OK that the "Window System drivers" installation failed. 
tput: No value for $TERM and no -T specified 
tput: No value for $TERM and no -T specified 
tput: No value for $TERM and no -T specified 
tput: No value for $TERM and no -T specified 
tput: No value for $TERM and no -T specified 
stdin: is not a tty 
Cleaning up downloaded VirtualBox Guest Additions ISO... 
==> default: Checking for guest additions in VM... 
==> default: Forcing shutdown of VM... 
==> default: Destroying VM and associated drives... 
C:/Users/mynickname/.vagrant.d/gems/gems/vagrant-vbguest-0.11.0/lib/vagrant-vbguest/download.rb:23:in `unlink': P 
ermission denied @ unlink_internal - C:/Users/mynickname/.vagrant.d/tmp/VBoxGuestAdditions_5.0.12.iso (Errno::EAC 
CES) 
     from C:/Users/mynickname/.vagrant.d/gems/gems/vagrant-vbguest-0.11.0/lib/vagrant-vbguest/download.rb:23:i 
n `cleanup' 
     from C:/Users/mynickname/.vagrant.d/gems/gems/vagrant-vbguest-0.11.0/lib/vagrant-vbguest/hosts/base.rb:62 
:in `cleanup' 
     from C:/Users/mynickname/.vagrant.d/gems/gems/vagrant-vbguest-0.11.0/lib/vagrant-vbguest/installers/base. 
rb:194:in `cleanup' 

我的環境:

  • 主機操作系統:Windows 7的親
  • VirtualBox的:5.0.12 r104815
  • Vagrant:1.8.1
  • ruby​​:1.9.3p545

任何人都可以知道什麼做這個流浪漢和VBoxGuessAdditions的信息?

回答

0

嘗試Vagrant 1.7.X.我對1.8.X有同樣的問題。

乾杯,