I'v been trying to install defferent VM's on my VirtualBox (Version 6.1.12 r139181 (Qt5.6.2)).
I'v used VirtualBox earlier in the past on another host with no problem, now the installer never seems to finnish.
On fedora i get this error:
Code: Select all
The following was filed automatically by anaconda:
anaconda 32.24.7 exception report
Traceback (most recent call first):
File "/usr/lib/python3.8/site-packages/dasbus/client/handler.py", line 496, in _handle_method_error
raise exception from None
File "/usr/lib/python3.8/site-packages/dasbus/client/handler.py", line 474, in _get_method_reply
return self._handle_method_error(error)
File "/usr/lib/python3.8/site-packages/dasbus/client/handler.py", line 442, in _call_method
return self._get_method_reply(
File "/usr/lib64/python3.8/site-packages/pyanaconda/modules/common/task/__init__.py", line 46, in sync_run_task
task_proxy.Finish()
File "/usr/lib64/python3.8/site-packages/pyanaconda/installation_tasks.py", line 521, in run_task
sync_run_task(self._task_proxy)
File "/usr/lib64/python3.8/site-packages/pyanaconda/installation_tasks.py", line 490, in start
self.run_task()
File "/usr/lib64/python3.8/site-packages/pyanaconda/installation_tasks.py", line 311, in start
item.start()
File "/usr/lib64/python3.8/site-packages/pyanaconda/installation_tasks.py", line 311, in start
item.start()
File "/usr/lib64/python3.8/site-packages/pyanaconda/installation_tasks.py", line 311, in start
item.start()
File "/usr/lib64/python3.8/site-packages/pyanaconda/installation.py", line 382, in run_installation
queue.start()
File "/usr/lib64/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib64/python3.8/site-packages/pyanaconda/threading.py", line 280, in run
threading.Thread.run(self)
dasbus.error.DBusError: mount failed: 32
I was not able to find any relative information about this.
I can run Docker on the same machine with no problem, I dont have Docker and VirtualBox running at the same time.
I have all logs from the fedora-install saved:
Code: Select all
-rwxrwxr-x+ 1 root wheel 2B Sep 27 23:54 version
-rwxrwxr-x+ 1 root wheel 64B Sep 27 23:54 uuid
-rwxrwxr-x+ 1 root wheel 8B Sep 27 23:54 type
-rwxrwxr-x+ 1 root wheel 10B Sep 27 23:54 time
-rwxrwxr-x+ 1 root wheel 505K Sep 27 23:54 syslog
-rwxrwxr-x+ 1 root wheel 135K Sep 27 23:54 storage.log
-rwxrwxr-x+ 1 root wheel 30B Sep 27 23:54 release
-rwxrwxr-x+ 1 root wheel 40B Sep 27 23:54 reason
-rwxrwxr-x+ 1 root wheel 9.8K Sep 27 23:54 program.log
-rwxrwxr-x+ 1 root wheel 6B Sep 27 23:54 product
-rwxrwxr-x+ 1 root wheel 7B Sep 27 23:54 pkg_version
-rwxrwxr-x+ 1 root wheel 1B Sep 27 23:54 pkg_release
-rwxrwxr-x+ 1 root wheel 8B Sep 27 23:54 pkg_name
-rwxrwxr-x+ 1 root wheel 1B Sep 27 23:54 pkg_epoch
-rwxrwxr-x+ 1 root wheel 6B Sep 27 23:54 pkg_arch
-rwxrwxr-x+ 1 root wheel 9.8K Sep 27 23:54 packaging.log
-rwxrwxr-x+ 1 root wheel 16B Sep 27 23:54 package
-rwxrwxr-x+ 1 root wheel 17B Sep 27 23:54 os_release
-rwxrwxr-x+ 1 root wheel 691B Sep 27 23:54 os_info
-rwxrwxr-x+ 1 root wheel 1.6K Sep 27 23:54 nmcli_dev_list
-rwxrwxr-x+ 1 root wheel 194K Sep 27 23:54 lvm.log
-rwxrwxr-x+ 1 root wheel 2.4K Sep 27 23:54 lsblk_output
-rwxrwxr-x+ 1 root wheel 24K Sep 27 23:54 lorax-packages.log
-rwxrwxr-x+ 1 root wheel 10B Sep 27 23:54 last_occurrence
-rwxrwxr-x+ 1 root wheel 21B Sep 27 23:54 kernel
-rwxrwxr-x+ 1 root wheel 9B Sep 27 23:54 hostname
-rwxrwxr-x+ 1 root wheel 51B Sep 27 23:54 hawkey.log
-rwxrwxr-x+ 1 root wheel 8B Sep 27 23:54 hashmarkername
-rwxrwxr-x+ 1 root wheel 14B Sep 27 23:54 executable
-rwxrwxr-x+ 1 root wheel 637B Sep 27 23:54 environ
-rwxrwxr-x+ 1 root wheel 64B Sep 27 23:54 duphash
-rwxrwxr-x+ 1 root wheel 1.3K Sep 27 23:54 dnf.librepo.log
-rwxrwxr-x+ 1 root wheel 1.6K Sep 27 23:54 description
-rwxrwxr-x+ 1 root wheel 2.9K Sep 27 23:54 dbus.log
-rwxrwxr-x+ 1 root wheel 8B Sep 27 23:54 component
-rwxrwxr-x+ 1 root wheel 87B Sep 27 23:54 cmdline_file
-rwxrwxr-x+ 1 root wheel 32B Sep 27 23:54 cmdline
-rwxrwxr-x+ 1 root wheel 1.5K Sep 27 23:54 backtrace
-rwxrwxr-x+ 1 root wheel 6B Sep 27 23:54 architecture
-rwxrwxr-x+ 1 root wheel 6B Sep 27 23:54 analyzer
-rwxrwxr-x+ 1 root wheel 22K Sep 27 23:54 anaconda.log
-rwxrwxr-x+ 1 root wheel 1.2M Sep 27 23:54 anaconda-tb
-rwxrwxr-x+ 1 root wheel 16B Sep 27 23:54 addons
What of these file relevant?
Is there a debug-vm i can try to spin up?
Br Sebastian