IP-Tag: Incorrect work with VMs #1689

Open
opened 2025-11-20 05:14:52 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @cjmaxik on GitHub (Aug 13, 2025).

Have you read and understood the above guidelines?

yes

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

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.

IT-Tag tags do not show for VMs with [Update_XXX] sections in their /etc/pve/qemu-server/XXX.conf config file. The tag is getting added to the end of the file instead of the first section (which is being applied to the UI). I don't know the exact reason the [Update_XXX] section exists, but the first section has no such title.

🔄 Steps to reproduce the issue.

  1. Have a VM with [Update_XXX] section(s) in /etc/pve/qemu-server/XXX.conf.
  2. Run iptag-run

Paste the full error output (if available).

No error

🖼️ Additional context (optional).

The config file for examination: 104.txt

Originally created by @cjmaxik on GitHub (Aug 13, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? 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. IT-Tag tags do not show for VMs with [Update_XXX] sections in their `/etc/pve/qemu-server/XXX.conf` config file. The tag is getting added to the end of the file instead of the first section (which is being applied to the UI). I don't know the exact reason the [Update_XXX] section exists, but the first section has no such title. ### 🔄 Steps to reproduce the issue. 1. Have a VM with [Update_XXX] section(s) in `/etc/pve/qemu-server/XXX.conf`. 2. Run `iptag-run` ### ❌ Paste the full error output (if available). No error ### 🖼️ Additional context (optional). The config file for examination: [104.txt](https://github.com/user-attachments/files/21750104/104.txt)
saavagebueno added the bug label 2025-11-20 05:14:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1689