2020 Jun 12, 10:44 AM
Hi all,
I have just installed SIP into a container (via git), exposed the port 80 and started off the service by python3 sip.py from /SIP within the container.
Everything worked out, service is reachable....
However, I tried to enable the relay_16 plugin and got the following reported by sip on the console:
The browser reported back in a (I guess browser provided window):
SIP could not restart
Please restart the programm from command line
This I did and the plugin is showing up...everything sees ok...
Somebody has an idea to overcome that restart-step? or can somebody maybe post a working Dockerfile and a docker run ....?
Many thanks for your support!
Kind regards,
Michael
I have just installed SIP into a container (via git), exposed the port 80 and started off the service by python3 sip.py from /SIP within the container.
Everything worked out, service is reachable....
However, I tried to enable the relay_16 plugin and got the following reported by sip on the console:
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:22] "HTTP/1.1 GET /plugins" - 200 OK
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:22] "HTTP/1.1 GET /api/log" - 200 OK
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:25] "HTTP/1.1 GET /browse-plugins" - 200 OK
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:25] "HTTP/1.1 GET /api/log" - 200 OK
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:34] "HTTP/1.1 GET /inst-plugins" - 303 See Other
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:34] "HTTP/1.1 GET /plugins" - 200 OK
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:35] "HTTP/1.1 GET /api/log" - 200 OK
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:44] "HTTP/1.1 GET /upd-plugins" - 303 See Other
Code:
System is restarting
Code:
zones changed
Code:
GIPO 11 switched to state 1
Code:
[0, 0, 0, 0, 0, 0, 0, 0]
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:44] "HTTP/1.1 GET /restart" - 200 OK
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:44] "HTTP/1.1 GET /api/log" - 200 OK
Code:
Restarting...
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:45] "HTTP/1.1 GET /static/scripts/goHome.js" - 200
Code:
Failed to connect to bus: No such file or directory
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:45] "HTTP/1.1 GET /" - 200 OK
Code:
::ffff:192.168.178.70:37038 - - [12/Jun/2020 09:53:45] "HTTP/1.1 GET /api/log" - 200 OK
The browser reported back in a (I guess browser provided window):
SIP could not restart
Please restart the programm from command line
This I did and the plugin is showing up...everything sees ok...
Somebody has an idea to overcome that restart-step? or can somebody maybe post a working Dockerfile and a docker run ....?
Many thanks for your support!
Kind regards,
Michael