Skip to content
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

Magic Castle triggering usage of dbus-launch from compatability layer #96

Open
ocaisa opened this issue Apr 8, 2021 · 2 comments
Open

Comments

@ocaisa
Copy link
Member

ocaisa commented Apr 8, 2021

One of things that Magic Castle does is allow you to start a Desktop session via JupyterHub. This triggers the command

dbus-launch websockify -v --web /opt/jupyterhub/lib64/python3.6/site-packages/jupyter_desktop/share/web/noVNC-1.1.0 --heartbeat 30 --unix-target /tmp/tmpmkuclos5/vnc-socket 38569 -- /bin/sh -c cd /home/ocaisa && vncserver -verbose -xstartup /opt/jupyterhub/lib64/python3.6/site-packages/jupyter_desktop/share/xstartup -SecurityTypes None -rfbunixpath /tmp/tmpmkuclos5/vnc-socket -fg -nolisten tcp

but for our compatability layer this command is failing with a bomb of /cvmfs/pilot.eessi-hpc.org/2021.03/compat/linux/x86_64/usr/bin/dbus-daemon processes and lots of errors in the logs about

Apr  8 14:37:15 gpu-node1 dbus-daemon[11779]: Cannot initialize inotify
@ocaisa
Copy link
Member Author

ocaisa commented Apr 9, 2021

From https://bbs.archlinux.org/viewtopic.php?pid=1709269#p1709269 it looks like we are triggering some kind of recursive inclusion, which I guess must come from our init scripts?

@bedroge
Copy link
Collaborator

bedroge commented Apr 9, 2021

I have no idea if this is related to your issue, but I did just see that the list with host symlinks that Bart provided (and which they use at CC) a while ago also contains run/dbus:
#15 (comment)
We don't have that one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants