-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synology docker container: download speed is always 0 #613
Comments
Can confirm I have the same issue running in docker. Also on Synology if that somehow makes a difference, but I am using CLI to manage containers. |
I cannot reproduce it on GCP with Debian 12. Seems like it may be a Synology-specific issue, or it could be related to software version/configuration. |
On Chrome/Firefox, the issue is the same. But the network panel gives "(canceled)" as the reason. |
Same story here after i moveDocker from Synology DS218+ to DS1621+. I don't know why. |
Some additional information: the docker image |
Thanks to share this detail. I confirm that it work well with me! |
Description
I run librespeed via docker-compose. When I run the speedtest, the download speed is always 0 but upload is normal.
In the network panel, garbage.php would all fail with (canceled) on Chrome or (aborted) on Firefox.
But opening the garbage.php request in a new tab works (it begins downloading a file called random.dat).
The same setup works fine if reverted to previous image version
adolfintel/speedtest:latest
(sha256:1f828fe8337470d2ed5841176bfa6633fd94bda97261a636c35d0bef60a35270). It also works on GCP using the new image.Additionally, I've compared the docker log from both image when running on the same Synology server, I noticed that on the old image, as soon as the test goes to the download step, there will be multiple log entries containing "garbage.php" printed. Whereas on the new image, the "garbage.php" logs only appear after the download test ended with 0 Mbit/s result and before the upload test.
Looks like a compatibility/regression issue?
Server
docker-compose.yml
Docker version 20.10.23, build 876964a
Docker Compose version v2.9.0-6413-g38f6acd
Using Synology Container Manager as a frontend for docker, but I don't think it's any different than running docker in CLI.
Client
Tested on Chrome v126, Firefox v126, Edge v123, Edge v124, neither of which worked.
Windows 11 23H2 build 22631.3447
Steps to reproduce
http://<IP>:5202
in the browserExpected behaviour
Download speed is non-zero.
Screenshots
The text was updated successfully, but these errors were encountered: