Hi,
I have had my OS pi working for quite some time now on a RP3+. It’s running both my OSPi and Pihole and has not had any issues before. However, recently I can’t seem to access OS pi from the browser. I’ve tried http://<local pi ip>:8080 and it doesn’t seem to work. SSH into the pi and this is what I see from netstat:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN 409/mosquitto
tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 603/pihole-FTL
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 574/sshd
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 603/pihole-FTL
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 584/lighttpd
So I’m thinking it’s not listening on port 8080 but I can’t figure out how to get that to work.
I’ve tried upgrading/rebuilding using these steps, but still no luck:
https://openthings.freshdesk.com/support/solutions/articles/5000631599-installing-and-updating-the-unified-firmware-on-ospi
Can someone assist?