生活的美妙在于,不知道一下秒是惊艳还是伤神,时光流转,珍惜现在的拥有的时光
全部博文(276)
分类: 虚拟化
2012-03-17 00:36:24
最近看到Virtualbox有更新放出,好像剪贴板功能有更新,这个是我所需要的,于是下载来升级VirtualBox-4.1-4.1.10_76795_fedora16-1.i686.rpm。
安装RPM包一切正常,考虑到虚拟的操作系统需要使用UBS,VDR,必须安装Oracle_VM_VirtualBox_Extension_Pack-4.1.10-76795.vbox-extpack扩展包。
安装过程中提示一个错误:
Failed to install the Extension Pack Oracle_VM_VirtualBox_Extension_Pack-4.1.10-76795.vbox-extpack. The installer failed with exit code 127: The value for the SHELL variable was not found the /etc/shells file This incident has been reported..
根据提示意思,我在/etc/shells中把/bin/bash添加到/etc/shells中,重新安装,成功。