dacoco
April 15, 2021, 11:42am
1
Hi there,
i sucessfully installed “Little Backup Box” and also the variant with progress information (https://github.com/nickelsound/little-backup-box ).
I read about the File Browser on the original “Little Backup Box” or the RAW Viewer in the variant.
Unfortunately i don’t know how to open it. On the variant there is a button RAW Viewer in the webpage, but no images are shown. And on the original “Little Backup Box” i don’t know how to open the filemanager.
Can you give me a hint please?
Thanks
dmpop
(Dmitri Popov)
April 15, 2021, 11:54am
2
The Little Backup Book has all the answers.
Kind regards,
Dmitri
dacoco
April 15, 2021, 12:35pm
5
Okay, bought it and found the port but it doesn’t work. Also when booting you see a error message about filemanager.
$systemctl status filebrowser.service
filebrowser.service - File Browser
Loaded: loaded (/etc/systemd/system/filebrowser.service; enables; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2021-04-15 12:32:03 BST: 1min 14s ago
Main PID= 514 (code=existed, status=203/EXEC)
dmpop
(Dmitri Popov)
April 15, 2021, 12:39pm
6
Hm, I need to look into that. Thank you for buying the book!
dacoco
April 15, 2021, 12:42pm
7
No problem. Tell me if you need more information or if i can help.
dmpop
(Dmitri Popov)
April 15, 2021, 12:46pm
8
It works on my Little Backup Box installation. I’ll try to do a clean install, and see if I can reproduce the issue. I’ll keep you posted.
dacoco
April 15, 2021, 12:50pm
9
I also did a clean installation with the latest Raspi Lite OS and the official build. Doesn’t work. I can give you a result if it works with a Pi 4 in a couple of days.
dmpop
(Dmitri Popov)
April 15, 2021, 12:52pm
10
I think I’ve found the culprit. Could you run the following command on the Raspberry Pi?
ln -s /media/storage /home/pi/little-backup-box/scripts
Reboot the machine and see if it helps. Thanks!
dacoco
April 15, 2021, 1:05pm
11
error message (translated): the link already exists
dmpop
(Dmitri Popov)
April 15, 2021, 1:07pm
12
Thank you! Hm, so that wasn’t the problem, then. I’ll keep digging.
dmpop
(Dmitri Popov)
April 15, 2021, 1:11pm
13
OK, one more request, if I may. Could you run the following command on the Raspberry Pi and post the output here?
/usr/local/bin/filebrowser -a 0.0.0.0 -r /media/storage
Thank you!
dacoco
April 15, 2021, 1:17pm
14
file or directory not found
$ls /usr/local/bin
oled
So there is only one directory in /usr/local which is oled. Is a package missing?
dmpop
(Dmitri Popov)
April 15, 2021, 1:19pm
15
Strange. And what does the which filebrowser
command says?
dacoco
April 15, 2021, 1:21pm
16
no output.
But to be absolutely sure here:
I first used the official “little backup box” package and the error on boot was always there - on every try. At the moment GitHub - nickelsound/little-backup-box: Raspberry Pi-based backup device for photographers is installed after a clean install of Raspi Lite OS.
dmpop
(Dmitri Popov)
April 15, 2021, 1:42pm
17
OK, so it looks like filebrowser installation is failed. I’ll look into it. Thank you very much for your help!
dmpop
(Dmitri Popov)
April 15, 2021, 1:49pm
18
Ah, mystery solved (I think)! The URL to the installer file changed. You can run the command below to install the tool:
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
That should do the trick.
dacoco
April 15, 2021, 2:11pm
19
Works perfectly! Thank you very much!
dmpop
(Dmitri Popov)
April 15, 2021, 2:17pm
20
Excellent! And thank you for helping to pinpoint the issue!