Re: Multi-user VNC on F23 and later

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 07/11/17 05:42, CLOSE Dave wrote:
>
> 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.

First I though the problem may be due to using 5901, but I changed to that and it
still works for me.
Then I thought maybe it was your addition of  -fp /usr/share/X11/fonts/misc.  So, I
added that and it still works for me.

Then I noticed one thing which seems off or odd do me. 

When you do "systemctl -l status xvnc.socket" you system is outputting 2 lines.

Jul 10 14:10:50 pses37top systemd[1]: Listening on XVNC Server.
Jul 10 14:10:50 pses37top systemd[1]: Starting XVNC Server.

My system outputs only one.

Jul 11 06:48:30 f25f.greshko.com systemd[1]: Listening on XVNC Server.

Without any clients connected/connecting can you check to see if Xvnc is running?  I
only have a running /usr/bin/Xvnc when a client is connected.

Also, check /var/log/kdm.log to see if there are errors.



-- 
Fedora Users List - The place to go to speculate endlessly

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux