Hello all. Unfortunately I don't have a debug token, as the install completely failed, so none of the pihole commands work.
I was helping my brother, who is a more advanced Linux user than I am (he's used it for his main personal device for 20 years and I only started a year ago). Anyway, we installed Fedora 41, started the pi-hole installation, and chose to install the default webserver (lighttpd). It goes through its list of checks, but when it gets to stating lighttpd will restart, install is interrupted. On the same line as that, the command prompt is given. That should be on its own line, and there should be more installation steps.
We did try to see what had been installed, and while the folder structure is there, the installation did fail. But there are no visible error messages. None of the pihole commands work, so we can't pull a debug log either.
We recognize that this is a brand new release, but are wondering if anyone has had any other issues. There is nothing custom going on. We did disable SELinux before getting started. Any thoughts? Thanks in advance.
Perhaps something is already using port 80? You could do a sudo ss -tupln and see if its in use. Also, you may want to check firewalld to make sure ports are open etc.