Constant pinging

riderz49

New Member
I decided not to share my ADS-B data with planefinder. To that end, I deleted my receiver and share code from my account.

However, I can see that my computer is pinging (or sending something to) pfclient-upload.planefinder.net.

How do I make this stop?
 
Missing vital info:

(1) Are you feeding from
- Raspberry Pi
- Windows Computer
- Linux Computer

(2) Did you delete pfclient or uninstall it
 
(1) Although purge should also stop any running instance, it may be possible it did not kill the running pfclient, and only removed its files. If this is the cause, then rebooting Pi will stop it.

(2) If reboot does not solve the issue, then may be the apt purge command somehow has failed. The pfclient is not unstalled from from repository by command apt install pfclient. Insted pfclient is downloaded by wget command, then installed by dpkg --install command.

Try using "dpkg --purge pfclient" instead of "apt purge pfclient".
 
Back
Top