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

* Re: nncp-bundle breaking on Bad Packet Magic Number
  2022-01-26  2:03 nncp-bundle breaking on Bad Packet Magic Number Koushik Roy
@ 2022-01-26  7:48 ` Sergey Matveev
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Matveev @ 2022-01-26  7:48 UTC (permalink / raw)
  To: nncp-devel

[-- Attachment #1: Type: text/plain, Size: 1098 bytes --]

Greetings!

*** Koushik Roy [2022-01-25 18:03]:
>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.

That is right, my shameful fault! I did not run nncp-bundle since that
release, so did not noticed that and integration tests are still not
started. Fixed that (applied that correct patch) in develop branch.

>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:

Although I was exit node for years, struggling with police, nowadays I
disregard and do not support Tor, so do not have its installation too. I
tried .onion.to-like solutions, but none of them worked for me. I will
install OpenBSD in virtual machine to see what is the problem with it
(patch names tell that it is about df again).

Thank you for sharing that information!

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263  6422 AE1A 8109 E498 57EF

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ 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