IP-Tag not working: update_all_tags: command not found #1283

Open
opened 2025-11-20 05:07:33 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @jwgn on GitHub (Jun 17, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Proxmox VE LXC IP-Tag

📂 What was the exact command used to execute the script?

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

No Tags are being added to containers and VMs.
Error: update_all_tags: command not found.

🔄 Steps to reproduce the issue.

Run Script
Restart service via systemctl
Watch logs

Paste the full error output (if available).

Jun 17 10:16:32 pve iptag[3654641]: Checking LXC status...
Jun 17 10:16:32 pve iptag[3654685]: /opt/iptag/iptag: line 243: update_all_tags: command not found
Jun 17 10:16:32 pve iptag[3654641]: Checking VM status...
Jun 17 10:16:33 pve iptag[3654689]: /opt/iptag/iptag: line 255: update_all_tags: command not found
Jun 17 10:16:33 pve iptag[3654641]: Checking network interfaces...
Jun 17 10:16:33 pve iptag[3654693]: /opt/iptag/iptag: line 267: update_all_tags: command not found
Jun 17 10:16:33 pve iptag[3654694]: /opt/iptag/iptag: line 268: update_all_tags: command not found

🖼️ Additional context (optional).

No response

Originally created by @jwgn on GitHub (Jun 17, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Proxmox VE LXC IP-Tag ### 📂 What was the exact command used to execute the script? `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/add-iptag.sh)"` ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. No Tags are being added to containers and VMs. Error: update_all_tags: command not found. ### 🔄 Steps to reproduce the issue. Run Script Restart service via systemctl Watch logs ### ❌ Paste the full error output (if available). ``` Jun 17 10:16:32 pve iptag[3654641]: Checking LXC status... Jun 17 10:16:32 pve iptag[3654685]: /opt/iptag/iptag: line 243: update_all_tags: command not found Jun 17 10:16:32 pve iptag[3654641]: Checking VM status... Jun 17 10:16:33 pve iptag[3654689]: /opt/iptag/iptag: line 255: update_all_tags: command not found Jun 17 10:16:33 pve iptag[3654641]: Checking network interfaces... Jun 17 10:16:33 pve iptag[3654693]: /opt/iptag/iptag: line 267: update_all_tags: command not found Jun 17 10:16:33 pve iptag[3654694]: /opt/iptag/iptag: line 268: update_all_tags: command not found ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:07:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1283