Opensuse 15.2 Eigentlich versuche ich etwas ganz normales, ich will Virtualbox bei boot starten und eine oder 2 VMs starten (nicht headless). Habe die Anleitung gelesen und auch schon einiges konfiguriert, aber VB startet nicht.
vboxautostart läuft, vboxmanage kann ich nicht aufrufen.
In der autostartvm.cfg steht:
Code
default_policy = deny
# Create an entry for each user allowed to use autostart
user-m,user-2 = {
allow = true
startup_delay = 10
}
vboxsvc.log
Code
00:00:00.000450 main VirtualBox XPCOM Server 6.0.24_SUSE r139119 linux.amd64 (no date no time) release log
00:00:00.000454 main Log opened 2020-12-15T04:29:16.199606000Z
00:00:00.000455 main Build Type: release
00:00:00.000460 main OS Product: Linux
00:00:00.000462 main OS Release: 4.12.14-lp151.28.87-default
00:00:00.000463 main OS Version: #1 SMP Wed Dec 2 07:20:50 UTC 2020 (bd14900)
00:00:00.000488 main DMI Product Name: PRIMERGY TX200 S7
00:00:00.000502 main DMI Product Version: GS01
00:00:00.000551 main Host RAM: 32125MB (31.3GB) total, 30632MB (29.9GB) available
00:00:00.000556 main Executable: /usr/lib/virtualbox/VBoxSVC
00:00:00.000557 main Process ID: 9395
00:00:00.000558 main Package type: LINUX_64BITS_GENERIC (OSE)
00:00:00.002126 main IPC socket path: /tmp/.vbox-m-ipc/ipcd
00:00:00.106814 nspr-2 VirtualBox: object creation starts
00:00:00.106921 nspr-2 Home directory: '/home/m/.config/VirtualBox'
00:00:00.122788 nspr-2 Loading settings file "/home/m/.config/VirtualBox/VirtualBox.xml" with version "1.12-linux"
00:00:00.126594 nspr-2 Successfully initialised host USB using sysfs
00:00:00.127537 nspr-2 HostDnsMonitor: initializing
00:00:00.127692 nspr-2 NAT: resolv.conf: nameserver 192.168.178.1
00:00:00.127723 nspr-2 HostDnsMonitor: updating information
00:00:00.127746 nspr-2 HostDnsMonitor: old information
00:00:00.127751 nspr-2 no server entries
00:00:00.127755 nspr-2 no domain set
00:00:00.127759 nspr-2 no search string entries
00:00:00.127763 nspr-2 HostDnsMonitor: new information
00:00:00.127766 nspr-2 server 1: 192.168.178.1
00:00:00.127770 nspr-2 domain: fritz.box
00:00:00.127774 nspr-2 search string 1: fritz.box
00:00:00.217375 nspr-2 VD: VDInit finished with VINF_SUCCESS
00:00:00.217516 nspr-2 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={d55176e5-6730-4e9e-fc1f-a59b1f44f78f} aComponent={SystemPropertiesWrap} aText={Cannot determine default Guest Additions ISO location. Most likely they are not available}, preserve=false aResultDetail=0
00:00:00.223915 nspr-2 Loading settings file "/home/m/VBox/WIN10Lager/WIN10Lager.vbox" with version "1.15-linux"
00:00:00.224596 nspr-2 Loading settings file "/home/m/VBox/OS152mini/OS152mini.vbox" with version "1.16-linux"
00:00:00.225160 nspr-2 Loading settings file "/home/m/VBox/win2016es/win2016es.vbox" with version "1.15-linux"
00:00:00.236657 nspr-2 OCI: Local config file '/home/m/.config/VirtualBox/oci_config' does not exist
00:00:00.236678 nspr-2 OCI: Original config file '/home/m/.oci/config' does not exist
00:00:00.236683 nspr-2 OCI: Reading profiles finished with status NS_OK
00:00:00.236691 nspr-2 ExtPack: Created cloud provider 'OCI' (hrc=NS_OK)
00:00:00.236712 nspr-2 VirtualBox: object created
Alles anzeigen