root@debian:/home/ytx/Desktop# uname -a
Linux debian 2.6.32-5-amd64 #1 SMP Mon Jun 13 05:49:32 UTC 2011 x86_64 GNU/Linux
root@debian:/home/ytx/Desktop# dpkg -i virtualbox-4.0_4.0.10-72479~Debian~squeeze_amd64.deb
dpkg:处理 virtualbox-4.0_4.0.10-72479~Debian~squeeze_amd64.deb (--install)时出错:
软件包的体系架构(amd64)与本机系统的架构(i386)不符
在处理时有错误发生:
virtualbox-4.0_4.0.10-72479~Debian~squeeze_amd64.deb
现在装上i386版本 但运行会弹出
RTR3Init failed with rc=-1912 (rc=-1912)
The VirtualBox kernel modules do not match this version of VirtualBox. The installation of VirtualBox was apparently not successful. Executing
'/etc/init.d/vboxdrv setup'
may correct this. Make sure that you do not mix the OSE version and the PUEL version of VirtualBox.
终端下:
root@debian:/home/ytx/Desktop# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules:.
Uninstalling old VirtualBox DKMS kernel modules:.
Trying to register the VirtualBox kernel modules using DKMS:.
Starting VirtualBox kernel modules:.
也跑不了。不知道是什么问题。求解。谢。
PS:进另一个486的核可以跑 是系统32/64位的问题???
debian 2.6.32-5-amd64 使用VB4 问题
-
- 帖子: 12
- 注册时间: 2011-06-22 11:12
-
- 帖子: 3173
- 注册时间: 2010-01-13 23:26
Re: debian 2.6.32-5-amd64 使用VB4 问题
你把amd64的包往i386系统上安装,必然会出问题。
Here I am.
Ubuntu 桌面培训 - 全中文官方文档,含汉化截图,提供PDF
Ubuntu 桌面培训 - 全中文官方文档,含汉化截图,提供PDF
-
- 帖子: 3030
- 注册时间: 2009-10-03 23:31
Re: debian 2.6.32-5-amd64 使用VB4 问题
rediscover 写了:你把amd64的包往i386系统上安装,必然会出问题。
楼主的系统是64位的,注意看uname -a的输出。
- leeaman
- 帖子: 30702
- 注册时间: 2007-02-02 18:14
- 系统: debian sid
Re: debian 2.6.32-5-amd64 使用VB4 问题
ls认真看,人家说装32位的装上了,晕...试试看,如果不想装多余的包,可以下载vbox 的bin版本安装
代码: 全选
sudo apt-get install -f
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
-
- 帖子: 3030
- 注册时间: 2009-10-03 23:31
Re: debian 2.6.32-5-amd64 使用VB4 问题
楼主的系统的的确确是64位的(除非他改了uname -a的输出),至于为什么同样64位的virtualbox装不上,而32位的却能装上,确实很诡异。