You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After rebasing to version 40. Waydroid does not start. In the logs I see
[20:22:38] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
lxc-start: waydroid: ../src/lxc/conf.c: lxc_storage_prepare: 507 No such file or directory - Failed to access to "/usr/lib64/lxc/rootfs". Check it is present
lxc-start: waydroid: ../src/lxc/conf.c: lxc_rootfs_init: 542 Invalid argument - Failed to prepare rootfs storage
lxc-start: waydroid: ../src/lxc/start.c: __lxc_start: 2079 Failed to handle rootfs pinning for container "waydroid"
.....
(008245) [20:22:48] org.freedesktop.DBus.Python.OSError: Traceback (most recent call last):
File "/usr/lib64/python3.12/site-packages/dbus/service.py", line 712, in _message_cb
retval = candidate_method(self, *args, **keywords)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/waydroid/tools/actions/container_manager.py", line 34, in Start
do_start(self.args, session)
File "/usr/lib/waydroid/tools/actions/container_manager.py", line 189, in do_start
helpers.lxc.start(args)
File "/usr/lib/waydroid/tools/helpers/lxc.py", line 394, in start
wait_for_running(args)
File "/usr/lib/waydroid/tools/helpers/lxc.py", line 388, in wait_for_running
raise OSError("container failed to start")
OSError: container failed to start
The text was updated successfully, but these errors were encountered:
thmichel
changed the title
W
Waydroid does not start after upgrade to silverblue-surface 40
Apr 4, 2024
After rebasing to version 40. Waydroid does not start. In the logs I see
lxc-start: waydroid: ../src/lxc/conf.c: lxc_storage_prepare: 507 No such file or directory - Failed to access to "/usr/lib64/lxc/rootfs". Check it is present
lxc-start: waydroid: ../src/lxc/conf.c: lxc_rootfs_init: 542 Invalid argument - Failed to prepare rootfs storage
lxc-start: waydroid: ../src/lxc/start.c: __lxc_start: 2079 Failed to handle rootfs pinning for container "waydroid"
.....
(008245) [20:22:48] org.freedesktop.DBus.Python.OSError: Traceback (most recent call last):
File "/usr/lib64/python3.12/site-packages/dbus/service.py", line 712, in _message_cb
retval = candidate_method(self, *args, **keywords)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/waydroid/tools/actions/container_manager.py", line 34, in Start
do_start(self.args, session)
File "/usr/lib/waydroid/tools/actions/container_manager.py", line 189, in do_start
helpers.lxc.start(args)
File "/usr/lib/waydroid/tools/helpers/lxc.py", line 394, in start
wait_for_running(args)
File "/usr/lib/waydroid/tools/helpers/lxc.py", line 388, in wait_for_running
raise OSError("container failed to start")
OSError: container failed to start
The text was updated successfully, but these errors were encountered: