mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
Unable to install Pangolin via install script #493
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Awesomefreeman on GitHub (Jul 15, 2025).
Describe the bug
I cannot install Pangolin via script and don't know what to do. When I run the script there was docker error and now installation script has stuck. When I run ./installer script again, it shows that Pangolin was installed, but It's NOT!
To Reproduce
wget -O installer "https://github.com/fosrl/pangolin/releases/download/1.6.2/installer_linux_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')" && chmod +x ./installer./installerExpected behavior
Installation is complete
Screenshot
Terminal log
@oschwartz10612 commented on GitHub (Jul 16, 2025):
Hum it looks like docker is failing to pull the container as you describe. This is most likely something with docker on your linux box or the network. Where are you installing pangolin?
Maybe also give docker a restart based on this stackoverflow and maybe try a fresh VPS if possible? Let me know what you find.
https://stackoverflow.com/questions/52252791/error-get-https-registry-1-docker-io-v2-net-http-tls-handshake-timeout-in
https://github.com/docker/for-win/issues/5386
@Awesomefreeman commented on GitHub (Jul 16, 2025):
@oschwartz10612 I tried to install on a clean VPS (debian 11). For some reason the script thinks that the installation was completed successfully. Perhaps it lacks a check for successful installation. Also, I did not find instructions on how to completely remove pangolin to try to install it again
@afunworm commented on GitHub (Jul 19, 2025):
In the same folder with the installer, you can remove the
configfolder and thedocker-compose.ymlfile. It will let you reinstall with the installer script.@github-actions[bot] commented on GitHub (Aug 2, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@oschwartz10612 commented on GitHub (Aug 7, 2025):
Feeling like this was a transient docker issue? Feel free to reopen. Agree the script needs a better check but can track that elsewhere.
@oschwartz10612 commented on GitHub (Oct 5, 2025):
Hey could you check the logs of the stack?
docker compose logs -f
I suspect gerbil is erroring out because your instance might not have
the wireguard kernel module.
@devinhedge commented on GitHub (Nov 5, 2025):
It's November. I just had the same thing happen. NO way to force reinstallation of an uninstaller?
@afunworm commented on GitHub (Nov 5, 2025):
https://github.com/fosrl/pangolin/issues/1068#issuecomment-3091286186
You can reinstall by doing that.