• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Gelöst [Leap 15.4] Virtualbox - VMs starten nicht mehr

admine

Ultimate Guru
Hallo,

ich hab auf meinem Laptop Virtualbox installiert:
Code:
zypper se -si virtualbox
Loading repository data...
Reading installed packages...

S  | Name                   | Type    | Version                                  | Arch   | Repository
---+------------------------+---------+------------------------------------------+--------+--------------------
i+ | virtualbox | package | 7.0.4-lp154.2.23.1                       | x86_64 | openSUSE-Update-Oss
i+ | virtualbox-kmp-default | package | 7.0.4_k5.14.21_150400.24.38-lp154.2.23.1 | x86_64 | openSUSE-Update-Oss
i+ | virtualbox-kmp-default | package | 7.0.4_k5.14.21_150400.24.33-lp154.2.20.2 | x86_64 | openSUSE-Update-Oss
i+ | virtualbox-qt | package | 7.0.4-lp154.2.23.1                       | x86_64 | openSUSE-Update-Oss
Und letztens funzte auch noch alles. Allerdings hatte ich nach dem neusten Update von VirtBox noch keinen Test gemacht:
Auszug aus /var/log/zypp/history
Code:
2023-01-13 08:42:57|install|virtualbox-kmp-default|7.0.4_k5.14.21_150400.24.38-lp154.2.23.1|x86_64||repo-update|9af6b920fcc0c65bcc97da4173f20acd1d33f03262f96350af355f1ffc3f260c|
# 2023-01-13 08:43:02 virtualbox-7.0.4-lp154.2.23.1.x86_64.rpm installed ok
# /usr/lib/virtualbox/VBoxNetNAT: on an insecure path - /usr has different non-root owner who could tamper with the file.
# /usr/lib/virtualbox/VBoxNetDHCP: on an insecure path - /usr has different non-root owner who could tamper with the file.
# /usr/lib/virtualbox/VBoxNetAdpCtl: on an insecure path - /usr has different non-root owner who could tamper with the file.
# /usr/lib/virtualbox/VBoxHeadless: on an insecure path - /usr has different non-root owner who could tamper with the file.
2023-01-13 08:43:02|install|virtualbox|7.0.4-lp154.2.23.1|x86_64||repo-update|3c5fda509a7234cac87bf2b04b8ff191b029bc156480b3276b2fdfde7983b3eb|
# 2023-01-13 08:43:02 virtualbox-qt-7.0.4-lp154.2.23.1.x86_64.rpm installed ok
# /usr/lib/virtualbox/VirtualBoxVM: on an insecure path - /usr has different non-root owner who could tamper with the file.
# /usr/lib/virtualbox/VBoxSDL: on an insecure path - /usr has different non-root owner who could tamper with the file.
2023-01-13 08:43:02|install|virtualbox-qt|7.0.4-lp154.2.23.1|x86_64||repo-update|5ae777a051d77bdf17254b5fd2603131d80395035e281ff7c5530a2b0e492233|
# 2023-01-13 08:43:08 Output of virtualbox-kmp-default-7.0.4_k5.14.21_150400.24.38-lp154.2.23.1.x86_64.rpm %posttrans script:

Heute startet keine VM mehr :(
Leider steht auch nichts im Log oder im Journal.
Ich bekomme lediglich so ein "Bildchen":
1674578676558.png

Was sagt mir das? :rolleyes:
Welche Infos braucht ihr noch?
Hier noch die Services:
Code:
renilaptop:~ # systemctl status vboxdrv.service 
● vboxdrv.service - VirtualBox Linux kernel module
Loaded: loaded (/usr/lib/virtualbox/vboxdrv.sh; disabled; vendor preset: disabled)
Active: active (exited) since Tue 2023-01-24 16:21:13 CET; 1h 10min ago

Jan 24 16:21:12 renilaptop systemd[1]: Starting VirtualBox Linux kernel module...
Jan 24 16:21:13 renilaptop vboxdrv.sh[772]: vboxdrv.sh: Starting VirtualBox services.
Jan 24 16:21:13 renilaptop systemd[1]: Started VirtualBox Linux kernel module.
renilaptop:~ # systemctl status vboxautostart-service.service 
● vboxautostart-service.service
Loaded: loaded (/usr/lib/virtualbox/vboxautostart-service.sh; disabled; vendor preset: disabled)
Active: active (exited) since Tue 2023-01-24 16:21:13 CET; 1h 10min ago

Jan 24 16:21:13 renilaptop systemd[1]: Starting vboxautostart-service.service...
Jan 24 16:21:13 renilaptop vboxautostart-service.sh[1217]: vboxautostart-service.sh: Starting VirtualBox VMs configured for autostart.
Jan 24 16:21:13 renilaptop vboxautostart-service.sh[1220]: Starting VirtualBox VMs configured for autostart.
Jan 24 16:21:13 renilaptop systemd[1]: Started vboxautostart-service.service.
Und warum muss ich eigentlich nach jedem Update von VirtualBox ein chmod 4711 /usr/lib/virtualbox/VirtualBoxVM machen?
 
OP
A

admine

Ultimate Guru
Erledigt.
Wenn man (Frau) eben richtig liest, dann kommt man auch drauf ;)
Code:
/usr has different non-root owner who could tamper with the file
Da hat mir mein Drucker-Treiber ein Ei gelegt ... :oops:
Die Rechte gerade gezogen und schon läufts wieder.
 
Oben