2017 Apr 14, 05:19 PM
(2017 Apr 14, 02:33 PM)dan Wrote: The error that "No socket could be created" indicates that some program (server) is using port 80.
If you have tried different ports it may be that another copy of SIP is already running. If you have set up SIP to start automatically at boot you will need to use the command
Then you should be able to start SIP from the command line.Code:systemctl stop sip
You can also use the command
Code:systemctl status sip
to check if SIP is running.
Dan
Thanks for the reply. I ran these and the system says it is not running. I am using VNC to access the pi as it is headless.