Vagrant 游荡性VBOxC错误

Vagrant 游荡性VBOxC错误,vagrant,Vagrant,我用Ubuntu+KDE创建了一个流浪者盒子。我在这方面的分辨率屏幕有问题。解决这一问题的一种可能方法是安装新的VBoxGuessAdditions 事实上,我在我的Vagrant文件的这一行上更改了布尔值(从false改为true): config.vbguest.auto_update = true 这条线的值为'false'时,我对我的流浪汉没有问题。 但是,当用户将此配置设置为“true”时,我会出现以下错误: Installing the Window System driv

我用Ubuntu+KDE创建了一个流浪者盒子。我在这方面的分辨率屏幕有问题。解决这一问题的一种可能方法是安装新的VBoxGuessAdditions

事实上,我在我的Vagrant文件的这一行上更改了布尔值(从false改为true):

config.vbguest.auto_update = true
这条线的值为'false'时,我对我的流浪汉没有问题。 但是,当用户将此配置设置为“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'
我的环境:

  • 操作系统主机:Windows7Pro
  • VirtualBox:5.0.12 r104815
  • 流浪汉:1.8.1
  • ruby:1.9.3p545

有人知道这个流浪汉在做什么以及VBoxGuessAdditions的信息吗?试试流浪汉1.7.X。我对1.8.X也有同样的问题

干杯