LTD-Beget / sprutio

Beget File Manager App
https://sprut.io
GNU General Public License v3.0
469 stars 86 forks source link

Install fails with docker-compose error #99

Open luftaquila opened 5 years ago

luftaquila commented 5 years ago

I'm running on Raspberry Pi 3B+ with Raspbian and can't install sprutio. When I'm trying this :

user@host:~$ wget https://raw.githubusercontent.com/LTD-Beget/sprutio/master/run.sh user@host:~$ chmod +x run.sh user@host:~$ ./run.sh

It says docker-version.sh: line 7: printf: 09 invalid octal number ./run.sh: line 22: /home/pi/docker-compose-1.3.3: cannot execute binary file: Exec format error ./run.sh: line 22: /home/pi/docker-compose-1.3.3: Success

Install guide says it will take about 10 minute, but it ends within 1 sec. There's nothing listed when I tried sudo docker ps

jerrdasur commented 4 years ago

Hi, @luftaquila !

Can you specify some of your software please?

docker --version
docker-compose --version
uname -a
framg commented 4 years ago

Hiya, I got the same error. Docker version 19.03.11, build 42e35e6 docker-compose version 1.21.0, build unknown Linux raspberrypi 4.19.118-v7+ #1311 SMP Mon Apr 27 14:21:24 BST 2020 armv7l GNU /Linux

BaNkIck commented 3 years ago

Same problem here.

Docker version 19.03.14, build 5eb3275d40 docker-compose version 1.27.4, build unknown Linux 5.4.72-v7l+ #1356 SMP Thu Oct 22 13:57:51 BST 2020 armv7l GNU/Linux

I run the following as root on /opt/sprutio:

» ./run.sh
./run.sh: line 22: /opt/sprutio/docker-compose-1.3.3: cannot execute binary file: Exec format error
./run.sh: line 22: /opt/sprutio/docker-compose-1.3.3: Success
captainigloo commented 3 years ago

Same problem here. Docker version 20.10.6, build 370c289 docker-compose version 1.29.1, build unknown Linux PI4-SSD120 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l GNU/Linux