Page 1 of 1

webiopi starting on boot up

Posted: Sat Mar 22, 2014 11:44 am
by garycooke
I have just reinstalled webiopi and want it to start on boot up, so i typed

sudo update-rc.d webiopi defaults

The message i get after typing that line is

insserv: warning script 'mathkernel' missing LSB tags and overrides

Is this normal ie do i ignore it or do i have a problem somewhere

Re: webiopi starting on boot up

Posted: Sat Mar 22, 2014 11:57 am
by DougieLawson
Two options
1. sudo apt-get purge wolfram*
2. sudo nano /etc/init.d/mathkernel and add the missing LSB headers

Re: webiopi starting on boot up

Posted: Sat Mar 22, 2014 1:00 pm
by garycooke
Do i type them while still in the webiopi 0.7.0 file or do i need to go into home/pi

Also if i am in the webiopi 0.7.0 (which i am) how do i get back to home/pi

Re: webiopi starting on boot up

Posted: Sat Mar 22, 2014 1:20 pm
by DougieLawson
They're linux command line commands. One removes Wolfram Alpha and the offending script. The other is the way to edit the offending script so you can add the missing prolog statements to it.

You could do it with leafpad in the GUI (if you insist on using a GUI).