I see this running:
1460 root 0:00 /usr/sbin/lighttpd -f /etc/lighttpd.confIt is started by /etc/rcS.d/S60lighttpd. We can certainly get rid of it by shutting down this service (by renaming the "S" file.
cd /etc/rcS.d ./S60lighttpd stop mv S60lighttpd K60lighttpdAt this point I have a clean system that I don't think is running anything that I wish it wasn't.
1450 avahi 0:00 avahi-daemon: running [antMiner.local] 1451 avahi 0:00 avahi-daemon: chroot helperThis implements some kind of "on the fly" network configuration protocol. The fix is:
mv S50avahi K50avahiI reboot and everything seems just fine without avahi.
Tom's Computer Info / [email protected]