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
{{ message }}
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.
Did you manage to run this on openshift?
I installed the modules on RHEL 7.8, made some minor fixes to fit it to the kernel version (3.10).
However, the "systemctl is-system-running" returning always degraded.
I tried to look over the logs, but found nothing. When I tried to run the anbox launch command from the docker manually, it returned [daemon.cpp:61@Run] Failed to connect to DBus.
I installed apt install dbus-x11 && export $(dbus-launch). The second run of anbox launch returned Failed to initialize SDL: No available video device.
The text was updated successfully, but these errors were encountered:
Hello,
Did you manage to run this on openshift?
I installed the modules on RHEL 7.8, made some minor fixes to fit it to the kernel version (3.10).
However, the "systemctl is-system-running" returning always degraded.
I tried to look over the logs, but found nothing. When I tried to run the anbox launch command from the docker manually, it returned
[daemon.cpp:61@Run] Failed to connect to DBus
.I installed
apt install dbus-x11 && export $(dbus-launch)
. The second run of anbox launch returnedFailed to initialize SDL: No available video device
.The text was updated successfully, but these errors were encountered: