I am also experiencing issues lately (my gnunet-core -m hangs forever with
“Monitoring connections. Press CTRL-C to quit.” – I have a multi-user
setup), so I join the request for help. My
/var/lib/gnunet/.cache/gnunet/gnunet-2025-04-16.log file is attached to
this email.

@gizmonatic:

By default, this
<https://aur.archlinux.org/cgit/aur.git/tree/gnunet-user.conf?h=gnunet> is
the ~/.config/gnunet.conf file installed by the AUR package:

[arm]
START_SYSTEM_SERVICES = NO
START_USER_SERVICES = YES

It means that you will have to start gnunet via,

sudo systemctl start gnunet
systemctl --user start gnunet

or, alternatively, via

sudo -u gnunet gnunet-arm -s
gnunet-arm -s

If instead you want to use GNUnet only as single user, you can set
START_SYSTEM_SERVICES to YES in ~/.config/gnunet.conf.

--madmurphy

On Wed, Apr 16, 2025 at 9:43 AM gizmonatic--- via Peer-to-Peer networking
with GNUnet <help-gnunet@gnu.org> wrote:

> Hello,
> I need help setting up gnunet. I'm on Manjaro Linux and using the gnunet
> AUR package. I pass gnunet-arm -s and wait for hours, but I don't see any
> peers at all when I pass gnunet-core -s. None of the services I expect to
> see, like cadet or core, show up in gnunet-arm -I.
>
> I've tried all this with and without a VPN. I have IPv6 set up and
> working. I built gnunet manually from git, and still no luck. Any help
> would be greatly appreciated.
>
> Thanks.
>
2025-04-16T16:40:37.102395+0100 util-service-20493 WARNING `bind' failed for `/tmp/gnunet-gnunet-runtime//gnunet-service-arm.sock': address already in use
2025-04-16T16:40:37.102442+0100 arm-20493 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:40:37.102451+0100 arm-20493 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.376568+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-vpn.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.376639+0100 arm-22175 WARNING Unable to bind listening socket for service `vpn' to address `/tmp/gnunet-system-runtime//gnunet-service-vpn.sock': Permission denied
2025-04-16T16:50:25.376722+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-transport.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.376784+0100 arm-22175 WARNING Unable to bind listening socket for service `transport' to address `/tmp/gnunet-system-runtime//gnunet-service-transport.sock': Permission denied
2025-04-16T16:50:25.376847+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-statistics.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.376907+0100 arm-22175 WARNING Unable to bind listening socket for service `statistics' to address `/tmp/gnunet-system-runtime//gnunet-service-statistics.sock': Permission denied
2025-04-16T16:50:25.376965+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-setu.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.377010+0100 arm-22175 WARNING Unable to bind listening socket for service `setu' to address `/tmp/gnunet-system-runtime//gnunet-service-setu.sock': Permission denied
2025-04-16T16:50:25.377053+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-seti.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.377095+0100 arm-22175 WARNING Unable to bind listening socket for service `seti' to address `/tmp/gnunet-system-runtime//gnunet-service-seti.sock': Permission denied
2025-04-16T16:50:25.377137+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-set.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.377189+0100 arm-22175 WARNING Unable to bind listening socket for service `set' to address `/tmp/gnunet-system-runtime//gnunet-service-set.sock': Permission denied
2025-04-16T16:50:25.377228+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-scalarproduct-bob.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.377268+0100 arm-22175 WARNING Unable to bind listening socket for service `scalarproduct-bob' to address `/tmp/gnunet-system-runtime//gnunet-service-scalarproduct-bob.sock': Permission denied
2025-04-16T16:50:25.377303+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-scalarproduct-alice.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.377341+0100 arm-22175 WARNING Unable to bind listening socket for service `scalarproduct-alice' to address `/tmp/gnunet-system-runtime//gnunet-service-scalarproduct-alice.sock': Permission denied
2025-04-16T16:50:25.377374+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.377410+0100 arm-22175 WARNING Unable to bind listening socket for service `rps' to address `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': Address already in use
2025-04-16T16:50:25.377443+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.377496+0100 arm-22175 WARNING Unable to bind listening socket for service `revocation' to address `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock': Permission denied
2025-04-16T16:50:25.377598+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-resolver.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.377656+0100 arm-22175 WARNING Unable to bind listening socket for service `resolver' to address `/tmp/gnunet-system-runtime//gnunet-service-resolver.sock': Permission denied
2025-04-16T16:50:25.377714+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-regex.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.377777+0100 arm-22175 WARNING Unable to bind listening socket for service `regex' to address `/tmp/gnunet-system-runtime//gnunet-service-regex.sock': Permission denied
2025-04-16T16:50:25.377889+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.377930+0100 arm-22175 WARNING Unable to bind listening socket for service `peerstore' to address `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock': Permission denied
2025-04-16T16:50:25.377964+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.378000+0100 arm-22175 WARNING Unable to bind listening socket for service `nse' to address `/tmp/gnunet-system-runtime//gnunet-service-nse.sock': Permission denied
2025-04-16T16:50:25.378034+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nat.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.378069+0100 arm-22175 WARNING Unable to bind listening socket for service `nat' to address `/tmp/gnunet-system-runtime//gnunet-service-nat.sock': Permission denied
2025-04-16T16:50:25.378103+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nat-auto.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.378137+0100 arm-22175 WARNING Unable to bind listening socket for service `nat-auto' to address `/tmp/gnunet-system-runtime//gnunet-service-nat-auto.sock': Permission denied
2025-04-16T16:50:25.378255+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-namecache.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.378295+0100 arm-22175 WARNING Unable to bind listening socket for service `namecache' to address `/tmp/gnunet-system-runtime//gnunet-service-namecache.sock': Permission denied
2025-04-16T16:50:25.378479+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.378518+0100 arm-22175 WARNING Unable to bind listening socket for service `gns' to address `/tmp/gnunet-system-runtime//gnunet-service-gns.sock': Permission denied
2025-04-16T16:50:25.378625+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dns.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.378663+0100 arm-22175 WARNING Unable to bind listening socket for service `dns' to address `/tmp/gnunet-system-runtime//gnunet-service-dns.sock': Permission denied
2025-04-16T16:50:25.378699+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.378736+0100 arm-22175 WARNING Unable to bind listening socket for service `dht' to address `/tmp/gnunet-system-runtime//gnunet-service-dht.sock': Permission denied
2025-04-16T16:50:25.378778+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-datastore.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.378814+0100 arm-22175 WARNING Unable to bind listening socket for service `datastore' to address `/tmp/gnunet-system-runtime//gnunet-service-datastore.sock': Permission denied
2025-04-16T16:50:25.378848+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-core.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.378885+0100 arm-22175 WARNING Unable to bind listening socket for service `core' to address `/tmp/gnunet-system-runtime//gnunet-service-core.sock': Permission denied
2025-04-16T16:50:25.378921+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-conversation.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.378957+0100 arm-22175 WARNING Unable to bind listening socket for service `conversation' to address `/tmp/gnunet-system-runtime//gnunet-service-conversation.sock': Permission denied
2025-04-16T16:50:25.378992+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-consensus.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.379027+0100 arm-22175 WARNING Unable to bind listening socket for service `consensus' to address `/tmp/gnunet-system-runtime//gnunet-service-consensus.sock': Permission denied
2025-04-16T16:50:25.379065+0100 arm-22175 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/service/arm/gnunet-service-arm.c:456 with error: Permission denied
2025-04-16T16:50:25.379101+0100 arm-22175 WARNING Unable to bind listening socket for service `cadet' to address `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock': Permission denied
2025-04-16T16:50:25.386882+0100 peerstore-22184 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.387012+0100 util-service-22184 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.387029+0100 peerstore-22184 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.387036+0100 peerstore-22184 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.389408+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 1 ms
2025-04-16T16:50:25.391170+0100 nse-22183 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.391272+0100 util-service-22183 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.391290+0100 nse-22183 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.391299+0100 nse-22183 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.391747+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 1 ms
2025-04-16T16:50:25.392372+0100 cadet-22178 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.392468+0100 util-service-22178 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.392484+0100 cadet-22178 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.392493+0100 cadet-22178 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.392861+0100 transport-22190 INFO Bound to `0.0.0.0:2086' sock 0x62124030f020
2025-04-16T16:50:25.392899+0100 transport-22190 INFO Bound to `[::]:2086' sock 0x62124030e810
2025-04-16T16:50:25.393105+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 1 ms
2025-04-16T16:50:25.393543+0100 gns-22181 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.393635+0100 util-service-22181 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.393651+0100 gns-22181 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.393660+0100 gns-22181 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.393687+0100 dht-22179 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.393807+0100 util-service-22179 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.393824+0100 dht-22179 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.393832+0100 dht-22179 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.397201+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 1 ms
2025-04-16T16:50:25.397239+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 1 ms
2025-04-16T16:50:25.398104+0100 revocation-22186 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.398185+0100 peerstore-22192 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.398234+0100 util-service-22186 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.398255+0100 revocation-22186 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.398267+0100 revocation-22186 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.398290+0100 util-service-22192 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.398307+0100 peerstore-22192 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.398315+0100 peerstore-22192 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.398816+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 2 ms
2025-04-16T16:50:25.398854+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 1 ms
2025-04-16T16:50:25.400348+0100 rps-22187 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.400445+0100 util-service-22187 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:25.400459+0100 rps-22187 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:25.400468+0100 rps-22187 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.401440+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 1 ms
2025-04-16T16:50:25.403159+0100 nse-22193 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.403263+0100 util-service-22193 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.403290+0100 nse-22193 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.403301+0100 nse-22193 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.403746+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 2 ms
2025-04-16T16:50:25.406451+0100 gns-22201 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.406550+0100 util-service-22201 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.406567+0100 gns-22201 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.406575+0100 gns-22201 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.407024+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 2 ms
2025-04-16T16:50:25.407564+0100 cadet-22198 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.407651+0100 util-service-22198 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.407671+0100 cadet-22198 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.407678+0100 cadet-22198 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.407970+0100 dht-22200 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.408071+0100 util-service-22200 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.408091+0100 dht-22200 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.408099+0100 dht-22200 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.408166+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 2 ms
2025-04-16T16:50:25.408610+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 2 ms
2025-04-16T16:50:25.409494+0100 revocation-22202 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.409579+0100 util-service-22202 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.409593+0100 revocation-22202 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.409599+0100 revocation-22202 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.409995+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 2 ms
2025-04-16T16:50:25.410116+0100 peerstore-22203 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.410224+0100 util-service-22203 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.410243+0100 peerstore-22203 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.410253+0100 peerstore-22203 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.410490+0100 rps-22204 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.410580+0100 util-service-22204 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:25.410599+0100 rps-22204 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:25.410616+0100 rps-22204 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.410660+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 4 ms
2025-04-16T16:50:25.411130+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 2 ms
2025-04-16T16:50:25.411318+0100 nse-22205 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.411385+0100 util-service-22205 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.411396+0100 nse-22205 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.411401+0100 nse-22205 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.411697+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 4 ms
2025-04-16T16:50:25.415471+0100 gns-22206 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.415569+0100 util-service-22206 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.415583+0100 gns-22206 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.415590+0100 gns-22206 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.416288+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 4 ms
2025-04-16T16:50:25.417477+0100 cadet-22207 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.417576+0100 util-service-22207 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.417609+0100 cadet-22207 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.417618+0100 cadet-22207 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.418120+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 4 ms
2025-04-16T16:50:25.419349+0100 revocation-22209 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.419435+0100 util-service-22209 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.419452+0100 revocation-22209 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.419460+0100 revocation-22209 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.419497+0100 dht-22208 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.419579+0100 util-service-22208 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.419596+0100 dht-22208 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.419603+0100 dht-22208 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.419854+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 4 ms
2025-04-16T16:50:25.420078+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 4 ms
2025-04-16T16:50:25.420848+0100 peerstore-22213 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.420942+0100 util-service-22213 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.420953+0100 peerstore-22213 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.420958+0100 peerstore-22213 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.421217+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 8 ms
2025-04-16T16:50:25.421420+0100 rps-22210 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.421498+0100 util-service-22210 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:25.421514+0100 rps-22210 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:25.421525+0100 rps-22210 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.421993+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 4 ms
2025-04-16T16:50:25.422602+0100 nse-22214 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.422672+0100 util-service-22214 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.422683+0100 nse-22214 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.422688+0100 nse-22214 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.422974+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 8 ms
2025-04-16T16:50:25.425373+0100 gns-22215 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.425441+0100 util-service-22215 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.425451+0100 gns-22215 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.425455+0100 gns-22215 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.425726+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 8 ms
2025-04-16T16:50:25.427217+0100 cadet-22216 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.427281+0100 util-service-22216 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.427291+0100 cadet-22216 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.427295+0100 cadet-22216 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.427576+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 8 ms
2025-04-16T16:50:25.428328+0100 revocation-22217 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.428397+0100 util-service-22217 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.428411+0100 revocation-22217 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.428417+0100 revocation-22217 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.428748+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 8 ms
2025-04-16T16:50:25.429852+0100 dht-22218 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.429922+0100 util-service-22218 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.429945+0100 dht-22218 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.429950+0100 dht-22218 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.430236+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 8 ms
2025-04-16T16:50:25.430678+0100 rps-22219 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.430734+0100 util-service-22219 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:25.430748+0100 rps-22219 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:25.430754+0100 rps-22219 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.431050+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 8 ms
2025-04-16T16:50:25.432987+0100 peerstore-22220 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.433048+0100 util-service-22220 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.433058+0100 peerstore-22220 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.433062+0100 peerstore-22220 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.433361+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 16 ms
2025-04-16T16:50:25.434923+0100 nse-22221 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.434981+0100 util-service-22221 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.434991+0100 nse-22221 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.434995+0100 nse-22221 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.435244+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 16 ms
2025-04-16T16:50:25.438007+0100 gns-22222 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.438071+0100 util-service-22222 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.438080+0100 gns-22222 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.438084+0100 gns-22222 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.438439+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 16 ms
2025-04-16T16:50:25.440331+0100 cadet-22223 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.440405+0100 util-service-22223 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.440416+0100 cadet-22223 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.440420+0100 cadet-22223 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.440733+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 16 ms
2025-04-16T16:50:25.440994+0100 revocation-22224 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.441087+0100 util-service-22224 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.441098+0100 revocation-22224 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.441103+0100 revocation-22224 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.441440+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 16 ms
2025-04-16T16:50:25.443603+0100 dht-22225 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.443663+0100 util-service-22225 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.443672+0100 dht-22225 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.443677+0100 dht-22225 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.443790+0100 rps-22226 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.443845+0100 util-service-22226 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:25.443855+0100 rps-22226 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:25.443860+0100 rps-22226 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.443993+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 16 ms
2025-04-16T16:50:25.444103+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 16 ms
2025-04-16T16:50:25.453267+0100 peerstore-22227 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.453332+0100 util-service-22227 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.453342+0100 peerstore-22227 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.453347+0100 peerstore-22227 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.453620+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 32 ms
2025-04-16T16:50:25.455413+0100 nse-22228 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.455474+0100 util-service-22228 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.455484+0100 nse-22228 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.455489+0100 nse-22228 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.455780+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 32 ms
2025-04-16T16:50:25.458899+0100 gns-22229 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.458965+0100 util-service-22229 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.458975+0100 gns-22229 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.458979+0100 gns-22229 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.459314+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 32 ms
2025-04-16T16:50:25.461344+0100 cadet-22230 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.461409+0100 util-service-22230 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.461419+0100 cadet-22230 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.461424+0100 cadet-22230 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.461549+0100 revocation-22231 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.461605+0100 util-service-22231 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.461615+0100 revocation-22231 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.461619+0100 revocation-22231 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.461712+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 32 ms
2025-04-16T16:50:25.461865+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 32 ms
2025-04-16T16:50:25.464889+0100 rps-22233 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.464947+0100 util-service-22233 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:25.464957+0100 rps-22233 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:25.464962+0100 rps-22233 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.465131+0100 dht-22232 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.465199+0100 util-service-22232 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.465209+0100 dht-22232 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.465214+0100 dht-22232 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.465227+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 32 ms
2025-04-16T16:50:25.465517+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 32 ms
2025-04-16T16:50:25.489707+0100 peerstore-22234 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.489769+0100 util-service-22234 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.489778+0100 peerstore-22234 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.489783+0100 peerstore-22234 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.490046+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 64 ms
2025-04-16T16:50:25.491878+0100 nse-22235 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.491937+0100 util-service-22235 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.491946+0100 nse-22235 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.491950+0100 nse-22235 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.492223+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 64 ms
2025-04-16T16:50:25.495526+0100 gns-22236 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.495602+0100 util-service-22236 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.495612+0100 gns-22236 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.495616+0100 gns-22236 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.495905+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 64 ms
2025-04-16T16:50:25.497909+0100 revocation-22238 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.497971+0100 util-service-22238 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.497981+0100 revocation-22238 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.497985+0100 revocation-22238 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.498115+0100 cadet-22237 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.498187+0100 util-service-22237 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.498200+0100 cadet-22237 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.498205+0100 cadet-22237 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.498305+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 64 ms
2025-04-16T16:50:25.498470+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 64 ms
2025-04-16T16:50:25.501807+0100 rps-22239 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.501867+0100 util-service-22239 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:25.501877+0100 rps-22239 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:25.501882+0100 rps-22239 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.502170+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 64 ms
2025-04-16T16:50:25.502531+0100 dht-22240 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.502588+0100 util-service-22240 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.502598+0100 dht-22240 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.502603+0100 dht-22240 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.502860+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 64 ms
2025-04-16T16:50:25.560758+0100 peerstore-22241 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.560872+0100 util-service-22241 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.560889+0100 peerstore-22241 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.560896+0100 peerstore-22241 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.561355+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 128 ms
2025-04-16T16:50:25.563139+0100 nse-22242 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.563249+0100 util-service-22242 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.563266+0100 nse-22242 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.563274+0100 nse-22242 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.563691+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 128 ms
2025-04-16T16:50:25.567723+0100 gns-22243 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.567873+0100 util-service-22243 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.567897+0100 gns-22243 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.567907+0100 gns-22243 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.568521+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 128 ms
2025-04-16T16:50:25.569410+0100 revocation-22244 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.569522+0100 util-service-22244 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.569539+0100 revocation-22244 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.569546+0100 revocation-22244 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.569976+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 128 ms
2025-04-16T16:50:25.570733+0100 cadet-22245 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.570842+0100 util-service-22245 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.570859+0100 cadet-22245 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.570867+0100 cadet-22245 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.571304+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 128 ms
2025-04-16T16:50:25.578078+0100 rps-22246 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.578225+0100 util-service-22246 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:25.578256+0100 rps-22246 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:25.578271+0100 rps-22246 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.578926+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 128 ms
2025-04-16T16:50:25.579492+0100 dht-22247 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.579597+0100 util-service-22247 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.579613+0100 dht-22247 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.579621+0100 dht-22247 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.580103+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 128 ms
2025-04-16T16:50:25.704455+0100 peerstore-22248 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.704738+0100 util-service-22248 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.704780+0100 peerstore-22248 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.704797+0100 peerstore-22248 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.705845+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 256 ms
2025-04-16T16:50:25.708951+0100 nse-22249 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.709325+0100 util-service-22249 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.709399+0100 nse-22249 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.709433+0100 nse-22249 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.710582+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 256 ms
2025-04-16T16:50:25.715025+0100 revocation-22251 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.715290+0100 util-service-22251 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.715338+0100 revocation-22251 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.715356+0100 revocation-22251 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.716418+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 256 ms
2025-04-16T16:50:25.723986+0100 gns-22250 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.724361+0100 util-service-22250 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.724437+0100 gns-22250 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.724464+0100 gns-22250 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.725902+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 256 ms
2025-04-16T16:50:25.727055+0100 cadet-22252 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.727233+0100 util-service-22252 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.727265+0100 cadet-22252 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.727278+0100 cadet-22252 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.727991+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 256 ms
2025-04-16T16:50:25.732627+0100 rps-22253 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.732794+0100 util-service-22253 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:25.732825+0100 rps-22253 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:25.732858+0100 rps-22253 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.733669+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 256 ms
2025-04-16T16:50:25.734304+0100 dht-22254 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.734425+0100 util-service-22254 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.734446+0100 dht-22254 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.734455+0100 dht-22254 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.735035+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 256 ms
2025-04-16T16:50:25.972100+0100 peerstore-22255 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.972198+0100 util-service-22255 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.972212+0100 peerstore-22255 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.972218+0100 peerstore-22255 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.972535+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 512 ms
2025-04-16T16:50:25.973687+0100 nse-22256 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.973769+0100 util-service-22256 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.973783+0100 nse-22256 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.973789+0100 nse-22256 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.974158+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 512 ms
2025-04-16T16:50:25.978173+0100 revocation-22257 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.978273+0100 util-service-22257 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.978288+0100 revocation-22257 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.978295+0100 revocation-22257 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.978695+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 512 ms
2025-04-16T16:50:25.989882+0100 gns-22258 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.990002+0100 util-service-22258 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.990020+0100 gns-22258 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.990028+0100 gns-22258 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.990519+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 512 ms
2025-04-16T16:50:25.992440+0100 cadet-22259 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.992551+0100 util-service-22259 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:25.992579+0100 cadet-22259 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:25.992587+0100 cadet-22259 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.993109+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 512 ms
2025-04-16T16:50:25.998687+0100 rps-22260 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:25.998811+0100 util-service-22260 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:25.998830+0100 rps-22260 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:25.998840+0100 rps-22260 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:25.999444+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 512 ms
2025-04-16T16:50:26.000863+0100 dht-22261 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:26.001111+0100 util-service-22261 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:26.001145+0100 dht-22261 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:26.001182+0100 dht-22261 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:26.001746+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 512 ms
2025-04-16T16:50:26.499746+0100 peerstore-22262 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:26.499946+0100 util-service-22262 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:26.499978+0100 peerstore-22262 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:26.499991+0100 peerstore-22262 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:26.500126+0100 nse-22263 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:26.500329+0100 util-service-22263 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:26.500359+0100 nse-22263 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:26.500372+0100 nse-22263 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:26.500744+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 1024 ms
2025-04-16T16:50:26.501053+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 1024 ms
2025-04-16T16:50:26.504979+0100 revocation-22264 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:26.505195+0100 util-service-22264 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:26.505233+0100 revocation-22264 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:26.505247+0100 revocation-22264 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:26.506351+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 1024 ms
2025-04-16T16:50:26.518512+0100 gns-22265 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:26.518663+0100 util-service-22265 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:26.518697+0100 gns-22265 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:26.518708+0100 gns-22265 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:26.518852+0100 cadet-22266 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:26.518987+0100 util-service-22266 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:26.519010+0100 cadet-22266 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:26.519020+0100 cadet-22266 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:26.519399+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 1024 ms
2025-04-16T16:50:26.519667+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 1024 ms
2025-04-16T16:50:26.523046+0100 rps-22267 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:26.523187+0100 util-service-22267 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:26.523213+0100 rps-22267 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:26.523225+0100 rps-22267 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:26.523815+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 1024 ms
2025-04-16T16:50:26.526785+0100 dht-22268 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:26.526979+0100 util-service-22268 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:26.527016+0100 dht-22268 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:26.527030+0100 dht-22268 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:26.527812+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 1024 ms
2025-04-16T16:50:27.532711+0100 peerstore-22270 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:27.532792+0100 util-service-22270 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:27.532803+0100 peerstore-22270 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:27.532808+0100 peerstore-22270 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:27.532803+0100 nse-22269 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:27.532867+0100 util-service-22269 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:27.532878+0100 nse-22269 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:27.532883+0100 nse-22269 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:27.533124+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 2048 ms
2025-04-16T16:50:27.533171+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 2048 ms
2025-04-16T16:50:27.535358+0100 revocation-22271 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:27.535437+0100 util-service-22271 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:27.535449+0100 revocation-22271 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:27.535454+0100 revocation-22271 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:27.535758+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 2048 ms
2025-04-16T16:50:27.549994+0100 gns-22272 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:27.550104+0100 util-service-22272 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:27.550120+0100 gns-22272 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:27.550127+0100 gns-22272 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:27.550580+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 2048 ms
2025-04-16T16:50:27.550650+0100 cadet-22273 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:27.550740+0100 util-service-22273 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:27.550756+0100 cadet-22273 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:27.550763+0100 cadet-22273 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:27.551210+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 2048 ms
2025-04-16T16:50:27.557942+0100 rps-22274 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:27.558078+0100 util-service-22274 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:27.558100+0100 rps-22274 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:27.558112+0100 rps-22274 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:27.558794+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 2048 ms
2025-04-16T16:50:27.559441+0100 dht-22275 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:27.559536+0100 util-service-22275 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:27.559551+0100 dht-22275 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:27.559558+0100 dht-22275 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:27.560033+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 2048 ms
2025-04-16T16:50:29.593112+0100 peerstore-22289 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:29.593311+0100 util-service-22289 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:29.593331+0100 peerstore-22289 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:29.593339+0100 peerstore-22289 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:29.593593+0100 nse-22288 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:29.593703+0100 util-service-22288 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:29.593731+0100 nse-22288 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:29.593739+0100 nse-22288 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:29.593803+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 4096 ms
2025-04-16T16:50:29.594283+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 4096 ms
2025-04-16T16:50:29.596522+0100 revocation-22290 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:29.596654+0100 util-service-22290 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:29.596674+0100 revocation-22290 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:29.596684+0100 revocation-22290 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:29.597261+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 4096 ms
2025-04-16T16:50:29.605645+0100 gns-22291 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:29.605752+0100 util-service-22291 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:29.605765+0100 gns-22291 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:29.605770+0100 gns-22291 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:29.606173+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 4096 ms
2025-04-16T16:50:29.606145+0100 cadet-22292 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:29.606251+0100 util-service-22292 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:29.606265+0100 cadet-22292 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:29.606272+0100 cadet-22292 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:29.606687+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 4096 ms
2025-04-16T16:50:29.612166+0100 rps-22293 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:29.612243+0100 util-service-22293 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:29.612254+0100 rps-22293 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:29.612260+0100 rps-22293 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:29.612610+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 4096 ms
2025-04-16T16:50:29.613685+0100 dht-22294 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:29.613752+0100 util-service-22294 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:29.613762+0100 dht-22294 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:29.613767+0100 dht-22294 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:29.614096+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 4096 ms
2025-04-16T16:50:33.703774+0100 peerstore-22298 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:33.703870+0100 util-service-22298 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:33.703882+0100 peerstore-22298 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:33.703888+0100 peerstore-22298 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:33.703892+0100 nse-22297 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:33.703960+0100 util-service-22297 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:33.703972+0100 nse-22297 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:33.703977+0100 nse-22297 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:33.704285+0100 revocation-22299 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:33.704359+0100 util-service-22299 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:33.704371+0100 revocation-22299 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:33.704376+0100 revocation-22299 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:33.704419+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 8 s
2025-04-16T16:50:33.704444+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 8 s
2025-04-16T16:50:33.704704+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 8 s
2025-04-16T16:50:33.709285+0100 gns-22301 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:33.709318+0100 cadet-22300 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:33.709360+0100 util-service-22301 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:33.709371+0100 gns-22301 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:33.709376+0100 gns-22301 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:33.709387+0100 util-service-22300 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:33.709399+0100 cadet-22300 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:33.709404+0100 cadet-22300 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:33.709706+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 8 s
2025-04-16T16:50:33.709734+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 8 s
2025-04-16T16:50:33.713763+0100 rps-22302 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:33.713836+0100 util-service-22302 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:33.713848+0100 rps-22302 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:33.713854+0100 rps-22302 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:33.714196+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 8 s
2025-04-16T16:50:33.715659+0100 dht-22303 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:33.715729+0100 util-service-22303 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:33.715740+0100 dht-22303 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:33.715745+0100 dht-22303 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:33.716083+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 8 s
2025-04-16T16:50:41.915203+0100 peerstore-22313 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:41.915299+0100 util-service-22313 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:41.915312+0100 peerstore-22313 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:41.915318+0100 peerstore-22313 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:41.915657+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 16 s
2025-04-16T16:50:41.917699+0100 nse-22312 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:41.917800+0100 util-service-22312 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:41.917819+0100 nse-22312 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:41.917828+0100 nse-22312 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:41.918346+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 16 s
2025-04-16T16:50:41.918552+0100 gns-22311 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:41.918652+0100 util-service-22311 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:41.918669+0100 gns-22311 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:41.918677+0100 gns-22311 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:41.918667+0100 revocation-22314 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:41.918724+0100 cadet-22310 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:41.918766+0100 util-service-22314 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:41.918787+0100 revocation-22314 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:41.918798+0100 revocation-22314 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:41.918825+0100 util-service-22310 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:41.918843+0100 cadet-22310 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:41.918851+0100 cadet-22310 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:41.919166+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 16 s
2025-04-16T16:50:41.919239+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 16 s
2025-04-16T16:50:41.919379+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 16 s
2025-04-16T16:50:41.919478+0100 rps-22315 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:41.919550+0100 util-service-22315 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:41.919563+0100 rps-22315 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:41.919569+0100 rps-22315 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:41.919937+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 16 s
2025-04-16T16:50:41.920034+0100 dht-22316 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:41.920103+0100 util-service-22316 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:41.920115+0100 dht-22316 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:41.920120+0100 dht-22316 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:41.920507+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 16 s
2025-04-16T16:50:58.337709+0100 nse-22335 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:58.338023+0100 util-service-22335 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:58.338077+0100 nse-22335 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:58.338099+0100 nse-22335 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:58.339317+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 32 s
2025-04-16T16:50:58.345565+0100 peerstore-22336 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:58.345943+0100 util-service-22336 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:58.346014+0100 peerstore-22336 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:58.346048+0100 peerstore-22336 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:58.347513+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 32 s
2025-04-16T16:50:58.348293+0100 cadet-22332 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:58.348575+0100 util-service-22332 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:58.348629+0100 cadet-22332 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:58.348652+0100 cadet-22332 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:58.348691+0100 gns-22334 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:58.348962+0100 revocation-22337 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:58.349102+0100 util-service-22334 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:58.349219+0100 gns-22334 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:58.349278+0100 gns-22334 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:58.349381+0100 util-service-22337 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:58.349450+0100 revocation-22337 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:58.349478+0100 revocation-22337 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:58.349792+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 32 s
2025-04-16T16:50:58.350518+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 32 s
2025-04-16T16:50:58.350583+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 32 s
2025-04-16T16:50:58.350675+0100 dht-22333 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:58.350895+0100 util-service-22333 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:50:58.350934+0100 dht-22333 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:50:58.350952+0100 dht-22333 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:58.351349+0100 rps-22338 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:50:58.351576+0100 util-service-22338 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:50:58.351621+0100 rps-22338 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:50:58.351649+0100 rps-22338 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:50:58.352141+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 32 s
2025-04-16T16:50:58.352697+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 32 s
2025-04-16T16:51:25.406575+0100 fs-22180 ERROR Request 0x5edf3164d8e0 of type 100 at head of datastore queue for more than 1 m
2025-04-16T16:51:31.167892+0100 peerstore-22386 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:51:31.168178+0100 util-service-22386 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:51:31.168220+0100 peerstore-22386 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:51:31.168237+0100 peerstore-22386 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:51:31.168410+0100 nse-22385 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:51:31.168589+0100 util-service-22385 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:51:31.168619+0100 nse-22385 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:51:31.168633+0100 nse-22385 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:51:31.169169+0100 cadet-22382 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-cadet.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:51:31.169216+0100 arm-22175 WARNING Service `peerstore' terminated with status exit/255, will restart in 65 s
2025-04-16T16:51:31.169356+0100 util-service-22382 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:51:31.169393+0100 cadet-22382 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:51:31.169412+0100 cadet-22382 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:51:31.169457+0100 arm-22175 WARNING Service `nse' terminated with status exit/255, will restart in 65 s
2025-04-16T16:51:31.170077+0100 arm-22175 WARNING Service `cadet' terminated with status exit/255, will restart in 65 s
2025-04-16T16:51:31.170093+0100 gns-22384 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:51:31.170295+0100 util-service-22384 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:51:31.170327+0100 gns-22384 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:51:31.170342+0100 gns-22384 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:51:31.171008+0100 dht-22383 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:51:31.171139+0100 revocation-22387 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revoca2025-04-16T16:51:31.171205+0100 util-service-22383 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission tion.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
denied
2025-04-16T16:51:31.171207+0100 arm-22175 WARNING Service `gns' terminated with status exit/255, will restart in 65 s
2025-04-16T16:51:31.171244+0100 dht-22383 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:51:31.171266+0100 dht-22383 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:51:31.171332+0100 util-service-22387 ERROR `bind' failed at ../src/lib/util/service.c:1420 with error: Permission denied
2025-04-16T16:51:31.171362+0100 revocation-22387 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Success
2025-04-16T16:51:31.171375+0100 revocation-22387 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:51:31.172202+0100 arm-22175 WARNING Service `dht' terminated with status exit/255, will restart in 65 s
2025-04-16T16:51:31.172262+0100 arm-22175 WARNING Service `revocation' terminated with status exit/255, will restart in 65 s
2025-04-16T16:51:31.173099+0100 rps-22388 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-rps.sock' at ../src/lib/util/service.c:1148 with error: Permission denied
2025-04-16T16:51:31.173289+0100 util-service-22388 WARNING `bind' failed for `/tmp/gnunet-system-runtime//gnunet-service-rps.sock': address already in use
2025-04-16T16:51:31.173318+0100 rps-22388 ERROR `bind' failed at ../src/lib/util/service.c:1581 with error: Address already in use
2025-04-16T16:51:31.173334+0100 rps-22388 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
2025-04-16T16:51:31.174142+0100 arm-22175 WARNING Service `rps' terminated with status exit/255, will restart in 65 s
2025-04-16T16:52:25.411874+0100 fs-22180 ERROR Request 0x5edf3164d8e0 of type 100 at head of datastore queue for more than 1 m
  • Setup help gizmonatic--- via Peer-to-Peer networking with GNUnet
    • Re: Setup help madmurphy

Reply via email to