發表文章

目前顯示的是 11月, 2011的文章

Unable to recompile VirtualBox kernel module

當 '/etc/init.d/vboxdrv setup' 出現 Stopping VirtualBox kernel modules [ OK ] Uninstalling old VirtualBox DKMS kernel modules [ OK ] Trying to register the VirtualBox kernel modules using DKMS Error! Your kernel source for kernel 2.6.33.3-85.fc13.i686 cannot be found at /lib/modules/2.6.33.3-85.fc13.i686/build or /lib/modules/2.6.33.3-85.fc13.i686/source. [FAILED] (Failed, trying without DKMS) Recompiling VirtualBox kernel modules [FAILED] (Look at /var/log/vbox-install.log to find out what went wrong) 確定有安裝 DKMS ... 還是無法執行 vboxdrv setup 嘗試安裝下面軟體,終於可以了... @@ 但是不是要全部安裝,我不確定。我是做了 1 & 2。 1 .      yum install gcc     yum groupinstall 'Development Tools' 2 .     yum install kernel-PAE-devel     reboot 3 .     yum update kernel     yum install kernel-devel     reboot sudo /etc/init.d/vboxdrv setup reference:

關閉SELinux

關閉SELinux vi /etc/sysconfig/selinux 將  SELINUX=enforcing 改成  SELINUX=disable # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: #     enforcing - SELinux security policy is enforced. #     permissive - SELinux prints warnings instead of enforcing. #     disabled - No SELinux policy is loaded. ###SELINUX=enforcing SELINUX=disabled # SELINUXTYPE= can take one of these two values: #     targeted - Targeted processes are protected, #     mls - Multi Level Security protection. SELINUXTYPE=targeted 

寫給大家的 Git 教學

寫給大家的 Git 教學 View more presentations from littlebtc