Advertisement
Guest User

Exact Inst Proc

a guest
Dec 9th, 2009
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. [Aks@EagleEye Desktop]$ sudo rpm -Uhv VirtualBox-3.1-3.1.0_55467_fedora12-1.i686.rpm
  2. warning: VirtualBox-3.1-3.1.0_55467_fedora12-1.i686.rpm: Header V4 DSA signature: NOKEY, key ID 6dfbcbae
  3. Preparing... ########################################### [100%]
  4. 1:VirtualBox-3.1 ########################################### [100%]
  5.  
  6. Creating group 'vboxusers'. VM users must be member of that group!
  7.  
  8. No precompiled module for this kernel found -- trying to build one. Messages
  9. emitted during module compilation will be logged to /var/log/vbox-install.log.
  10.  
  11. Success!
  12.  
  13. [Aks@EagleEye Desktop]$ rpm -qa | grep VirtualBox
  14. VirtualBox-3.1-3.1.0_55467_fedora12-1.i686
  15. [Aks@EagleEye Desktop]$ su -c '/etc/init.d/vboxdrv setup'
  16. Password:
  17. Stopping VirtualBox kernel module [ OK ]
  18. Removing old VirtualBox netadp kernel module [ OK ]
  19. Removing old VirtualBox netflt kernel module [ OK ]
  20. Removing old VirtualBox kernel module [ OK ]
  21. Recompiling VirtualBox kernel module [ OK ]
  22. Starting VirtualBox kernel module [FAILED]
  23. (Cannot create device /dev/vboxdrv with major 10 and minor 57)
  24. [Aks@EagleEye Desktop]$ groups
  25. Aks vboxusers
  26. [Aks@EagleEye Desktop]$
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement