|
|
前段时间在大家的帮助下把这个VBOX在GCC4.3上面安装好了。一直没有碰他。直到今天第一次使用VBOX发现有这个问题,即必须使用ROOT来运行的问题。
安装好后我加入了VBOXDRV模块到自动模块里面,然后添加了我的用户HOOXIN到vboxusers组里面。
/usr/bin下面的VBOX相关的文件权限是777,但是我在用普通用户运行VBOX的时候,出现
- Effective UID is not root (euid=1000 egid=1000 uid=1000 gid=1000) (rc=-10)
- It may help to reinstall VirtualBox.
复制代码
等字样的错误。
我的VBOX的USE 是
- Searching for packages matching app-emulation/virtualbox-ose-2.1.4... ]
- [ Colour Code : set unset ]
- [ Legend : Left column (U) - USE flags from make.conf ]
- [ : Right column (I) - USE flags packages was installed with ]
- [ Found these USE variables for app-emulation/virtualbox-ose-2.1.4 ]
- U I
- - + additions : Install Guest System Tools ISO
- + + alsa : Adds support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
- + + hal : Enable Hardware Abstraction Layer (HAL) support
- - - headless : Build without any graphic frontend
- - - pulseaudio : Adds support for PulseAudio sound server
- + + python : Adds support/bindings for the Python language
- + + qt4 : Adds support for the Qt GUI/Application Toolkit version 4.x
- - - sdk : Enable building of SDK
- - - vboxwebsrv : <unknown>
复制代码
还请知道的朋友指点指点。 |
|