2017 Feb 07, 11:16 PM
Hi Paul,
It looks like the instructions on the wiki need to be updated.
However you should be able to get things working without too much trouble.
First, is your Raspi running a recent version of the Raspbian OS i.e. jessie?
If that's the case you should use the init.d system:
There is a file in the SIP directory named sip.service. That should be copied to /etc/systemd/system.
Use the command:
sudo cp /SIP/sip.service /etc/systemd/system/sip.service
Then enable sip service:
sudo systemctl enable sip.service
You should get a message that the service is enabled.
Reboot the py:
sudo reboot
After the reboot sip should be running. If not, make sure the rc.local command is removed and the init.d file is deactivated as per the instructions on the wiki.
If you are running an older version of Raspbian the init.d instructions should work but it would be a good idea to upgrade.
Let me know how it goes.
Dan
Dan
It looks like the instructions on the wiki need to be updated.
However you should be able to get things working without too much trouble.
First, is your Raspi running a recent version of the Raspbian OS i.e. jessie?
If that's the case you should use the init.d system:
There is a file in the SIP directory named sip.service. That should be copied to /etc/systemd/system.
Use the command:
sudo cp /SIP/sip.service /etc/systemd/system/sip.service
Then enable sip service:
sudo systemctl enable sip.service
You should get a message that the service is enabled.
Reboot the py:
sudo reboot
After the reboot sip should be running. If not, make sure the rc.local command is removed and the init.d file is deactivated as per the instructions on the wiki.
If you are running an older version of Raspbian the init.d instructions should work but it would be a good idea to upgrade.
Let me know how it goes.
Dan
Dan