乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      關(guān)于ubuntu下VirtualBox常見問題的解決辦法

       Vanlei 2011-10-21
      關(guān)于ubuntu下VirtualBox常見問題的解決辦法
      2008年06月06日 星期五 22:15
      在LINUX下總有還得登QQ的時(shí)候,所以打算用VBOX
      可啟動(dòng)時(shí)總提醒我:
      VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
      VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).


      返回 代碼:
      0x80004005
      組件:
      Console
      界面:
      IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}
      后在UBUNTU中文找到了很好的解決辦法:
      問題描述:
      VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Please install the virtualbox-ose-modules package for your kernel and execute '/etc/init.d/vboxdrv start' as root.
      VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED)。
      Result Code:
      0x80004005
      Component:
      Console
      Interface:
      IConsole {1dea5c4b-0753-4193-b909-22330f64ec45} [bitsCN_com]

      解決辦法:
      sudo apt-get install virtualbox-ose-source
      安裝模塊源碼然后
      cd /usr/src
      解壓源碼
      sudo tar xjvf virtualbox*.bz2
      cd modules/virtualbox-ose
      sudo ./build_in_tmp install
      讓他編譯安裝模塊驅(qū)動(dòng)
      完成后
      xiaoxu@xiaoxu:/usr/src/modules/virtualbox-ose$ sudo /etc/init.d/vboxdrv start
      * Starting VirtualBox kernel module vboxdrv [ OK ]
      就可以看到加載成功了,啟動(dòng)virtualbox也沒有問題了。

      問題二:?jiǎn)?dòng)提示The VirtualBox kernel driver is not accessible to the current user.
      問題描述:
      The VirtualBox kernel driver is not accessible to the current user. Make sure that the user has write permissions for /dev/vboxdrv by adding them to the vboxusers groups. You will need to logout for the change to take effect..
      VBox status code: -1909 (VERR_VM_DRIVER_NOT_ACCESSIBLE).
      Result Code:0x80004005
      解決辦法:
      sudo chmod ugo+rw /dev/vboxdrv
      或者
      解決的方法:
      sudo chmod 777 /dev/vboxdrv

        本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購(gòu)買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
        轉(zhuǎn)藏 分享 獻(xiàn)花(0

        0條評(píng)論

        發(fā)表

        請(qǐng)遵守用戶 評(píng)論公約

        類似文章 更多