[GH-ISSUE #6158] Proxmox Backup Server Post Install no-nag-script on 3.4.3 does not disable subscription nag #1323

Closed
opened 2026-02-26 12:48:30 +03:00 by kerem · 2 comments
Owner

Originally created by @vsc55 on GitHub (Jul 22, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/6158

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). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/6158 ### ✅ 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_
kerem 2026-02-26 12:48:30 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

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

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

<!-- gh-comment-id:3102860484 --> @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.

<!-- gh-comment-id:3102956145 --> @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.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1323
No description provided.