What happened?
Clean setup fails in process of installation, installation script downloaded from github on June 20, 2026
How to reproduce?
I have Ubuntu 24.04 LTS server running on VM. Its just installed and updated, nothing installed yet, i just got 1.6.11 installation bash script with quick start manual, using this command:
curl -fsSL -O https://github.com/bunkerity/bunkerweb/releases/download/v1.6.11/install-bunkerweb.sh
I'm starting installation, not as a docker, but as application, since i have to use external PGSQL cluster and external REDIS cluster. I answer almost everywhere default answers except questions about redis and pgsql, so i answered YES on questions about CrowdSec and CrowdSec App installation. And it face me to an error.
Configuration file(s) (yaml or .env)
Relevant log output
[INFO] Installing BunkerWeb 1.6.11
[STEP] Installing NGINX on Debian/Ubuntu
[CMD] apt update
Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease
**EDITED - PRIVATE Ubuntu repo proxy redacted**
Get:5 https://esm.ubuntu.com/apps/ubuntu noble-apps-security InRelease [8,371 B]
Get:6 https://esm.ubuntu.com/apps/ubuntu noble-apps-updates InRelease [8,220 B]
Get:7 https://esm.ubuntu.com/infra/ubuntu noble-infra-security InRelease [8,235 B]
Get:8 https://esm.ubuntu.com/infra/ubuntu noble-infra-updates InRelease [8,213 B]
Fetched 33.0 kB in 1s (28.1 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
[CMD] apt install -y curl gnupg2 ca-certificates lsb-release
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
curl is already the newest version (8.5.0-2ubuntu10.9).
curl set to manually installed.
ca-certificates is already the newest version (20260601~24.04.1).
ca-certificates set to manually installed.
lsb-release is already the newest version (12.0-2).
lsb-release set to manually installed.
The following packages were automatically installed and are no longer required:
libfwupd2 libgusb2
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
gnupg2
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 4,752 B of archives.
After this operation, 32.8 kB of additional disk space will be used.
Get:1 http://ru.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gnupg2 all 2.4.4-2ubuntu17.4 [4,752 B]
Fetched 4,752 B in 0s (25.1 kB/s)
Selecting previously unselected package gnupg2.
(Reading database ... 89260 files and directories currently installed.)
Preparing to unpack .../gnupg2_2.4.4-2ubuntu17.4_all.deb ...
Unpacking gnupg2 (2.4.4-2ubuntu17.4) ...
Setting up gnupg2 (2.4.4-2ubuntu17.4) ...
Processing triggers for man-db (2.12.0-4build2) ...
Scanning processes...
Scanning linux images...
Running kernel seems to be up-to-date.
No services need to be restarted.
No containers need to be restarted.
No user sessions are running outdated binaries.
No VM guests are running outdated hypervisor (qemu) binaries on this host.
[CMD] apt install -y ubuntu-keyring
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ubuntu-keyring is already the newest version (2023.11.28.1).
ubuntu-keyring set to manually installed.
The following packages were automatically installed and are no longer required:
libfwupd2 libgusb2
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[CMD] apt update
Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease
**EDITED - PRIVATE Ubuntu repo proxy redacted**
Get:4 http://nginx.org/packages/ubuntu noble InRelease [3,278 B]
Hit:5 https://esm.ubuntu.com/apps/ubuntu noble-apps-security InRelease
**EDITED - PRIVATE Ubuntu repo proxy redacted**
Hit:7 https://esm.ubuntu.com/apps/ubuntu noble-apps-updates InRelease
Hit:8 https://esm.ubuntu.com/infra/ubuntu noble-infra-security InRelease
Hit:9 https://esm.ubuntu.com/infra/ubuntu noble-infra-updates InRelease
Get:10 http://nginx.org/packages/ubuntu noble/nginx amd64 Packages [39.8 kB]
Fetched 43.1 kB in 1s (44.2 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
[CMD] apt install -y nginx=1.30.2-1~noble
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
libfwupd2 libgusb2
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
nginx
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,203 kB of archives.
After this operation, 3,867 kB of additional disk space will be used.
Get:1 http://nginx.org/packages/ubuntu noble/nginx amd64 nginx amd64 1.30.2-1~noble [1,203 kB]
Fetched 1,203 kB in 1s (971 kB/s)
Selecting previously unselected package nginx.
(Reading database ... 89266 files and directories currently installed.)
Preparing to unpack .../nginx_1.30.2-1~noble_amd64.deb ...
----------------------------------------------------------------------
Thanks for using nginx!
Please find the official documentation for nginx here:
* https://nginx.org/en/docs/
Please subscribe to nginx-announce mailing list to get
the most important news about nginx:
* https://nginx.org/en/support.html
Commercial subscriptions for nginx are available on:
* https://nginx.com/products/
----------------------------------------------------------------------
Unpacking nginx (1.30.2-1~noble) ...
Setting up nginx (1.30.2-1~noble) ...
Created symlink /etc/systemd/system/multi-user.target.wants/nginx.service → /usr/lib/systemd/system/nginx.service.
Processing triggers for man-db (2.12.0-4build2) ...
Scanning processes...
Scanning linux images...
Running kernel seems to be up-to-date.
No services need to be restarted.
No containers need to be restarted.
No user sessions are running outdated binaries.
No VM guests are running outdated hypervisor (qemu) binaries on this host.
[CMD] apt-mark hold nginx
nginx set on hold.
[INFO] NGINX 1.30.2-1~noble installed successfully
========================================
CrowdSec Security Engine Installation
========================================
[STEP] Installing CrowdSec security engine
--- Step 1: Add CrowdSec repository and install engine ---
[STEP] Adding CrowdSec repository and installing engine
[CMD] sh /tmp/bw-crowdsec-install.NPzHj8
Detected operating system as ubuntu/24.
Detected apt version as 2.8.3
Checking for gpg...
Detected gpg...
Checking for curl...
Detected curl...
Scanning processes...
Scanning linux images...
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...
[CMD] apt install -y crowdsec
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
libfwupd2 libgusb2
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
crowdsec
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 36.1 MB of archives.
After this operation, 120 MB of additional disk space will be used.
Get:1 https://esm.ubuntu.com/apps/ubuntu noble-apps-security/main amd64 crowdsec amd64 1.4.6-6ubuntu0.24.04.2+esm2 [36.1 MB]
Fetched 36.1 MB in 3s (11.9 MB/s)
Selecting previously unselected package crowdsec.
(Reading database ... 89304 files and directories currently installed.)
Preparing to unpack .../crowdsec_1.4.6-6ubuntu0.24.04.2+esm2_amd64.deb ...
Unpacking crowdsec (1.4.6-6ubuntu0.24.04.2+esm2) ...
Setting up crowdsec (1.4.6-6ubuntu0.24.04.2+esm2) ...
I: Registering to LAPI (/etc/crowdsec/local_api_credentials.yaml)
I: Registering to CAPI (/etc/crowdsec/online_api_credentials.yaml)
I: Setting up offline hub (see README.Debian)
I: Enabling upstream-recommended items, first installation (via symlinks from /etc/crowdsec)
I: Enabling WAL for SQLite [fstype=ext4] (see README.Debian)
Created symlink /etc/systemd/system/multi-user.target.wants/crowdsec.service → /usr/lib/systemd/system/crowdsec.service.
W: Restarting manually to force a CAPI pull (upstream #2120)
Scanning processes...
Scanning linux images...
Running kernel seems to be up-to-date.
No services need to be restarted.
No containers need to be restarted.
No user sessions are running outdated binaries.
No VM guests are running outdated hypervisor (qemu) binaries on this host.
[INFO] CrowdSec engine installed
--- Step 2: Configure log acquisition for BunkerWeb ---
[STEP] Configuring CrowdSec to parse BunkerWeb logs
[INFO] Wrote BunkerWeb acquisition config to: /etc/crowdsec/acquis.d/bunkerweb.yaml
--- Step 3: Update hub and install core collections/parsers ---
[STEP] Updating hub and installing detection collections/parsers
INFO[20-06-2026 09:58:19] Wrote new 577828 bytes index to /var/lib/crowdsec/hub/.index.json
INFO[20-06-2026 09:58:20] update for collection crowdsecurity/linux available (currently:?, latest:0.2)
FATA[20-06-2026 09:58:20] unable to find collections 'bunkerity/bunkerweb'
BunkerWeb version
1.6.11
What integration are you using?
Linux
Linux distribution (if applicable)
Ubuntu server 24.04 LTS
Removed private data
Code of Conduct
What happened?
Clean setup fails in process of installation, installation script downloaded from github on June 20, 2026
How to reproduce?
I have Ubuntu 24.04 LTS server running on VM. Its just installed and updated, nothing installed yet, i just got 1.6.11 installation bash script with quick start manual, using this command:
curl -fsSL -O https://github.com/bunkerity/bunkerweb/releases/download/v1.6.11/install-bunkerweb.shI'm starting installation, not as a docker, but as application, since i have to use external PGSQL cluster and external REDIS cluster. I answer almost everywhere default answers except questions about redis and pgsql, so i answered YES on questions about CrowdSec and CrowdSec App installation. And it face me to an error.
Configuration file(s) (yaml or .env)
n/aRelevant log output
BunkerWeb version
1.6.11
What integration are you using?
Linux
Linux distribution (if applicable)
Ubuntu server 24.04 LTS
Removed private data
Code of Conduct