---------- Forwarded message ---------
From:
Vikas Maurya <address@hidden>Date: Mon, Feb 3, 2020 at 4:09 PM
Subject: Re: no peer visible
To: Schanzenbach, Martin <
address@hidden>
Hi,
This is common sequence of errors in the log file. I have also attached log file for your reference. one more thing to mention when I run sudo ss -ntlp, I see that gnunet-service is already listening on port 2086, even before running gnunet-arm -s . Is this a common behaviour? because one of the error in log file says port already in used
$ sudo ss -ntlp
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 5
0.0.0.0:2086 0.0.0.0:* users:(("gnunet-service-",pid=2144,fd=12))
LISTEN 0 80
127.0.0.1:3306 0.0.0.0:* users:(("mysqld",pid=1783,fd=21))
LISTEN 0 128 127.0.0.53%lo:53 0.0.0.0:* users:(("systemd-resolve",pid=891,fd=13))
LISTEN 0 5
127.0.0.1:631 0.0.0.0:* users:(("cupsd",pid=12959,fd=7))
LISTEN 0 5 [::]:2086 [::]:* users:(("gnunet-service-",pid=2144,fd=11))
LISTEN 0 5 [::1]:631 [::]:* users:(("cupsd",pid=12959,fd=6))
logfile output.
<snip>
60 Feb 03 16:00:25-207988 revocation-22631 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at service.c:1140 with error: Permission denied
61 Feb 03 16:00:25-208096 nse-22642 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
62 Feb 03 16:00:25-208239 util-service-22631 ERROR `bind' failed at service.c:1405 with error: Permission denied
63 Feb 03 16:00:25-208281 revocation-22631 ERROR `bind' failed at service.c:1558 with error: Success
64 Feb 03 16:00:25-208304 revocation-22631 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
65 Feb 03 16:00:25-208924 arm-22628 WARNING Service `nse' terminated with status exit/255, will restart in 4 ms
66 Feb 03 16:00:25-209153 arm-22628 WARNING Service `revocation' terminated with status exit/255, will restart in 1 ms
67 Feb 03 16:00:25-215409 gns-22632 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at service.c:1140 with error: Permission denied
68 Feb 03 16:00:25-215592 util-service-22632 ERROR `bind' failed at service.c:1405 with error: Permission denied
69 Feb 03 16:00:25-215627 gns-22632 ERROR `bind' failed at service.c:1558 with error: Success
70 Feb 03 16:00:25-215648 gns-22632 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
71 Feb 03 16:00:25-216175 revocation-22643 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at service.c:1140 with error: Permission denied
72 Feb 03 16:00:25-216303 util-service-22643 ERROR `bind' failed at service.c:1405 with error: Permission denied
73 Feb 03 16:00:25-216337 revocation-22643 ERROR `bind' failed at service.c:1558 with error: Success
74 Feb 03 16:00:25-216358 revocation-22643 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
75 Feb 03 16:00:25-216345 arm-22628 WARNING Service `gns' terminated with status exit/255, will restart in 1 ms
76 Feb 03 16:00:25-216747 arm-22628 WARNING Service `revocation' terminated with status exit/255, will restart in 2 ms
77 Feb 03 16:00:25-219790 nse-22644 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nse.sock' at service.c:1140 with error: Permission denied
78 Feb 03 16:00:25-219925 util-service-22644 ERROR `bind' failed at service.c:1405 with error: Permission denied
79 Feb 03 16:00:25-219951 nse-22644 ERROR `bind' failed at service.c:1558 with error: Success
80 Feb 03 16:00:25-219977 nse-22644 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
81 Feb 03 16:00:25-220458 arm-22628 WARNING Service `nse' terminated with status exit/255, will restart in 8 ms
82 Feb 03 16:00:25-222676 gns-22645 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-gns.sock' at service.c:1140 with error: Permission denied
83 Feb 03 16:00:25-222770 util-service-22645 ERROR `bind' failed at service.c:1405 with error: Permission denied
84 Feb 03 16:00:25-222786 gns-22645 ERROR `bind' failed at service.c:1558 with error: Success
85 Feb 03 16:00:25-222795 gns-22645 ERROR Could not bind to any of the ports I was supposed to, refusing to run!
86 Feb 03 16:00:25-222919 revocation-22646 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-revocation.sock' at service.c:1140 with error: Permission denied
87 Feb 03 16:00:25-223009 util-service-22646 ERROR `bind' failed at service.c:1405 with error: Permission denied
88 Feb 03 16:00:25-223025 revocation-22646 ERROR `bind' failed at service.c:1558 with error: Success
<snip>