'VirtualBox'에 해당되는 글 1건

  1. 2008.09.16 The VirtualBox kernel driver is not accessible to the current user 에러
2008. 9. 16. 22:21
우여 곡절 끝에 X61 에 리눅스를 설치한 후 원활한 리눅스 라이프를 위해(?) VirtualBox 로 윈도우를 깔기로 했습니다. (...애니 다운받아야 되거든요 잇힝)

일단 virtualbox 와 를  설치 후 각종 세팅 후 가상 머신을 하나 띄어봅니다..

그런데...


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).

...
...

아.. 히밤 에러구나

고치는 방법은 매우 간단합니다. /etc/group 파일을 열어 vboxusers 부분에 계정을 추가하면 됩니다.

vboxusers:x:125:계정이름,계정이름2

이런 식으로요 ;)
그 후 재부팅을 하거나 logout 후 다시 login 하면 됩니다.
Posted by envi