Re: Are there peers on 0.25.0?

Martin Schanzenbach <[email protected]> Wed, 24 Sep 2025 16:46:06 +0200
Newsgroups gmane.network.gnunet.devel
Message-ID <[email protected]>
Hi,

thanks for testing.
I have now had some time to debug, and it seems I made an error
blinding adding some key derivation code to the communicators which
made the handshake impossible.

We will release a bugfix version soon and connections should be more
likely (as opposed to impossible atm)

BR
Martin

On Mon, 2025-09-22 at 17:27 +0200, No=C3=A9 Lopez via Mailinglist for GNUne=
t
developers wrote:
> Hi,
>=20
> I=E2=80=99ve updated my gnunet installation to 0.25.0, but I=E2=80=99m no=
t getting
> any
> connections (gnunet-core -s is empty).
>=20
> I checked the logs and the only suspicious thing I could find was a
> lot
> of these messages:
>=20
> > 2025-09-22T16:57:38.276450+0200 transport-10082 WARNING External
> > protocol violation detected at ../gnunet-
> > 0.25.0/src/lib/hello/hello-uri.c:582.
> > 2025-09-22T16:57:38.276454+0200 transport-10082 WARNING HELLO
> > cannot be parsed!
>=20
> > 2025-09-22T16:57:35.245679+0200 peerstore-10072 ERROR Assertion
> > failed at ../gnunet-0.25.0/src/lib/hello/hello-uri.c:422.
> > 2025-09-22T16:57:35.245710+0200 peerstore-10072 ERROR Unable to
> > parse HELLO message
>=20
> > 2025-09-22T16:56:30.956343+0200 hostlist-9833 WARNING External
> > protocol violation detected at ../gnunet-
> > 0.25.0/src/lib/hello/hello-uri.c:582.
> > 2025-09-22T16:57:35.345410+0200 hostlist-10070 WARNING External
> > protocol violation detected at ../gnunet-
> > 0.25.0/src/lib/hello/hello-uri.c:582.
>=20
> > 2025-09-22T16:56:31.521686+0200 gnunet-daemon-topology-9840 WARNING
> > External protocol violation detected at ../gnunet-
> > 0.25.0/src/lib/hello/hello-uri.c:582.
>=20
> I assume this means that the other peers that my peer tries to
> connect
> to have incompatile versions, but I would expect to find at least a
> few
> people, especially at a time where 0.25.0 should be compatible with
> master.
>=20
> Is the issue something else? Any ideas on how I can get connections
> again?
>=20
> Thanks,
> No=C3=A9 Lopez