Rpi 3 supla does not start

odin56
Posts: 20
Joined: Mon May 16, 2016 9:15 pm

installing supla for rasbian but it does not start..?

pi@pi:~ $ sudo /etc/init.d/supla-dev status
● supla-dev.service - LSB: SUPLA DEVICE
Loaded: loaded (/etc/init.d/supla-dev; generated; vendor preset: enabled)
Active: active (exited) since Fri 2018-09-28 19:13:51 EEST; 10min ago
Docs: man:systemd-sysv-generator(8)
Process: 1190 ExecStop=/etc/init.d/supla-dev stop (code=exited, status=0/SUCCESS)
Process: 1234 ExecStart=/etc/init.d/supla-dev start (code=exited, status=0/SUCCESS)

syys 28 19:13:51 pi systemd[1]: Starting LSB: SUPLA DEVICE...
syys 28 19:13:51 pi supla-dev[1234]: Starting : supla-dev/usr/sbin/supla-de…tory
syys 28 19:13:51 pi supla-dev[1234]: failed!
syys 28 19:13:51 pi systemd[1]: Started LSB: SUPLA DEVICE.
Hint: Some lines were ellipsized, use -l to show in full.
User avatar
pzygmunt
Posts: 18284
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

./supla-dev -D

and then check logs
odin56
Posts: 20
Joined: Mon May 16, 2016 9:15 pm

gives: no file or directory?
User avatar
pzygmunt
Posts: 18284
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

sudo /usr/sbin/supla-dev -D
odin56
Posts: 20
Joined: Mon May 16, 2016 9:15 pm

pi@pi:~ $ sudo /usr/sbin/supla-dev -D
/usr/sbin/supla-dev: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
User avatar
pzygmunt
Posts: 18284
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

LD_LIBRARY_PATH=/usr/lib/supla-server
export LD_LIBRARY_PATH
sudo /usr/sbin/supla-dev -D
odin56
Posts: 20
Joined: Mon May 16, 2016 9:15 pm

pi@pi:~ $ LD_LIBRARY_PATH=/usr/lib/supla-server
pi@pi:~ $ export LD_LIBRARY_PATH
pi@pi:~ $ sudo /usr/sbin/supla-dev -D
/usr/sbin/supla-dev: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
User avatar
pzygmunt
Posts: 18284
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

How did you install the Supla software?
odin56
Posts: 20
Joined: Mon May 16, 2016 9:15 pm

git clone https://github.com/SUPLA/raspberry
rm raspberry/ext01/boot/config.txt
sudo cp -r raspberry/ext01/* /
sudo update-rc.d supla-dev defaults
sudo nano /boot/location.txt
sudo /etc/init.d/supla-dev start

i also trying my old sd card copy but it not work anymore...?
Post Reply

Return to “Help”