Re: [CentOS] VNC on centOS

2015-12-10 Thread Hersh
Thanks everyone. I was able to install VNC and get it working. On 11 December 2015 at 04:41, Jonathan Billings wrote: > On Dec 10, 2015, at 5:15 PM, John Stanley wrote: > > Privide the BZ Link please? > > https://bugzilla.redhat.com/show_bug.cgi?id=1283925 > > Not my bug, but the fix is there.

Re: [CentOS] VNC on centOS

2015-12-10 Thread John Stanley
On Thu, 2015-12-10 at 18:11 -0500, Jonathan Billings wrote: > On Dec 10, 2015, at 5:15 PM, John Stanley wrote: > > Privide the BZ Link please? > > https://bugzilla.redhat.com/show_bug.cgi?id=1283925 > > Not my bug, but the fix is there. thanks ___ Ce

Re: [CentOS] VNC on centOS

2015-12-10 Thread Jonathan Billings
On Dec 10, 2015, at 5:15 PM, John Stanley wrote: > Privide the BZ Link please? https://bugzilla.redhat.com/show_bug.cgi?id=1283925 Not my bug, but the fix is there. -- Jonathan Billings ___ CentOS mailing list CentOS@centos.org https://lists.centos

Re: [CentOS] VNC on centOS

2015-12-10 Thread John Stanley
On Thu, 2015-12-10 at 08:37 -0500, Jonathan Billings wrote: > If you're running Xvnc -inetd out of xinetd or systemd sockets, the > updates of TigerVNC in 7.2 (CR) break it. I've got an open bug with > Red Hat about it, and a fix is on the way. Privide the BZ Link please? __

Re: [CentOS] VNC on centOS

2015-12-10 Thread Jonathan Billings
On Thu, Dec 10, 2015 at 05:19:11PM +0530, Hersh wrote: > I have recently installed centOS 7 and trying to start vnc server on it. > Somehow, I am unable to make vncserver working. I have modified iptable > rules and xstartup file but it did not help. > > Has anyone else faced this problem earlier

Re: [CentOS] VNC on centOS

2015-12-10 Thread Giovanni PiƱeros
Hi You can keep this manual... Is very complete. https://www.howtoforge.com/vnc-server-installation-on-centos-7 2015-12-10 7:10 GMT-05:00 Michael H : > yum -y install x11vnc > > x11vnc -display :0 -forever -bg > > firewall-cmd --add-port=5900/tcp --permanent > > You should look into VNC passwo

Re: [CentOS] VNC on centOS

2015-12-10 Thread Michael H
yum -y install x11vnc x11vnc -display :0 -forever -bg firewall-cmd --add-port=5900/tcp --permanent You should look into VNC passwords, I use the above command in a shell script for each user in ~/.kde/Autostart I believe the viewer I'm using is krdc? Michael On 10/12/15 11:49, Hersh wrote: >

[CentOS] VNC on centOS

2015-12-10 Thread Hersh
Hi, I have recently installed centOS 7 and trying to start vnc server on it. Somehow, I am unable to make vncserver working. I have modified iptable rules and xstartup file but it did not help. Has anyone else faced this problem earlier? Any help would be appreciated. Regards Hersh