public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
* nncp-bundle breaking on Bad Packet Magic Number
@ 2022-01-26  2:03 Koushik Roy
  2022-01-26  7:48 ` Sergey Matveev
  0 siblings, 1 reply; 2+ messages in thread
From: Koushik Roy @ 2022-01-26  2:03 UTC (permalink / raw)
  To: nncp-devel


Hey,

Someone posted in the chat room that they were seeing an error from
nncp-bundle. Their hypothesis was that it was because of the earlier
version bump to 8.0 and the magic number checking hadn't been
updated. The error that they received was:

$ nncp-bundle -debug -rx
Err: Bad packet magic number

They included a patch to fix it https://a.uguu.se/duulzcg.diff and said
the fix works for them.

Also, they have a few patches to add OpenBSD support to NNCP. These are
Tor links so I haven't been able to read them:

http://mdrmz3g6mp3wsc6yiiw4sl4uxt54ucecknbnnvflqyae7mkqrfbbq3ad.onion/df_openbsd.go
http://mdrmz3g6mp3wsc6yiiw4sl4uxt54ucecknbnnvflqyae7mkqrfbbq3ad.onion/df.go

Thanks,
Koushik

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-26  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26  2:03 nncp-bundle breaking on Bad Packet Magic Number Koushik Roy
2022-01-26  7:48 ` Sergey Matveev