I used the instructions on this site:
https://www.howtoforge.com/how-to-install-vnc-server-on-ubuntu-14.04
to install VNC server on my Ubuntu 14.04. It worked fine. I could login using VNC Viewer 5.1.1 from Windows. Today I did apt-get upgrade and restarted. After restarting the machine, I could not login either using VNC (Connection Refused 10061) or on the console. syslog showed a problem reading ~/.ICEauthority so I chowned that and now can login on the console but VNC still gives 'Connection refused.'
When I try to start vncviewer from a shell, I get:
Wrong type or access mode of /home/jjen009/.vnc.
jj
ls -ld ~/.vnc/
to your post (also can you clarify whether you are trying to startvncviewer
as per your question orvncserver
as indicated in your comment). – steeldriver Jan 17 '15 at 04:17ls -ld ./.vnc:
drwxrwxr-x 2 jjen009 jjen009 4096 Jan 17 14:16 .vnc
I'm trying to start vncviewer from Windows to talk to the Ubuntu machine. Worked until I rebooted.
jj
– John Jensen Jan 18 '15 at 06:44ps
- ornetstat
) that the VNC service actually started? – steeldriver Jan 18 '15 at 19:50