Code:
pi@raspberrypi ~ $ cd pilight/
pi@raspberrypi ~/pilight $ sudo service pilight start
[ ok ] pilight is running.
pi@raspberrypi ~/pilight $ sudo ./pilight-receive
[Dec 22 15:22:30:186786] pilight-receive: ERROR: no pilight ssdp connections found
pi@raspberrypi ~/pilight $ sudo ./pilight-receive
[ Dec 22 15:22:52:66789] pilight-receive: ERROR: no pilight ssdp connections found
pi@raspberrypi ~/pilight $ sudo iptables -A INPUT -s 127.0.01 -j ACCEPT
pi@raspberrypi ~/pilight $ sudo ./pilight-receive
[Dec 22 15:23:54:266855] pilight-receive: ERROR: no pilight ssdp connections found
pi@raspberrypi ~/pilight $
Somehow I suddenly after a reboot get the same message.
*EDIT:
After a reboot I tried the following:
Code:
pi@raspberrypi ~/pilight $ sudo service pilight start
[ ok ] pilight is running.
pi@raspberrypi ~/pilight $ sudo ./pilight-receive
[Dec 22 15:27:39:816601] pilight-receive: ERROR: no pilight ssdp connections found
pi@raspberrypi ~/pilight $ sudo service pilight stop
[ ok ] Stopping : pilight.
pi@raspberrypi ~/pilight $ sudo service pilight start
[....] Starting : pilightsh: 1: lsb_release: not found
. ok
pi@raspberrypi ~/pilight $ sudo ./pilight-receive
After this pilight receive runs without an error.