-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
โ Have you read and understood the above guidelines?
yes
๐ What is the name of the script you are using?
iptag
๐ 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.
After updating the script to the latest version, I noticed a significant increase in CPU usage and system temperature.
Iโve already tried uninstalling and reinstalling the script, as well as updating everything again, but the issue persists.
Please let me know if thereโs any workaround or if additional logs are needed.
๐ Steps to reproduce the issue.
after installing or updating to the new version
โ Paste the full error output (if available).
root@pve:~ ps -ef | grep 'pct config'
root 1243017 1243015 99 09:00 ? 00:00:00 /usr/bin/perl -T /usr/sbin/pct config 201
root 1243027 1243023 99 09:00 ? 00:00:00 /usr/bin/perl -T /usr/sbin/pct config 202
root 1243029 1243024 99 09:00 ? 00:00:00 /usr/bin/perl -T /usr/sbin/pct config 200
root 1243063 1243059 99 09:00 ? 00:00:00 /usr/bin/perl -T /usr/sbin/pct config 203
root 1243073 1243072 99 09:00 ? 00:00:00 /usr/bin/perl -T /usr/sbin/pct config 204
root 1243077 1243074 99 09:00 ? 00:00:00 /usr/bin/perl -T /usr/sbin/pct config 205
root 1243081 1243080 99 09:00 ? 00:00:00 /usr/bin/perl -T /usr/sbin/pct config 206
root 1243085 1242808 0 09:00 pts/0 00:00:00 grep pct config
root@pve:~
๐ผ๏ธ Additional context (optional).
No response
