-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
alpine-docker
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-docker.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Provide a clear and concise description of the issue.
The Alpine Docker script hangs indefinitely after showing "Internet NOT Connected" message without prompting to continue anyway. When I click enter it just throws and error and kicks me out of setup
I think scripts checks the internet connection by pinging and IP adress and because my ISP somehow blocked outgoing PING requests it cant detect the internet connection.
Environment:
- Proxmox VE host with functional internet connectivity
- ISP blocks outbound ping requests to external IPs (8.8.8.8, 1.1.1.1, etc.)
- Local network connectivity works fine (can ping gateway 192.168.1.1)
Issue:
Script performs internet connectivity check via ping, fails due to ISP restrictions, and hangs without offering "Would you like to continue anyway? <y/N>"
prompt.
π Steps to reproduce the issue.
I just run script then select first option using default settings.
β Paste the full error output (if available).
___ __ _ ____ __
/ | / /___ ()__ ___ / __ ____ / / _____
/ /| | / / __ / / __ / _ _/ / / / __ / / /// _ / /
/ ___ |/ / // / / / / / // // / /_/ / // ,< / / /
// |// ./// /_/_/ //_/_//||__//
//
βοΈ Using Default Settings on node pve01
π₯οΈ Operating System: alpine
π Version: 3.22
π¦ Container Type: Unprivileged
πΎ Disk Size: 2 GB
π§ CPU Cores: 1
π οΈ RAM Size: 1024 MiB
π Container ID: 101
π Creating a Alpine-Docker LXC using the above default settings
βοΈ Using datapool for Template Storage.
βοΈ Using datapool for Container Storage.
βοΈ LXC Template List Updated
βοΈ LXC Template 'alpine-3.22-default_20250617_amd64.tar.xz' is ready to use.
βοΈ LXC Container 101 was successfully created.
βοΈ Started LXC Container
βοΈ Customized LXC Container
βοΈ Set up Container OS
βοΈ Network Connected: 192.168.1.146
βοΈ Internet NOT Connected
β Ό Setting up Container OS
π‘ Check Network Settings
[ERROR] in line 1185: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?
root@pve01:~#
πΌοΈ Additional context (optional).
I think scripts checks the internet by pinging and IP adress and because my ISP somehow blocked outgoing PING requests it cant detect the internet connection.