![]() |
sip3.service fail - Printable Version +- SIP (https://nosack.com/sipforum) +-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1) +--- Forum: Installation and set up questions (https://nosack.com/sipforum/forumdisplay.php?fid=2) +--- Thread: sip3.service fail (/showthread.php?tid=274) |
sip3.service fail - numero9 - 2021 Dec 05 Hello again,
Since I had some problems after the last update, I want to start over with a clean install.
I already have it installed and working, except for the automatic start of sip.py.
following the instructions I have done these steps:
Code: sudo cp SIP/sip3.service /etc/systemd/system/ after restarting, the web doesn't work.
Quote:pi@Riego:~ $ systemctl status sip3 if I execute 'sudo systemctl restart sip3.service' then works ok.
Quote:pi@Riego:~ $ sudo systemctl restart sip3.service Could it be that the network is not ready yet?
Thank you
RE: sip3.service fail - dan - 2021 Dec 05 The error "OSError: No socket could be created" usually indicates that port 80 is already being used by another process. Not sure what is causing this. The sip3.service file waits for the network to start so that should not be a problem. Dan RE: sip3.service fail - md666 - 2022 May 24 Hello I have exactly the same issue, any solution on this? RE: sip3.service fail - dan - 2022 May 25 (2022 May 24, 02:35 PM)md666 Wrote: Hello I have exactly the same issue, any solution on this? If the problem is caused by another program using port 80, you can try editing SIP's settings file. Log into the SIP directory and use e.g. nano data/sd.json scroll down a few lines to one that says "htp": 80, and change it to e.g. "htp": 8080, when you try to access SIP's web UI you will need to add :8080 to the url. Dan |