peanutbother / docker-speedtest

https://github.com/henrywhitaker3/Speedtest-Tracker dockerized
https://hub.docker.com/r/bricksoft/speedtest
GNU General Public License v3.0
2 stars 2 forks source link

speedtest cli not found #1

Open jebuenga opened 2 years ago

jebuenga commented 2 years ago

Here's the log:

AUTH variable not set. Disabling authentication
Disabling authentication
Clearing old jobs from queue
chmod: cannot access '/config/www/app/Bin/speedtest': No such file or directory
[cont-init.d] 50-speedtest: exited 0.
[cont-init.d] 99-custom-files: executing... 
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-files: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
peanutbother commented 2 years ago

Sounds like the initialisation script did not work successfully. Can you please provide information about your host system?

Which architecture are you using?

Travion1976 commented 2 years ago

I am running into the same error message "chmod: cannot access '/config/www/app/Bin/speedtest': No such file or directory"

I can start a speedtest over the web ui, in the log I do get the error message chmod: cannot access '/config/www/app/Bin/speedtest': No such file or directory

Raspberry 4 running portainer

Travion1976 commented 2 years ago

Just checked and the folder /config/www/app/Bin/speedtest is empty.

I checked a different docker container (other machine (not arm) and this folder has a file speedtest in it.

TheMalkavien commented 2 years ago

Hi,

Same here, there is the initialisation log :

downloading speedtest binary for arm
Connecting to bintray.com (75.126.118.184:443)
wget: server returned error: HTTP/1.1 403 Forbidden
tar: can't open 'speedtest.tgz': No such file or directory
cp: cannot stat 'speedtest': No such file or directory
s6-appyuidgid: fatal: unable to exec /site/app/Bin/speedtest: No such file or directory

On RPI3.

TheMalkavien commented 2 years ago

I'v fixed the issue by replacing the url with https://install.speedtest.net/app/cli/ookla-speedtest-1.1.0-armhf-linux.tgz

Works for me :) Thx for the fork !

Travion1976 commented 2 years ago

Awesome! Thanks a lot. I extracted the tgz file into the Folder, and it did the trick! Thanks guys, I appreciate it.