Installer error if ipv6 is disabled #1142

Closed
opened 2026-04-05 18:21:27 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @djlobster on 7/31/2025

IPv6 is disabled on my VPS. Installer works fine if I say 'no' to starting the containers. If I say 'yes' then it gives me an error about the ipv6 portion because it's not available on my VPS. This also halts the installer so you never get asked about anything after this point like Crowdsec. I did originally comment out the IPv6 portion of the compose file and everything worked fine, I just realized after that it never did actually finish the installer. I tried it again just to be sure and then moved onto inputting 'no'.

=== Starting installation ===
Would you like to install and start the containers? (yes/no) (default: yes): yes
Pulling the container images...
[+] Pulling 3/3
 ✔ pangolin Pulled                                                                                                                                    0.1s 
 ✔ gerbil Pulled                                                                                                                                      0.2s 
 ✔ traefik Pulled                                                                                                                                     0.1s 
Starting containers...
[+] Running 1/1
 ✘ Network pangolin  Error                                                                                                                            0.0s 
failed to create network pangolin: Error response from daemon: Cannot read IPv6 setup for bridge br-9b656c609139: open /proc/sys/net/ipv6/conf/br-9b656c609139/disable_ipv6: no such file or directory
Error:  failed to start containers: exit status 1

After inputting 'no':

=== Starting installation ===
Would you like to install and start the containers? (yes/no) (default: yes): no

=== CrowdSec Install ===
Would you like to install CrowdSec? (yes/no) (default: no): yes
This installer constitutes a minimal viable CrowdSec deployment. CrowdSec will add extra complexity to your Pangolin installation and may not work to the best of its abilities out of the box. Users are expected to implement configuration adjustments on their own to achieve the best security posture. Consult the CrowdSec documentation for detailed configuration instructions.
Are you willing to manage CrowdSec? (yes/no) (default: no): yes
Stopping containers...
Installation complete!

To complete the initial setup, please visit:
https://domain/auth/initial-setup
*Originally created by @djlobster on 7/31/2025* IPv6 is disabled on my VPS. Installer works fine if I say 'no' to starting the containers. If I say 'yes' then it gives me an error about the ipv6 portion because it's not available on my VPS. This also halts the installer so you never get asked about anything after this point like Crowdsec. I did originally comment out the IPv6 portion of the compose file and everything worked fine, I just realized after that it never did actually finish the installer. I tried it again just to be sure and then moved onto inputting 'no'. ``` === Starting installation === Would you like to install and start the containers? (yes/no) (default: yes): yes Pulling the container images... [+] Pulling 3/3 ✔ pangolin Pulled 0.1s ✔ gerbil Pulled 0.2s ✔ traefik Pulled 0.1s Starting containers... [+] Running 1/1 ✘ Network pangolin Error 0.0s failed to create network pangolin: Error response from daemon: Cannot read IPv6 setup for bridge br-9b656c609139: open /proc/sys/net/ipv6/conf/br-9b656c609139/disable_ipv6: no such file or directory Error: failed to start containers: exit status 1 ``` After inputting 'no': ``` === Starting installation === Would you like to install and start the containers? (yes/no) (default: yes): no === CrowdSec Install === Would you like to install CrowdSec? (yes/no) (default: no): yes This installer constitutes a minimal viable CrowdSec deployment. CrowdSec will add extra complexity to your Pangolin installation and may not work to the best of its abilities out of the box. Users are expected to implement configuration adjustments on their own to achieve the best security posture. Consult the CrowdSec documentation for detailed configuration instructions. Are you willing to manage CrowdSec? (yes/no) (default: no): yes Stopping containers... Installation complete! To complete the initial setup, please visit: https://domain/auth/initial-setup ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1142