New install on Orange Pi Zero 2 - no desktop

Please follow the below template, it will help us to help you!

Expected Behaviour:

  • made a brand new OrangePi Zero 2 about 2 hours ago -all good
  • ran update and upgrade - all good
  • its a Ubuntu 18.04.6 LTS and it was / is fine.
  • installed Pi Hole - complate and all good
  • logged in to the desktop once and and wrote down the password.
  • bookmarked the site in my chrome browser 100.4896.75 official build 64 bit

Hle _ shut it down and moved the OrangePi from the desk upstairs to the switch in the basement.

Actual Behaviour:

Click on the bookmark and now get:
This site can’t be reached192.168.55.10 refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED

Debug Token:

tried the "pihole -d" commad on the pi - worked fine - uploaded it and this site said I can't post /paste it because I'm new to the site .......

Cheers'
Dave

Sounds like you tried to paste the entire log (which is not recommended).

We'd just need the token URL that is generated after the log is uploaded.
It will be shown once the upload completed and look similar to https://tricorder.pi-hole.net/A8b4C21d/.

Hi Horn!

Re ran the log but can;t see /find the section on the tolken URL ......

For some reason too that link is forbidden to me on Git hub too ......?

I forgot to add that I ran this and it worked once !

vncserver -interface 192.168.55.10 andf it worked one time ......

Cheers'
Dave

Re -run the log, here is two complaints:

*** [ DIAGNOSING ]: Pi-hole processes
[✗] lighttpd daemon is failed
[✓] pihole-FTL daemon is active

*** [ DIAGNOSING ]: Dashboard and block page
[✗] Block page X-Header: X-Header does not match or could not be retrieved.

[✗] Web interface X-Header: X-Header does not match or could not be retrieved.

I dunno if they're of any help and it's my day 2 of trying pi-hole ! :slight_smile:

Cheers'
Dave

root@pihole:~# sudo netstat -nltup | grep 'Proto|:53 |:67 |:80 |:471'
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 2526/pihole-FTL
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 2526/pihole-FTL
tcp6 0 0 ::1:4711 :::* LISTEN 2526/pihole-FTL
tcp6 0 0 :::53 :::* LISTEN 2526/pihole-FTL
udp 0 0 0.0.0.0:53 0.0.0.0:* 2526/pihole-FTL
udp6 0 0 :::53 :::* 2526/pihole-FTL
root@pihole:~#

root@pihole:~# sudo service lighttpd status
● lighttpd.service - Lighttpd Daemon
Loaded: loaded (/lib/systemd/system/lighttpd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2022-04-09 00:06:58 MDT; 14h ago
Process: 8408 ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf (code=exited, status=255)
Process: 8401 ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf (code=exited, status=0/SUCCESS)
Main PID: 8408 (code=exited, status=255)

Apr 09 00:06:58 pihole systemd[1]: lighttpd.service: Service hold-off time over, scheduling restart.
Apr 09 00:06:58 pihole systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 5.
Apr 09 00:06:58 pihole systemd[1]: Stopped Lighttpd Daemon.
Apr 09 00:06:58 pihole systemd[1]: lighttpd.service: Start request repeated too quickly.
Apr 09 00:06:58 pihole systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Apr 09 00:06:58 pihole systemd[1]: Failed to start Lighttpd Daemon.
root@pihole:~#

That sounds as if you found the token URL and tried to open it.
You won't be able to access it - only trusted members of the Pi-hole team can.

Please share that token URL here.

Hi ! I got it working ..... did some reading and tried this:

Ripped it out: root@pihole:~# sudo dpkg -P lighttpd

Put er back in: root@pihole:~# sudo apt install --reinstall lighttpd

Ran a repair: root@pihole:~# pihole -r

And I now have access to the Pi-Hole desktop console again! Thanks for your help to BTW !

Cheers'
Dave

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