Page 1 of 1
rc.local
Posted: Sat Jul 23, 2016 9:16 pm
by BLL
Hi, I have recently moved to a RasPi 3 and I noticed that I was not seeing the Pi's ip address displayed. In rc.local, it says that the file does nothing by default and to change the execution bits. What are these and how does one change them please?
Thanks
Brian
Re: rc.local
Posted: Sat Jul 23, 2016 11:37 pm
by DougieLawson
sudo chmod 755 /etc/rc.local
ls -la /etc/rc.local
Re: rc.local
Posted: Sun Jul 24, 2016 9:21 am
by BLL
Hi, Thanks for the reply.
I have done your commands and it has made no difference. I am still not seeing the results of the printf statement of the ip address on the screen.
Brian
Re: rc.local
Posted: Sun Jul 24, 2016 11:21 am
by bensimmo
By default it should run anyway, it always has on all mine.
I assume you have a network connection?