You might want to see if the following gets it running
On my Fedora 32, As root I can run
vncsession userid :port
That will start the vncserver to a degree?
Still find it to be flakey compared to what has worked fine
for decades...
In the previous versions, have vncserver loaded via
rc.local using the runuser to activate it for users.
Now the vncsessions has to be run by the root user and
passed the users id and port.
After I run command this is what it shows as running?
Change userid to userid and port to xx
root 1275117 1 0 17:04 ? 00:00:00 vncsession userid :xx
root 1275118 1275117 0 17:04 ? 00:00:00 [vncsession] <defunct>
msetzer+ 1275119 1275117 0 17:04 ? 00:00:00 xinit
/etc/X11/xinit/Xsession startxfce4 -- /usr/bin/Xvnc :xx -geometry 1270x900 -auth
/root/.xauthPSV4Pt -desktop xxxxx.dyndns.org:xx (userid) -fp
catalogue:/etc/X11/fontpath.d -pn -rfbauth /home/msetzerii/.vnc/passwd -rfbport
59xx -rfbwait 30000
msetzer+ 1275126 1275119 0 17:04 ? 00:00:00 /usr/bin/Xvnc :xx
-geometry 1270x900 -auth /root/.xauthPSV4Pt -desktop xxxxxx.dyndns.org:xx
(userid) -fp catalogue:/etc/X11/fontpath.d -pn -rfbauth
/home/userid/.vnc/passwd -rfbport 59xx -rfbwait 30000
Might be able to run the Xvnc option of the final thing, and start it directly??
Haven't setup a Fedora 33 yet, it might be totally different and no longer give
this option.. Seen memtion of TurboVnc that is suppose to still support the
vnserver option, but it isn't in the Fedora Repos, so not sure what the process is
to install it.
On 7 Mar 2021 at 22:10, Minhaj Ahmed wrote:
Date sent: Sun, 7 Mar 2021 22:10:06 -0800 (PST)
Subject: [tigervnc-users] vncserver has been replaced by a systemd unit