On 05.06.2017 09:18, Ed Greshko wrote:
On 06/05/17 14:31, Walter H. wrote:Hello, On 05.06.2017 01:52, Ed Greshko wrote:On 06/05/17 04:37, Walter H. wrote: FWIW, in the past I've found it easier to run a Vnc client on windows and a Vnc Server on the Linux side... That being said....how do I this?Install https://www.realvnc.com/download/vnc/windows/ on the Windows side. (Use the supplied client SW)
ok, I already have the VNCviewer on my Windows
Install tigervnc-server on fedora. From there you can either decide if you want to have a user invoke the server from say a terminal or ssh session or to make it a system service by following the directions in /lib/systemd/system/vncserver@.service.
I did what this file said ...cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@.service
I edited /etc/systemd/system/vncserver@.service and changed <USER> with walter
did systemctl daemon-reload systemctl enable vncserver@:1.service systemctl start vncserver@:1.service firewall-cmd --add-port=5901/tcp --permanent the password ... su - walter vncpasswd ... after rebooting the computerVNCviewer connected and there I gave the password I configured above with vncpasswd
but after less than a minute the connection closes and I get this dialog from VNC viewer read: Connection reset by peer (10054) Do you wish to attempt to reconnect to 172.23.1.7:5901 clicking Yes gives this: unable to connect to host: Connection refused (10061)SOS please help me, how to get any way of a stable graphical connection from Windows
to this Fedora 25 ...
yes, as I noticed in fedora I don't get any feedback if this worked or not ...No, there is no clear indication from the logs that I can see pointing out the problem. I did things slightly different than what was called out in the link you initially supplied. The steps taken were... dnf -y install xrdp firewall-cmd --add-port=3389/tcp --permanent firewall-cmd --reload systemctl enable xrdp systemctl start xrdp I don't like to start a service without the proper firewall rules in place first. FWIW, have you tried stopping/starting xrdp?
e.g. my older mail server shows this when I restart postfix [root@mail ~]# service postfix restart Shutting down postfix: [ OK ] Starting postfix: [ OK ] [root@mail ~]# fedora only this: [root@fedora ~]# systemctl restart postfix [root@fedora ~]#
You may also want to check to see if you have any errors reported in you ~/.vnc directory.
nothing usefull ... how can I connect using desktop share? https://docs.fedoraproject.org/en-US/Fedora/14/html/User_Guide/sect-User_Guide-Sharing_your_desktop-KDE.html(this seems to be stable but, what is it really as the clock at bottom right shows a different time of more than 5 minutes)
Thanks, Walter
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx