Hello, I have recetly been having problems gettoing a tightvnc server to start on boot using this page over here (http://elinux.org/RPi_VNC_Server) . I have created the file in /etc/init.d , then chmodded it. Then I tried the first command "update-rc.d /etc/init.d/vncboot defaults" which didn't work so I tried the other alternative one, "update-rc.d vncboot defaults" then it printed this out,
"update-rc.d: using dependency based boot sequencing
insserv: warning: script 'mathkernel' missing LSB tags and overrides" and I rebooted my Pi and tried connecting to it via VNCViewer and it gave me an error, I think it said connection refused so obviously the server didn't start.