View previous topic :: View next topic |
Author |
Message |
rrbs n00b
Joined: 19 Dec 2014 Posts: 66
|
Posted: Sat Feb 21, 2015 8:46 am Post subject: [solved]Fehler bei virtualbox |
|
|
Hallo,
virtualbox lies sich problemlos installieren.
Wenn ich aber eine Instanz erstelle und diese starten will bekomme ich einen Fehler:
Code: | Für die virtuelle Maschine sabayone konnte keine neue Sitzung eröffnet werden.
Failed to load VMMR0.r0 (VERR_SUPLIB_OWNER_NOT_ROOT).
Fehlercode:
NS_ERROR_FAILURE (0x80004005)
Komponente:
Console
Interface:
IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6}
|
die Rechte auf virtualbox sehen wie folgt aus:
Code: | ls -ld /usr/lib/virtualbox/
drwxr-xr-x 4 root root 4096 Jan 17 20:31 /usr/lib/virtualbox/
ls -ld /usr /usr/lib
drwxrwxr-x 16 501 501 4096 Jan 10 01:08 /usr
lrwxrwxrwx 1 root root 5 Jan 21 2014 /usr/lib -> lib64
|
Last edited by rrbs on Sun Feb 22, 2015 8:06 pm; edited 1 time in total |
|
Back to top |
|
|
Jean-Paul Guru
Joined: 13 Apr 2009 Posts: 307
|
Posted: Sat Feb 21, 2015 6:53 pm Post subject: |
|
|
Die Rechte auf /usr passen nicht
Quote: | ls -ld /usr /usr/lib
drwxr-xr-x 12 root root 4096 16. Sep 2012 /usr
lrwxrwxrwx 1 root root 5 21. Jun 2012 /usr/lib -> lib64 |
_________________ ”Everything should be made as simple as possible, but no simpler.” – Albert Einstein |
|
Back to top |
|
|
rrbs n00b
Joined: 19 Dec 2014 Posts: 66
|
Posted: Sun Feb 22, 2015 1:45 pm Post subject: |
|
|
Jean-Paul wrote: | Die Rechte auf /usr passen nicht
Quote: | ls -ld /usr /usr/lib
drwxr-xr-x 12 root root 4096 16. Sep 2012 /usr
lrwxrwxrwx 1 root root 5 21. Jun 2012 /usr/lib -> lib64 |
|
so, hab die rechte geaendert:
Code: |
ls -ld /usr /usr/lib
drwxr-xr-x 16 root root 4096 Jan 10 01:08 /usr
lrwxrwxrwx 1 root root 5 Jan 21 2014 /usr/lib -> lib64
|
funzt allerdings immernoch nicht.
was koennte es noch sein? |
|
Back to top |
|
|
dekoding n00b
Joined: 26 Jan 2015 Posts: 34
|
Posted: Sun Feb 22, 2015 2:13 pm Post subject: |
|
|
er meinte wohl das root auf user ändern da die marschine keine Berechtigung hat auf root was zu erstellen oder sonst was =)
daher auch auf user umändern _________________ habt nach sicht ich leide unter starke legastheni. |
|
Back to top |
|
|
Jean-Paul Guru
Joined: 13 Apr 2009 Posts: 307
|
Posted: Sun Feb 22, 2015 7:22 pm Post subject: |
|
|
dekoding wrote: | er meinte wohl das root auf user ändern da die marschine keine Berechtigung hat auf root was zu erstellen oder sonst was =)
daher auch auf user umändern | Keine Ahnung, was du damit meinst. Es ist jedenfalls nicht das, was ich gemeint habe.
Es ist doch einfach Quote: | Failed to load VMMR0.r0 (VERR_SUPLIB_OWNER_NOT_ROOT). | in die Suchmaschine deiner Wahl einzugeben und nach Lösungen zu suchen. _________________ ”Everything should be made as simple as possible, but no simpler.” – Albert Einstein |
|
Back to top |
|
|
rrbs n00b
Joined: 19 Dec 2014 Posts: 66
|
|
Back to top |
|
|
|