Open Sirs0ri opened 1 month ago
I've got the same issue with my Jellyfin container:
/run/s6-rc:s6-rc-init:eceOAB/servicedirs/s6rc-oneshot-runner /run/s6-rc:s6-rc-init:eceOAB/servicedirs/s6rc-oneshot-runner % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3308 100 3308 0 0 7792 0 --:--:-- --:--:-- --:--:-- 7783 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 21 27.6M 21 6128k 0 docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/jellyfin:latest 42 27.6M 42 11.6M 0 0 29618 0 0:16:17 0:06:52 0:09:25 35780 62 27.6M 62 17.2M 0 0 29748 0 0:16:13 0:10:07 0:06:06 28662 curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2) s6-rc: warning: unable to start service init-mod-universal-tailscale-postinstall: command exited 92
seems to be working again...
should it happen again, these changes were necessary:
https://github.com/pandalanax/docker-mod/commit/3cfb40f673c81ac5367c09d23d38e8467626f149
fork and run from your own package registry
Unfortunately, it only worked for me for a short time. Last night my container was restarted during a backup, now the curl call is not working again.
same issue here
Hi!
Problem Description:
I recently noticed that some of my containers that should be part of my tailnet aren't, and after some investigating I found that the CURL command to download Tailscale times out after 10 minutes, and the installation of tailscale subsequently fails. I hope this is the right place to report this issue, if not I'd appreciate a pointer in the right direction!
Steps to reproduce:
The simplified version: run the curl command and a wget equivalent in a local terminal, and observe how much slower curl is:
The full repro: Run a basic nginx server through docker compose:
Run the whole thing using
docker compose up
. You should see something like this:The first request gets the current version and finishes quickly, the second one is the one to download the tarball, and it'll fail after 10 minutes.
Running the install script manually works (but that doesn't help much since I'd have to manually run it every time the container restarts).