Fresh install not working

hello, i've just install pihole on a raspberrypi but it's not working, FTL is offline and dns service is not running
can someone tel me what's the problem?

thank you.

Alex

here is my debug token :https://tricorder.pi-hole.net/xrwd0ypc32

You have more than one issue:

*** [ DIAGNOSING ]: Networking
[✗] No IPv4 address(es) found on the eth0 interface.

But

*** [ DIAGNOSING ]: Setup variables
    PIHOLE_INTERFACE=eth0
    IPV4_ADDRESS=192.168.1.22/24

Run pihole -r and choose reconfigure and set the interface and IP accordingly.

Please post the output of

systemctl status --full --no-pager pihole-FTL.service

i reconfigure it on wlan, i've done it wrong the first time but still not running.

here my new token: https://tricorder.pi-hole.net/4k8p6p1j8o

here is the result of what you asked:

 pihole-FTL.service - LSB: pihole-FTL daemon
   Loaded: loaded (/etc/init.d/pihole-FTL; generated)
   Active: active (exited) since Mon 2020-11-23 22:17:38 CET; 1min 1s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 8466 ExecStart=/etc/init.d/pihole-FTL start (code=exited, status=0/SUCCESS)

nov. 23 22:17:38 raspberrypitemp systemd[1]: Starting LSB: pihole-FTL daemon...
nov. 23 22:17:38 raspberrypitemp pihole-FTL[8466]: Not running
nov. 23 22:17:38 raspberrypitemp pihole-FTL[8466]: /etc/init.d/pihole-FTL : ligne 21 :  8484 Erreur de segmentation  su -s /bin/sh -c "/usr/bin/pihole-FTL" "$FTLUSER"
nov. 23 22:17:38 raspberrypitemp systemd[1]: Started LSB: pihole-FTL daemon.

Segmentation error? Not sure if it is inside pihole or your file system. Try to reinstall pihole by running pihole -r but choose repair this time

unfortunately after the repair it's still the same :frowning:

Sorry, I'm out of ideas.

(Except the hammer: try using another SD Card and start from scratch)

the thing is that my raspberry is used for several other things and i don't want to reset it

What is the output from

ls -la /usr/bin/pihole-FTL

You're getting a segmentation fault which means either you have the wrong FTL binary or that binary file is corrupt. Since we do a check for corruption it's unlikely that's the case.

What hardware are you running this on?

her is the output:
-rwxr-xr-x 1 root root 7197304 nov. 22 19:02 /usr/bin/pihole-FTL

i run it on a raspberry pi 3

Okay, please run

sudo /usr/bin/pihole-FTL test

it says FTL started!

but i can't do anything now, it's like my RPi is so slow!!!

the web server i mean

The test starts pihole-FTL and immediately stops it. Any slowness is not from pihole-FTL as it's not running anymore.

ok but i can't go on any of my websites now

Then you have other issues with the setup that need to be resolved.

Run a new pihole -d please.

https://tricorder.pi-hole.net/b0s5adfas7

can the problem be that i've change de lighttpd.conf to let me acces my other websites?

Restart the Pi.

Yeah, if you want to run other websites then you're not going to be able to run Pi-hole on the same device. You may have seen the rather large warning on the top of lighttpd.conf that states this fact.

so i cant' have other website with pihole?