-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] fedora-kde dbus unix socket shadowed by late /tmp mount #176
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Nice find, I will get a solution in the bases for audio in priv mode |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
This is fixed in the latest build. |
I just stumbled across this problem and can confirm that this problem also exists for debian-kde. |
I helped myself with a workaround by modifying
I am not sure this is a good and general solution but it worked for |
Is there an existing issue for this?
Current Behavior
System Settings won't start from menu.
Starting from shell (/usr/bin/systemsettings) yields:
Problem seems to be that docker-in-docker (dind) initialization does a very late
mount -t tmpfs none /tmp
which shadows the initial /tmp containing the dbus unix socket. (s6 svc-docker depends on svc-de and even waits 5s before calling/usr/local/bin/dockerd-entrypoint.sh
. This seems due to avoid some interference with pulseaudio startup.Have verified that e.g. introducing a dependency from svc-de to a new s6 init-tmp-mount script that does
fixes the problem.
Expected Behavior
The System Settings control panel should open.
Steps To Reproduce
This seems reproducible directly after all fresh starts of the container.
Environment
CPU architecture
x86-64
Docker creation
docker container run --detach --shm-size 2G --name test --privileged -e PUID=1000 -e PGID=1000 -p 3000:3000 -p 3001:3001 --restart unless-stopped linuxserver/webtop:fedora-kde-8441b5fc-ls109
Container logs
The text was updated successfully, but these errors were encountered: