Proxmox Backup Server Post Install no-nag-script on 3.4.3 does not disable subscription nag #1322

Closed
opened 2026-02-05 00:21:52 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @vsc55 on GitHub (Jul 22, 2025).

Have you read and understood the above guidelines?

yes

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

post-pbs-install

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

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

The "/etc/apt/apt.conf.d/no-nag-script" file is created, but it isn't applied correctly, causing the warnings to not go away.
Same problem as PVE:
https://github.com/community-scripts/ProxmoxVE/pull/6095#event-18748344389

I have updated the "/etc/apt/apt.conf.d/no-nag-script" file with the fix from the link above and the subscription messages have been removed.

🔄 Steps to reproduce the issue.

Have PBS 3.4.3

Paste the full error output (if available).

No visible error.

🖼️ Additional context (optional).

No response

Originally created by @vsc55 on GitHub (Jul 22, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? post-pbs-install ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pbs-install.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. The "/etc/apt/apt.conf.d/no-nag-script" file is created, but it isn't applied correctly, causing the warnings to not go away. Same problem as PVE: https://github.com/community-scripts/ProxmoxVE/pull/6095#event-18748344389 I have updated the "/etc/apt/apt.conf.d/no-nag-script" file with the fix from the link above and the subscription messages have been removed. ### 🔄 Steps to reproduce the issue. Have PBS 3.4.3 ### ❌ Paste the full error output (if available). No visible error. ### 🖼️ Additional context (optional). _No response_
OVERLORD added the feature label 2026-02-05 00:21:52 +03:00
Author
Owner

@MickLesk commented on GitHub (Jul 22, 2025):

PBS has another script then PVE?! Or what do you mean?

@MickLesk commented on GitHub (Jul 22, 2025): PBS has another script then PVE?! Or what do you mean?
Author
Owner

@vsc55 commented on GitHub (Jul 22, 2025):

Sorry for my poor English.
PBS and PVE use the same "proxmoxlib.js," so the code generated in no-nag-script doesn't work with the new version of PBS. I've tested the new code used for PVE in PBS and it works fine.

@vsc55 commented on GitHub (Jul 22, 2025): Sorry for my poor English. PBS and PVE use the same "proxmoxlib.js," so the code generated in no-nag-script doesn't work with the new version of PBS. I've tested the new code used for PVE in PBS and it works fine.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1322