Subj : rntrack recursive CFLAGS error To : Michael Dukelsky From : Benny Pedersen Date : Sat Dec 30 2017 18:11:24 Hello Michael! 21 Dec 2017 16:10, Michael Dukelsky wrote to Benny Pedersen: MD> Nothing essential was done after 2013, so I see no reason to update MD> the date. i found a possible bug: is 2:65535/65535 invalid node ? ----- audit.log begins ----- 30 Dec 2017 15:07:15 , 2:65535/65535 -> , 2:65535/65535 30 Dec 2017 15:07:15 Subj: 30 Dec 2017 15:07:15 ID : 2:65535/65535 d23cec98 30 Dec 2017 15:07:15 Date: 31 Dec 99 00:00:00 30 Dec 2017 15:07:15 Size: 0 30 Dec 2017 15:07:15 Via : 30 Dec 2017 15:07:15 === ----- audit.log ends ----- hpt crash with stale lock file, thus it do not process more pkt files is both husky and rntrack not handle this well ? i like to know with badly writed software route this to me :/ ----- rntrack.cfg begins ----- Address: 2:230/0 Aka: 2:230/0 1:*/*.* Aka: 2:230/0 2:*/*.* Aka: 2:230/0 3:*/*.* Aka: 2:230/0 4:*/*.* Aka: 39:140/0 39:*/*.* Aka: 39:14/0 39:*/*.* SysopName: "Benny Pedersen" LogFile: "/home/xpoint/fido/log/rntrack.log" LogLevel: 3 Outbound: "/home/xpoint/fido/out" TrafficLog: "/home/xpoint/fido/log/rntrack.trf" TrafficLogTemplate: "/home/xpoint/fido/config/tpl/traflog.tpl" IndexFile: "/home/xpoint/fido/nodelist/rntrack.ndl" Nodelist: "/home/xpoint/fido/nodelist/AmyList.*" Nodelist: "/home/xpoint/fido/nodelist/NODELIST.*" Nodelist: "/home/xpoint/fido/nodelist/Z2PVT.*" 2 Nodelist: "/home/xpoint/fido/nodelist/DKPVT.*" 2 LoopStr: " 2:230/0 RNtrack" Domain: "Fidonet" 1:*/*.* Domain: "Fidonet" 2:*/*.* Domain: "Fidonet" 3:*/*.* Domain: "Fidonet" 4:*/*.* Domain: "Amiganet" 39:*/*.* ForceINTL UseOwnZone UseNewVia TempMail: "/home/xpoint/fido/out/tmp" MaxAge: 1 Origin: "RnTrack is tracking you" KillRoutedMessage: Always CheckPoints: Soft ScanDir: "$/home/xpoint/fido/msgb/NETMAIL" Mask: * * * * * +b Action: NewMsg "/home/xpoint/fido/config/tpl/audit.tpl" "$/home/xpoint/fido/msgb/NETMAIL" "RNtrack" 2:230/0 $ $ "Audit request receipt" +l Action: AppendToFile "/home/xpoint/fido/config/tpl/log.tpl" "/home/xpoint/fido/log/audit.log" Action: Display "Message from @FromName, @FromAddr to @ToName, @ToAddr with subject '@Subject' and msgid '@MsgID' audit destination" Mask: * * * !# * * Action: NewMsg "/home/xpoint/fido/config/tpl/badto.tpl" "$/home/xpoint/fido/msgb/NETMAIL" "Benny Pedersen" @ "$" $ "Bad destination address" +l Action: AppendToFile "/home/xpoint/fido/config/tpl/log.tpl" "/home/xpoint/fido/log/bad_dest.log" Action: Display "Message from @FromName, @FromAddr to @ToName, @ToAddr with subject '@Subject' and msgid '@MsgID' bad destination" Action: Delete Mask: * !# * * * * Action: NewMsg "/home/xpoint/fido/config/tpl/badfrom.tpl" "$/home/xpoint/fido/msgb/NETMAIL" "Benny Pedersen" @ "%%" % "Bad source address" +l Action: AppendToFile "/home/xpoint/fido/config/tpl/log.tpl" "/home/xpoint/fido/log/bad_source.log" Action: Display "Message from @FromName, @FromAddr to @ToName, @ToAddr with subject '@Subject' and msgid '@MsgID' bad source" Action: Delete Mask: * * * @ * a Action: AppendToFile "/home/xpoint/fido/config/tpl/log.tpl" "/home/xpoint/fido/log/attach.log" Action: Display "Message from @FromName, @FromAddr to @ToName, @ToAddr with subject '@Subject' and msgid '@MsgID': contains attach for me. Attach removed." Action: Delete Mask: * * * !@ * a Action: AppendToFile "/home/xpoint/fido/config/tpl/log.tpl" "/home/xpoint/fido/log/attach.log" Action: NewMsg "/home/xpoint/fido/config/tpl/noatt.tpl" "$/home/xpoint/fido/msgb/NETMAIL" "Benny Pedersen" @ "$" $ "Attaches not allowed" +l Action: Display "Message from @FromName, @FromAddr to @ToName, @ToAddr with subject '@Subject' and msgid '@MsgID': contains attach not for me. Attach removed." Action: Delete Mask: * * * 5:*/*.* * * Mask: * * * 8:*/*.* * * Mask: * * * 9:*/*.* * * Mask: * * * 10:*/*.* * * Mask: * * * 16:*/*.* * * Mask: * * * 33:*/*.* * * Mask: * * * 57:*/*.* * * Mask: * * * 92:*/*.* * * Mask: * * * 110:*/*.* * * Mask: * * * 111:*/*.* * * Mask: * * * 115:*/*.* * * Mask: * * * 510:*/*.* * * Mask: * * * 618:*/*.* * * Mask: * * * 777:*/*.* * * Mask: * * * 900:*/*.* * * Action: Ignore Mask: * * * * "Ping" -Eg Action: NewMsg "/home/xpoint/fido/config/tpl/ping.tpl" "$/home/xpoint/fido/msgb/NETMAIL" "RNtrack" 2:230/0 $ $ "Pong" +l Action: AppendToFile "/home/xpoint/fido/config/tpl/log.tpl" "/home/xpoint/fido/log/ping.log" Action: Display "Message from @FromName, @FromAddr to @ToName, @ToAddr with subject '@Subject' and msgid '@MsgID' pinged" Action: Delete ----- rntrack.cfg ends ----- i like suggestions on how to make it better atleast to not let hpt crash, imho if i change ----- dohpt begins ----- #!/bin/sh if [ -f /home/xpoint/fido/lock ]; then echo 'Already running - exiting dohpt;'; exit; fi /home/xpoint/fido/bin/hpt toss /usr/bin/rntrack -c /home/xpoint/fido/config/rntrack.cfg /home/xpoint/fido/bin/hpt scan next one make the crash bug in hpt /home/xpoint/fido/bin/hpt pack /home/xpoint/fido/bin/hpt qupd /home/xpoint/fido/bin/hpt link ----- dohpt ends ----- i know my hpt is very old, so i possible it is solved, but i would like to change it to gentoo ebuild installs if i need newer husky installs, current is installed lfs :=) Regards Benny .... there can only be one way of life, and it works :) --- Msged/LNX 6.2.0 (Linux/4.9.72-gentoo (i686)) * Origin: I will always keep a PC running CPM 3.0 (2:230/0) .