View Issue Details

IDProjectCategoryView StatusLast Update
0010693GNUnettransport servicepublic2025-11-30 18:27
Reporterworst125 Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0010693: no output, empty peer list and monitor
DescriptionInstalled GnuNet on a Debian 13:
sudo apt-get install gnunet
gnunet-arm -s # starts all default services
gnunet-arm -v # version
gnunet-arm v0.20.0 release
gnunet-peerinfo -i # list known peers (no output, empty)
gnunet-arm -m # monitor ARM activities (no output, empty)

so the output is empty as mentioned above

/var/log/gnunet.log contains:

nat-3847451 ERROR UPnP enabled in configuration, but UPnP client `upnpc` command not found, disabling UPnP
hostlist-3847436 WARNING Download of hostlist from `http://v15.gnunet.org/hostlist' failed: `Could not resolve hostname'
hostlist-3847436 WARNING Download of hostlist from `http://v15.gnunet.org/hostlist' failed: `Could not resolve hostname'
transport-tcp-3847448 WARNING Unexpected address length: 24 bytes
transport-3847448 ERROR Assertion failed at gnunet-service-transport_validation.c:902.
transport-3847448 ERROR Address with 24 bytes for plugin tcp and peer DSTJ is malformed

(tried to attach a log, maybe it failed)

UPnP error seems to have been fixed by running "sudo apt install miniupnpc", maybe the gnunet package should have installed it as a dependency?

$ ping -c 3 v15.gnunet.org
ping: v15.gnunet.org: Name or service not known

What else to try please?
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-11-30 18:26 worst125 New Issue