Zigbee2MQTT Error #476

Closed
opened 2026-02-04 19:08:27 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @simplemice on GitHub (Feb 10, 2025).

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 "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt.sh)"

📝 Provide a clear and concise description of the issue.


/__ / ()__ / / ___ ___ |__ \ / |/ / __ /_ / /
/ / / / __ / __ / _ / _ _/ // /|/ / / / / / / / /
/ /
/ / // / // / / / // / / / // / / / / /
/
//_, /.
/_
/_
/// //____// //
/____/ 🐝

Using Default Settings
Using Distribution: debian
Using debian Version: 12
Using Container Type: 0
Using Root Password: Automatic Login
Using Container ID: 104
Using Hostname: zigbee2mqtt
Using Disk Size: 4GB
Allocated Cores 2
Allocated Ram 1024
Using Bridge: vmbr0
Using Static IP Address: dhcp
Using Gateway IP Address: Default
Using Apt-Cacher IP Address: Default
Disable IPv6: No
Using Interface MTU Size: Default
Using DNS Search Domain: Host
Using DNS Server Address: Host
Using MAC Address: Default
Using VLAN Tag: Default
Enable Root SSH Access: No
Enable Verbose Mode: No
Creating a Zigbee2MQTT LXC using the above default settings
✓ Using local for Template Storage.
✓ Using local-lvm for Container Storage.
✓ Updated LXC Template List
✓ LXC Container 104 was successfully created.
✓ Started LXC Container
✓ Set up Container OS
✓ Network Connected: 192.168.3.156
✓ IPv4 Internet Connected
✗ IPv6 Internet Not Connected
✓ DNS Resolved github.com to 20.205.243.166
✓ Updated Container OS
✓ Installed Dependencies
✓ Set up Node.js Repository
✓ Installed Node.js
✓ Set up Zigbee2MQTT Repository
Switch to Edge/dev branch? (y/N) n
| Installing Zigbee2MQTT
[ERROR] in line 23: exit code 0: while executing command "$@" > /dev/null 2>&1
The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

copy and past script link

Paste the full error output (if available).


/__ / ()__ / / ___ ___ |__ \ / |/ / __ /_ / /
/ / / / __ / __ / _ / _ _/ // /|/ / / / / / / / /
/ /
/ / // / // / / / // / / / // / / / / /
/
//_, /.
/_
/_
/// //____// //
/____/ 🐝

Using Default Settings
Using Distribution: debian
Using debian Version: 12
Using Container Type: 0
Using Root Password: Automatic Login
Using Container ID: 104
Using Hostname: zigbee2mqtt
Using Disk Size: 4GB
Allocated Cores 2
Allocated Ram 1024
Using Bridge: vmbr0
Using Static IP Address: dhcp
Using Gateway IP Address: Default
Using Apt-Cacher IP Address: Default
Disable IPv6: No
Using Interface MTU Size: Default
Using DNS Search Domain: Host
Using DNS Server Address: Host
Using MAC Address: Default
Using VLAN Tag: Default
Enable Root SSH Access: No
Enable Verbose Mode: No
Creating a Zigbee2MQTT LXC using the above default settings
✓ Using local for Template Storage.
✓ Using local-lvm for Container Storage.
✓ Updated LXC Template List
✓ LXC Container 104 was successfully created.
✓ Started LXC Container
✓ Set up Container OS
✓ Network Connected: 192.168.3.156
✓ IPv4 Internet Connected
✗ IPv6 Internet Not Connected
✓ DNS Resolved github.com to 20.205.243.166
✓ Updated Container OS
✓ Installed Dependencies
✓ Set up Node.js Repository
✓ Installed Node.js
✓ Set up Zigbee2MQTT Repository
Switch to Edge/dev branch? (y/N) n
| Installing Zigbee2MQTT
[ERROR] in line 23: exit code 0: while executing command "$@" > /dev/null 2>&1
The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.

🖼️ Additional context (optional).

cannot install

Originally created by @simplemice on GitHub (Feb 10, 2025). ### ✅ 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 "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt.sh)" ### 📝 Provide a clear and concise description of the issue. _____ _ __ ___ __ _______ ____________ /__ / (_)___ _/ /_ ___ ___ |__ \ / |/ / __ \/_ __/_ __/ / / / / __ / __ \/ _ \/ _ \__/ // /|_/ / / / / / / / / / /__/ / /_/ / /_/ / __/ __/ __// / / / /_/ / / / / / /____/_/\__, /_.___/\___/\___/____/_/ /_/\___\_\/_/ /_/ /____/ 🐝 Using Default Settings Using Distribution: debian Using debian Version: 12 Using Container Type: 0 Using Root Password: Automatic Login Using Container ID: 104 Using Hostname: zigbee2mqtt Using Disk Size: 4GB Allocated Cores 2 Allocated Ram 1024 Using Bridge: vmbr0 Using Static IP Address: dhcp Using Gateway IP Address: Default Using Apt-Cacher IP Address: Default Disable IPv6: No Using Interface MTU Size: Default Using DNS Search Domain: Host Using DNS Server Address: Host Using MAC Address: Default Using VLAN Tag: Default Enable Root SSH Access: No Enable Verbose Mode: No Creating a Zigbee2MQTT LXC using the above default settings ✓ Using local for Template Storage. ✓ Using local-lvm for Container Storage. ✓ Updated LXC Template List ✓ LXC Container 104 was successfully created. ✓ Started LXC Container ✓ Set up Container OS ✓ Network Connected: 192.168.3.156 ✓ IPv4 Internet Connected ✗ IPv6 Internet Not Connected ✓ DNS Resolved github.com to 20.205.243.166 ✓ Updated Container OS ✓ Installed Dependencies ✓ Set up Node.js Repository ✓ Installed Node.js ✓ Set up Zigbee2MQTT Repository Switch to Edge/dev branch? (y/N) n | Installing Zigbee2MQTT [ERROR] in line 23: exit code 0: while executing command "$@" > /dev/null 2>&1 The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. copy and past script link ### ❌ Paste the full error output (if available). _____ _ __ ___ __ _______ ____________ /__ / (_)___ _/ /_ ___ ___ |__ \ / |/ / __ \/_ __/_ __/ / / / / __ / __ \/ _ \/ _ \__/ // /|_/ / / / / / / / / / /__/ / /_/ / /_/ / __/ __/ __// / / / /_/ / / / / / /____/_/\__, /_.___/\___/\___/____/_/ /_/\___\_\/_/ /_/ /____/ 🐝 Using Default Settings Using Distribution: debian Using debian Version: 12 Using Container Type: 0 Using Root Password: Automatic Login Using Container ID: 104 Using Hostname: zigbee2mqtt Using Disk Size: 4GB Allocated Cores 2 Allocated Ram 1024 Using Bridge: vmbr0 Using Static IP Address: dhcp Using Gateway IP Address: Default Using Apt-Cacher IP Address: Default Disable IPv6: No Using Interface MTU Size: Default Using DNS Search Domain: Host Using DNS Server Address: Host Using MAC Address: Default Using VLAN Tag: Default Enable Root SSH Access: No Enable Verbose Mode: No Creating a Zigbee2MQTT LXC using the above default settings ✓ Using local for Template Storage. ✓ Using local-lvm for Container Storage. ✓ Updated LXC Template List ✓ LXC Container 104 was successfully created. ✓ Started LXC Container ✓ Set up Container OS ✓ Network Connected: 192.168.3.156 ✓ IPv4 Internet Connected ✗ IPv6 Internet Not Connected ✓ DNS Resolved github.com to 20.205.243.166 ✓ Updated Container OS ✓ Installed Dependencies ✓ Set up Node.js Repository ✓ Installed Node.js ✓ Set up Zigbee2MQTT Repository Switch to Edge/dev branch? (y/N) n | Installing Zigbee2MQTT [ERROR] in line 23: exit code 0: while executing command "$@" > /dev/null 2>&1 The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output. ### 🖼️ Additional context (optional). cannot install
Author
Owner

@MickLesk commented on GitHub (Feb 10, 2025):

Old repo

@MickLesk commented on GitHub (Feb 10, 2025): Old repo
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#476