From Stephen Walsh@3:633/280 to All on Tue Oct 14 14:12:24 2025
Hello everybody!
If anyone receives a bad packet from the hub, let me know buy sending it to me via netmail as a file attach.
Call it "badpkt.zip" or "filename.bad" I can then have a look at it and if able, repair it and re-send it.
The hub sometimes does send out a bad packet. If I have that then I can see if it came from upstream with issues.
For those that run native binkd. I have a backup script running after each session via the binkd exec line:
for f in mo tu we th fr sa su; do
find $SECURE -iname "*.${f}?" -exec cp -p \{\} ./ \;
done
for f in MO TU WE TH FR SA SU; do
find $SECURE -iname "*.${f}?" -exec cp -p \{\} ./ \;
done