I have installed PiAware on a raspi3 running at home on a network that I control.
The local status page is no longer loading – it worked yesterday on port 8080. Now the error is ERR_CONNECTION_REFUSED
when accessed on a browser (Chrome and Brave.)
In checking the raspi,
I verified the piaware service is running.
Also do not see any services listening on port 8080. The following command returns nothing.
ss -alnp | grep 8080
Any help is appreciated to restore the local web page view, thanks
Ted
Most probably the IP has changed.
Have a look on the FA stats page to see its current local IP
I wish it were that simple! I am able to login to the raspi so that verifies the IP is known.
what do you see when you type only local IP of Pi (without 8080) in address bar of browser?
Check the lighttpd logs and publish them here via pastebin:
https://github.com/wiedehopf/adsb-wiki/wiki/Debug-commands
@abcd567
@wiedehopf
Thanks for the new info, I didn’t know Piaware used lighttp. I checked the two config files mentioned in the log and don’t see duplicate entries. Maybe you have other ideas?
Run this:
sudo rm -f /etc/lighttpd/conf-enabled/89-dump1090.conf
That’s for dump1090-mutability.
If you didn’t install it yourself, you configured rbfeeder or fr24feed wrong.
server.stat-cache-engine
This options must only occur once in all the config files loaded.
Here is a guide i maintain to run a bunch of stuff:
https://github.com/wiedehopf/adsb-wiki/wiki/Raspbian-Lite:-ADS-B-receiver
The decoder can also be dump1090-fa but that’s a matter of preference.
2 Likes
That was it, thanks @wiedehopf
FR24 did fail to install before I tried FA.I guess a restart after installing FA caused lighttpd to reload configs and fail.
Yeah, see the guide to easily install multiple sites and some statistics.
1 Like
Great docs @wiedehopf
I was able to install fr24 thanks to you.
system
Closed
July 10, 2023, 4:25pm
11
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.