Hi, I added /etc/init.d/tightvncserver to start a VNC server. It looks fine -- I have the LSB comments and it works when invoked directly from the command-line, e.g.
cd /etc/init.d ./tightvncserver start But update-rc.d gives an error: root@debian01:/etc/init.d# update-rc.d tightvncserver defaults update-rc.d: using dependency based boot sequencing What is the fix? Thanks, Art