On Sat, 15 Jun 2019, Gene Heskett wrote:
Greetings;I am about to install a stretch on an r-pi-3b. Then let it update to the latest, with an eye toward a buster update when its released. But this will be driving a lathe, so it needs the best latency figures that can be obtained by later linux-rt kernels, prefereably in the 4.19.whatever category. I have some debs already built that once installed, should handle that. Some later: armhf Stretch is now installed but host file style networking is not making the transition from local domain to outside network because any ping to an outside address such as yahoo.com IS NOT coming from the local domain address, but the avahi-daemon returned address. I my networking scheme there is no such machine defined anyplace. Only "localhost" defined anyplace is 127.0.0.1 in the /etc/hosts file A sudo grep -R 169. * returns only those lines I commented out. and restarted networking each time. Where the heck is machinename.local, defined as 169.254.x.x coming from, and more importantly how do I get rid of it once and forever? ip a shows duplicate inet lines for eth0 and I can't get rid of this one: inet 169.254.163.253/16 brd 169.254.255.255 scope global eth0 valid_lft forever preferred_lft forever ip r returns this: default dev eth0 proto kernel scope link src 169.254.163.253 metric 202 169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.163.253 metric 202 192.168.71.0/24 dev eth0 proto kernel scope link src 192.168.71.12 And obviously I need to make the 3rd line the default. How do I fix this?
systemctl stop avahi-daemon systemctl disable avahi-daemon

