RPI image guide
-
alv
- Posts: 74
- Joined: Sat Jul 09, 2016 11:36 am
You are doing something wrong. Lets do it again.
1. stop supla-server
2. export LD_LIBRARY_PATH=/usr/lib/supla-server
3. /usr/sbin/supla-server -D
4. open second tty, and bring printout: lsof -P -T -p PID_OF_SUPLA-SERVER
pid you can get typing: pgrep supla-server
1. stop supla-server
2. export LD_LIBRARY_PATH=/usr/lib/supla-server
3. /usr/sbin/supla-server -D
4. open second tty, and bring printout: lsof -P -T -p PID_OF_SUPLA-SERVER
pid you can get typing: pgrep supla-server
-
DrDice
- Posts: 23
- Joined: Mon Jul 04, 2016 7:37 am
pi@raspberrypi:~ $ sudo /etc/init.d/supla-server stopalv wrote:You are doing something wrong. Lets do it again.
1. stop supla-server
2. export LD_LIBRARY_PATH=/usr/lib/supla-server
3. /usr/sbin/supla-server -D
4. open second tty, and bring printout: lsof -P -T -p PID_OF_SUPLA-SERVER
pid you can get typing: pgrep supla-server
[ ok ] Stopping supla-server (via systemctl): supla-server.service.
pi@raspberrypi:~ $
pi@raspberrypi:~ $ export LD_LIBRARY_PATH=/usr/lib/supla-server
pi@raspberrypi:~ $ /usr/sbin/supla-server -D
Illegal instruction
pi@raspberrypi:~ $ sudo /usr/sbin/supla-server -D
ERR[1469296417.391055] error:14076102:SSL routines:SSL23_GET_CLIENT_HELLO:unsupported protocol
DEBUG[1469296417.393443] Connection Finished
ERR[1469296422.395594] error:14076102:SSL routines:SSL23_GET_CLIENT_HELLO:unsupported protocol
DEBUG[1469296422.397814] Connection Finished
on second tty:
pi@raspberrypi:~ $ pgrep supla-server
8495
pi@raspberrypi:~ $ lsof -P -T -p 8495
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
supla-ser 8495 supla cwd unknown /proc/8495/cwd (readlink: Permission denied)
supla-ser 8495 supla rtd unknown /proc/8495/root (readlink: Permission denied)
supla-ser 8495 supla txt unknown /proc/8495/exe (readlink: Permission denied)
supla-ser 8495 supla NOFD /proc/8495/fd (opendir: Permission denied)
pi@raspberrypi:~ $ sudo lsof -P -T -p 8495
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
supla-ser 8495 supla cwd DIR 179,2 4096 1404 /home/pi
supla-ser 8495 supla rtd DIR 179,2 4096 2 /
supla-ser 8495 supla txt REG 179,2 137360 10403 /usr/sbin/supla-server
supla-ser 8495 supla mem REG 179,2 38612 1975 /lib/arm-linux-gnueabihf/libnss_nis-2.19.so
supla-ser 8495 supla mem REG 179,2 71628 1964 /lib/arm-linux-gnueabihf/libnsl-2.19.so
supla-ser 8495 supla mem REG 179,2 30592 1965 /lib/arm-linux-gnueabihf/libnss_compat-2.19.so
supla-ser 8495 supla mem REG 179,2 46820 1967 /lib/arm-linux-gnueabihf/libnss_files-2.19.so
supla-ser 8495 supla mem REG 179,2 91888 2011 /lib/arm-linux-gnueabihf/libz.so.1.2.8
supla-ser 8495 supla mem REG 179,2 9820 1938 /lib/arm-linux-gnueabihf/libdl-2.19.so
supla-ser 8495 supla mem REG 179,2 1242776 1930 /lib/arm-linux-gnueabihf/libc-2.19.so
supla-ser 8495 supla mem REG 179,2 122308 1990 /lib/arm-linux-gnueabihf/libpthread-2.19.so
supla-ser 8495 supla mem REG 179,2 117520 1943 /lib/arm-linux-gnueabihf/libgcc_s.so.1
supla-ser 8495 supla mem REG 179,2 435804 1956 /lib/arm-linux-gnueabihf/libm-2.19.so
supla-ser 8495 supla mem REG 179,2 809612 10087 /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.20
supla-ser 8495 supla mem REG 179,2 3128748 35832 /usr/lib/arm-linux-gnueabihf/libmysqlclient.so.18.0.0
supla-ser 8495 supla mem REG 179,2 1414392 38188 /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
supla-ser 8495 supla mem REG 179,2 296724 38189 /usr/lib/arm-linux-gnueabihf/libssl.so.1.0.0
supla-ser 8495 supla mem REG 179,2 26672 1993 /lib/arm-linux-gnueabihf/librt-2.19.so
supla-ser 8495 supla mem REG 179,2 18920 9986 /usr/lib/arm-linux-gnueabihf/libarmmem.so
supla-ser 8495 supla mem REG 179,2 134448 1895 /lib/arm-linux-gnueabihf/ld-2.19.so
supla-ser 8495 supla 0u CHR 136,0 0t0 3 /dev/pts/0
supla-ser 8495 supla 1u CHR 136,0 0t0 3 /dev/pts/0
supla-ser 8495 supla 2u CHR 136,0 0t0 3 /dev/pts/0
supla-ser 8495 supla 3u IPv4 51134 0t0 TCP *:2016
supla-ser 8495 supla 4u IPv4 51135 0t0 TCP *:2015
supla-ser 8495 supla 5u 0000 0,11 0 3644 anon_inode
supla-ser 8495 supla 6u 0000 0,11 0 3644 anon_inode
supla-ser 8495 supla 7u unix 0xd8a2fd40 0t0 51140 /tmp/supla-server-ctrl.sock
pi@raspberrypi:~ $
-
alv
- Posts: 74
- Joined: Sat Jul 09, 2016 11:36 am
did you already try with bash script?
eg.
echo -e "#!/bin/bash \nexport LD_LIBRARY_PATH=/usr/lib/supla-server \n/usr/sbin/supla-server -D" >> /home/pi/supla-server_debug.sh
chmod +x /home/pi/supla-server_debug.sh
You set the library for pi user, but app is starting as supla
eg.
echo -e "#!/bin/bash \nexport LD_LIBRARY_PATH=/usr/lib/supla-server \n/usr/sbin/supla-server -D" >> /home/pi/supla-server_debug.sh
chmod +x /home/pi/supla-server_debug.sh
You set the library for pi user, but app is starting as supla
-
DrDice
- Posts: 23
- Joined: Mon Jul 04, 2016 7:37 am
./supla-server_debug.sh: line 3: 9696 Illegal instruction /usr/sbin/supla-server -Dalv wrote:did you already try with bash script?
eg.
echo -e "#!/bin/bash \nexport LD_LIBRARY_PATH=/usr/lib/supla-server \n/usr/sbin/supla-server -D" >> /home/pi/supla-server_debug.sh
chmod +x /home/pi/supla-server_debug.sh
You set the library for pi user, but app is starting as supla
-
DrDice
- Posts: 23
- Joined: Mon Jul 04, 2016 7:37 am
When I scan the local IP with nmap, I only get this:
Starting Nmap 7.12 ( https://nmap.org ) at 2016-07-24 21:11 CEST
Nmap scan report for raspberrypi.local (192.168.0.59)
Host is up (0.014s latency).
Other addresses for raspberrypi.local (not scanned): fe80::28:94d4:b841:7e72
Not shown: 997 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
443/tcp open https
Seems like port 2015 and 2016 is missing, or am I wrong?
Starting Nmap 7.12 ( https://nmap.org ) at 2016-07-24 21:11 CEST
Nmap scan report for raspberrypi.local (192.168.0.59)
Host is up (0.014s latency).
Other addresses for raspberrypi.local (not scanned): fe80::28:94d4:b841:7e72
Not shown: 997 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
443/tcp open https
Seems like port 2015 and 2016 is missing, or am I wrong?
-
DrDice
- Posts: 23
- Joined: Mon Jul 04, 2016 7:37 am
No. Supla-dev wont connect. Tried to start supla-dev -D and it just keeps saying connectingpzygmunt wrote:Even supla-dev on the same raspberry does not want to connect ?
-
pzygmunt
- Posts: 20302
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
- Been thanked: 59 times
Strange. If you use this image
https://www.supla.org/download/SUPLA-SERVER-RBPI.zip
everything should work fine just after boot.
https://www.supla.org/download/SUPLA-SERVER-RBPI.zip
everything should work fine just after boot.
SUPLA.... Nareszcie w domu.
-
DrDice
- Posts: 23
- Joined: Mon Jul 04, 2016 7:37 am
I will try it once morepzygmunt wrote:Strange. If you use this image
https://www.supla.org/download/SUPLA-SERVER-RBPI.zip
everything should work fine just after boot.
I have just tested the current RPI image and the port 2015 and 2016 only show up in nmap when running the server in debug mode, despite the ssl errors
