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
Images based on ubuntu:bionic are affected by a regression caused by the interaction between host's and container's dbus. This happens only if --network host is used.
In particular, I can reproduce this issue on the diegoferigo/tools image with:
Creating dferigo group
Creating dferigo user
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
dbus[7]: The last reference on a connection was dropped without closing the connection. This is a bug in an application. See dbus_connection_unref() documentation for details.
Most likely, the application was supposed to call dbus_connection_close(), since this is a private connection.
D-Bus not built with -rdynamic so unable to print a backtrace
Other GUIs either do not open (such as Atom, its process keeps running without errors but no window is opened) or get stuck when running (such as gitkraken, the boot animation shows up but it is black and the program never opens).
I discovered that on Ubuntu 18.04 the seccomp packages are not enough updated. Support to the statx syscall was added to the 2.3.3 version (source1, source2).
However, even updating it with this ppa or getting the package from cosmic didn't solve the problem in my case. I am using docker-ce 5:18.09.0~3-0~ubuntu-bionic.
The strange thing is that even using seccomp=unconfined or passing an alternative default.json does not work. Neither cap_add: ALL. The only solution atm is the privileged mode.
Images based on
ubuntu:bionic
are affected by a regression caused by the interaction between host's and container's dbus. This happens only if--network host
is used.In particular, I can reproduce this issue on the
diegoferigo/tools
image with:I obtain the following output:
Other GUIs either do not open (such as Atom, its process keeps running without errors but no window is opened) or get stuck when running (such as gitkraken, the boot animation shows up but it is black and the program never opens).
Related issues:
The text was updated successfully, but these errors were encountered: