selkies-project / docker-nvidia-glx-desktop

KDE Plasma Desktop container designed for Kubernetes supporting OpenGL GLX and Vulkan for NVIDIA GPUs with WebRTC and HTML5, providing an open-source remote cloud graphics or game streaming platform. Spawns its own fully isolated X Server instead of using the host X server, not requiring /tmp/.X11-unix host sockets or host configuration.
https://github.com/selkies-project/docker-nvidia-glx-desktop/pkgs/container/nvidia-glx-desktop
Mozilla Public License 2.0
257 stars 58 forks source link

touch does not support sub directories. #52

Closed HansLarsen closed 1 week ago

HansLarsen commented 1 week ago

I'm attempting to launch the container, however the script, /etc/selkies-gstreamer-entrypoint.sh crashes with the error: sudo touch /dev/input/{js0,js1,js2,js3} touch: cannot touch '/dev/input/js0': No such file or directory touch: cannot touch '/dev/input/js2': No such file or directory touch: cannot touch '/dev/input/js3': No such file or directory

it seems that touch dosent support creating files in subdirectories like this, as cd'ing into the directory and running touch {js0,js1,js2,js3} works fine.

billede

I'm running this on a ubuntu 22.04 host with the nvidia container toolbox.

ehfd commented 1 week ago

Understood. Will fix. Thank you.

ehfd commented 1 week ago

Please check the fix.

ehfd commented 1 week ago

Closing for now. Please reopen if there are issues.