View Issue Details

IDProjectCategoryView StatusLast Update
0011629GNUnetGNSpublic2026-07-29 00:46
ReporterJllx Assigned Toschanzen  
PrioritynormalSeverityblockReproducibilityalways
Status assignedResolutionopen 
Product Version0.27.0 
Summary0011629: can't bootstrap
DescriptionHi,
I'm testing gnunet on gentoo, I did build it from source, started "gnunet-arm -s" checked that services are available with "gnunet-arm -I"
so after I wanted to check if I was connected, so I done a "gnunet-gns -u gnunet.gns.alt" and it wait... wait... wait... and never timeout
so I done some wireshark capture to see if there was some firewall/NAT issue... and... nothing.... just regular ICMP some unrelated UDP trafic.

gnunet-config -s gns t
.gnunet.gns.alt = 000G0522TTKQESZ9KPRT2K0RA9ZC8YMD52D2XYVYVGPDCNPMWHH9QXXF4W
.pin.gns.alt = 000G0522TTKQESZ9KPRT2K0RA9ZC8YMD52D2XYVYVGPDCNPMWHH9QXXF4W
INTERCEPT_DNS = NO
MAX_PARALLEL_BACKGROUND_QUERIES = 1000
UNIX_MATCH_GID = YES
UNIX_MATCH_UID = NO
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-gns.sock
BINARY = gnunet-service-gns
HOSTNAME = localhost
IMMEDIATE_START = YES
START_ON_DEMAND = YES

I wonder what is wrong....
TagsNo tags attached.

Activities

schanzen

2026-07-17 10:05

administrator   ~0029166

I need to investigate this, testing via GNS is probably not helpful, first it must be verified that you are actually connected and bootstrap via hostlist server(s) works. It is likely that due to recent urgent server updates the bootstrap peer is/was down for a prolonged period of time.

Jllx

2026-07-20 09:42

reporter   ~0029200

Hi, how can I help investigating?
there is no "troubleshoot" section in https://docs.gnunet.org/latest/users/start.html
if testing via GNS is not helpful what is the best way to see if the system is connected (seeing that the system is up is in the above docs)

pardon my ignorance, but I thought that gnunet rely on GNS and that without GNS, since we can't resolv hosts, there is no way to connect to the network.... are the bootstrap ip hardcoded?

schanzen

2026-07-20 10:43

administrator   ~0029201

GNUnet does not rely on GNS for bootstrapping. GNUnet needs so-called HELLO messages. A HELLO contains the Peer ID (public key) and a set of (signed) endpoints it can be reached at (e.g. TCP/IP addresses). Every installation ships with a single HELLO for our bootstrap peer. The bootstrap peer also collects known HELLOs of connecting peers and publishes them through a hostlist. Each client in its default configuration reads this hostlist and tries to connect to peers.

To check which peers are connected or your peer attempts to connect you can use the "gnunet-core" cli tool. For example "gnunet-core -m"

Jllx

2026-07-20 12:07

reporter   ~0029202

maybe that's my issue? is there a bootstrap peer file? maybe it wasn't installed?
will try the "gnunet-core -m" as soon as possible

schanzen

2026-07-20 12:11

administrator   ~0029203

The bootstrap file is downloaded via HTTP. Your problem likely was that our bootstrap peer was not running. I have restarted it the other day.

schanzen

2026-07-20 12:42

administrator   ~0029205

I just tested connecting with v0.28.0 and it seems we have a regression in our handshake crypto :( I will need to track down that bug fist I guess.

Jllx

2026-07-20 13:27

reporter   ~0029206

how can I re-download the file?(automatic or manually) maybe this should be added into installation documentation

schanzen

2026-07-20 14:39

administrator   ~0029207

You do not have to redownload anything. it is downloaded on ever new start of the peer and then regularly.

I found the regression and it works again (with git master HEAD).
On gnunet-core, the server outputs something like

Mon Jul 20 14:36:51 2026: Hello sent (I) PBM3 (timeout in 0 ms)
Mon Jul 20 14:36:51 2026: Done sent (I) PBM3 (timeout in 0 ms)
Mon Jul 20 14:36:51 2026: Done sent (I) PBM3 (timeout in 299 s)
Mon Jul 20 14:36:51 2026: Connected (I) PBM3 (timeout in 299 s)
Mon Jul 20 14:36:57 2026: Connected (I) PBM3 (timeout in 299 s)
Mon Jul 20 14:37:05 2026: Connected (I) PBM3 (timeout in 299 s)

For your client, you will probably only see the last line because it will have happened too fast, otherwise it will be stuck in any state above.
But you will have to upgrade first. Also, sometimes the bootstrap peer hangs, but that is an unrelated issue :/

Jllx

2026-07-25 00:52

reporter   ~0029218

ok I updated the ebuild to build the git version
gnunet compiled fine, but I can't start the service because it now complain

 * You must create /etc/gnunetd.conf file first
 * ERROR: gnunet failed to start

searched the web, it seems that this file can only be created using gnunet-setup that is a tool provided by gnunet-gtk package.... but... latest gnunet-gtk package is 0.24.0 according to what is in https://ftp.gnu.org/gnu/gnunet/ and this source don't compile with the git head....

lot error complaining about GNUNET_CRYPTO_PublicKey not defined...

In file included from ../gnunet-gtk-9999/src/fs/gnunet-fs-gtk_main-window-connection.c:27:
../gnunet-gtk-9999/src/fs/gnunet-fs-gtk.h:136:34: error: field ‘pkey’ has incomplete type
  136 | struct GNUNET_CRYPTO_PublicKey pkey;
      | ^~~~


how can I create a /etc/gnunetd.conf by hand?

Jllx

2026-07-25 00:55

reporter   ~0029219

note : I used the git head of gnunet-gtk, not the 0.24.0

Jllx

2026-07-25 01:13

reporter   ~0029220

searching the web, it seems that /etc/gnunetd.conf is the old name of /etc/gnunet.conf

so I tried to simply symlink the files
so content of both files is

# cat /etc/gnunetd.conf
[arm]
START_SYSTEM_SERVICES = YES
START_USER_SERVICES = NO


started the service, tried gnunet-arm -I and now I have lot of fails...

# gnunet-arm -I
Services (excluding stopped services):
(started: 3 / failed: 10 / stopped: 22)
cadet (binary='gnunet-service-cadet', status=failed, exit_status=255, restart_delay='57 s')
dht (binary='gnunet-service-dht', status=failed, exit_status=255, restart_delay='57 s')
gns (binary='gnunet-service-gns', status=failed, exit_status=255, restart_delay='57 s')
hostlist (binary='gnunet-daemon-hostlist', status=started)
nse (binary='gnunet-service-nse', status=failed, exit_status=255, restart_delay='57 s')
peerstore (binary='gnunet-service-peerstore', status=failed, exit_status=255, restart_delay='57 s')
pils (binary='gnunet-service-pils', status=failed, exit_status=255, restart_delay='57 s')
rest (binary='gnunet-rest-server', status=failed, exit_status=1, restart_delay='57 s')
revocation (binary='gnunet-service-revocation', status=failed, exit_status=255, restart_delay='57 s')
rps (binary='gnunet-service-rps', status=failed, exit_status=255, restart_delay='57 s')
topology (binary='gnunet-daemon-topology', status=started)
communicator-tcp (binary='gnunet-communicator-tcp', status=started)
communicator-udp (binary='gnunet-communicator-udp', status=failed, exit_status=1, restart_delay='57 s')

gnunet-core -m doesn't output anything....

hopefully there are something in syslog

Jul 25 00:59:18 jlRyzen7-5700 gnunet-communicator-tcp[1616938]: Libgcrypt warning: missing initialization - please fix the application
Jul 25 00:59:18 jlRyzen7-5700 gnunet-communicator-udp[1616939]: Libgcrypt warning: missing initialization - please fix the application
Jul 25 01:01:26 jlRyzen7-5700 kernel: gnunet-service-[1617950]: segfault at 0 ip 00007f57b644e943 sp 00007ffd3a940898 error 4 in libc.so.6[168943,7f57b630e000+167000] likely on CPU 1 (core 0, socket 0)
Jul 25 01:01:26 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:01:26 jlRyzen7-5700 kernel: gnunet-service-[1617971]: segfault at 0 ip 00007f8ff48dc943 sp 00007ffff5121f38 error 4 in libc.so.6[168943,7f8ff479c000+167000] likely on CPU 6 (core 3, socket 0)
Jul 25 01:01:26 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:01:26 jlRyzen7-5700 kernel: gnunet-service-[1617981]: segfault at 0 ip 00007f83da4d4943 sp 00007ffe439ce2e8 error 4 in libc.so.6[168943,7f83da394000+167000] likely on CPU 4 (core 2, socket 0)
Jul 25 01:01:26 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:01:26 jlRyzen7-5700 kernel: gnunet-service-[1617992]: segfault at 0 ip 00007fd18dfca943 sp 00007ffdc2ba5cc8 error 4 in libc.so.6[168943,7fd18de8a000+167000] likely on CPU 9 (core 4, socket 0)
Jul 25 01:01:26 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:01:26 jlRyzen7-5700 kernel: gnunet-service-[1618003]: segfault at 0 ip 00007fc871e34943 sp 00007ffdc1029b18 error 4 in libc.so.6[168943,7fc871cf4000+167000] likely on CPU 12 (core 6, socket 0)
Jul 25 01:01:26 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:01:26 jlRyzen7-5700 kernel: tun: Universal TUN/TAP device driver, 1.6
Jul 25 01:01:26 jlRyzen7-5700 kernel: gnunet-service-[1618016]: segfault at 0 ip 00007f7eadda2943 sp 00007ffd88528588 error 4 in libc.so.6[168943,7f7eadc62000+167000] likely on CPU 11 (core 5, socket 0)
Jul 25 01:01:26 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:01:26 jlRyzen7-5700 NetworkManager[2356]: <info> [1784934086.7309] manager: (vpn-gnunet): new Tun device (/org/freedesktop/NetworkManager/Devices/4)
Jul 25 01:01:26 jlRyzen7-5700 kernel: gnunet-service-[1618032]: segfault at 0 ip 00007f35b23a6943 sp 00007ffe49390688 error 4 in libc.so.6[168943,7f35b2266000+167000] likely on CPU 2 (core 1, socket 0)
Jul 25 01:01:26 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:01:26 jlRyzen7-5700 NetworkManager[2356]: <info> [1784934086.7937] device (vpn-gnunet): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Jul 25 01:01:26 jlRyzen7-5700 NetworkManager[2356]: <info> [1784934086.7944] device (vpn-gnunet): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Jul 25 01:01:26 jlRyzen7-5700 NetworkManager[2356]: <info> [1784934086.7957] device (vpn-gnunet): Activation: starting connection 'vpn-gnunet' (14eac943-c38f-4c53-b9c5-f322974686ee)
Jul 25 01:01:26 jlRyzen7-5700 NetworkManager[2356]: <info> [1784934086.7959] device (vpn-gnunet): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Jul 25 01:01:26 jlRyzen7-5700 NetworkManager[2356]: <info> [1784934086.7961] device (vpn-gnunet): state change: prepare -> config (reason 'none', managed-type: 'external')
Jul 25 01:01:26 jlRyzen7-5700 NetworkManager[2356]: <info> [1784934086.7963] device (vpn-gnunet): state change: config -> ip-config (reason 'none', managed-type: 'external')
Jul 25 01:01:26 jlRyzen7-5700 NetworkManager[2356]: <info> [1784934086.7969] device (vpn-gnunet): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Jul 25 01:01:26 jlRyzen7-5700 dbus-daemon[2285]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.1' (uid=0 pid=2356 comm="/usr/sbin/NetworkManager --pid-file /run/NetworkMa") (using servicehelper)
Jul 25 01:01:26 jlRyzen7-5700 kernel: gnunet-service-[1618047]: segfault at 0 ip 00007fe3b2b1c943 sp 00007fff1d5b6c38 error 4 in libc.so.6[168943,7fe3b29dc000+167000] likely on CPU 6 (core 3, socket 0)
Jul 25 01:01:26 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:01:26 jlRyzen7-5700 dbus-daemon[2285]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 25 01:01:26 jlRyzen7-5700 NetworkManager[2356]: <info> [1784934086.8442] device (vpn-gnunet): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Jul 25 01:01:26 jlRyzen7-5700 NetworkManager[2356]: <info> [1784934086.8444] device (vpn-gnunet): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Jul 25 01:01:26 jlRyzen7-5700 NetworkManager[2356]: <info> [1784934086.8449] device (vpn-gnunet): Activation: successful, device activated.
Jul 25 01:01:26 jlRyzen7-5700 kernel: gnunet-service-[1618100]: segfault at 0 ip 00007f7d2d486943 sp 00007ffe4d561708 error 4 in libc.so.6[168943,7f7d2d346000+167000] likely on CPU 9 (core 4, socket 0)
Jul 25 01:01:26 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:01:27 jlRyzen7-5700 kernel: gnunet-service-[1618135]: segfault at 0 ip 00007f87e5db3943 sp 00007ffcbf3a4088 error 4 in libc.so.6[168943,7f87e5c73000+167000] likely on CPU 8 (core 4, socket 0)
Jul 25 01:01:27 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:01:34 jlRyzen7-5700 kernel: show_signal_msg: 3 callbacks suppressed
Jul 25 01:01:34 jlRyzen7-5700 kernel: gnunet-service-[1618254]: segfault at 0 ip 00007fb135c9d943 sp 00007ffebf511428 error 4 in libc.so.6[168943,7fb135b5d000+167000] likely on CPU 0 (core 0, socket 0)
Jul 25 01:01:34 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:01:43 jlRyzen7-5700 kernel: gnunet-service-[1618314]: segfault at 0 ip 00007ff8f9f8d943 sp 00007fff747b4908 error 4 in libc.so.6[168943,7ff8f9e4d000+167000] likely on CPU 11 (core 5, socket 0)
Jul 25 01:01:43 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:01:59 jlRyzen7-5700 kernel: gnunet-service-[1618461]: segfault at 0 ip 00007f23a8548943 sp 00007ffed7542298 error 4 in libc.so.6[168943,7f23a8408000+167000] likely on CPU 12 (core 6, socket 0)
Jul 25 01:01:59 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:02:32 jlRyzen7-5700 kernel: gnunet-service-[1618692]: segfault at 0 ip 00007f487b550943 sp 00007ffe6c976548 error 4 in libc.so.6[168943,7f487b410000+167000] likely on CPU 12 (core 6, socket 0)
Jul 25 01:02:32 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:03:37 jlRyzen7-5700 kernel: gnunet-service-[1619182]: segfault at 0 ip 00007f8aae03e943 sp 00007ffdadee7908 error 4 in libc.so.6[168943,7f8aadefe000+167000] likely on CPU 8 (core 4, socket 0)
Jul 25 01:03:37 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0
Jul 25 01:05:49 jlRyzen7-5700 kernel: gnunet-service-[1620126]: segfault at 0 ip 00007f1f7a3d7943 sp 00007fff7a248508 error 4 in libc.so.6[168943,7f1f7a297000+167000] likely on CPU 10 (core 5, socket 0)
Jul 25 01:05:49 jlRyzen7-5700 kernel: Code: 1f 84 00 00 00 00 00 f3 0f 1e fa c5 f9 6e c6 89 f8 25 ff 0f 00 00 c4 e2 7d 78 c0 c5 f1 ef c9 3d e0 0f 00 00 0f 87 dd 01 00 00 <c5> fe 6f 17 c5 fd 74 da c5 f5 74 d2 c5 ed eb db c5 fd d7 c3 85 c0

so it seems it segfault.... will try to have more info (create coredump a stack) but there is no "gnunet-service" command, so I can't find what is segfaulting

schanzen

2026-07-27 09:53

administrator   ~0029229

gnunet-gtk is no longer maintained. There was a NEWS entry on it

schanzen

2026-07-27 09:57

administrator   ~0029230

The segfaults are difficult to track down like this. The binary names are cropped. There is no gnunet-service command, those are gnunet-service-gns, gnunet-service-recovation etc, basically the services you see failing in gnunet-arm -I. You can try simply running, e.g. gnunet-service-nse, and debug/look at the output.

Jllx

2026-07-27 23:38

reporter   ~0029243

ok, the segfault seems to be linked to the fact there was lot of gnunet process in the background
# ps -A |grep gnunet
 627842 ? 00:00:01 gnunet-helper-n
1616926 ? 00:00:00 gnunet-service-
1616927 ? 00:00:02 gnunet-service-
1616928 ? 00:00:00 gnunet-service-
1616929 ? 00:00:00 gnunet-service-
1616930 ? 00:00:01 gnunet-daemon-h
1616931 ? 00:00:00 gnunet-service-
1616932 ? 00:00:00 gnunet-service-
1616933 ? 00:00:00 gnunet-service-
1616934 ? 00:00:00 gnunet-rest-ser
1616935 ? 00:00:00 gnunet-service-
1616936 ? 00:00:18 gnunet-service-
1616937 ? 00:00:00 gnunet-daemon-t
1616938 ? 00:00:00 gnunet-communic
1616939 ? 00:00:07 gnunet-communic
1616940 ? 00:00:00 gnunet-service-
1616941 ? 00:00:00 gnunet-service-
1616942 ? 00:00:00 gnunet-service-
1616943 ? 00:00:00 gnunet-service-
1616944 ? 00:00:04 gnunet-service-
1616945 ? 00:00:04 gnunet-service-
1616946 ? 00:00:26 gnunet-helper-n
1617943 ? 00:00:00 gnunet-service-
1617944 ? 00:00:00 gnunet-service-
1617945 ? 00:00:00 gnunet-service-
1617946 ? 00:00:00 gnunet-service-
1617947 ? 00:00:00 gnunet-service-
1617948 ? 00:00:00 gnunet-service-
1617949 ? 00:00:00 gnunet-service-
1617951 ? 00:00:00 gnunet-service-
1617952 ? 00:00:00 gnunet-service-
1617954 ? 00:00:00 gnunet-service-
1617956 ? 00:00:00 gnunet-service-
1617975 ? 00:00:00 gnunet-helper-v
1618249 ? 00:00:25 gnunet-helper-n

killed them all and now gnunet-arm -I reports
# gnunet-arm -I
Services (excluding stopped services):
(started: 19 / stopped: 16)
cadet (binary='gnunet-service-cadet', status=started)
core (binary='gnunet-service-core', status=started)
dht (binary='gnunet-service-dht', status=started)
gns (binary='gnunet-service-gns', status=started)
hostlist (binary='gnunet-daemon-hostlist', status=started)
namecache (binary='gnunet-service-namecache', status=started)
nat (binary='gnunet-service-nat', status=started)
nse (binary='gnunet-service-nse', status=started)
peerstore (binary='gnunet-service-peerstore', status=started)
pils (binary='gnunet-service-pils', status=started)
rest (binary='gnunet-rest-server', status=started)
revocation (binary='gnunet-service-revocation', status=started)
rps (binary='gnunet-service-rps', status=started)
setu (binary='gnunet-service-setu', status=started)
statistics (binary='gnunet-service-statistics', status=started)
topology (binary='gnunet-daemon-topology', status=started)
transport (binary='gnunet-service-transport', status=started)
communicator-tcp (binary='gnunet-communicator-tcp', status=started)
communicator-udp (binary='gnunet-communicator-udp', status=started)

(spotted because when I tried to launch # /usr/lib64/gnunet/libexec/gnunet-service-dht
2026-07-27T23:20:23.549544+0200 util-service-760465 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-dht.sock': address already in use
2026-07-27T23:20:23.549633+0200 dht-760465 ERROR `bind' failed at ../gnunet-9999/src/lib/util/service.c:1627 with error: Address already in use
2026-07-27T23:20:23.549645+0200 dht-760465 ERROR Could not bind to any of the ports I was supposed to, refusing to run
-> note this should be logged to syslog....)

# gnunet-core -m
does report nothing....

what in the syslog the logs :
Jul 27 23:21:34 jlRyzen7-5700 NetworkManager[2356]: <info> [1785187294.2185] device (vpn-gnunet): state change: activated -> unmanaged (reason 'unmanaged', managed-type: 'removed')
Jul 27 23:21:34 jlRyzen7-5700 dbus-daemon[2285]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.1' (uid=0 pid=2356 comm="/usr/sbin/NetworkManager --pid-file /run/NetworkMa") (using servicehelper)
Jul 27 23:21:34 jlRyzen7-5700 dbus-daemon[2285]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 27 23:22:07 jlRyzen7-5700 gnunet-communicator-tcp[761282]: Libgcrypt warning: missing initialization - please fix the application
Jul 27 23:22:07 jlRyzen7-5700 gnunet-communicator-udp[761283]: Libgcrypt warning: missing initialization - please fix the application

is there a configuration to allow more syslog?
tried to keep gnunet-core -m running and restarted gnunet-arm, but this don't work....
what service is in charge of downloading the bootstrap? maybe I can start it by hand and have more information?
thanks and regards

Jllx

2026-07-27 23:51

reporter   ~0029244

note : tried to stop the dht service, to start it by hand, but it never stopped :

#gnunet-arm --kill=dht
# echo $?
0
#gnunet-arm -I | grep dht

Jllx

2026-07-27 23:52

reporter   ~0029245

ok, I found how to have more log, see the attached restart log
# gnunet-arm -L DEBUG --logfile=tmp2/gnunet.log -r
gnunet.log (24,945 bytes)   
2026-07-27T23:46:47.161876+0200 gnunet-arm-772275 DEBUG Loading configuration from entry point `(null)'
2026-07-27T23:46:47.162289+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/abd.conf'
2026-07-27T23:46:47.162335+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/abd.conf'
2026-07-27T23:46:47.162354+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/arm.conf'
2026-07-27T23:46:47.162379+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/arm.conf'
2026-07-27T23:46:47.162411+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/cadet.conf'
2026-07-27T23:46:47.162436+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/cadet.conf'
2026-07-27T23:46:47.162472+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/consensus.conf'
2026-07-27T23:46:47.162497+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/consensus.conf'
2026-07-27T23:46:47.162512+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/conversation.conf'
2026-07-27T23:46:47.162536+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/conversation.conf'
2026-07-27T23:46:47.162558+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/core.conf'
2026-07-27T23:46:47.162586+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/core.conf'
2026-07-27T23:46:47.162605+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/datacache.conf'
2026-07-27T23:46:47.162629+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/datacache.conf'
2026-07-27T23:46:47.162641+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/datastore.conf'
2026-07-27T23:46:47.162665+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/datastore.conf'
2026-07-27T23:46:47.162693+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/dht.conf'
2026-07-27T23:46:47.162717+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/dht.conf'
2026-07-27T23:46:47.162740+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/dhtu.conf'
2026-07-27T23:46:47.162763+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/dhtu.conf'
2026-07-27T23:46:47.162781+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/dns.conf'
2026-07-27T23:46:47.162805+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/dns.conf'
2026-07-27T23:46:47.162830+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/exit.conf'
2026-07-27T23:46:47.162860+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/exit.conf'
2026-07-27T23:46:47.162895+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/fs.conf'
2026-07-27T23:46:47.162920+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/fs.conf'
2026-07-27T23:46:47.162961+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/gns.conf'
2026-07-27T23:46:47.162986+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/gns.conf'
2026-07-27T23:46:47.163022+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/hostlist.conf'
2026-07-27T23:46:47.163046+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/hostlist.conf'
2026-07-27T23:46:47.163070+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/identity.conf'
2026-07-27T23:46:47.163094+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/identity.conf'
2026-07-27T23:46:47.163113+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/messenger.conf'
2026-07-27T23:46:47.163137+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/messenger.conf'
2026-07-27T23:46:47.163169+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/namecache.conf'
2026-07-27T23:46:47.163201+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/namecache.conf'
2026-07-27T23:46:47.163230+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/namestore.conf'
2026-07-27T23:46:47.163255+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/namestore.conf'
2026-07-27T23:46:47.163286+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/nat-auto.conf'
2026-07-27T23:46:47.163311+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/nat-auto.conf'
2026-07-27T23:46:47.163329+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/nat.conf'
2026-07-27T23:46:47.163353+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/nat.conf'
2026-07-27T23:46:47.163384+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/nse.conf'
2026-07-27T23:46:47.163408+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/nse.conf'
2026-07-27T23:46:47.163434+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/peerstore.conf'
2026-07-27T23:46:47.163458+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/peerstore.conf'
2026-07-27T23:46:47.163476+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/pils.conf'
2026-07-27T23:46:47.163504+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/pils.conf'
2026-07-27T23:46:47.163528+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/pt.conf'
2026-07-27T23:46:47.163564+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/pt.conf'
2026-07-27T23:46:47.163589+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/reclaim.conf'
2026-07-27T23:46:47.163636+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/reclaim.conf'
2026-07-27T23:46:47.163708+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/regex.conf'
2026-07-27T23:46:47.163782+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/regex.conf'
2026-07-27T23:46:47.163814+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/resolver.conf'
2026-07-27T23:46:47.163844+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/resolver.conf'
2026-07-27T23:46:47.163862+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/rest.conf'
2026-07-27T23:46:47.163887+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/rest.conf'
2026-07-27T23:46:47.163916+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/revocation.conf'
2026-07-27T23:46:47.163941+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/revocation.conf'
2026-07-27T23:46:47.163962+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/rps.conf'
2026-07-27T23:46:47.163993+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/rps.conf'
2026-07-27T23:46:47.164022+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/scalarproduct.conf'
2026-07-27T23:46:47.164047+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/scalarproduct.conf'
2026-07-27T23:46:47.164069+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/secretsharing.conf'
2026-07-27T23:46:47.164099+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/secretsharing.conf'
2026-07-27T23:46:47.164117+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/set.conf'
2026-07-27T23:46:47.164141+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/set.conf'
2026-07-27T23:46:47.164167+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/seti.conf'
2026-07-27T23:46:47.164200+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/seti.conf'
2026-07-27T23:46:47.164217+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/setu.conf'
2026-07-27T23:46:47.164241+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/setu.conf'
2026-07-27T23:46:47.164275+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/statistics.conf'
2026-07-27T23:46:47.164301+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/statistics.conf'
2026-07-27T23:46:47.164318+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/tlds.conf'
2026-07-27T23:46:47.164343+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/tlds.conf'
2026-07-27T23:46:47.164359+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/topology.conf'
2026-07-27T23:46:47.164384+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/topology.conf'
2026-07-27T23:46:47.164397+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/transport.conf'
2026-07-27T23:46:47.164422+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/transport.conf'
2026-07-27T23:46:47.164470+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/util.conf'
2026-07-27T23:46:47.164502+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/util.conf'
2026-07-27T23:46:47.164550+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/vpn.conf'
2026-07-27T23:46:47.164575+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/vpn.conf'
2026-07-27T23:46:47.164596+0200 util-772275 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/zonemaster.conf'
2026-07-27T23:46:47.164621+0200 util-772275 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/zonemaster.conf'
2026-07-27T23:46:47.164645+0200 util-772275 DEBUG Asked to parse config file `/etc/gnunet.conf'
2026-07-27T23:46:47.164670+0200 util-772275 DEBUG Deserializing contents of file `/etc/gnunet.conf'
2026-07-27T23:46:47.164710+0200 util-scheduler-772275 DEBUG Registering signal handlers
2026-07-27T23:46:47.164731+0200 util-scheduler-772275 DEBUG Adding continuation task 0x560adbd32130
2026-07-27T23:46:47.164747+0200 util-os-priority-772275 DEBUG Not installing a handler because $GNUNET_OS_CONTROL_PIPE is empty
2026-07-27T23:46:47.164780+0200 util-speedup-772275 DEBUG Speed up disabled
2026-07-27T23:46:47.164791+0200 util-scheduler-772275 DEBUG Adding shutdown task 0x560adbd332b0
2026-07-27T23:46:47.166940+0200 util-772275 DEBUG Asked to $-expand $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
2026-07-27T23:46:47.166970+0200 util-772275 DEBUG Split into `GNUNET_USER_RUNTIME_DIR' and `gnunet-service-arm.sock' with default (null)
2026-07-27T23:46:47.166984+0200 util-772275 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
2026-07-27T23:46:47.166994+0200 util-772275 DEBUG Split into `TMPDIR' and `/gnunet-${USERHOME:-${USER:-user}}-runtime/' with default ${TMP:-/tmp}
2026-07-27T23:46:47.167005+0200 util-772275 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-27T23:46:47.167015+0200 util-772275 DEBUG Split into `TMP' and `' with default /tmp
2026-07-27T23:46:47.167026+0200 util-772275 DEBUG Asked to $-expand /tmp
2026-07-27T23:46:47.167035+0200 util-772275 DEBUG Doesn't start with $ - not expanding
2026-07-27T23:46:47.167046+0200 util-772275 DEBUG Asked to $-expand ${USERHOME:-${USER:-user}}-runtime/
2026-07-27T23:46:47.167056+0200 util-772275 DEBUG Split into `USERHOME' and `-runtime/' with default ${USER:-user}
2026-07-27T23:46:47.167067+0200 util-772275 DEBUG Asked to $-expand ${USER:-user}
2026-07-27T23:46:47.167086+0200 util-772275 DEBUG Split into `USER' and `' with default user
2026-07-27T23:46:47.167118+0200 arm-api-772275 DEBUG Sending TEST message to ARM
2026-07-27T23:46:47.167131+0200 util-mq-772275 DEBUG sending message of type 15 and size 4, queue empty (MQ: 0x560adbd5a1f0)
2026-07-27T23:46:47.167141+0200 util-client-772275 DEBUG message of type 15 waiting for socket
2026-07-27T23:46:47.167151+0200 util-scheduler-772275 DEBUG Adding shutdown task 0x560adbd5a3a0
2026-07-27T23:46:47.167168+0200 util-772275 DEBUG Asked to $-expand $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
2026-07-27T23:46:47.167177+0200 util-772275 DEBUG Split into `GNUNET_USER_RUNTIME_DIR' and `gnunet-service-arm.sock' with default (null)
2026-07-27T23:46:47.167188+0200 util-772275 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
2026-07-27T23:46:47.167197+0200 util-772275 DEBUG Split into `TMPDIR' and `/gnunet-${USERHOME:-${USER:-user}}-runtime/' with default ${TMP:-/tmp}
2026-07-27T23:46:47.167208+0200 util-772275 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-27T23:46:47.167217+0200 util-772275 DEBUG Split into `TMP' and `' with default /tmp
2026-07-27T23:46:47.167227+0200 util-772275 DEBUG Asked to $-expand /tmp
2026-07-27T23:46:47.167236+0200 util-772275 DEBUG Doesn't start with $ - not expanding
2026-07-27T23:46:47.167246+0200 util-772275 DEBUG Asked to $-expand ${USERHOME:-${USER:-user}}-runtime/
2026-07-27T23:46:47.167256+0200 util-772275 DEBUG Split into `USERHOME' and `-runtime/' with default ${USER:-user}
2026-07-27T23:46:47.167266+0200 util-772275 DEBUG Asked to $-expand ${USER:-user}
2026-07-27T23:46:47.167275+0200 util-772275 DEBUG Split into `USER' and `' with default user
2026-07-27T23:46:47.167354+0200 util-client-772275 DEBUG Successfully connected to unixpath `/tmp/gnunet-jlm-runtime//gnunet-service-arm.sock'!
2026-07-27T23:46:47.167367+0200 gnunet-arm-772275 DEBUG Running requested actions
2026-07-27T23:46:47.167378+0200 util-772275 DEBUG Asked to $-expand $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
2026-07-27T23:46:47.167387+0200 util-772275 DEBUG Split into `GNUNET_USER_RUNTIME_DIR' and `gnunet-service-arm.sock' with default (null)
2026-07-27T23:46:47.167398+0200 util-772275 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
2026-07-27T23:46:47.167407+0200 util-772275 DEBUG Split into `TMPDIR' and `/gnunet-${USERHOME:-${USER:-user}}-runtime/' with default ${TMP:-/tmp}
2026-07-27T23:46:47.167418+0200 util-772275 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-27T23:46:47.167427+0200 util-772275 DEBUG Split into `TMP' and `' with default /tmp
2026-07-27T23:46:47.167437+0200 util-772275 DEBUG Asked to $-expand /tmp
2026-07-27T23:46:47.167446+0200 util-772275 DEBUG Doesn't start with $ - not expanding
2026-07-27T23:46:47.167456+0200 util-772275 DEBUG Asked to $-expand ${USERHOME:-${USER:-user}}-runtime/
2026-07-27T23:46:47.167465+0200 util-772275 DEBUG Split into `USERHOME' and `-runtime/' with default ${USER:-user}
2026-07-27T23:46:47.167475+0200 util-772275 DEBUG Asked to $-expand ${USER:-user}
2026-07-27T23:46:47.167485+0200 util-772275 DEBUG Split into `USER' and `' with default user
2026-07-27T23:46:47.167499+0200 gnunet-arm-772275 DEBUG End action
2026-07-27T23:46:47.167509+0200 arm-api-772275 DEBUG Stopping service `arm'
2026-07-27T23:46:47.167525+0200 util-client-772275 DEBUG message of type 15 and size 4 trying to send with socket 0x560adbd5a050 (MQ: 0x560adbd5a1f0
2026-07-27T23:46:47.167540+0200 util-client-772275 DEBUG sending message of type 15 and size 4 successful
2026-07-27T23:46:47.167555+0200 util-mq-772275 DEBUG sending message of type 9 and size 20 from queue (MQ: 0x560adbd5a1f0)
2026-07-27T23:46:47.167567+0200 util-client-772275 DEBUG message of type 9 and size 20 trying to send with socket 0x560adbd5a050 (MQ: 0x560adbd5a1f0
2026-07-27T23:46:47.167579+0200 util-client-772275 DEBUG sending message of type 9 and size 20 successful
2026-07-27T23:46:47.167597+0200 util-mst-772275 DEBUG MST receives 0 bytes with 4 (4/0) bytes already in private buffer
2026-07-27T23:46:47.167616+0200 util-mst-772275 DEBUG We want to read message of size 4
2026-07-27T23:46:47.167630+0200 util-client-772275 DEBUG Received message of type 15 and size 4 from arm
2026-07-27T23:46:47.167640+0200 util-mq-772275 DEBUG Received message of type 15 and size 4
2026-07-27T23:46:47.167649+0200 arm-api-772275 DEBUG Got confirmation from ARM that we are up!
2026-07-27T23:46:47.167659+0200 util-mst-772275 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-27T23:46:47.167675+0200 util-mst-772275 DEBUG MST receives 0 bytes with 4 (4/0) bytes already in private buffer
2026-07-27T23:46:47.167685+0200 util-mst-772275 DEBUG We want to read message of size 24
2026-07-27T23:46:47.167700+0200 util-mst-772275 DEBUG MST receives 0 bytes with 24 (24/0) bytes already in private buffer
2026-07-27T23:46:47.167710+0200 util-mst-772275 DEBUG We want to read message of size 24
2026-07-27T23:46:47.167719+0200 util-client-772275 DEBUG Received message of type 10 and size 24 from arm
2026-07-27T23:46:47.167728+0200 util-mq-772275 DEBUG Received message of type 10 and size 24
2026-07-27T23:46:47.167738+0200 util-mst-772275 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-27T23:46:47.220986+0200 gnunet-arm-772275 DEBUG ARM service shutdown successful
2026-07-27T23:46:47.221029+0200 gnunet-arm-772275 DEBUG Initiating an ARM restart
2026-07-27T23:46:47.221052+0200 util-client-772275 DEBUG destroying socket: 0x560adbd5a050
2026-07-27T23:46:47.221085+0200 gnunet-arm-772275 DEBUG Running requested actions
2026-07-27T23:46:47.221097+0200 gnunet-arm-772275 DEBUG Start action
2026-07-27T23:46:47.221148+0200 arm-api-772275 INFO Starting service `arm'
2026-07-27T23:46:47.221174+0200 arm-api-772275 INFO Starting ARM service
2026-07-27T23:46:47.221208+0200 gnunet-arm-772275 INFO Passing listen socket 6
2026-07-27T23:46:47.221221+0200 util-772275 DEBUG Asked to $-expand $GNUNET_CACHE_HOME/gnunet-%Y-%m-%d.log
2026-07-27T23:46:47.221231+0200 util-772275 DEBUG Split into `GNUNET_CACHE_HOME' and `gnunet-%Y-%m-%d.log' with default (null)
2026-07-27T23:46:47.221251+0200 util-772275 DEBUG Asked to $-expand ${XDG_CACHE_HOME:-$GNUNET_HOME/.cache}/gnunet/
2026-07-27T23:46:47.221261+0200 util-772275 DEBUG Split into `XDG_CACHE_HOME' and `/gnunet/' with default $GNUNET_HOME/.cache
2026-07-27T23:46:47.221273+0200 util-772275 DEBUG Asked to $-expand $GNUNET_HOME/.cache
2026-07-27T23:46:47.221283+0200 util-772275 DEBUG Split into `GNUNET_HOME' and `.cache' with default (null)
2026-07-27T23:46:47.221293+0200 util-772275 DEBUG Asked to $-expand ${GNUNET_TEST_HOME:-${HOME:-${USERPROFILE}}}
2026-07-27T23:46:47.221303+0200 util-772275 DEBUG Split into `GNUNET_TEST_HOME' and `' with default ${HOME:-${USERPROFILE}}
2026-07-27T23:46:47.221314+0200 util-772275 DEBUG Asked to $-expand ${HOME:-${USERPROFILE}}
2026-07-27T23:46:47.221324+0200 util-772275 DEBUG Split into `HOME' and `' with default ${USERPROFILE}
2026-07-27T23:46:47.221610+0200 gnunet-arm-772275 INFO Trying to run ARM command: `/usr/lib64/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf -d -l /root/.cache/gnunet//gnunet-%Y-%m-%d.log'
2026-07-27T23:46:47.221959+0200 util-772275 DEBUG Asked to $-expand $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
2026-07-27T23:46:47.221992+0200 util-772275 DEBUG Split into `GNUNET_USER_RUNTIME_DIR' and `gnunet-service-arm.sock' with default (null)
2026-07-27T23:46:47.222005+0200 util-772275 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
2026-07-27T23:46:47.222015+0200 util-772275 DEBUG Split into `TMPDIR' and `/gnunet-${USERHOME:-${USER:-user}}-runtime/' with default ${TMP:-/tmp}
2026-07-27T23:46:47.222026+0200 util-772275 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-27T23:46:47.222035+0200 util-772275 DEBUG Split into `TMP' and `' with default /tmp
2026-07-27T23:46:47.222046+0200 util-772275 DEBUG Asked to $-expand /tmp
2026-07-27T23:46:47.222055+0200 util-772275 DEBUG Doesn't start with $ - not expanding
2026-07-27T23:46:47.222066+0200 util-772275 DEBUG Asked to $-expand ${USERHOME:-${USER:-user}}-runtime/
2026-07-27T23:46:47.222086+0200 util-772275 DEBUG Split into `USERHOME' and `-runtime/' with default ${USER:-user}
2026-07-27T23:46:47.222109+0200 util-772275 DEBUG Asked to $-expand ${USER:-user}
2026-07-27T23:46:47.222119+0200 util-772275 DEBUG Split into `USER' and `' with default user
2026-07-27T23:46:47.222142+0200 arm-api-772275 DEBUG Sending TEST message to ARM
2026-07-27T23:46:47.222154+0200 util-mq-772275 DEBUG sending message of type 15 and size 4, queue empty (MQ: 0x560adbd5a280)
2026-07-27T23:46:47.222164+0200 util-client-772275 DEBUG message of type 15 waiting for socket
2026-07-27T23:46:47.222191+0200 util-772275 DEBUG Asked to $-expand $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
2026-07-27T23:46:47.222201+0200 util-772275 DEBUG Split into `GNUNET_USER_RUNTIME_DIR' and `gnunet-service-arm.sock' with default (null)
2026-07-27T23:46:47.222212+0200 util-772275 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
2026-07-27T23:46:47.222221+0200 util-772275 DEBUG Split into `TMPDIR' and `/gnunet-${USERHOME:-${USER:-user}}-runtime/' with default ${TMP:-/tmp}
2026-07-27T23:46:47.222232+0200 util-772275 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-27T23:46:47.222241+0200 util-772275 DEBUG Split into `TMP' and `' with default /tmp
2026-07-27T23:46:47.222252+0200 util-772275 DEBUG Asked to $-expand /tmp
2026-07-27T23:46:47.222261+0200 util-772275 DEBUG Doesn't start with $ - not expanding
2026-07-27T23:46:47.222271+0200 util-772275 DEBUG Asked to $-expand ${USERHOME:-${USER:-user}}-runtime/
2026-07-27T23:46:47.222280+0200 util-772275 DEBUG Split into `USERHOME' and `-runtime/' with default ${USER:-user}
2026-07-27T23:46:47.222290+0200 util-772275 DEBUG Asked to $-expand ${USER:-user}
2026-07-27T23:46:47.222300+0200 util-772275 DEBUG Split into `USER' and `' with default user
2026-07-27T23:46:47.222357+0200 util-client-772275 DEBUG Failed to establish connection to `arm', no further addresses to try, will try again in 2 ms.
2026-07-27T23:46:47.222370+0200 util-scheduler-772275 DEBUG Adding task 0x560adbd5a1f0
2026-07-27T23:46:47.224450+0200 util-772275 DEBUG Asked to $-expand $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
2026-07-27T23:46:47.224474+0200 util-772275 DEBUG Split into `GNUNET_USER_RUNTIME_DIR' and `gnunet-service-arm.sock' with default (null)
2026-07-27T23:46:47.224489+0200 util-772275 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
2026-07-27T23:46:47.224500+0200 util-772275 DEBUG Split into `TMPDIR' and `/gnunet-${USERHOME:-${USER:-user}}-runtime/' with default ${TMP:-/tmp}
2026-07-27T23:46:47.224511+0200 util-772275 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-27T23:46:47.224521+0200 util-772275 DEBUG Split into `TMP' and `' with default /tmp
2026-07-27T23:46:47.224532+0200 util-772275 DEBUG Asked to $-expand /tmp
2026-07-27T23:46:47.224541+0200 util-772275 DEBUG Doesn't start with $ - not expanding
2026-07-27T23:46:47.224553+0200 util-772275 DEBUG Asked to $-expand ${USERHOME:-${USER:-user}}-runtime/
2026-07-27T23:46:47.224562+0200 util-772275 DEBUG Split into `USERHOME' and `-runtime/' with default ${USER:-user}
2026-07-27T23:46:47.224573+0200 util-772275 DEBUG Asked to $-expand ${USER:-user}
2026-07-27T23:46:47.224583+0200 util-772275 DEBUG Split into `USER' and `' with default user
2026-07-27T23:46:47.224632+0200 util-client-772275 DEBUG Failed to establish connection to `arm', no further addresses to try, will try again in 4 ms.
2026-07-27T23:46:47.224647+0200 util-scheduler-772275 DEBUG Adding task 0x560adbd5a310
2026-07-27T23:46:47.228369+0200 arm-api-772275 DEBUG Notifying client that we started the ARM service
2026-07-27T23:46:47.228394+0200 gnunet-arm-772275 DEBUG ARM service [re]start successful
2026-07-27T23:46:47.228422+0200 gnunet-arm-772275 DEBUG Running requested actions
2026-07-27T23:46:47.228435+0200 util-scheduler-772275 DEBUG GNUNET_SCHEDULER_shutdown
2026-07-27T23:46:47.228446+0200 util-scheduler-772275 DEBUG canceling task 0x560adbd331e0
2026-07-27T23:46:47.228472+0200 arm-api-772275 DEBUG Disconnecting from ARM service
2026-07-27T23:46:47.228494+0200 util-scheduler-772275 DEBUG canceling task 0x560adbd5a310
2026-07-27T23:46:47.228507+0200 util-mq-772275 DEBUG MQ destroy drops current message of type 15
2026-07-27T23:46:47.228713+0200 util-scheduler-772275 DEBUG GNUNET_SCHEDULER_shutdown
gnunet.log (24,945 bytes)   

schanzen

2026-07-28 16:39

administrator   ~0029255

Cheers, I have just commited a series of bug fixes to transport that is already deployed on the bootstrap peer. Can you test again (with current git head)?

schanzen

2026-07-28 16:58

administrator   ~0029256

Is your peer XF55? I can see it in gnunet-core -m as:

Tue Jul 28 16:54:55 2026: idle XF55 (timeout in 0 ms)
Tue Jul 28 16:54:55 2026: Awaiting initiation (R) XF55 (timeout in 0 ms)

which means that the bootstrap peer is assuming that it is in the responder role and waits for initiation by the initiator (XF55).

schanzen

2026-07-28 16:59

administrator   ~0029257

Sorry no that was the output on MY peer. The bootstrap peer is actually trying to initiate against XF55 (w/o success)

Jllx

2026-07-29 00:46

reporter   ~0029295

no luck....
looking at the log, I noticed that the log given as arg is changed to ${HOME}/.cache/gnunet/gnunet-YYYY-MM-DD.log and so that the previous attached file is not complete,
here are the 2 files (the start log and the other log)
gnunet-core -m is still displaying nothing

in the second log there are lines that bother me :
2026-07-29T00:26:35.476373+0200 transport-1476275 ERROR Assertion failed at ../gnunet-9999/src/lib/hello/hello-uri.c:644.
2026-07-29T00:26:35.476384+0200 transport-1476275 ERROR Assertion failed at ../gnunet-9999/src/service/transport/gnunet-service-transport.c:13684.

and
2026-07-29T00:26:35.479416+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:35.479484+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:402]:2086' failed: Invalid argument
2026-07-29T00:26:35.479530+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:400]:2086' failed: Invalid argument

fe80 ipv6 addr are not meant to be used externaly as far as I know and theses addr are not the ones assigned to my network interface
tried to ping -6 google.com and it worked, so no a ipv6 issue, looks like gnunet use the last ipv6 listed on my interface, and try to compute something else....

note : I've ipv6 privacy extensions enabled, so right now 3 ipv6 are assigned, 2 "outside" and a fe80:: local....
gnunet-2.log (19,945 bytes)   
2026-07-29T00:26:35.436436+0200 gnunet-arm-1476257 DEBUG Loading configuration from entry point `(null)'
2026-07-29T00:26:35.436901+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/abd.conf'
2026-07-29T00:26:35.436956+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/abd.conf'
2026-07-29T00:26:35.436976+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/arm.conf'
2026-07-29T00:26:35.437008+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/arm.conf'
2026-07-29T00:26:35.437048+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/cadet.conf'
2026-07-29T00:26:35.437078+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/cadet.conf'
2026-07-29T00:26:35.437122+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/consensus.conf'
2026-07-29T00:26:35.437153+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/consensus.conf'
2026-07-29T00:26:35.437172+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/conversation.conf'
2026-07-29T00:26:35.437202+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/conversation.conf'
2026-07-29T00:26:35.437229+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/core.conf'
2026-07-29T00:26:35.437264+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/core.conf'
2026-07-29T00:26:35.437289+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/datacache.conf'
2026-07-29T00:26:35.437318+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/datacache.conf'
2026-07-29T00:26:35.437333+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/datastore.conf'
2026-07-29T00:26:35.437363+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/datastore.conf'
2026-07-29T00:26:35.437397+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/dht.conf'
2026-07-29T00:26:35.437428+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/dht.conf'
2026-07-29T00:26:35.437460+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/dhtu.conf'
2026-07-29T00:26:35.437490+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/dhtu.conf'
2026-07-29T00:26:35.437506+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/dns.conf'
2026-07-29T00:26:35.437536+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/dns.conf'
2026-07-29T00:26:35.437567+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/exit.conf'
2026-07-29T00:26:35.437603+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/exit.conf'
2026-07-29T00:26:35.437647+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/fs.conf'
2026-07-29T00:26:35.437677+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/fs.conf'
2026-07-29T00:26:35.437728+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/gns.conf'
2026-07-29T00:26:35.437759+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/gns.conf'
2026-07-29T00:26:35.437803+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/hostlist.conf'
2026-07-29T00:26:35.437834+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/hostlist.conf'
2026-07-29T00:26:35.437864+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/identity.conf'
2026-07-29T00:26:35.437902+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/identity.conf'
2026-07-29T00:26:35.437924+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/messenger.conf'
2026-07-29T00:26:35.437954+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/messenger.conf'
2026-07-29T00:26:35.438013+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/namecache.conf'
2026-07-29T00:26:35.438069+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/namecache.conf'
2026-07-29T00:26:35.438108+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/namestore.conf'
2026-07-29T00:26:35.438138+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/namestore.conf'
2026-07-29T00:26:35.438178+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/nat-auto.conf'
2026-07-29T00:26:35.438208+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/nat-auto.conf'
2026-07-29T00:26:35.438231+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/nat.conf'
2026-07-29T00:26:35.438260+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/nat.conf'
2026-07-29T00:26:35.438309+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/nse.conf'
2026-07-29T00:26:35.438340+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/nse.conf'
2026-07-29T00:26:35.438378+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/peerstore.conf'
2026-07-29T00:26:35.438410+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/peerstore.conf'
2026-07-29T00:26:35.438432+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/pils.conf'
2026-07-29T00:26:35.438462+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/pils.conf'
2026-07-29T00:26:35.438482+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/pt.conf'
2026-07-29T00:26:35.438512+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/pt.conf'
2026-07-29T00:26:35.438530+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/reclaim.conf'
2026-07-29T00:26:35.438560+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/reclaim.conf'
2026-07-29T00:26:35.438594+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/regex.conf'
2026-07-29T00:26:35.438625+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/regex.conf'
2026-07-29T00:26:35.438643+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/resolver.conf'
2026-07-29T00:26:35.438672+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/resolver.conf'
2026-07-29T00:26:35.438693+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/rest.conf'
2026-07-29T00:26:35.438729+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/rest.conf'
2026-07-29T00:26:35.438753+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/revocation.conf'
2026-07-29T00:26:35.438783+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/revocation.conf'
2026-07-29T00:26:35.438807+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/rps.conf'
2026-07-29T00:26:35.438842+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/rps.conf'
2026-07-29T00:26:35.438876+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/scalarproduct.conf'
2026-07-29T00:26:35.438907+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/scalarproduct.conf'
2026-07-29T00:26:35.438949+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/secretsharing.conf'
2026-07-29T00:26:35.438997+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/secretsharing.conf'
2026-07-29T00:26:35.439030+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/set.conf'
2026-07-29T00:26:35.439078+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/set.conf'
2026-07-29T00:26:35.439101+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/seti.conf'
2026-07-29T00:26:35.439126+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/seti.conf'
2026-07-29T00:26:35.439142+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/setu.conf'
2026-07-29T00:26:35.439172+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/setu.conf'
2026-07-29T00:26:35.439188+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/statistics.conf'
2026-07-29T00:26:35.439212+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/statistics.conf'
2026-07-29T00:26:35.439229+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/tlds.conf'
2026-07-29T00:26:35.439254+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/tlds.conf'
2026-07-29T00:26:35.439270+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/topology.conf'
2026-07-29T00:26:35.439294+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/topology.conf'
2026-07-29T00:26:35.439308+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/transport.conf'
2026-07-29T00:26:35.439332+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/transport.conf'
2026-07-29T00:26:35.439363+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/util.conf'
2026-07-29T00:26:35.439393+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/util.conf'
2026-07-29T00:26:35.439440+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/vpn.conf'
2026-07-29T00:26:35.439465+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/vpn.conf'
2026-07-29T00:26:35.439485+0200 util-1476257 DEBUG Asked to parse config file `/usr/share/gnunet/config.d/zonemaster.conf'
2026-07-29T00:26:35.439510+0200 util-1476257 DEBUG Deserializing contents of file `/usr/share/gnunet/config.d/zonemaster.conf'
2026-07-29T00:26:35.439534+0200 util-1476257 DEBUG Asked to parse config file `/etc/gnunet.conf'
2026-07-29T00:26:35.439558+0200 util-1476257 DEBUG Deserializing contents of file `/etc/gnunet.conf'
2026-07-29T00:26:35.439594+0200 util-scheduler-1476257 DEBUG Registering signal handlers
2026-07-29T00:26:35.439620+0200 util-scheduler-1476257 DEBUG Adding continuation task 0x55d585de12d0
2026-07-29T00:26:35.439636+0200 util-os-priority-1476257 DEBUG Not installing a handler because $GNUNET_OS_CONTROL_PIPE is empty
2026-07-29T00:26:35.439662+0200 util-speedup-1476257 DEBUG Speed up disabled
2026-07-29T00:26:35.439672+0200 util-scheduler-1476257 DEBUG Adding shutdown task 0x55d585de2450
2026-07-29T00:26:35.441964+0200 util-1476257 DEBUG Asked to $-expand $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
2026-07-29T00:26:35.441985+0200 util-1476257 DEBUG Split into `GNUNET_USER_RUNTIME_DIR' and `gnunet-service-arm.sock' with default (null)
2026-07-29T00:26:35.441997+0200 util-1476257 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
2026-07-29T00:26:35.442007+0200 util-1476257 DEBUG Split into `TMPDIR' and `/gnunet-${USERHOME:-${USER:-user}}-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.442019+0200 util-1476257 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.442030+0200 util-1476257 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.442042+0200 util-1476257 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.442051+0200 util-1476257 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.442062+0200 util-1476257 DEBUG Asked to $-expand ${USERHOME:-${USER:-user}}-runtime/
2026-07-29T00:26:35.442072+0200 util-1476257 DEBUG Split into `USERHOME' and `-runtime/' with default ${USER:-user}
2026-07-29T00:26:35.442104+0200 util-1476257 DEBUG Asked to $-expand ${USER:-user}
2026-07-29T00:26:35.442121+0200 util-1476257 DEBUG Split into `USER' and `' with default user
2026-07-29T00:26:35.442136+0200 arm-api-1476257 DEBUG Sending TEST message to ARM
2026-07-29T00:26:35.442148+0200 util-mq-1476257 DEBUG sending message of type 15 and size 4, queue empty (MQ: 0x55d585e09390)
2026-07-29T00:26:35.442158+0200 util-client-1476257 DEBUG message of type 15 waiting for socket
2026-07-29T00:26:35.442168+0200 util-scheduler-1476257 DEBUG Adding shutdown task 0x55d585e09540
2026-07-29T00:26:35.442182+0200 util-1476257 DEBUG Asked to $-expand $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
2026-07-29T00:26:35.442192+0200 util-1476257 DEBUG Split into `GNUNET_USER_RUNTIME_DIR' and `gnunet-service-arm.sock' with default (null)
2026-07-29T00:26:35.442202+0200 util-1476257 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
2026-07-29T00:26:35.442212+0200 util-1476257 DEBUG Split into `TMPDIR' and `/gnunet-${USERHOME:-${USER:-user}}-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.442222+0200 util-1476257 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.442232+0200 util-1476257 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.442242+0200 util-1476257 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.442250+0200 util-1476257 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.442261+0200 util-1476257 DEBUG Asked to $-expand ${USERHOME:-${USER:-user}}-runtime/
2026-07-29T00:26:35.442272+0200 util-1476257 DEBUG Split into `USERHOME' and `-runtime/' with default ${USER:-user}
2026-07-29T00:26:35.442282+0200 util-1476257 DEBUG Asked to $-expand ${USER:-user}
2026-07-29T00:26:35.442291+0200 util-1476257 DEBUG Split into `USER' and `' with default user
2026-07-29T00:26:35.442342+0200 util-client-1476257 DEBUG Failed to establish connection to `arm', no further addresses to try, will try again in 2 ms.
2026-07-29T00:26:35.442354+0200 util-scheduler-1476257 DEBUG Adding task 0x55d585de12d0
2026-07-29T00:26:35.442363+0200 gnunet-arm-1476257 DEBUG Running requested actions
2026-07-29T00:26:35.442372+0200 gnunet-arm-1476257 DEBUG Start action
2026-07-29T00:26:35.442381+0200 arm-api-1476257 INFO Starting service `arm'
2026-07-29T00:26:35.442390+0200 arm-api-1476257 INFO Starting ARM service
2026-07-29T00:26:35.442412+0200 gnunet-arm-1476257 INFO Passing listen socket 6
2026-07-29T00:26:35.442423+0200 util-1476257 DEBUG Asked to $-expand $GNUNET_CACHE_HOME/gnunet-%Y-%m-%d.log
2026-07-29T00:26:35.442432+0200 util-1476257 DEBUG Split into `GNUNET_CACHE_HOME' and `gnunet-%Y-%m-%d.log' with default (null)
2026-07-29T00:26:35.442443+0200 util-1476257 DEBUG Asked to $-expand ${XDG_CACHE_HOME:-$GNUNET_HOME/.cache}/gnunet/
2026-07-29T00:26:35.442452+0200 util-1476257 DEBUG Split into `XDG_CACHE_HOME' and `/gnunet/' with default $GNUNET_HOME/.cache
2026-07-29T00:26:35.442463+0200 util-1476257 DEBUG Asked to $-expand $GNUNET_HOME/.cache
2026-07-29T00:26:35.442472+0200 util-1476257 DEBUG Split into `GNUNET_HOME' and `.cache' with default (null)
2026-07-29T00:26:35.442482+0200 util-1476257 DEBUG Asked to $-expand ${GNUNET_TEST_HOME:-${HOME:-${USERPROFILE}}}
2026-07-29T00:26:35.442492+0200 util-1476257 DEBUG Split into `GNUNET_TEST_HOME' and `' with default ${HOME:-${USERPROFILE}}
2026-07-29T00:26:35.442502+0200 util-1476257 DEBUG Asked to $-expand ${HOME:-${USERPROFILE}}
2026-07-29T00:26:35.442511+0200 util-1476257 DEBUG Split into `HOME' and `' with default ${USERPROFILE}
2026-07-29T00:26:35.442792+0200 gnunet-arm-1476257 INFO Trying to run ARM command: `/usr/lib64/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf -d -l /root/.cache/gnunet//gnunet-%Y-%m-%d.log'
2026-07-29T00:26:35.444443+0200 util-1476257 DEBUG Asked to $-expand $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
2026-07-29T00:26:35.444475+0200 util-1476257 DEBUG Split into `GNUNET_USER_RUNTIME_DIR' and `gnunet-service-arm.sock' with default (null)
2026-07-29T00:26:35.444495+0200 util-1476257 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
2026-07-29T00:26:35.444516+0200 util-1476257 DEBUG Split into `TMPDIR' and `/gnunet-${USERHOME:-${USER:-user}}-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.444535+0200 util-1476257 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.444545+0200 util-1476257 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.444555+0200 util-1476257 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.444564+0200 util-1476257 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.444575+0200 util-1476257 DEBUG Asked to $-expand ${USERHOME:-${USER:-user}}-runtime/
2026-07-29T00:26:35.444584+0200 util-1476257 DEBUG Split into `USERHOME' and `-runtime/' with default ${USER:-user}
2026-07-29T00:26:35.444595+0200 util-1476257 DEBUG Asked to $-expand ${USER:-user}
2026-07-29T00:26:35.444604+0200 util-1476257 DEBUG Split into `USER' and `' with default user
2026-07-29T00:26:35.444648+0200 util-client-1476257 DEBUG Failed to establish connection to `arm', no further addresses to try, will try again in 4 ms.
2026-07-29T00:26:35.444672+0200 util-scheduler-1476257 DEBUG Adding task 0x55d585e094b0
2026-07-29T00:26:35.448744+0200 util-1476257 DEBUG Asked to $-expand $GNUNET_USER_RUNTIME_DIR/gnunet-service-arm.sock
2026-07-29T00:26:35.448767+0200 util-1476257 DEBUG Split into `GNUNET_USER_RUNTIME_DIR' and `gnunet-service-arm.sock' with default (null)
2026-07-29T00:26:35.448782+0200 util-1476257 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/
2026-07-29T00:26:35.448792+0200 util-1476257 DEBUG Split into `TMPDIR' and `/gnunet-${USERHOME:-${USER:-user}}-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.448804+0200 util-1476257 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.448813+0200 util-1476257 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.448824+0200 util-1476257 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.448833+0200 util-1476257 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.448844+0200 util-1476257 DEBUG Asked to $-expand ${USERHOME:-${USER:-user}}-runtime/
2026-07-29T00:26:35.448854+0200 util-1476257 DEBUG Split into `USERHOME' and `-runtime/' with default ${USER:-user}
2026-07-29T00:26:35.448865+0200 util-1476257 DEBUG Asked to $-expand ${USER:-user}
2026-07-29T00:26:35.448874+0200 util-1476257 DEBUG Split into `USER' and `' with default user
2026-07-29T00:26:35.448921+0200 util-client-1476257 DEBUG Failed to establish connection to `arm', no further addresses to try, will try again in 8 ms.
2026-07-29T00:26:35.448944+0200 util-scheduler-1476257 DEBUG Adding task 0x55d585de12d0
2026-07-29T00:26:35.450429+0200 arm-api-1476257 DEBUG Notifying client that we started the ARM service
2026-07-29T00:26:35.450446+0200 gnunet-arm-1476257 DEBUG ARM service [re]start successful
2026-07-29T00:26:35.450467+0200 gnunet-arm-1476257 DEBUG Running requested actions
2026-07-29T00:26:35.450478+0200 util-scheduler-1476257 DEBUG GNUNET_SCHEDULER_shutdown
2026-07-29T00:26:35.450487+0200 util-scheduler-1476257 DEBUG canceling task 0x55d585de2380
2026-07-29T00:26:35.450497+0200 arm-api-1476257 DEBUG Disconnecting from ARM service
2026-07-29T00:26:35.450507+0200 util-scheduler-1476257 DEBUG canceling task 0x55d585de12d0
2026-07-29T00:26:35.450519+0200 util-mq-1476257 DEBUG MQ destroy drops current message of type 15
2026-07-29T00:26:35.450621+0200 util-scheduler-1476257 DEBUG GNUNET_SCHEDULER_shutdown
gnunet-2.log (19,945 bytes)   
gnunet-2026-07-28.log (93,829 bytes)   
2026-07-29T00:26:35.469118+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_DATA_HOME/private_key.ecc
2026-07-29T00:26:35.469107+0200 transport-1476272 INFO Bound to `0.0.0.0:2086' sock 0x5594362a6600
2026-07-29T00:26:35.469186+0200 util-1476269 DEBUG Split into `GNUNET_DATA_HOME' and `private_key.ecc' with default (null)
2026-07-29T00:26:35.469191+0200 transport-1476272 INFO Bound to `[::]:2086' sock 0x5594362a69c0
2026-07-29T00:26:35.469199+0200 util-1476269 DEBUG Asked to $-expand ${XDG_DATA_HOME:-$GNUNET_HOME/.local/share}/gnunet/
2026-07-29T00:26:35.469208+0200 util-1476269 DEBUG Split into `XDG_DATA_HOME' and `/gnunet/' with default $GNUNET_HOME/.local/share
2026-07-29T00:26:35.469221+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_HOME/.local/share
2026-07-29T00:26:35.469228+0200 util-1476269 DEBUG Split into `GNUNET_HOME' and `.local/share' with default (null)
2026-07-29T00:26:35.469236+0200 util-1476269 DEBUG Asked to $-expand ${GNUNET_TEST_HOME:-${HOME:-${USERPROFILE}}}
2026-07-29T00:26:35.469244+0200 util-1476269 DEBUG Split into `GNUNET_TEST_HOME' and `' with default ${HOME:-${USERPROFILE}}
2026-07-29T00:26:35.469253+0200 util-1476269 DEBUG Asked to $-expand ${HOME:-${USERPROFILE}}
2026-07-29T00:26:35.469261+0200 util-1476269 DEBUG Split into `HOME' and `' with default ${USERPROFILE}
2026-07-29T00:26:35.469350+0200 rps-1476269 INFO STARTING SERVICE (rps) for peer [Q3M5]
2026-07-29T00:26:35.469366+0200 cadet-api-1476269 DEBUG GNUNET_CADET_connect()
2026-07-29T00:26:35.469379+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_RUNTIME_DIR/gnunet-service-cadet.sock
2026-07-29T00:26:35.469387+0200 util-1476269 DEBUG Split into `GNUNET_RUNTIME_DIR' and `gnunet-service-cadet.sock' with default (null)
2026-07-29T00:26:35.469398+0200 util-1476269 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
2026-07-29T00:26:35.469406+0200 util-1476269 DEBUG Split into `TMPDIR' and `/gnunet-system-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.469415+0200 util-1476269 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.469423+0200 util-1476269 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.469433+0200 util-1476269 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.469440+0200 util-1476269 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.469455+0200 core-api-1476269 DEBUG Connecting to CORE service
2026-07-29T00:26:35.469463+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_RUNTIME_DIR/gnunet-service-core.sock
2026-07-29T00:26:35.469469+0200 util-1476269 DEBUG Split into `GNUNET_RUNTIME_DIR' and `gnunet-service-core.sock' with default (null)
2026-07-29T00:26:35.469480+0200 util-1476269 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
2026-07-29T00:26:35.469486+0200 util-1476269 DEBUG Split into `TMPDIR' and `/gnunet-system-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.469494+0200 util-1476269 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.469501+0200 util-1476269 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.469509+0200 util-1476269 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.469515+0200 util-1476269 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.469527+0200 core-api-1476269 INFO (Re)connecting to CORE service
2026-07-29T00:26:35.469535+0200 util-mq-1476269 DEBUG sending message of type 64 and size 8, queue empty (MQ: 0x55de0d8ccd10)
2026-07-29T00:26:35.469543+0200 util-client-1476269 DEBUG message of type 64 waiting for socket
2026-07-29T00:26:35.469552+0200 rps-1476269 DEBUG Listening to CADET port RNN0WW1R
2026-07-29T00:26:35.469561+0200 util-mq-1476269 DEBUG sending message of type 1022 and size 68, queue empty (MQ: 0x55de0d8cc9f0)
2026-07-29T00:26:35.469570+0200 util-client-1476269 DEBUG message of type 1022 waiting for socket
2026-07-29T00:26:35.469578+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_DATA_HOME/rps/valid_peers.txt
2026-07-29T00:26:35.469585+0200 util-1476269 DEBUG Split into `GNUNET_DATA_HOME' and `rps/valid_peers.txt' with default (null)
2026-07-29T00:26:35.469594+0200 util-1476269 DEBUG Asked to $-expand ${XDG_DATA_HOME:-$GNUNET_HOME/.local/share}/gnunet/
2026-07-29T00:26:35.469613+0200 util-1476269 DEBUG Split into `XDG_DATA_HOME' and `/gnunet/' with default $GNUNET_HOME/.local/share
2026-07-29T00:26:35.469624+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_HOME/.local/share
2026-07-29T00:26:35.469631+0200 util-1476269 DEBUG Split into `GNUNET_HOME' and `.local/share' with default (null)
2026-07-29T00:26:35.469639+0200 util-1476269 DEBUG Asked to $-expand ${GNUNET_TEST_HOME:-${HOME:-${USERPROFILE}}}
2026-07-29T00:26:35.469647+0200 util-1476269 DEBUG Split into `GNUNET_TEST_HOME' and `' with default ${HOME:-${USERPROFILE}}
2026-07-29T00:26:35.469655+0200 util-1476269 DEBUG Asked to $-expand ${HOME:-${USERPROFILE}}
2026-07-29T00:26:35.469663+0200 util-1476269 DEBUG Split into `HOME' and `' with default ${USERPROFILE}
2026-07-29T00:26:35.469677+0200 rps-1476269 DEBUG MINSIZE is 10
2026-07-29T00:26:35.469687+0200 rps-sampler_common-1476269 DEBUG Growing sampler 0 -> 10
2026-07-29T00:26:35.469719+0200 peerstore-api-1476269 DEBUG Reconnecting...
2026-07-29T00:26:35.469728+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_RUNTIME_DIR/gnunet-service-peerstore.sock
2026-07-29T00:26:35.469736+0200 util-1476269 DEBUG Split into `GNUNET_RUNTIME_DIR' and `gnunet-service-peerstore.sock' with default (null)
2026-07-29T00:26:35.469749+0200 util-1476269 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
2026-07-29T00:26:35.469756+0200 util-1476269 DEBUG Split into `TMPDIR' and `/gnunet-system-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.469766+0200 util-1476269 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.469773+0200 util-1476269 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.469781+0200 util-1476269 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.469787+0200 util-1476269 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.469799+0200 peerstore-api-1476269 DEBUG Resending pending requests after reconnect.
2026-07-29T00:26:35.469807+0200 nse-api-1476269 DEBUG Connecting to network size estimation service.
2026-07-29T00:26:35.469815+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_RUNTIME_DIR/gnunet-service-nse.sock
2026-07-29T00:26:35.469822+0200 util-1476269 DEBUG Split into `GNUNET_RUNTIME_DIR' and `gnunet-service-nse.sock' with default (null)
2026-07-29T00:26:35.469833+0200 util-1476269 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
2026-07-29T00:26:35.469840+0200 util-1476269 DEBUG Split into `TMPDIR' and `/gnunet-system-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.469850+0200 util-1476269 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.469858+0200 util-1476269 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.469867+0200 util-1476269 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.469874+0200 util-1476269 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.469886+0200 util-mq-1476269 DEBUG sending message of type 321 and size 4, queue empty (MQ: 0x55de0d8cec30)
2026-07-29T00:26:35.469893+0200 util-client-1476269 DEBUG message of type 321 waiting for socket
2026-07-29T00:26:35.469899+0200 rps-1476269 DEBUG Requesting stored valid peers
2026-07-29T00:26:35.469948+0200 rps-1476269 DEBUG Restoring 1 peers from file `/root/.local/share/gnunet//rps/valid_peers.txtRNN0WW1RJNTMAX2GFZMF6EGYYXQWX5P970ECBH25DY5JJRHQE284BVQ5XHZTTWBQCJ31P7CDXXDTDWZXWYPGWV101SXNYX3MEW7GPCR'
2026-07-29T00:26:35.469966+0200 rps-1476269 DEBUG Restored valid peer 82D13WPCJXQ4ZPYKS3XNAEKSSYCM0KG7Z1GKNTK99A391CXJ2MD0 from disk
2026-07-29T00:26:35.469976+0200 rps-1476269 DEBUG num_peers: 1, _size (sub->valid_peers): 1
2026-07-29T00:26:35.469985+0200 rps-1476269 DEBUG Restored 1 valid peers from disk
2026-07-29T00:26:35.469993+0200 rps-1476269 DEBUG Got stored, valid peer 82D1
2026-07-29T00:26:35.470002+0200 rps-1476269 DEBUG Get informed about peer 82D1 getting online
2026-07-29T00:26:35.470011+0200 rps-1476269 DEBUG Trying to establish channel to peer 82D1
2026-07-29T00:26:35.470020+0200 rps-1476269 DEBUG Creating channel to peer 82D1 at port RNN0WW1R
2026-07-29T00:26:35.470047+0200 util-mq-1476269 DEBUG sending message of type 950 and size 4, queue empty (MQ: 0x55de0d8cef00)
2026-07-29T00:26:35.470061+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_RUNTIME_DIR/gnunet-service-peerstore.sock
2026-07-29T00:26:35.470069+0200 util-1476269 DEBUG Split into `GNUNET_RUNTIME_DIR' and `gnunet-service-peerstore.sock' with default (null)
2026-07-29T00:26:35.470082+0200 util-1476269 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
2026-07-29T00:26:35.470090+0200 util-1476269 DEBUG Split into `TMPDIR' and `/gnunet-system-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.470100+0200 util-1476269 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.470107+0200 util-1476269 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.470117+0200 util-1476269 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.470124+0200 util-1476269 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.470135+0200 rps-1476269 DEBUG Sending MONITOR_START
2026-07-29T00:26:35.470155+0200 util-mq-1476269 DEBUG sending message of type 824 and size 9008, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.470166+0200 util-client-1476269 DEBUG message of type 824 waiting for socket
2026-07-29T00:26:35.470178+0200 rps-1476269 INFO Ready to receive requests from clients
2026-07-29T00:26:35.470198+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_RUNTIME_DIR/gnunet-service-cadet.sock
2026-07-29T00:26:35.470206+0200 util-1476269 DEBUG Split into `GNUNET_RUNTIME_DIR' and `gnunet-service-cadet.sock' with default (null)
2026-07-29T00:26:35.470219+0200 util-1476269 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
2026-07-29T00:26:35.470227+0200 util-1476269 DEBUG Split into `TMPDIR' and `/gnunet-system-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.470237+0200 util-1476269 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.470245+0200 util-1476269 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.470254+0200 util-1476269 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.470261+0200 util-1476269 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.470312+0200 util-client-1476269 DEBUG Successfully connected to unixpath `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock'!
2026-07-29T00:26:35.470331+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_RUNTIME_DIR/gnunet-service-core.sock
2026-07-29T00:26:35.470339+0200 util-1476269 DEBUG Split into `GNUNET_RUNTIME_DIR' and `gnunet-service-core.sock' with default (null)
2026-07-29T00:26:35.470351+0200 util-1476269 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
2026-07-29T00:26:35.470359+0200 util-1476269 DEBUG Split into `TMPDIR' and `/gnunet-system-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.470369+0200 util-1476269 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.470376+0200 util-1476269 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.470385+0200 util-1476269 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.470393+0200 util-1476269 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.470431+0200 util-client-1476269 DEBUG Successfully connected to unixpath `/tmp/gnunet-system-runtime//gnunet-service-core.sock'!
2026-07-29T00:26:35.470444+0200 rps-1476269 DEBUG Going to execute next round.
2026-07-29T00:26:35.470455+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_RUNTIME_DIR/gnunet-service-statistics.sock
2026-07-29T00:26:35.470464+0200 util-1476269 DEBUG Split into `GNUNET_RUNTIME_DIR' and `gnunet-service-statistics.sock' with default (null)
2026-07-29T00:26:35.470476+0200 util-1476269 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
2026-07-29T00:26:35.470484+0200 util-1476269 DEBUG Split into `TMPDIR' and `/gnunet-system-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.470494+0200 util-1476269 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.470502+0200 util-1476269 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.470521+0200 util-1476269 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.470528+0200 util-1476269 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.470542+0200 util-mq-1476269 DEBUG sending message of type 168 and size 29, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.470550+0200 util-client-1476269 DEBUG message of type 168 waiting for socket
2026-07-29T00:26:35.470557+0200 rps-1476269 DEBUG No update of the view.
2026-07-29T00:26:35.470582+0200 rps-1476269 DEBUG Received 0 pushes and 0 pulls last round (alpha (0.45) * view_size (sub->view0) = 0.00)
2026-07-29T00:26:35.470600+0200 util-scheduler-1476269 DEBUG Adding task 0x55de0d8d21e0
2026-07-29T00:26:35.470606+0200 rps-1476269 DEBUG Finished round
2026-07-29T00:26:35.470616+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_RUNTIME_DIR/gnunet-service-peerstore.sock
2026-07-29T00:26:35.470623+0200 util-1476269 DEBUG Split into `GNUNET_RUNTIME_DIR' and `gnunet-service-peerstore.sock' with default (null)
2026-07-29T00:26:35.470636+0200 util-1476269 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
2026-07-29T00:26:35.470645+0200 util-1476269 DEBUG Split into `TMPDIR' and `/gnunet-system-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.470655+0200 util-1476269 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.470663+0200 util-1476269 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.470672+0200 util-1476269 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.470679+0200 util-1476269 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.470720+0200 util-client-1476269 DEBUG Successfully connected to unixpath `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock'!
2026-07-29T00:26:35.470737+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_RUNTIME_DIR/gnunet-service-nse.sock
2026-07-29T00:26:35.470745+0200 util-1476269 DEBUG Split into `GNUNET_RUNTIME_DIR' and `gnunet-service-nse.sock' with default (null)
2026-07-29T00:26:35.470758+0200 util-1476269 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
2026-07-29T00:26:35.470766+0200 util-1476269 DEBUG Split into `TMPDIR' and `/gnunet-system-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.470775+0200 util-1476269 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.470782+0200 util-1476269 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.470792+0200 util-1476269 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.470799+0200 util-1476269 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.470837+0200 util-client-1476269 DEBUG Successfully connected to unixpath `/tmp/gnunet-system-runtime//gnunet-service-nse.sock'!
2026-07-29T00:26:35.470853+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_RUNTIME_DIR/gnunet-service-peerstore.sock
2026-07-29T00:26:35.470861+0200 util-1476269 DEBUG Split into `GNUNET_RUNTIME_DIR' and `gnunet-service-peerstore.sock' with default (null)
2026-07-29T00:26:35.470873+0200 util-1476269 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
2026-07-29T00:26:35.470881+0200 util-1476269 DEBUG Split into `TMPDIR' and `/gnunet-system-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.470891+0200 util-1476269 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.470898+0200 util-1476269 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.470906+0200 util-1476269 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.470913+0200 util-1476269 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.470949+0200 util-client-1476269 DEBUG Successfully connected to unixpath `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock'!
2026-07-29T00:26:35.470972+0200 util-1476269 DEBUG Asked to $-expand $GNUNET_RUNTIME_DIR/gnunet-service-statistics.sock
2026-07-29T00:26:35.470980+0200 util-1476269 DEBUG Split into `GNUNET_RUNTIME_DIR' and `gnunet-service-statistics.sock' with default (null)
2026-07-29T00:26:35.470993+0200 util-1476269 DEBUG Asked to $-expand ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
2026-07-29T00:26:35.471010+0200 util-1476269 DEBUG Split into `TMPDIR' and `/gnunet-system-runtime/' with default ${TMP:-/tmp}
2026-07-29T00:26:35.471020+0200 util-1476269 DEBUG Asked to $-expand ${TMP:-/tmp}
2026-07-29T00:26:35.471027+0200 util-1476269 DEBUG Split into `TMP' and `' with default /tmp
2026-07-29T00:26:35.471037+0200 util-1476269 DEBUG Asked to $-expand /tmp
2026-07-29T00:26:35.471044+0200 util-1476269 DEBUG Doesn't start with $ - not expanding
2026-07-29T00:26:35.471078+0200 util-client-1476269 DEBUG Successfully connected to unixpath `/tmp/gnunet-system-runtime//gnunet-service-statistics.sock'!
2026-07-29T00:26:35.471094+0200 util-client-1476269 DEBUG message of type 824 and size 9008 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.471116+0200 util-client-1476269 DEBUG sending message of type 824 and size 9008 successful
2026-07-29T00:26:35.471126+0200 util-client-1476269 DEBUG message of type 321 and size 4 trying to send with socket 0x55de0d8d2390 (MQ: 0x55de0d8cec30
2026-07-29T00:26:35.471142+0200 util-client-1476269 DEBUG sending message of type 321 and size 4 successful
2026-07-29T00:26:35.471151+0200 util-client-1476269 DEBUG message of type 64 and size 8 trying to send with socket 0x55de0d8d18f0 (MQ: 0x55de0d8ccd10
2026-07-29T00:26:35.471166+0200 util-client-1476269 DEBUG sending message of type 64 and size 8 successful
2026-07-29T00:26:35.471174+0200 util-client-1476269 DEBUG message of type 1022 and size 68 trying to send with socket 0x55de0d8cf220 (MQ: 0x55de0d8cc9f0
2026-07-29T00:26:35.471189+0200 util-client-1476269 DEBUG sending message of type 1022 and size 68 successful
2026-07-29T00:26:35.471206+0200 util-mq-1476269 DEBUG sending message of type 1024 and size 108 from queue (MQ: 0x55de0d8cc9f0)
2026-07-29T00:26:35.471215+0200 util-client-1476269 DEBUG message of type 168 and size 29 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.471230+0200 util-client-1476269 DEBUG sending message of type 168 and size 29 successful
2026-07-29T00:26:35.471250+0200 util-client-1476269 DEBUG message of type 1024 and size 108 trying to send with socket 0x55de0d8cf220 (MQ: 0x55de0d8cc9f0
2026-07-29T00:26:35.471267+0200 util-client-1476269 DEBUG sending message of type 1024 and size 108 successful
2026-07-29T00:26:35.471277+0200 util-mq-1476269 DEBUG sending message of type 168 and size 37 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.471290+0200 util-client-1476269 DEBUG message of type 168 and size 37 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.471306+0200 util-client-1476269 DEBUG sending message of type 168 and size 37 successful
2026-07-29T00:26:35.471335+0200 util-mq-1476269 DEBUG sending message of type 168 and size 66 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.471348+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 4 (4/0) bytes already in private buffer
2026-07-29T00:26:35.471356+0200 util-mst-1476269 DEBUG We want to read message of size 108
2026-07-29T00:26:35.471373+0200 util-client-1476269 DEBUG message of type 168 and size 66 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.471388+0200 util-client-1476269 DEBUG sending message of type 168 and size 66 successful
2026-07-29T00:26:35.471402+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 108 (108/0) bytes already in private buffer
2026-07-29T00:26:35.471411+0200 util-mst-1476269 DEBUG We want to read message of size 108
2026-07-29T00:26:35.471418+0200 util-client-1476269 DEBUG Received message of type 1024 and size 108 from cadet
2026-07-29T00:26:35.471425+0200 util-mq-1476269 DEBUG Received message of type 1024 and size 108
2026-07-29T00:26:35.471436+0200 cadet-api-1476269 DEBUG Creating incoming channel 0 [RNN0WW1R] 0x55de0d8cf4b0
2026-07-29T00:26:35.471445+0200 rps-1476269 DEBUG New channel was established to us (Peer 82D1).
2026-07-29T00:26:35.471453+0200 rps-1476269 DEBUG Peer 82D1 is online and valid, calling 2 pending operations on it
2026-07-29T00:26:35.471460+0200 rps-1476269 DEBUG Removing pending online check for peer 82D1
2026-07-29T00:26:35.471478+0200 rps-1476269 DEBUG Updating samplers with peer 82D1 from insert_in_sampler()
2026-07-29T00:26:35.471494+0200 rps-sampler_elem-1476269 DEBUG Got PeerID 82D1; Simply accepting (was empty previously).
2026-07-29T00:26:35.471507+0200 rps-sampler_elem-1476269 DEBUG Got PeerID 82D1; Simply accepting (was empty previously).
2026-07-29T00:26:35.471519+0200 rps-sampler_elem-1476269 DEBUG Got PeerID 82D1; Simply accepting (was empty previously).
2026-07-29T00:26:35.471531+0200 rps-sampler_elem-1476269 DEBUG Got PeerID 82D1; Simply accepting (was empty previously).
2026-07-29T00:26:35.471543+0200 rps-sampler_elem-1476269 DEBUG Got PeerID 82D1; Simply accepting (was empty previously).
2026-07-29T00:26:35.471555+0200 rps-sampler_elem-1476269 DEBUG Got PeerID 82D1; Simply accepting (was empty previously).
2026-07-29T00:26:35.471567+0200 rps-sampler_elem-1476269 DEBUG Got PeerID 82D1; Simply accepting (was empty previously).
2026-07-29T00:26:35.471579+0200 rps-sampler_elem-1476269 DEBUG Got PeerID 82D1; Simply accepting (was empty previously).
2026-07-29T00:26:35.471591+0200 rps-sampler_elem-1476269 DEBUG Got PeerID 82D1; Simply accepting (was empty previously).
2026-07-29T00:26:35.471604+0200 rps-sampler_elem-1476269 DEBUG Got PeerID 82D1; Simply accepting (was empty previously).
2026-07-29T00:26:35.471611+0200 rps-sampler_common-1476269 DEBUG Calling callbacks waiting for update notification.
2026-07-29T00:26:35.471623+0200 rps-1476269 DEBUG Got peer (82D1) from biased stream - update all clients
2026-07-29T00:26:35.471632+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.471645+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 4 (4/0) bytes already in private buffer
2026-07-29T00:26:35.471653+0200 util-mst-1476269 DEBUG We want to read message of size 1236
2026-07-29T00:26:35.471668+0200 util-mq-1476269 DEBUG sending message of type 168 and size 56 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.471681+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 1236 (1236/0) bytes already in private buffer
2026-07-29T00:26:35.471688+0200 util-mst-1476269 DEBUG We want to read message of size 1236
2026-07-29T00:26:35.471695+0200 util-client-1476269 DEBUG Received message of type 822 and size 1236 from peerstore
2026-07-29T00:26:35.471702+0200 util-mq-1476269 DEBUG Received message of type 822 and size 1236
2026-07-29T00:26:35.471709+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:35.471717+0200 rps-1476269 DEBUG Got peer_id DXYV from peerinfo
2026-07-29T00:26:35.471725+0200 rps-1476269 DEBUG Get informed about peer DXYV getting online
2026-07-29T00:26:35.471732+0200 rps-1476269 DEBUG Trying to establish channel to peer DXYV
2026-07-29T00:26:35.471740+0200 rps-1476269 DEBUG Creating channel to peer DXYV at port RNN0WW1R
2026-07-29T00:26:35.471748+0200 util-mq-1476269 DEBUG sending message of type 1024 and size 108, queue empty (MQ: 0x55de0d8cc9f0)
2026-07-29T00:26:35.471759+0200 util-mq-1476269 DEBUG sending message of type 950 and size 4, queue empty (MQ: 0x55de0d8d19f0)
2026-07-29T00:26:35.471770+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.471780+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.471804+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 64 (64/0) bytes already in private buffer
2026-07-29T00:26:35.471811+0200 util-mst-1476269 DEBUG We want to read message of size 8
2026-07-29T00:26:35.471818+0200 util-client-1476269 DEBUG Received message of type 1021 and size 8 from cadet
2026-07-29T00:26:35.471825+0200 util-mq-1476269 DEBUG Received message of type 1021 and size 8
2026-07-29T00:26:35.471833+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 80000000 (peer 82D1); new window size is 1!
2026-07-29T00:26:35.471840+0200 util-mst-1476269 DEBUG We want to read message of size 8
2026-07-29T00:26:35.471846+0200 util-client-1476269 DEBUG Received message of type 1021 and size 8 from cadet
2026-07-29T00:26:35.471862+0200 util-mq-1476269 DEBUG Received message of type 1021 and size 8
2026-07-29T00:26:35.471869+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 80000000 (peer 82D1); new window size is 2!
2026-07-29T00:26:35.471876+0200 util-mst-1476269 DEBUG We want to read message of size 8
2026-07-29T00:26:35.471883+0200 util-client-1476269 DEBUG Received message of type 1021 and size 8 from cadet
2026-07-29T00:26:35.471889+0200 util-mq-1476269 DEBUG Received message of type 1021 and size 8
2026-07-29T00:26:35.471896+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 80000000 (peer 82D1); new window size is 3!
2026-07-29T00:26:35.471903+0200 util-mst-1476269 DEBUG We want to read message of size 8
2026-07-29T00:26:35.471909+0200 util-client-1476269 DEBUG Received message of type 1021 and size 8 from cadet
2026-07-29T00:26:35.471916+0200 util-mq-1476269 DEBUG Received message of type 1021 and size 8
2026-07-29T00:26:35.471923+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 80000000 (peer 82D1); new window size is 4!
2026-07-29T00:26:35.471930+0200 util-mst-1476269 DEBUG We want to read message of size 8
2026-07-29T00:26:35.471937+0200 util-client-1476269 DEBUG Received message of type 1021 and size 8 from cadet
2026-07-29T00:26:35.471943+0200 util-mq-1476269 DEBUG Received message of type 1021 and size 8
2026-07-29T00:26:35.471951+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 0 (peer 82D1); new window size is 1!
2026-07-29T00:26:35.471957+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 0, allow send now 1!
2026-07-29T00:26:35.471964+0200 util-mst-1476269 DEBUG We want to read message of size 8
2026-07-29T00:26:35.471971+0200 util-client-1476269 DEBUG Received message of type 1021 and size 8 from cadet
2026-07-29T00:26:35.471978+0200 util-mq-1476269 DEBUG Received message of type 1021 and size 8
2026-07-29T00:26:35.471986+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 0 (peer 82D1); new window size is 2!
2026-07-29T00:26:35.471993+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 0, allow send now 2!
2026-07-29T00:26:35.472005+0200 util-mst-1476269 DEBUG We want to read message of size 8
2026-07-29T00:26:35.472013+0200 util-client-1476269 DEBUG Received message of type 1021 and size 8 from cadet
2026-07-29T00:26:35.472019+0200 util-mq-1476269 DEBUG Received message of type 1021 and size 8
2026-07-29T00:26:35.472027+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 0 (peer 82D1); new window size is 3!
2026-07-29T00:26:35.472034+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 0, allow send now 3!
2026-07-29T00:26:35.472040+0200 util-mst-1476269 DEBUG We want to read message of size 8
2026-07-29T00:26:35.472048+0200 util-client-1476269 DEBUG Received message of type 1021 and size 8 from cadet
2026-07-29T00:26:35.472055+0200 util-mq-1476269 DEBUG Received message of type 1021 and size 8
2026-07-29T00:26:35.472063+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 0 (peer 82D1); new window size is 4!
2026-07-29T00:26:35.472069+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 0, allow send now 4!
2026-07-29T00:26:35.472076+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.472092+0200 util-client-1476269 DEBUG message of type 168 and size 56 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.472107+0200 util-client-1476269 DEBUG sending message of type 168 and size 56 successful
2026-07-29T00:26:35.472116+0200 util-client-1476269 DEBUG message of type 1024 and size 108 trying to send with socket 0x55de0d8cf220 (MQ: 0x55de0d8cc9f0
2026-07-29T00:26:35.472129+0200 util-client-1476269 DEBUG sending message of type 1024 and size 108 successful
2026-07-29T00:26:35.472137+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.472151+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:35.472178+0200 rps-1476269 DEBUG Sending message on channel 82D1 to CADET, new window size is 3
2026-07-29T00:26:35.472192+0200 util-mq-1476269 DEBUG sending message of type 168 and size 56 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.472201+0200 util-mq-1476269 DEBUG sending message of type 1020 and size 16 from queue (MQ: 0x55de0d8cc9f0)
2026-07-29T00:26:35.472223+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 4 (4/0) bytes already in private buffer
2026-07-29T00:26:35.472233+0200 util-mst-1476269 DEBUG We want to read message of size 32
2026-07-29T00:26:35.472250+0200 util-client-1476269 DEBUG message of type 168 and size 56 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.472263+0200 util-client-1476269 DEBUG sending message of type 168 and size 56 successful
2026-07-29T00:26:35.472271+0200 util-client-1476269 DEBUG message of type 1020 and size 16 trying to send with socket 0x55de0d8cf220 (MQ: 0x55de0d8cc9f0
2026-07-29T00:26:35.472286+0200 util-client-1476269 DEBUG sending message of type 1020 and size 16 successful
2026-07-29T00:26:35.472297+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 32 (32/0) bytes already in private buffer
2026-07-29T00:26:35.472303+0200 util-mst-1476269 DEBUG We want to read message of size 32
2026-07-29T00:26:35.472311+0200 util-client-1476269 DEBUG Received message of type 323 and size 32 from nse
2026-07-29T00:26:35.472319+0200 util-mq-1476269 DEBUG Received message of type 323 and size 32
2026-07-29T00:26:35.472328+0200 rps-1476269 DEBUG Received a ns estimate - logest: 2.667253, std_dev: -nan (old_size: 10)
2026-07-29T00:26:35.472354+0200 rps-1476269 DEBUG Not using estimate 1.852000
2026-07-29T00:26:35.472361+0200 rps-1476269 DEBUG sampler_size is now 10
2026-07-29T00:26:35.472369+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.472382+0200 util-mq-1476269 DEBUG sending message of type 168 and size 52 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.472395+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 24 (24/0) bytes already in private buffer
2026-07-29T00:26:35.472402+0200 util-mst-1476269 DEBUG We want to read message of size 16
2026-07-29T00:26:35.472409+0200 util-client-1476269 DEBUG Received message of type 1020 and size 16 from cadet
2026-07-29T00:26:35.472415+0200 util-mq-1476269 DEBUG Received message of type 1020 and size 16
2026-07-29T00:26:35.472424+0200 cadet-api-1476269 DEBUG Got a FWD data on channel 82D1 [0] of type 950
2026-07-29T00:26:35.472431+0200 util-mq-1476269 DEBUG Received message of type 950 and size 4
2026-07-29T00:26:35.472437+0200 rps-1476269 DEBUG Received CHECK_LIVE (82D1)
2026-07-29T00:26:35.472445+0200 cadet-api-1476269 DEBUG Sending ACK on channel 0
2026-07-29T00:26:35.472452+0200 util-mq-1476269 DEBUG sending message of type 1021 and size 8, queue empty (MQ: 0x55de0d8cc9f0)
2026-07-29T00:26:35.472459+0200 util-mst-1476269 DEBUG We want to read message of size 8
2026-07-29T00:26:35.472465+0200 util-client-1476269 DEBUG Received message of type 1021 and size 8 from cadet
2026-07-29T00:26:35.472472+0200 util-mq-1476269 DEBUG Received message of type 1021 and size 8
2026-07-29T00:26:35.472479+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 80000000 (peer 82D1); new window size is 4!
2026-07-29T00:26:35.472486+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 80000000, allow send now 4!
2026-07-29T00:26:35.472493+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.472507+0200 util-client-1476269 DEBUG message of type 168 and size 52 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.472521+0200 util-client-1476269 DEBUG sending message of type 168 and size 52 successful
2026-07-29T00:26:35.472529+0200 util-client-1476269 DEBUG message of type 1021 and size 8 trying to send with socket 0x55de0d8cf220 (MQ: 0x55de0d8cc9f0
2026-07-29T00:26:35.472546+0200 util-client-1476269 DEBUG sending message of type 1021 and size 8 successful
2026-07-29T00:26:35.472559+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 898 (898/0) bytes already in private buffer
2026-07-29T00:26:35.472574+0200 util-mst-1476269 DEBUG We want to read message of size 898
2026-07-29T00:26:35.472581+0200 util-client-1476269 DEBUG Received message of type 822 and size 898 from peerstore
2026-07-29T00:26:35.472588+0200 util-mq-1476269 DEBUG Received message of type 822 and size 898
2026-07-29T00:26:35.472595+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:35.472602+0200 rps-1476269 DEBUG Got peer_id DXYV from peerinfo
2026-07-29T00:26:35.472611+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.472619+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.472632+0200 util-mq-1476269 DEBUG sending message of type 168 and size 38 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.472640+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.472654+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:35.472666+0200 util-client-1476269 DEBUG message of type 168 and size 38 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.472679+0200 util-client-1476269 DEBUG sending message of type 168 and size 38 successful
2026-07-29T00:26:35.472691+0200 util-mq-1476269 DEBUG sending message of type 168 and size 53 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.472703+0200 util-client-1476269 DEBUG message of type 168 and size 53 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.472715+0200 util-client-1476269 DEBUG sending message of type 168 and size 53 successful
2026-07-29T00:26:35.472727+0200 util-mq-1476269 DEBUG sending message of type 168 and size 30 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.472738+0200 util-client-1476269 DEBUG message of type 168 and size 30 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.472751+0200 util-client-1476269 DEBUG sending message of type 168 and size 30 successful
2026-07-29T00:26:35.472767+0200 util-mq-1476269 DEBUG sending message of type 168 and size 47 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.472779+0200 util-client-1476269 DEBUG message of type 168 and size 47 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.472798+0200 util-client-1476269 DEBUG sending message of type 168 and size 47 successful
2026-07-29T00:26:35.472812+0200 util-mq-1476269 DEBUG sending message of type 168 and size 45 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.472825+0200 util-client-1476269 DEBUG message of type 168 and size 45 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.472838+0200 util-client-1476269 DEBUG sending message of type 168 and size 45 successful
2026-07-29T00:26:35.472850+0200 util-mq-1476269 DEBUG sending message of type 168 and size 30 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.472863+0200 util-client-1476269 DEBUG message of type 168 and size 30 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.472876+0200 util-client-1476269 DEBUG sending message of type 168 and size 30 successful
2026-07-29T00:26:35.472888+0200 util-mq-1476269 DEBUG sending message of type 168 and size 34 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.472901+0200 util-client-1476269 DEBUG message of type 168 and size 34 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.472916+0200 util-client-1476269 DEBUG sending message of type 168 and size 34 successful
2026-07-29T00:26:35.472929+0200 util-mq-1476269 DEBUG sending message of type 168 and size 34 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.472942+0200 util-client-1476269 DEBUG message of type 168 and size 34 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.472956+0200 util-client-1476269 DEBUG sending message of type 168 and size 34 successful
2026-07-29T00:26:35.472976+0200 util-mq-1476269 DEBUG sending message of type 168 and size 44 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.472990+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 744 (744/0) bytes already in private buffer
2026-07-29T00:26:35.472998+0200 util-mst-1476269 DEBUG We want to read message of size 744
2026-07-29T00:26:35.473005+0200 util-client-1476269 DEBUG Received message of type 822 and size 744 from peerstore
2026-07-29T00:26:35.473013+0200 util-mq-1476269 DEBUG Received message of type 822 and size 744
2026-07-29T00:26:35.473021+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:35.473028+0200 rps-1476269 DEBUG Got peer_id DXYV from peerinfo
2026-07-29T00:26:35.473038+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.473047+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.473061+0200 util-client-1476269 DEBUG message of type 168 and size 44 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.473076+0200 util-client-1476269 DEBUG sending message of type 168 and size 44 successful
2026-07-29T00:26:35.473084+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.473098+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:35.473111+0200 util-mq-1476269 DEBUG sending message of type 168 and size 35 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.473123+0200 util-client-1476269 DEBUG message of type 168 and size 35 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.473137+0200 util-client-1476269 DEBUG sending message of type 168 and size 35 successful
2026-07-29T00:26:35.473149+0200 util-mq-1476269 DEBUG sending message of type 168 and size 34 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.473161+0200 util-client-1476269 DEBUG message of type 168 and size 34 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.473175+0200 util-client-1476269 DEBUG sending message of type 168 and size 34 successful
2026-07-29T00:26:35.473189+0200 util-mq-1476269 DEBUG sending message of type 168 and size 35 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.473202+0200 util-client-1476269 DEBUG message of type 168 and size 35 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.473216+0200 util-client-1476269 DEBUG sending message of type 168 and size 35 successful
2026-07-29T00:26:35.473295+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 744 (744/0) bytes already in private buffer
2026-07-29T00:26:35.473307+0200 util-mst-1476269 DEBUG We want to read message of size 744
2026-07-29T00:26:35.473314+0200 util-client-1476269 DEBUG Received message of type 822 and size 744 from peerstore
2026-07-29T00:26:35.473322+0200 util-mq-1476269 DEBUG Received message of type 822 and size 744
2026-07-29T00:26:35.473329+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:35.473337+0200 rps-1476269 DEBUG Got peer_id DXYV from peerinfo
2026-07-29T00:26:35.473348+0200 util-mq-1476269 DEBUG sending message of type 168 and size 35, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.473356+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.473365+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.473380+0200 util-client-1476269 DEBUG message of type 168 and size 35 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.473396+0200 util-client-1476269 DEBUG sending message of type 168 and size 35 successful
2026-07-29T00:26:35.473404+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.473428+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:35.473690+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 744 (744/0) bytes already in private buffer
2026-07-29T00:26:35.473699+0200 util-mst-1476269 DEBUG We want to read message of size 744
2026-07-29T00:26:35.473707+0200 util-client-1476269 DEBUG Received message of type 822 and size 744 from peerstore
2026-07-29T00:26:35.473673+0200 cadet-1476260 WARNING Done with initial PEERSTORE iteration during monitoring
2026-07-29T00:26:35.473715+0200 util-mq-1476269 DEBUG Received message of type 822 and size 744
2026-07-29T00:26:35.473722+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:35.473729+0200 rps-1476269 DEBUG Got peer_id DXYV from peerinfo
2026-07-29T00:26:35.473739+0200 util-mq-1476269 DEBUG sending message of type 168 and size 35, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.473747+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.473755+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.473768+0200 util-client-1476269 DEBUG message of type 168 and size 35 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.473783+0200 util-client-1476269 DEBUG sending message of type 168 and size 35 successful
2026-07-29T00:26:35.473791+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.473805+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:35.473982+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 744 (744/0) bytes already in private buffer
2026-07-29T00:26:35.473990+0200 util-mst-1476269 DEBUG We want to read message of size 744
2026-07-29T00:26:35.473997+0200 util-client-1476269 DEBUG Received message of type 822 and size 744 from peerstore
2026-07-29T00:26:35.474003+0200 util-mq-1476269 DEBUG Received message of type 822 and size 744
2026-07-29T00:26:35.474010+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:35.474016+0200 rps-1476269 DEBUG Got peer_id DXYV from peerinfo
2026-07-29T00:26:35.474025+0200 util-mq-1476269 DEBUG sending message of type 168 and size 35, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.474032+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.474039+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.474052+0200 util-client-1476269 DEBUG message of type 168 and size 35 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.474068+0200 util-client-1476269 DEBUG sending message of type 168 and size 35 successful
2026-07-29T00:26:35.474076+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.474090+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:35.474276+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 744 (744/0) bytes already in private buffer
2026-07-29T00:26:35.474283+0200 util-mst-1476269 DEBUG We want to read message of size 744
2026-07-29T00:26:35.474290+0200 util-client-1476269 DEBUG Received message of type 822 and size 744 from peerstore
2026-07-29T00:26:35.474297+0200 util-mq-1476269 DEBUG Received message of type 822 and size 744
2026-07-29T00:26:35.474303+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:35.474310+0200 rps-1476269 DEBUG Got peer_id DXYV from peerinfo
2026-07-29T00:26:35.474319+0200 util-mq-1476269 DEBUG sending message of type 168 and size 35, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.474326+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.474334+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.474354+0200 util-client-1476269 DEBUG message of type 168 and size 35 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.474368+0200 util-client-1476269 DEBUG sending message of type 168 and size 35 successful
2026-07-29T00:26:35.474375+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.474389+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:35.474565+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 744 (744/0) bytes already in private buffer
2026-07-29T00:26:35.474574+0200 util-mst-1476269 DEBUG We want to read message of size 744
2026-07-29T00:26:35.474581+0200 util-client-1476269 DEBUG Received message of type 822 and size 744 from peerstore
2026-07-29T00:26:35.474587+0200 util-mq-1476269 DEBUG Received message of type 822 and size 744
2026-07-29T00:26:35.474594+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:35.474601+0200 rps-1476269 DEBUG Got peer_id DXYV from peerinfo
2026-07-29T00:26:35.474611+0200 util-mq-1476269 DEBUG sending message of type 168 and size 35, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.474619+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.474626+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.474638+0200 util-client-1476269 DEBUG message of type 168 and size 35 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.474664+0200 util-client-1476269 DEBUG sending message of type 168 and size 35 successful
2026-07-29T00:26:35.474677+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.474692+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:35.474882+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 744 (744/0) bytes already in private buffer
2026-07-29T00:26:35.474892+0200 util-mst-1476269 DEBUG We want to read message of size 744
2026-07-29T00:26:35.474899+0200 util-client-1476269 DEBUG Received message of type 822 and size 744 from peerstore
2026-07-29T00:26:35.474906+0200 util-mq-1476269 DEBUG Received message of type 822 and size 744
2026-07-29T00:26:35.474913+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:35.474920+0200 rps-1476269 DEBUG Got peer_id DXYV from peerinfo
2026-07-29T00:26:35.474929+0200 util-mq-1476269 DEBUG sending message of type 168 and size 35, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.474937+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.474945+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.474958+0200 util-client-1476269 DEBUG message of type 168 and size 35 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.474972+0200 util-client-1476269 DEBUG sending message of type 168 and size 35 successful
2026-07-29T00:26:35.474980+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.474995+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:35.475171+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 744 (744/0) bytes already in private buffer
2026-07-29T00:26:35.475180+0200 util-mst-1476269 DEBUG We want to read message of size 744
2026-07-29T00:26:35.475187+0200 util-client-1476269 DEBUG Received message of type 822 and size 744 from peerstore
2026-07-29T00:26:35.475195+0200 util-mq-1476269 DEBUG Received message of type 822 and size 744
2026-07-29T00:26:35.475205+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:35.475240+0200 rps-1476269 DEBUG Got peer_id DXYV from peerinfo
2026-07-29T00:26:35.475250+0200 util-mq-1476269 DEBUG sending message of type 168 and size 35, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.475258+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.475265+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.475279+0200 util-client-1476269 DEBUG message of type 168 and size 35 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.475292+0200 util-client-1476269 DEBUG sending message of type 168 and size 35 successful
2026-07-29T00:26:35.475301+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.475315+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:35.475488+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 667 (667/0) bytes already in private buffer
2026-07-29T00:26:35.475497+0200 util-mst-1476269 DEBUG We want to read message of size 667
2026-07-29T00:26:35.475504+0200 util-client-1476269 DEBUG Received message of type 822 and size 667 from peerstore
2026-07-29T00:26:35.475511+0200 util-mq-1476269 DEBUG Received message of type 822 and size 667
2026-07-29T00:26:35.475518+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:35.475525+0200 rps-1476269 DEBUG Got peer_id 82D1 from peerinfo
2026-07-29T00:26:35.475534+0200 util-mq-1476269 DEBUG sending message of type 168 and size 35, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.475542+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.475549+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.475562+0200 util-client-1476269 DEBUG message of type 168 and size 35 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.475576+0200 util-client-1476269 DEBUG sending message of type 168 and size 35 successful
2026-07-29T00:26:35.475584+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.475598+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:35.475761+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 744 (744/0) bytes already in private buffer
2026-07-29T00:26:35.475769+0200 util-mst-1476269 DEBUG We want to read message of size 744
2026-07-29T00:26:35.475775+0200 util-client-1476269 DEBUG Received message of type 822 and size 744 from peerstore
2026-07-29T00:26:35.475782+0200 util-mq-1476269 DEBUG Received message of type 822 and size 744
2026-07-29T00:26:35.475788+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:35.475796+0200 rps-1476269 DEBUG Got peer_id DXYV from peerinfo
2026-07-29T00:26:35.475806+0200 util-mq-1476269 DEBUG sending message of type 168 and size 35, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.475815+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:35.475822+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.475835+0200 util-client-1476269 DEBUG message of type 168 and size 35 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.475849+0200 util-client-1476269 DEBUG sending message of type 168 and size 35 successful
2026-07-29T00:26:35.475857+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:35.475871+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:35.476029+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 4 (4/0) bytes already in private buffer
2026-07-29T00:26:35.476046+0200 util-mst-1476269 DEBUG We want to read message of size 4
2026-07-29T00:26:35.476053+0200 util-client-1476269 DEBUG Received message of type 825 and size 4 from peerstore
2026-07-29T00:26:35.476060+0200 util-mq-1476269 DEBUG Received message of type 825 and size 4
2026-07-29T00:26:35.476065+0200 rps-1476269 WARNING Done with initial PEERSTORE iteration during monitoring
2026-07-29T00:26:35.476072+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.476065+0200 transport-1476275 WARNING Still waiting for own identity!
2026-07-29T00:26:35.476373+0200 transport-1476275 ERROR Assertion failed at ../gnunet-9999/src/lib/hello/hello-uri.c:644.
2026-07-29T00:26:35.476384+0200 transport-1476275 ERROR Assertion failed at ../gnunet-9999/src/service/transport/gnunet-service-transport.c:13684.
2026-07-29T00:26:35.476393+0200 transport-1476275 WARNING Failure processing message of type 1301 and size 44
2026-07-29T00:26:35.477246+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 4 (4/0) bytes already in private buffer
2026-07-29T00:26:35.477257+0200 util-mst-1476269 DEBUG We want to read message of size 44
2026-07-29T00:26:35.477280+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 44 (44/0) bytes already in private buffer
2026-07-29T00:26:35.477287+0200 util-mst-1476269 DEBUG We want to read message of size 44
2026-07-29T00:26:35.477294+0200 util-client-1476269 DEBUG Received message of type 65 and size 44 from core
2026-07-29T00:26:35.477302+0200 util-mq-1476269 DEBUG Received message of type 65 and size 44
2026-07-29T00:26:35.477311+0200 core-api-1476269 DEBUG Connected to core service of peer `82D1'.
2026-07-29T00:26:35.477321+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.477696+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 32 (32/0) bytes already in private buffer
2026-07-29T00:26:35.477706+0200 util-mst-1476269 DEBUG We want to read message of size 32
2026-07-29T00:26:35.477719+0200 util-client-1476269 DEBUG Received message of type 323 and size 32 from nse
2026-07-29T00:26:35.477726+0200 util-mq-1476269 DEBUG Received message of type 323 and size 32
2026-07-29T00:26:35.477741+0200 rps-1476269 DEBUG Received a ns estimate - logest: 2.667253, std_dev: -nan (old_size: 10)
2026-07-29T00:26:35.477749+0200 rps-1476269 DEBUG Not using estimate 1.852000
2026-07-29T00:26:35.477759+0200 util-mq-1476269 DEBUG sending message of type 168 and size 34, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:35.477767+0200 rps-1476269 DEBUG sampler_size is now 10
2026-07-29T00:26:35.477774+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:35.477788+0200 util-client-1476269 DEBUG message of type 168 and size 34 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:35.477803+0200 util-client-1476269 DEBUG sending message of type 168 and size 34 successful
2026-07-29T00:26:35.478442+0200 nat-1476277 ERROR UPnP enabled in configuration, but UPnP client `upnpc` command not found, disabling UPnP
2026-07-29T00:26:35.479117+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:35.479291+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1765]:2086' failed: Invalid argument
2026-07-29T00:26:35.479414+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:35.479416+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:35.479484+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:402]:2086' failed: Invalid argument
2026-07-29T00:26:35.479530+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:400]:2086' failed: Invalid argument
2026-07-29T00:26:35.479735+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:35.480016+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:35.480294+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:35.480597+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:35.480945+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:35.481233+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:35.481577+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:35.481885+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:35.482271+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:35.482413+0200 transport-1476275 WARNING Done with initial PEERSTORE iteration during monitoring
2026-07-29T00:26:35.486292+0200 transport-1476275 WARNING Storing our address `udp://192.168.1.10:2086' not done
2026-07-29T00:26:35.486322+0200 transport-1476275 WARNING Storing our address `udp://192.168.122.1:2086' not done
2026-07-29T00:26:35.487117+0200 dht-1476261 WARNING Done with initial PEERSTORE iteration during monitoring
2026-07-29T00:26:35.487705+0200 transport-1476275 WARNING Storing our address `udp://[::1]:2086' not done
2026-07-29T00:26:35.489114+0200 transport-1476275 WARNING Storing our address `udp://[2a01:cb15:8548:c900:5844:3ed0:a617:1a47]:2086' not done
2026-07-29T00:26:35.490037+0200 transport-1476275 WARNING Storing our address `udp://[2a01:cb15:8548:c900:eb26:3344:c044:f39]:2086' not done
2026-07-29T00:26:35.490436+0200 transport-1476275 WARNING Done with initial PEERSTORE iteration during monitoring  for checking global natted
2026-07-29T00:26:35.490449+0200 transport-1476275 WARNING Done with initial PEERSTORE iteration during monitoring  for checking global natted
2026-07-29T00:26:35.491265+0200 transport-1476275 WARNING Storing our address `udp://[fe80::e26a:3599:59c0:80a]:2086' not done
2026-07-29T00:26:35.491993+0200 transport-1476275 WARNING Done with initial PEERSTORE iteration during monitoring  for checking global natted
2026-07-29T00:26:35.492138+0200 transport-1476275 WARNING Done with initial PEERSTORE iteration during monitoring  for checking global natted
2026-07-29T00:26:35.492395+0200 transport-1476275 WARNING Done with initial PEERSTORE iteration during monitoring  for checking global natted
2026-07-29T00:26:35.492655+0200 transport-1476275 WARNING Done with initial PEERSTORE iteration during monitoring  for checking global natted
2026-07-29T00:26:35.493078+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:35.493724+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:35.493779+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:35.494326+0200 transport-1476275 WARNING Done with initial PEERSTORE iteration during monitoring  for checking global natted
2026-07-29T00:26:35.494896+0200 transport-1476275 WARNING Storing our address `tcp://192.168.1.10:2086' not done
2026-07-29T00:26:35.494961+0200 transport-1476275 WARNING Storing our address `tcp://192.168.122.1:2086' not done
2026-07-29T00:26:35.496982+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:35.497042+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:35.497063+0200 transport-1476275 WARNING Storing our address `tcp://[::1]:2086' not done
2026-07-29T00:26:35.497125+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:35.498258+0200 transport-1476275 WARNING Storing our address `tcp://[2a01:cb15:8548:c900:5844:3ed0:a617:1a47]:2086' not done
2026-07-29T00:26:35.498307+0200 transport-1476275 WARNING Storing our address `tcp://[2a01:cb15:8548:c900:eb26:3344:c044:f39]:2086' not done
2026-07-29T00:26:35.499278+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:35.499325+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:35.499413+0200 transport-1476275 WARNING Storing our address `tcp://[fe80::e26a:3599:59c0:80a]:2086' not done
2026-07-29T00:26:35.499414+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:35.501542+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:35.501604+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:35.501704+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:35.504211+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:35.504257+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:35.504344+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:35.506766+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:35.506825+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:35.506913+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:35.509278+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:35.509331+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:35.509419+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:35.511753+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:35.511809+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:35.511895+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:35.513998+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:35.514043+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:35.514130+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:35.517671+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:35.517727+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:35.517813+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:35.582894+0200 transport-1476275 WARNING Done with initial PEERSTORE iteration during monitoring  for checking global natted
2026-07-29T00:26:35.585127+0200 transport-1476275 WARNING Done with initial PEERSTORE iteration during monitoring  for checking global natted
2026-07-29T00:26:35.909013+0200 hostlist-1476263 WARNING Download of hostlist from `https://bootstrap.gnunet.org/v22' failed: `HTTP response code said error'
2026-07-29T00:26:36.480259+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.480482+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1765]:2086' failed: Invalid argument
2026-07-29T00:26:36.480564+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.480616+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:402]:2086' failed: Invalid argument
2026-07-29T00:26:36.480668+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:400]:2086' failed: Invalid argument
2026-07-29T00:26:36.481577+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.482685+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.483780+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.484763+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.485322+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1765]:2086' failed: Invalid argument
2026-07-29T00:26:36.485493+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.486106+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.486169+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:402]:2086' failed: Invalid argument
2026-07-29T00:26:36.486380+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.486384+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:400]:2086' failed: Invalid argument
2026-07-29T00:26:36.486889+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.487286+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.487633+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.487971+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.488358+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.488712+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.489049+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.489383+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.489575+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1765]:2086' failed: Invalid argument
2026-07-29T00:26:36.489718+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
2026-07-29T00:26:36.490165+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.490211+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:402]:2086' failed: 2026-07-29T00:26:36.490211+0200 transport-1476275 WARNING HELLO for `DXYV' could be parsed, iterating addresses...!
Invalid argument
2026-07-29T00:26:36.490393+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:400]:2086' failed: Invalid argument
2026-07-29T00:26:36.490419+0200 transport-1476275 WARNING Done with initial PEERSTORE iteration during monitoring
2026-07-29T00:26:36.494057+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1765]:2086' failed: Invalid argument
2026-07-29T00:26:36.494720+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.494781+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:402]:2086' failed: Invalid argument
2026-07-29T00:26:36.494965+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:400]:2086' failed: Invalid argument
2026-07-29T00:26:36.497925+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1765]:2086' failed: Invalid argument
2026-07-29T00:26:36.498600+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.498652+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:402]:2086' failed: Invalid argument
2026-07-29T00:26:36.498856+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:400]:2086' failed: Invalid argument
2026-07-29T00:26:36.502167+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1765]:2086' failed: Invalid argument
2026-07-29T00:26:36.502821+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.502876+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:402]:2086' failed: Invalid argument
2026-07-29T00:26:36.503069+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:400]:2086' failed: Invalid argument
2026-07-29T00:26:36.506345+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1765]:2086' failed: Invalid argument
2026-07-29T00:26:36.506938+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.506983+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:402]:2086' failed: Invalid argument
2026-07-29T00:26:36.507166+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::20e:1eff:fe79:400]:2086' failed: Invalid argument
2026-07-29T00:26:36.510004+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:36.510589+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.510640+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:36.514151+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:36.514211+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.514398+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:36.517803+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:36.517858+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.518063+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:36.521444+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:36.521504+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.521681+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:36.525128+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:36.525194+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.525373+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:36.529167+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:36.529225+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.529405+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:36.532560+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:36.532614+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.532797+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:36.536078+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:36.536136+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.536355+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:36.539594+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:36.539647+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.539830+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:36.543990+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ec43:d6ff:fe69:638e]:2086' failed: Invalid argument
2026-07-29T00:26:36.544049+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::ae1f:6bff:fe62:1764]:2086' failed: Invalid argument
2026-07-29T00:26:36.544226+0200 gnunet-communicator-tcp-1476271 WARNING connect to `tcp-[fe80::42:ebff:fe04:f778]:2086' failed: Invalid argument
2026-07-29T00:26:36.788148+0200 hostlist-1476263 WARNING Download of hostlist from `https://bootstrap.gnunet.org/v22' failed: `HTTP response code said error'
2026-07-29T00:26:38.501741+0200 peerstore-api-1476275 WARNING Unexpected store response.
2026-07-29T00:26:38.501750+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 667 (667/0) bytes already in private buffer
2026-07-29T00:26:38.501780+0200 util-mst-1476269 DEBUG We want to read message of size 667
2026-07-29T00:26:38.501792+0200 util-client-1476269 DEBUG Received message of type 822 and size 667 from peerstore
2026-07-29T00:26:38.501803+0200 util-mq-1476269 DEBUG Received message of type 822 and size 667
2026-07-29T00:26:38.501813+0200 peerstore-monitor-api-1476269 DEBUG Monitor received RecordMessage
2026-07-29T00:26:38.501827+0200 rps-1476269 DEBUG Got peer_id 82D1 from peerinfo
2026-07-29T00:26:38.501844+0200 util-mq-1476269 DEBUG sending message of type 168 and size 35, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:38.501857+0200 util-mq-1476269 DEBUG sending message of type 826 and size 12, queue empty (MQ: 0x55de0d8cf3b0)
2026-07-29T00:26:38.501869+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:38.501887+0200 util-client-1476269 DEBUG message of type 168 and size 35 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:38.501904+0200 util-client-1476269 DEBUG sending message of type 168 and size 35 successful
2026-07-29T00:26:38.501911+0200 util-client-1476269 DEBUG message of type 826 and size 12 trying to send with socket 0x55de0d8d2430 (MQ: 0x55de0d8cf3b0
2026-07-29T00:26:38.501936+0200 util-client-1476269 DEBUG sending message of type 826 and size 12 successful
2026-07-29T00:26:52.274271+0200 rps-1476269 DEBUG Going to execute next round.
2026-07-29T00:26:52.274324+0200 util-mq-1476269 DEBUG sending message of type 168 and size 29, queue empty (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.274337+0200 rps-1476269 DEBUG 	82D1
2026-07-29T00:26:52.274346+0200 rps-1476269 DEBUG Going to send pushes to 1 (ceil (0.450000 * 1)) peers.
2026-07-29T00:26:52.274354+0200 rps-1476269 DEBUG Going to send PUSH to peer 82D1.
2026-07-29T00:26:52.274360+0200 rps-1476269 DEBUG Sending message to 82D1 of type PUSH
2026-07-29T00:26:52.274367+0200 util-mq-1476269 DEBUG sending message of type 951 and size 4, queue empty (MQ: 0x55de0d8cef00)
2026-07-29T00:26:52.274376+0200 rps-1476269 DEBUG Going to send pulls to 1 (ceil (0.450000 * 1)) peers.
2026-07-29T00:26:52.274383+0200 rps-1476269 DEBUG Going to send PULL REQUEST to peer 82D1.
2026-07-29T00:26:52.274389+0200 rps-1476269 DEBUG Sending message to 82D1 of type PULL REQUEST
2026-07-29T00:26:52.274395+0200 rps-1476269 DEBUG No update of the view.
2026-07-29T00:26:52.274407+0200 rps-1476269 DEBUG Received 0 pushes and 0 pulls last round (alpha (0.45) * view_size (sub->view1) = 0.45)
2026-07-29T00:26:52.274428+0200 util-scheduler-1476269 DEBUG Adding task 0x55de0d8ccfe0
2026-07-29T00:26:52.274433+0200 rps-1476269 DEBUG Finished round
2026-07-29T00:26:52.274449+0200 util-client-1476269 DEBUG message of type 168 and size 29 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.274471+0200 util-client-1476269 DEBUG sending message of type 168 and size 29 successful
2026-07-29T00:26:52.274489+0200 rps-1476269 DEBUG Sending message on channel 82D1 to CADET, new window size is 3
2026-07-29T00:26:52.274498+0200 util-mq-1476269 DEBUG sending message of type 1020 and size 16, queue empty (MQ: 0x55de0d8cc9f0)
2026-07-29T00:26:52.274510+0200 rps-1476269 DEBUG PUSH was sent.
2026-07-29T00:26:52.274526+0200 util-mq-1476269 DEBUG sending message of type 168 and size 39 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.274536+0200 util-client-1476269 DEBUG message of type 1020 and size 16 trying to send with socket 0x55de0d8cf220 (MQ: 0x55de0d8cc9f0
2026-07-29T00:26:52.274558+0200 util-client-1476269 DEBUG sending message of type 1020 and size 16 successful
2026-07-29T00:26:52.274569+0200 util-mq-1476269 DEBUG sending message of type 952 and size 4 from queue (MQ: 0x55de0d8cef00)
2026-07-29T00:26:52.274585+0200 util-client-1476269 DEBUG message of type 168 and size 39 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.274601+0200 util-client-1476269 DEBUG sending message of type 168 and size 39 successful
2026-07-29T00:26:52.274612+0200 rps-1476269 DEBUG Sending message on channel 82D1 to CADET, new window size is 2
2026-07-29T00:26:52.274621+0200 util-mq-1476269 DEBUG sending message of type 1020 and size 16, queue empty (MQ: 0x55de0d8cc9f0)
2026-07-29T00:26:52.274633+0200 rps-1476269 DEBUG PULL REQUEST was sent.
2026-07-29T00:26:52.274665+0200 util-mq-1476269 DEBUG sending message of type 168 and size 47 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.274906+0200 util-client-1476269 DEBUG message of type 1020 and size 16 trying to send with socket 0x55de0d8cf220 (MQ: 0x55de0d8cc9f0
2026-07-29T00:26:52.274929+0200 util-client-1476269 DEBUG sending message of type 1020 and size 16 successful
2026-07-29T00:26:52.274947+0200 util-client-1476269 DEBUG message of type 168 and size 47 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.274962+0200 util-client-1476269 DEBUG sending message of type 168 and size 47 successful
2026-07-29T00:26:52.274975+0200 util-mq-1476269 DEBUG sending message of type 168 and size 37 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.274988+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 16 (16/0) bytes already in private buffer
2026-07-29T00:26:52.275011+0200 util-mst-1476269 DEBUG We want to read message of size 16
2026-07-29T00:26:52.275018+0200 util-client-1476269 DEBUG Received message of type 1020 and size 16 from cadet
2026-07-29T00:26:52.275024+0200 util-mq-1476269 DEBUG Received message of type 1020 and size 16
2026-07-29T00:26:52.275033+0200 cadet-api-1476269 DEBUG Got a FWD data on channel 82D1 [0] of type 951
2026-07-29T00:26:52.275039+0200 util-mq-1476269 DEBUG Received message of type 951 and size 4
2026-07-29T00:26:52.275045+0200 rps-1476269 DEBUG Received PUSH (82D1)
2026-07-29T00:26:52.275055+0200 cadet-api-1476269 DEBUG Sending ACK on channel 0
2026-07-29T00:26:52.275064+0200 util-mq-1476269 DEBUG sending message of type 1021 and size 8, queue empty (MQ: 0x55de0d8cc9f0)
2026-07-29T00:26:52.275073+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:52.275094+0200 util-client-1476269 DEBUG message of type 168 and size 37 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275108+0200 util-client-1476269 DEBUG sending message of type 168 and size 37 successful
2026-07-29T00:26:52.275115+0200 util-client-1476269 DEBUG message of type 1021 and size 8 trying to send with socket 0x55de0d8cf220 (MQ: 0x55de0d8cc9f0
2026-07-29T00:26:52.275128+0200 util-client-1476269 DEBUG sending message of type 1021 and size 8 successful
2026-07-29T00:26:52.275140+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 32 (32/0) bytes already in private buffer
2026-07-29T00:26:52.275146+0200 util-mst-1476269 DEBUG We want to read message of size 8
2026-07-29T00:26:52.275152+0200 util-client-1476269 DEBUG Received message of type 1021 and size 8 from cadet
2026-07-29T00:26:52.275158+0200 util-mq-1476269 DEBUG Received message of type 1021 and size 8
2026-07-29T00:26:52.275168+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 80000000 (peer 82D1); new window size is 3!
2026-07-29T00:26:52.275174+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 80000000, allow send now 3!
2026-07-29T00:26:52.275181+0200 util-mst-1476269 DEBUG We want to read message of size 16
2026-07-29T00:26:52.275186+0200 util-client-1476269 DEBUG Received message of type 1020 and size 16 from cadet
2026-07-29T00:26:52.275192+0200 util-mq-1476269 DEBUG Received message of type 1020 and size 16
2026-07-29T00:26:52.275198+0200 cadet-api-1476269 DEBUG Got a FWD data on channel 82D1 [0] of type 952
2026-07-29T00:26:52.275204+0200 util-mq-1476269 DEBUG Received message of type 952 and size 4
2026-07-29T00:26:52.275209+0200 rps-1476269 DEBUG Received PULL REQUEST (82D1)
2026-07-29T00:26:52.275216+0200 cadet-api-1476269 DEBUG Sending ACK on channel 0
2026-07-29T00:26:52.275222+0200 rps-1476269 DEBUG Going to send PULL REPLY with 1 peers to 82D1
2026-07-29T00:26:52.275228+0200 rps-1476269 DEBUG Sending message to 82D1 of type PULL REPLY
2026-07-29T00:26:52.275234+0200 util-mq-1476269 DEBUG sending message of type 953 and size 40, queue empty (MQ: 0x55de0d8cef00)
2026-07-29T00:26:52.275242+0200 util-mst-1476269 DEBUG We want to read message of size 8
2026-07-29T00:26:52.275248+0200 util-client-1476269 DEBUG Received message of type 1021 and size 8 from cadet
2026-07-29T00:26:52.275254+0200 util-mq-1476269 DEBUG Received message of type 1021 and size 8
2026-07-29T00:26:52.275261+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 80000000 (peer 82D1); new window size is 4!
2026-07-29T00:26:52.275268+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:52.275284+0200 util-mq-1476269 DEBUG sending message of type 168 and size 66 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275293+0200 util-mq-1476269 DEBUG sending message of type 1021 and size 8 from queue (MQ: 0x55de0d8cc9f0)
2026-07-29T00:26:52.275299+0200 rps-1476269 DEBUG Sending message on channel 82D1 to CADET, new window size is 3
2026-07-29T00:26:52.275304+0200 rps-1476269 DEBUG PULL REPLY was sent.
2026-07-29T00:26:52.275315+0200 util-client-1476269 DEBUG message of type 168 and size 66 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275352+0200 util-client-1476269 DEBUG sending message of type 168 and size 66 successful
2026-07-29T00:26:52.275358+0200 util-client-1476269 DEBUG message of type 1021 and size 8 trying to send with socket 0x55de0d8cf220 (MQ: 0x55de0d8cc9f0
2026-07-29T00:26:52.275370+0200 util-client-1476269 DEBUG sending message of type 1021 and size 8 successful
2026-07-29T00:26:52.275381+0200 util-mq-1476269 DEBUG sending message of type 168 and size 56 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275387+0200 util-mq-1476269 DEBUG sending message of type 1020 and size 52 from queue (MQ: 0x55de0d8cc9f0)
2026-07-29T00:26:52.275397+0200 util-client-1476269 DEBUG message of type 168 and size 56 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275409+0200 util-client-1476269 DEBUG sending message of type 168 and size 56 successful
2026-07-29T00:26:52.275415+0200 util-client-1476269 DEBUG message of type 1020 and size 52 trying to send with socket 0x55de0d8cf220 (MQ: 0x55de0d8cc9f0
2026-07-29T00:26:52.275426+0200 util-client-1476269 DEBUG sending message of type 1020 and size 52 successful
2026-07-29T00:26:52.275436+0200 util-mq-1476269 DEBUG sending message of type 168 and size 56 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275447+0200 util-client-1476269 DEBUG message of type 168 and size 56 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275460+0200 util-client-1476269 DEBUG sending message of type 168 and size 56 successful
2026-07-29T00:26:52.275470+0200 util-mq-1476269 DEBUG sending message of type 168 and size 52 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275481+0200 util-client-1476269 DEBUG message of type 168 and size 52 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275493+0200 util-client-1476269 DEBUG sending message of type 168 and size 52 successful
2026-07-29T00:26:52.275505+0200 util-mst-1476269 DEBUG MST receives 0 bytes with 60 (60/0) bytes already in private buffer
2026-07-29T00:26:52.275510+0200 util-mst-1476269 DEBUG We want to read message of size 52
2026-07-29T00:26:52.275516+0200 util-client-1476269 DEBUG Received message of type 1020 and size 52 from cadet
2026-07-29T00:26:52.275522+0200 util-mq-1476269 DEBUG Received message of type 1020 and size 52
2026-07-29T00:26:52.275532+0200 cadet-api-1476269 DEBUG Got a FWD data on channel 82D1 [0] of type 953
2026-07-29T00:26:52.275540+0200 util-mq-1476269 DEBUG Received message of type 953 and size 40
2026-07-29T00:26:52.275548+0200 rps-1476269 DEBUG Received PULL REPLY (82D1)
2026-07-29T00:26:52.275555+0200 rps-1476269 DEBUG PULL REPLY received, got following 1 peers:
2026-07-29T00:26:52.275560+0200 rps-1476269 DEBUG 0. 82D1
2026-07-29T00:26:52.275577+0200 cadet-api-1476269 DEBUG Sending ACK on channel 0
2026-07-29T00:26:52.275585+0200 util-mq-1476269 DEBUG sending message of type 1021 and size 8, queue empty (MQ: 0x55de0d8cc9f0)
2026-07-29T00:26:52.275592+0200 util-mst-1476269 DEBUG We want to read message of size 8
2026-07-29T00:26:52.275598+0200 util-client-1476269 DEBUG Received message of type 1021 and size 8 from cadet
2026-07-29T00:26:52.275603+0200 util-mq-1476269 DEBUG Received message of type 1021 and size 8
2026-07-29T00:26:52.275610+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 80000000 (peer 82D1); new window size is 4!
2026-07-29T00:26:52.275615+0200 cadet-api-1476269 DEBUG Got an ACK on mq channel 80000000, allow send now 4!
2026-07-29T00:26:52.275621+0200 util-mst-1476269 DEBUG Server-mst leaves 0 (0/0) bytes in private buffer
2026-07-29T00:26:52.275632+0200 util-mq-1476269 DEBUG sending message of type 168 and size 38 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275638+0200 util-client-1476269 DEBUG message of type 1021 and size 8 trying to send with socket 0x55de0d8cf220 (MQ: 0x55de0d8cc9f0
2026-07-29T00:26:52.275651+0200 util-client-1476269 DEBUG sending message of type 1021 and size 8 successful
2026-07-29T00:26:52.275661+0200 util-client-1476269 DEBUG message of type 168 and size 38 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275681+0200 util-client-1476269 DEBUG sending message of type 168 and size 38 successful
2026-07-29T00:26:52.275692+0200 util-mq-1476269 DEBUG sending message of type 168 and size 53 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275702+0200 util-client-1476269 DEBUG message of type 168 and size 53 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275715+0200 util-client-1476269 DEBUG sending message of type 168 and size 53 successful
2026-07-29T00:26:52.275725+0200 util-mq-1476269 DEBUG sending message of type 168 and size 30 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275736+0200 util-client-1476269 DEBUG message of type 168 and size 30 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275747+0200 util-client-1476269 DEBUG sending message of type 168 and size 30 successful
2026-07-29T00:26:52.275766+0200 util-mq-1476269 DEBUG sending message of type 168 and size 34 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275776+0200 util-client-1476269 DEBUG message of type 168 and size 34 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275790+0200 util-client-1476269 DEBUG sending message of type 168 and size 34 successful
2026-07-29T00:26:52.275801+0200 util-mq-1476269 DEBUG sending message of type 168 and size 41 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275811+0200 util-client-1476269 DEBUG message of type 168 and size 41 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275823+0200 util-client-1476269 DEBUG sending message of type 168 and size 41 successful
2026-07-29T00:26:52.275833+0200 util-mq-1476269 DEBUG sending message of type 168 and size 44 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275843+0200 util-client-1476269 DEBUG message of type 168 and size 44 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275857+0200 util-client-1476269 DEBUG sending message of type 168 and size 44 successful
2026-07-29T00:26:52.275867+0200 util-mq-1476269 DEBUG sending message of type 168 and size 52 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275877+0200 util-client-1476269 DEBUG message of type 168 and size 52 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275890+0200 util-client-1476269 DEBUG sending message of type 168 and size 52 successful
2026-07-29T00:26:52.275900+0200 util-mq-1476269 DEBUG sending message of type 168 and size 45 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275910+0200 util-client-1476269 DEBUG message of type 168 and size 45 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275922+0200 util-client-1476269 DEBUG sending message of type 168 and size 45 successful
2026-07-29T00:26:52.275932+0200 util-mq-1476269 DEBUG sending message of type 168 and size 40 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275942+0200 util-client-1476269 DEBUG message of type 168 and size 40 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275954+0200 util-client-1476269 DEBUG sending message of type 168 and size 40 successful
2026-07-29T00:26:52.275964+0200 util-mq-1476269 DEBUG sending message of type 168 and size 51 from queue (MQ: 0x55de0d8d1c00)
2026-07-29T00:26:52.275974+0200 util-client-1476269 DEBUG message of type 168 and size 51 trying to send with socket 0x55de0d8d2540 (MQ: 0x55de0d8d1c00
2026-07-29T00:26:52.275986+0200 util-client-1476269 DEBUG sending message of type 168 and size 51 successful
gnunet-2026-07-28.log (93,829 bytes)   

Issue History

Date Modified Username Field Change
2026-07-12 01:45 Jllx New Issue
2026-07-17 10:04 schanzen Assigned To => schanzen
2026-07-17 10:04 schanzen Status new => assigned
2026-07-17 10:05 schanzen Note Added: 0029166
2026-07-20 09:42 Jllx Note Added: 0029200
2026-07-20 10:43 schanzen Note Added: 0029201
2026-07-20 12:07 Jllx Note Added: 0029202
2026-07-20 12:11 schanzen Note Added: 0029203
2026-07-20 12:42 schanzen Note Added: 0029205
2026-07-20 13:27 Jllx Note Added: 0029206
2026-07-20 14:39 schanzen Note Added: 0029207
2026-07-25 00:52 Jllx Note Added: 0029218
2026-07-25 00:55 Jllx Note Added: 0029219
2026-07-25 01:13 Jllx Note Added: 0029220
2026-07-27 09:53 schanzen Note Added: 0029229
2026-07-27 09:57 schanzen Note Added: 0029230
2026-07-27 23:38 Jllx Note Added: 0029243
2026-07-27 23:51 Jllx Note Added: 0029244
2026-07-27 23:52 Jllx Note Added: 0029245
2026-07-27 23:52 Jllx File Added: gnunet.log
2026-07-28 16:39 schanzen Note Added: 0029255
2026-07-28 16:58 schanzen Note Added: 0029256
2026-07-28 16:59 schanzen Note Added: 0029257
2026-07-29 00:46 Jllx Note Added: 0029295
2026-07-29 00:46 Jllx File Added: gnunet-2.log
2026-07-29 00:46 Jllx File Added: gnunet-2026-07-28.log