-
Notifications
You must be signed in to change notification settings - Fork 554
Open
Labels
Description
What happened?
I am trying to install the crowdsec repository on Ubuntu 24.04 on a Raspberry Pi 5 (aarch64). When attempting to install, I get the following errors:
curl -s https://install.crowdsec.net | sudo sh
Detected operating system as ubuntu/24.
Detected apt version as 2.8.3
Checking for gpg...
Detected gpg...
Checking for curl...
Detected curl...
The file /etc/apt/sources.list.d/crowdsec_crowdsec.list already exists: overwriting it.
E: Failed to fetch https://packagecloud.io/crowdsec/crowdsec/any/dists/any/InRelease 403 Forbidden [IP: 52.84.147.68 443]
E: The repository 'https://packagecloud.io/crowdsec/crowdsec/any any InRelease' is not signed.
Importing packagecloud gpg key...
Packagecloud gpg key imported to /etc/apt/keyrings/crowdsec_crowdsec-archive-keyring.gpg
Installing /etc/apt/sources.list.d/crowdsec_crowdsec.list...
E: Failed to fetch https://packagecloud.io/crowdsec/crowdsec/any/dists/any/InRelease 403 Forbidden [IP: 52.84.147.89 443]
E: The repository 'https://packagecloud.io/crowdsec/crowdsec/any any InRelease' is not signed.
What did you expect to happen?
I expeced a successful installation, and for the InRelease to be signed.
How can we reproduce it (as minimally and precisely as possible)?
curl -s https://install.crowdsec.net | sudo sh
Anything else we need to know?
Don't think so.
Crowdsec version
$ cscli version
# I haven't installed it yet, it won't installOS version
# On Linux:
$ cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.3 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
$ uname -a
# Linux mail.facl.xyz 6.8.0-1040-raspi #44-Ubuntu SMP PREEMPT_DYNAMIC Wed Sep 24 18:30:35 UTC 2025 aarch64 aarch64 aarch64 GNU/LinuxEnabled collections and parsers
$ cscli hub list -o raw
# paste output hereAcquisition config
```console
# On Linux:
$ cat /etc/crowdsec/acquis.yaml /etc/crowdsec/acquis.d/*
# paste output here
On Windows:
C:> Get-Content C:\ProgramData\CrowdSec\config\acquis.yaml
paste output here
Config show
$ cscli config show
# paste output herePrometheus metrics
$ cscli metrics
# paste output here