I'm trying to connect to my pi through windows with tight vnc serrver according to this:
http://elinux.org/RPi_VNC_Server
After installing and creating vncboot in /etc/init.d, I get this when the pi tries to boot:
...
[....] Starting vnc server
/etc/init.d/vncboot: 23: /etc/init.d/vncboot: /usr/bin/vncserver :0 not found
...
The server is not starting and it seems that it can't find the file. I have don this job before successfully but now I'm really confused with it.
Update: It seems that there is a problem with spaces when you copy/paste vncboot contents from above link. After retyping the space before "-geometry", now I get this:
/etc/init.d/vncboot: 24: /etc/init.d/vncboot: : not found
I don't understand this problem. However, I can connect to pi with vnc app installed on windows PC. The error exists, though.