Proxmox VE LXC IP-Tag - does not work under PVE 8.3.2 #480

Closed
opened 2026-02-04 19:09:08 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Bpgoa on GitHub (Feb 11, 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 "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/add-lxc-iptag.sh)"

📝 Provide a clear and concise description of the issue.

This is being executed on PVE V 8.3.2
the LXC container (unifi) was built using the helper script

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/unifi.sh)"

__   _  ________   ________      ______           

/ / | |/ / / / / __ \ / / _____ _
/ / | / / / // /
/ // / / __ / __ /
/ /
/ / /
/ // /_____/ / / // / // /
/_____/
/|
_
/ /// // _,/_, /
/
___/
This will install LXC IP-Tag on unifi. Proceed? (y/n): y
bash: line 105: pveversion: command not found
✖️ This version of Proxmox Virtual Environment is not supported
✖️ ⚠️ Requires Proxmox Virtual Environment Version 8.0 or later.
✖️ Exiting...
root@unifi:~#

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

This is being executed on PVE V 8.3.2
the LXC container (unifi) was built using the helper script

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/unifi.sh)"

then tag script is executed


/ / | |/ / / / / __ \ / / _____ _
/ / | / / / // /
/ // / / __ / __ /
/ /
/ / /
/ // /_____/ / / // / // /
/_____/
/|
_
/ /// // _,/_, /
/
___/
This will install LXC IP-Tag on unifi. Proceed? (y/n): y
bash: line 105: pveversion: command not found
✖️ This version of Proxmox Virtual Environment is not supported
✖️ ⚠️ Requires Proxmox Virtual Environment Version 8.0 or later.
✖️ Exiting...
root@unifi:~#

I tried manually installing the tools

   apt-get install -y ipcalc net-tools

but the result is the same

Paste the full error output (if available).

This will install LXC IP-Tag on unifi. Proceed? (y/n): y
bash: line 105: pveversion: command not found
✖️ This version of Proxmox Virtual Environment is not supported
✖️ ⚠️ Requires Proxmox Virtual Environment Version 8.0 or later.
✖️ Exiting...
root@unifi:~#

🖼️ Additional context (optional).

I also tried on a differnt LXC that was built using a helper script and had the same error

Originally created by @Bpgoa on GitHub (Feb 11, 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 "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/add-lxc-iptag.sh)" ### 📝 Provide a clear and concise description of the issue. This is being executed on PVE V 8.3.2 the LXC container (unifi) was built using the helper script bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/unifi.sh)" __ _ ________ ________ ______ / / | |/ / ____/ / _/ __ \ /_ __/___ _____ _ / / | / / / // /_/ /_____/ / / __ `/ __ `/ / /___/ / /___ _/ // ____/_____/ / / /_/ / /_/ / /_____/_/|_\____/ /___/_/ /_/ \__,_/\__, / /____/ This will install LXC IP-Tag on unifi. Proceed? (y/n): y bash: line 105: pveversion: command not found ✖️ This version of Proxmox Virtual Environment is not supported ✖️ ⚠️ Requires Proxmox Virtual Environment Version 8.0 or later. ✖️ Exiting... root@unifi:~# ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. This is being executed on PVE V 8.3.2 the LXC container (unifi) was built using the helper script bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/unifi.sh)" then tag script is executed __ _ ________ ________ ______ / / | |/ / ____/ / _/ __ \ /_ __/___ _____ _ / / | / / / // /_/ /_____/ / / __ `/ __ `/ / /___/ / /___ _/ // ____/_____/ / / /_/ / /_/ / /_____/_/|_\____/ /___/_/ /_/ \__,_/\__, / /____/ This will install LXC IP-Tag on unifi. Proceed? (y/n): y bash: line 105: pveversion: command not found ✖️ This version of Proxmox Virtual Environment is not supported ✖️ ⚠️ Requires Proxmox Virtual Environment Version 8.0 or later. ✖️ Exiting... root@unifi:~# I tried manually installing the tools apt-get install -y ipcalc net-tools but the result is the same ### ❌ Paste the full error output (if available). This will install LXC IP-Tag on unifi. Proceed? (y/n): y bash: line 105: pveversion: command not found ✖️ This version of Proxmox Virtual Environment is not supported ✖️ ⚠️ Requires Proxmox Virtual Environment Version 8.0 or later. ✖️ Exiting... root@unifi:~# ### 🖼️ Additional context (optional). I also tried on a differnt LXC that was built using a helper script and had the same error
Author
Owner

@tremor021 commented on GitHub (Feb 11, 2025):

why are you running it inside unifi LXC?
its a script you run on you PVE host

Image

@tremor021 commented on GitHub (Feb 11, 2025): why are you running it inside unifi LXC? its a script you run on you PVE host ![Image](https://github.com/user-attachments/assets/f2d5318d-c258-4910-9532-00e50cfb2cef)
Author
Owner

@Bpgoa commented on GitHub (Feb 11, 2025):

now I feel like an idiot

@Bpgoa commented on GitHub (Feb 11, 2025): now I feel like an idiot
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#480