2016-01-23 64 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有同样的问题。

干杯,