I get Unsupported version of Raspbian!
if I enter sudo ./install
.
Using newest Rasperian with Debian Stretch.
The ânormalâ install instructions do not work either under this OS.
I get several messages like this:
libboost-system1.50.0 is required
Installing libboost-system1.50.0...
E: Paket libboost-system1.50.0 kann nicht gefunden werden.
I think I need version 1.58 of this libboost packages, which I installed manually by doing:
sudo apt install libboost-system1.58 libboost-filesystem1.58 libboost-program-options1.58
But this did not fix the problem.
I also tried to do sudo cp flotilla-offline/flotilla-stretch /usr/bin/flotilla
afterwards, but this doesnât helped.
If I enter flotilla
on the command line, I get the error Unable to open pid file
Iâm really frustrated after spending over hundred bugs for this âbeginnersâ kit, which I never used until nowâŚ
If I check running services by doing ps -aux | grep flotilla
I get this result:
root 403 1.5 0.2 32324 1960 ? Sl 08:55 0:01 /usr/bin/flotilla --pid-file=/var/run/flotillad.pid --log-file=/var/log/flotillad.log
so it seem the flotilla process is running.
This is what I get after entering tail /var/log/flotillad.log
:
[2018/05/15 08:59:55] Connection Opened
[2018/05/15 08:59:55] Client Saying Hello!
[2018/05/15 08:59:55] Sending Ident: # Dock: 1.14,1b000f0035573132313504,Unnamed,Unnamed,0
[2018/05/15 08:59:55] Connection Closed
[2018/05/15 09:00:02] Connection Opened
[2018/05/15 09:00:02] Client Saying Hello!
[2018/05/15 09:00:02] Sending Ident: # Dock: 1.14,1b000f0035573132313504,Unnamed,Unnamed,0
[2018/05/15 09:00:02] Connection Closed
[2018/05/15 09:00:08] Connection Opened
[2018/05/15 09:00:08] Client Saying Hello!
[2018/05/15 09:00:08] Sending Ident: # Dock: 1.14,1b000f0035573132313504,Unnamed,Unnamed,0
[2018/05/15 09:00:08] Connection Closed
[2018/05/15 09:00:14] Connection Opened
[2018/05/15 09:00:14] Client Saying Hello!
[2018/05/15 09:00:14] Sending Ident: # Dock: 1.14,1b000f0035573132313504,Unnamed,Unnamed,0
[2018/05/15 09:00:14] Connection Closed
[2018/05/15 09:00:20] Connection Opened
[2018/05/15 09:00:20] Client Saying Hello!
[2018/05/15 09:00:20] Sending Ident: # Dock: 1.14,1b000f0035573132313504,Unnamed,Unnamed,0
[2018/05/15 09:00:20] Connection Closed
Thats all
[EDIT]
I could fix my problem by adding Version â9.4â to the install script.
Started a pull request at github: https://github.com/pimoroni/flotilla-offline/pull/18