View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011629 | GNUnet | GNS | public | 2026-07-12 01:45 | 2026-07-28 16:59 |
| Reporter | Jllx | Assigned To | schanzen | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Product Version | 0.27.0 | ||||
| Summary | 0011629: can't bootstrap | ||||
| Description | Hi, 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.... | ||||
| Tags | No tags attached. | ||||
|
|
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. |
|
|
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? |
|
|
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" |
|
|
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 |
|
|
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. |
|
|
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. |
|
|
how can I re-download the file?(automatic or manually) maybe this should be added into installation documentation |
|
|
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 :/ |
|
|
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? |
|
|
note : I used the git head of gnunet-gtk, not the 0.24.0 |
|
|
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 |
|
|
gnunet-gtk is no longer maintained. There was a NEWS entry on it |
|
|
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. |
|
|
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 |
|
|
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 |
|
|
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
|
|
|
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)? |
|
|
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). |
|
|
Sorry no that was the output on MY peer. The bootstrap peer is actually trying to initiate against XF55 (w/o success) |
| 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 |