Hello, I am working on a fresh install of OOD on Ubuntu 22.04 (migrating from CentOS 7). All dependencies seem to be installed but running into the following issue:
Setting VNC password...
Starting VNC server...
WARNING: n006.cluster.pssclabs.com:1 is taken because of /tmp/.X1-lock
Remove this file if there is no X server n006.cluster.pssclabs.com:1
Killing Xvnc process ID 754372
Xvnc process ID 754372 already killed
Xvnc did not appear to shut down cleanly. Removing /tmp/.X11-unix/X1
Xvnc did not appear to shut down cleanly. Removing /tmp/.X1-lock
Desktop 'TurboVNC: n006.cluster.pssclabs.com:1 (faizanbadami)' started on display n006.cluster.pssclabs.com:1
Log file is vnc.log
Successfully started VNC server on n006.cluster.pssclabs.com:5901...
Script starting...
Starting websocket server...
ERROR: Collection default cannot be found
Launching desktop 'xfce'...
WebSocket server settings:
- Listen on :45376
- No SSL/TLS support (no cert file)
- Backgrounding (daemon)
Scanning VNC log file for user authentications...
Generating connection YAML file...
(xfwm4:754842): xfwm4-WARNING **: 12:44:37.223: Unsupported GL renderer (llvmpipe (LLVM 15.0.7, 256 bits)).
** (xiccd:754891): WARNING **: 12:44:38.010: EDID is empty
** (xiccd:754891): CRITICAL **: 12:44:38.028: failed to create colord device: failed to obtain org.freedesktop.color-manager.create-device auth
(polkit-gnome-authentication-agent-1:754884): polkit-gnome-1-WARNING **: 12:44:38.040: Unable to determine the session we are in: No session for pid 754884
** (xfce4-screensaver:754877): WARNING **: 12:44:38.064: screensaver already running in this session
Those errors are hard to diagnose because I’m never quite sure if they matter or not and I don’t see anything there that’s really fatal.
I’d look for these 2 things:
What is the behavior you see from the client?
When you start this job up - get a shell session to the compute node if you can. Issue ps and so on to see if everything is infact up and running like vncserver and xfwm4,
After changing the chrome setting I see the following error on the “console” nothing for the “network” tab:
websock.js:231 WebSocket connection to 'ws://clusterhn.cluster.pssclabs.com/rnode/n006.cluster.pssclabs.com/50812/websockify' failed:
open @ websock.js:231
rfb.js:607 WebSocket on-error event
_socketError @ rfb.js:607
rfb.js:831 Failed when connecting: Connection closed (code: 1006)
_fail @ rfb.js:831
vnc.html:1 The resource http://clusterhn.cluster.pssclabs.com/pun/sys/dashboard/noVNC-1.3.0/app/images/warning.svg was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
vnc.html:1 The resource http://clusterhn.cluster.pssclabs.com/pun/sys/dashboard/noVNC-1.3.0/app/images/info.svg was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
Be sure to bounce apache for it to take affect. Plus in the network tab you should see 403 forbidden for this request specifically (if it’s still the same issue).