Skip to content

Zigbee2Mqtt script to create proxmox container fails with: DISABLEIP6: unbound variableΒ #5578

@makerwolf

Description

@makerwolf

βœ… Have you read and understood the above guidelines?

yes

πŸ“œ What is the name of the script you are using?

Zigbee2Mqtt

πŸ“‚ What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zigbee2mqtt.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.

I am running the script on a fresh proxmox setup and run the script in the nodes shell. I select default settings and the script fails with:
/dev/fd/62: line 41: DISABLEIP6: unbound variable

πŸ”„ Steps to reproduce the issue.

As described in the description

❌ Paste the full error output (if available).

βš™οΈ Using Default Settings on node proxmox
πŸ–₯️ Operating System: debian
🌟 Version: 12
πŸ“¦ Container Type: Unprivileged
πŸ’Ύ Disk Size: 2 GB
🧠 CPU Cores: 1
πŸ› οΈ RAM Size: 512 MiB
πŸ†” Container ID: 101
πŸš€ Creating a MQTT LXC using the above default settings

/dev/fd/62: line 41: DISABLEIP6: unbound variable

[ERROR] in line 41: exit code 0: while executing command JSON_PAYLOAD=$(cat <<EOF
{
"ct_type": $CT_TYPE,
"type":"lxc",
"disk_size": $DISK_SIZE,
"core_count": $CORE_COUNT,
"ram_size": $RAM_SIZE,
"os_type": "$var_os",
"os_version": "$var_version",
"disableip6": "$DISABLEIP6",
"nsapp": "$NSAPP",
"method": "$METHOD",
"pve_version": "$pve_version",
"status": "installing",
"random_id": "$RANDOM_UUID"
}
EOF
)

πŸ–ΌοΈ Additional context (optional).

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions