Open derandiunddasbo opened 8 months ago
Can you try with latest release?
Server Version: 20.10.23
Also your Docker engine is EOL, you should consider updating to latest stable.
I'm not running flarum as a docker container on a Synology NAS anymore, as I faced multiple other issues with this setup. Meanwhile I moved my flarum instance to a proxmox LXC container. Thus, I can't test the latest image, sorry.
There is a high chance, this problem is caused by the ancient kernel and/or docker version on Synology NAS devices. I don't know if it's worth the effort, making this docker image compatible with Synology devices. Thus, feel free to close this big as "Won't Fix".
Support guidelines
I've found a bug and checked that ...
Description
When trying to add or update any flarum extension by
docker compose exec flarum extension require <extension>
, the command never finishes with 100% CPU usage until I hit Ctrl-C. I tried this several times and let it run for a couple of hours.Expected behaviour
Composer successfully downloading flarum extensions.
Actual behaviour
I narrowed the problem down to the composer being stuck on downloading
packages.json
:With wget I'm able to download
packages.json
successfully:But interestingly, curl also get's stuck with 100% cpu usage when trying to download from the same URL:
composer diagnose
also get's stuck onChecking http connectivity to packagist:
:Steps to reproduce
Docker info
Docker Compose config
Logs
Additional info
flarum.env:
msmtpd.env: