Ubuntu 10.04にvirtualbox-ose-guest-dkmsをインストールできない


2

私はUbuntu 10.04とkernel:2.6.38-11-generic-paeを使っています。 VirtualBoxを使用している間、私はこのエラーを得ました:

カーネルドライバがインストールされていません(rc = -1908)

virtualbox-ose-dkmsパッケージをインストールして 'modprobeを実行してください。   rootとしてのvboxdrv '。

私はコマンドを実行しようとしました:sudo modprobe vboxdrvとこのエラーを得ました:

致命的:モジュールvboxdrvが見つかりません。

その後、私はこれを実行します。sudo aptitude install virtualbox-ose-guest-dkms

duongnv@duongnv-laptop:~$ sudo aptitude install virtualbox-ose-guest-dkms
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Reading extended state information      
Initializing package states... Done
The following partially installed packages will be configured:
  virtualbox-ose-guest-dkms 
0 packages upgraded, 0 newly installed, 0 to remove and 105 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Setting up virtualbox-ose-guest-dkms (3.1.6-dfsg-2ubuntu2) ...
Removing old virtualbox-ose-guest-3.1.6 DKMS files...

------------------------------
Deleting module version: 3.1.6
completely from the DKMS tree.
------------------------------
Done.
Loading new virtualbox-ose-guest-3.1.6 DKMS files...
First Installation: checking all kernels...
Building only for 2.6.38-11-generic-pae
Building for architecture i686
Building initial module for 2.6.38-11-generic-pae

Error! Bad return status for module build on kernel: 2.6.38-11-generic-pae (i686)
Consult the make.log in the build directory
/var/lib/dkms/virtualbox-ose-guest/3.1.6/build/ for more information.
dpkg: error processing virtualbox-ose-guest-dkms (--configure):
 subprocess installed post-installation script returned error exit status 10
Errors were encountered while processing:
 virtualbox-ose-guest-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up virtualbox-ose-guest-dkms (3.1.6-dfsg-2ubuntu2) ...
Removing old virtualbox-ose-guest-3.1.6 DKMS files...

------------------------------
Deleting module version: 3.1.6
completely from the DKMS tree.
------------------------------
Done.
Loading new virtualbox-ose-guest-3.1.6 DKMS files...
First Installation: checking all kernels...
Building only for 2.6.38-11-generic-pae
Building for architecture i686
Building initial module for 2.6.38-11-generic-pae

Error! Bad return status for module build on kernel: 2.6.38-11-generic-pae (i686)
Consult the make.log in the build directory
/var/lib/dkms/virtualbox-ose-guest/3.1.6/build/ for more information.
dpkg: error processing virtualbox-ose-guest-dkms (--configure):
 subprocess installed post-installation script returned error exit status 10
Errors were encountered while processing:
 virtualbox-ose-guest-dkms
Reading package lists... Done             
Building dependency tree       
Reading state information... Done
Reading extended state information       
Initializing package states... Done

これらすべてをUbuntu Stack Exchangeに移すべきですか?
Mikhail

@ミカイルNO。 Linux(Ubuntuを含む)に関する質問が話題になっていますので、ここで歓迎します。あなたのコメントがに投稿されていない限り スタックオーバーフロー 移行前に、その場合は、ごめんなさい:)。
terdon

何が make.log ビルドディレクトリで言う?また、なぜあなたは3歳のオペレーティングシステムを使っていますか?
terdon

回答:


0

virtualboxパッケージをアップデートしてください。

これをチェックして リンク 詳細については、それはあなたの問題にいくらか一致しています。


これは理論的には疑問に答えるかもしれませんが、 それは好ましいでしょう ここに答えの本質的な部分を含め、参照用のリンクを提供する。
terdon
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.