Ed Greshko wrote: > You actually don't want xvnc@.service to be enabled or started. The > connection to the socket triggers starting of Xvnc I realized that a while ago but forgot. It is presently not enabled. > I find it odd that you get this "Listen: 10.76.185.91:5901" when > your file below for xvnc.socket has > "ListenStream=10.76.185.91:5900". I did my cut-and-paste to these messages from different tests. I'm actually trying to use port 5901 to make the transition transparent for users who are now using the single-user access technique. I had written: > # systemctl status -l xvnc@:.service > ... > Jul 07 18:27:08 server systemd[1]: xvnc@:.service: Got more than one socket. > # systemctl status -l xvnc.socket > ... > Active: failed (Result: resources) This was caused because the old service, vncserver@:1, was still running. After I stopped it (and deleted the files, just to be sure), status looks correct. --- # systemctl -l status xvnc.socket xvnc.socket - XVNC Server Loaded: loaded (/etc/systemd/system/xvnc.socket; enabled; vendor preset: disabled) Active: active (listening) since Mon 2017-07-10 14:10:50 PDT; 27min ago Listen: 10.76.185.91:5901 (Stream) Accepted: 2; Connected: 0 Jul 10 14:10:50 pses37top systemd[1]: Listening on XVNC Server. Jul 10 14:10:50 pses37top systemd[1]: Starting XVNC Server. # cat /etc/systemd/system/xvnc.socket [Unit] Description=XVNC Server [Socket] ListenStream=10.76.185.91:5901 Accept=yes [Install] WantedBy=sockets.target # cat /etc/systemd/system/xvnc@.service [Unit] Description=XVNC per Connection Daemon After=syslog.target [Service] Type=simple ExecStart=-/usr/bin/Xvnc -inetd -query localhost -geometry 1024x768 -depth 24 -once -SecurityTypes=None -fp /usr/share/X11/fonts/misc StandardInput=socket StandardError=syslog --- HOWEVER, when I connect with "vncviewer server::5901", I get a blank screen with a momentary F8 prompt. I do not see the normal greeting screen. Something is still missing. -- Dave Close, Thales InFlyt Experience, Irvine California USA. cell +1 949 394 2124, dave.close@xxxxxxxxxxxxxxxxxx "Age is a very high price to pay for maturity." -- Tom Stoppard _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx