On Sun, Jan 28, 2018 at 12:14:39PM -0700, we recorded a bogon-computron collision of the <[email protected]> flavor, containing: > > I just experimented with fixing the preprocessor symbol so it actually > detects we're running with a newer GLIBC, and it made Xastir AX.25 connections > broken, so this code that has never actually been enabled isn't in fact > correct. Turns out that replacing PF_INET,SOCK_PACKET with > PF_INET,SOCK_DGRAM, > as is done in that block of code, was never right. The correct thing is > to use AF_PACKET,SOCK_PACKET instead of PF_INET,SOCK_PACKET. If I fix > the symbol *and* fix that usage, Xastir builds and does connect to an > AX.25 interface correctly.
Actually, SOCK_PACKET is deprecated, too, and should not be used in new programs. This is going to take a little more careful experimentation. > On Sun, Jan 28, 2018 at 05:58:54PM +0000, we recorded a bogon-computron > collision of the <[email protected]> flavor, containing: > > Looking the the file /var/log/syslog, I noticed this... > > 'Jan 27 07:13:18 Igate kernel: [26779.439570] xastir uses obsolete > > (PF_INET,SOCK_PACKET)' > > > > I don't have a clue what it means or if I should even worry about it. > > Anyone else see this? > > I just did an install a week ago so it's the latest version of xastir. > > Thanks, Max KG4PID?? > > _______________________________________________ > > Xastir mailing list > > [email protected] > > http://xastir.org/mailman/listinfo/xastir > > -- > Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ > Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM > echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] [n-z][a-m] > > > > > _______________________________________________ > Xastir mailing list > [email protected] > http://xastir.org/mailman/listinfo/xastir -- Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ Tijeras, NM QRPL#1592 K2#398 SOC#236 http://kevan.org/brain.cgi?DDTNM echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] [n-z][a-m] _______________________________________________ Xastir mailing list [email protected] http://xastir.org/mailman/listinfo/xastir
