RabbitMQ cannot be installed by the script -> Error 402: Payment Required #1903

Closed
opened 2025-11-20 05:19:32 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @GTRasH on GitHub (Sep 17, 2025).

Have you read and understood the above guidelines?

yes

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

RabbitMQ

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rabbitmq.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

pve-manager/8.4.13/5b08ebc2823dd9cb (running kernel: 6.8.12-14-pve)

📝 Provide a clear and concise description of the issue.

The Repo at dl.cloudsmith.io errors out with an error 402 Payment required. The repository should probably be switched to the ones listed at https://www.rabbitmq.com/docs/install-debian

🔄 Steps to reproduce the issue.

Create a new RabbitMQ LXC or try to patch a currently running one. no difference between default and advanced installation

Paste the full error output (if available).

Processing triggers for man-db (2.11.2-2) ...
✔️ Installed Dependencies
✔️ Signing keys added
✔️ RabbitMQ repository added
Hit:1 http://security.debian.org bookworm-security InRelease
Hit:2 http://deb.debian.org/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Err:4 https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/debian bookworm InRelease
402 Payment Required [IP: 2600:9000:237d:4600:e:f4d2:20c0:93a1 443]
Err:5 https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/deb/debian bookworm InRelease
402 Payment Required [IP: 2600:9000:237d:4600:e:f4d2:20c0:93a1 443]
Reading package lists... Done
E: Failed to fetch https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/debian/dists/bookworm/InRelease 402 Payment Required [IP: 2600:9000:237d:4600:e:f4d2:20c0:93a1 443]
E: The repository 'https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/debian bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/deb/debian/dists/bookworm/InRelease 402 Payment Required [IP: 2600:9000:237d:4600:e:f4d2:20c0:93a1 443]
E: The repository 'https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/deb/debian bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

[ERROR] in line 43: exit code 0: while executing command $STD apt-get update -y

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

Image
Originally created by @GTRasH on GitHub (Sep 17, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? RabbitMQ ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rabbitmq.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/8.4.13/5b08ebc2823dd9cb (running kernel: 6.8.12-14-pve) ### 📝 Provide a clear and concise description of the issue. The Repo at dl.cloudsmith.io errors out with an error 402 Payment required. The repository should probably be switched to the ones listed at [https://www.rabbitmq.com/docs/install-debian](https://www.rabbitmq.com/docs/install-debian) ### 🔄 Steps to reproduce the issue. Create a new RabbitMQ LXC or try to patch a currently running one. no difference between default and advanced installation ### ❌ Paste the full error output (if available). Processing triggers for man-db (2.11.2-2) ... ✔️ Installed Dependencies ✔️ Signing keys added ✔️ RabbitMQ repository added Hit:1 http://security.debian.org bookworm-security InRelease Hit:2 http://deb.debian.org/debian bookworm InRelease Hit:3 http://deb.debian.org/debian bookworm-updates InRelease Err:4 https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/debian bookworm InRelease 402 Payment Required [IP: 2600:9000:237d:4600:e:f4d2:20c0:93a1 443] Err:5 https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/deb/debian bookworm InRelease 402 Payment Required [IP: 2600:9000:237d:4600:e:f4d2:20c0:93a1 443] Reading package lists... Done E: Failed to fetch https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/debian/dists/bookworm/InRelease 402 Payment Required [IP: 2600:9000:237d:4600:e:f4d2:20c0:93a1 443] E: The repository 'https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-erlang/deb/debian bookworm InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: Failed to fetch https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/deb/debian/dists/bookworm/InRelease 402 Payment Required [IP: 2600:9000:237d:4600:e:f4d2:20c0:93a1 443] E: The repository 'https://dl.cloudsmith.io/public/rabbitmq/rabbitmq-server/deb/debian bookworm InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. [ERROR] in line 43: exit code 0: while executing command $STD apt-get update -y [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🖼️ Additional context (optional). <img width="1231" height="597" alt="Image" src="https://github.com/user-attachments/assets/80eb7e7a-e26b-4aa0-88ce-751b0c64995a" />
saavagebueno added the bugexternal labels 2025-11-20 05:19:33 -05:00
Author
Owner

@tremor021 commented on GitHub (Sep 17, 2025):

Hmm, this smells like they changed the repository

@tremor021 commented on GitHub (Sep 17, 2025): Hmm, this smells like they changed the repository
Author
Owner

@MickLesk commented on GitHub (Sep 17, 2025):

Hmm, this smells like they changed the repository

@MickLesk commented on GitHub (Sep 17, 2025): > Hmm, this smells like they changed the repository <img src="https://media4.giphy.com/media/v1.Y2lkPWJkM2VhNTdleDQ5MGVjNzc2aXRmODZuemV0eDYzcWFkZjg2emc2dHZjdTh2Z3ZwMSZlcD12MV9naWZzX3NlYXJjaCZjdD1n/J2gHlRQQvFamqOWlJF/giphy.gif"/>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1903