You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue. I follow the steps and everything works as expected. Turn off the pi and start it up again and tightserver is no longer running and the pi no longer appears in the Mac finder window sidebar
Total noob here, but I have my new raspberry pi configured so the server is running when I reboot it (do not have to shell into the pi to restart the server)
I did it by editing /etc/rc.local and inserting the lines:
sudo /etc/init.d/tightvncserver start
cd /etc/init.d
sudo update-rc.d tightvncserver defaults
cd /home/pi
Insert the code just before the final exit 0 line at the bottom. You may have to chmod the rc.local file to make it executable if it is not already.
The services won't be running when I start raspberry pi, I need to start it manually. Is there a commands I need to run to make it run on boot ?
The text was updated successfully, but these errors were encountered: