Fresh install fails on Debian 11 Bullseye

Hi.

I wanted to set up a new Pi-hole. So I took a new RasPi 4b with Debian 11 and ran "curl -sSL https://install.pi-hole.net | PIHOLE_SKIP_OS_CHECK=true sudo -E bash".

Expected Behaviour:

[Installation should run until the end.]

Actual Behaviour:

[Installation stops after "(i) Restarting lighttpd service...".
So I received no webadmin password and also cannot access the webadmin itself.]

Debug Token:

[https://tricorder.pi-hole.net/cSrAInpf/]

Any ideas why it stops in the middle of the installation?

Thanks a lot!

Because it is not yet supported :

But watch this space...

" You can disable this check by setting an environment variable named PIHOLE_SKIP_OS_CHECK to true , however Pi-hole may have issues installing. If you choose to use this environment variable, please use the Community Help topic on Discourse to troubleshoot any installation issues you may (or may not!) have."

:wink:

Does this count?
Or is it really the only solution that it won't work right now with a fresh install?

All going well we should be releasing something in the next few hours (at the earliest)

This sounds great.
So me weekend has been saved then.

Thanks a lot.
I'll take a look here again tomorrow morning (9.20pm here right now).

For Pi-hole versions prior to Pi-hole FTL v5.9, Web v5.6 and Core v5.4 (which were released today), the following commands will install Pi-hole on Bullseye:

sudo apt install lighttpd
curl -sSL https://install.pi-hole.net | PIHOLE_SKIP_OS_CHECK=true sudo -E bash

The new release supports Debian 11 Bullseye without this workaround.

Thanks a lot!
It was working today with the new version.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.