Hello,
I've got pilight 6.0 (stable) running on an Raspberry Pi 2 on Raspbian. Everything is working fine if I start/restart pilight manually. I can connect to the Web-Interfaces and can control my configured switches.
But if I reboot my Raspberry, I identified, that the pilight service is not startet correctly. If I do a ps aux | grep pilight direct after booting the Pi I get the following processes:
It seems as if the startpar process is not executed correctly and does not start pilight correctly (according to various sources in the Internet the process should not exist when booting is completed).
In /var/log/pilight.log I get the following error (just when pilight gets started directly after booting the Pi - started manually there is no error in the logs):
When I try to Connect to the pilight web server in this state I get the following error messages in /var/log/pilight.err
Does anone has similiar problems or any hint how to solve the issue?
I already tried to change the dependencies in /etc/init.d/pilight to
but unfortunately without success.
I appreciate any hint.
Thanks a lot,
Stephan
I've got pilight 6.0 (stable) running on an Raspberry Pi 2 on Raspbian. Everything is working fine if I start/restart pilight manually. I can connect to the Web-Interfaces and can control my configured switches.
But if I reboot my Raspberry, I identified, that the pilight service is not startet correctly. If I do a ps aux | grep pilight direct after booting the Pi I get the following processes:
Code:
root 2049 1.0 0.3 134752 2968 ? Sl 20:17 0:03 /usr/local/sbin/pilight-daemon
root 2122 0.0 0.1 1764 1232 ? Ss 20:17 0:00 startpar -f -- pilight
It seems as if the startpar process is not executed correctly and does not start pilight correctly (according to various sources in the Internet the process should not exist when booting is completed).
In /var/log/pilight.log I get the following error (just when pilight gets started directly after booting the Pi - started manually there is no error in the logs):
Code:
[Apr 29 20:07:49:580257] pilight-daemon: ERROR: cannot bind to the ssdp multicast network
[Apr 29 20:07:49:609034] pilight-daemon: INFO: new client, ip: 127.0.0.1, port: 51141
[Apr 29 20:07:49:709339] pilight-daemon: INFO: new client, ip: 127.0.0.1, port: 51142
[Apr 29 20:07:49:719258] pilight-daemon: INFO: new client, ip: 127.0.0.1, port: 51143
When I try to Connect to the pilight web server in this state I get the following error messages in /var/log/pilight.err
Code:
[Apr 29 20:11:09:678777] pilight-daemon: -- STACKTRACE (3 FRAMES) --
[Apr 29 20:11:09:682896] pilight-daemon: __default_sa_restorer_v2 ip = 0x76b9f160, sp = 0x708fac10
[Apr 29 20:11:09:686301] pilight-daemon: gsignal ip = 0x76b9df50, sp = 0x708faf00
Does anone has similiar problems or any hint how to solve the issue?
I already tried to change the dependencies in /etc/init.d/pilight to
Code:
# Required-Start: networking ifupdown $local_fs $syslog
but unfortunately without success.
I appreciate any hint.
Thanks a lot,
Stephan