Hi,
I followed all the steps to completion.but I am still not able to run the services and logfile shows the same error messages.
<snip>
$ gnunet-arm -I
Services (excluding stopped services):
(started: 5 / failed: 6 / stopped: 31)
gns (binary='gnunet-service-gns', status=failed, exit_status=255, restart_delay='183 ms')
zonemaster (binary='gnunet-service-zonemaster', status=started)
zonemaster-monitor (binary='gnunet-service-zonemaster-monitor', status=started)
nse (binary='gnunet-service-nse', status=failed, exit_status=255, restart_delay='218 ms')
fs (binary='gnunet-service-fs', status=failed, exit_status=255, restart_delay='223 ms')
cadet (binary='gnunet-service-cadet', status=failed, exit_status=255, restart_delay='225 ms')
revocation (binary='gnunet-service-revocation', status=failed, exit_status=255, restart_delay='206 ms')
topology (binary='gnunet-daemon-topology', status=started)
dht (binary='gnunet-service-dht', status=failed, exit_status=255, restart_delay='184 ms')
hostlist (binary='gnunet-daemon-hostlist', status=started)
namestore (binary='gnunet-service-namestore', status=started)
<snip>
<snip>
1 Feb 03 19:47:57-490752 arm-8968 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dns.sock' at gnunet-service-arm.c:467 with error: Permission denied
2 Feb 03 19:47:57-491004 arm-8968 WARNING Unable to bind listening socket for service `dns' to address `/tmp/gnunet-system-runtime//gnunet-service-dns.sock': Address already in use
3 Feb 03 19:47:57-491240 arm-8968 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock' at gnunet-service-arm.c:467 with error: Permission denied
4 Feb 03 19:47:57-491289 arm-8968 WARNING Unable to bind listening socket for service `peerstore' to address `/tmp/gnunet-system-runtime//gnunet-service-peerstore.sock': Permission denied
5 Feb 03 19:47:57-491340 arm-8968 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-set.sock' at gnunet-service-arm.c:467 with error: Permission denied
6 Feb 03 19:47:57-491382 arm-8968 WARNING Unable to bind listening socket for service `set' to address `/tmp/gnunet-system-runtime//gnunet-service-set.sock': Address already in use
7 Feb 03 19:47:57-491472 arm-8968 WARNING `unlink' failed on file `/tmp/gnunet-system-runtime//gnunet-service-transport.sock' at network.c:238 with error: Permission denied
8 Feb 03 19:47:57-491502 arm-8968 WARNING `unlink' failed on file `/tmp/gnunet-system-runtime//gnunet-service-transport.sock' at network.c:238 with error: Permission denied
9 Feb 03 19:47:57-491522 arm-8968 WARNING Unable to bind listening socket for service `transport' to address `/tmp/gnunet-system-runtime//gnunet-service-transport.sock': Address alr eady in use
10 Feb 03 19:47:57-491600 arm-8968 WARNING `unlink' failed on file `/tmp/gnunet-system-runtime//gnunet-service-regex.sock' at network.c:238 with error: Permission denied
11 Feb 03 19:47:57-491620 arm-8968 WARNING `unlink' failed on file `/tmp/gnunet-system-runtime//gnunet-service-regex.sock' at network.c:238 with error: Permission denied
12 Feb 03 19:47:57-491632 arm-8968 WARNING Unable to bind listening socket for service `regex' to address `/tmp/gnunet-system-runtime//gnunet-service-regex.sock': Address already in use
13 Feb 03 19:47:57-491665 arm-8968 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-nat.sock' at gnunet-service-arm.c:467 with error: Permission denied
14 Feb 03 19:47:57-491703 arm-8968 WARNING Unable to bind listening socket for service `nat' to address `/tmp/gnunet-system-runtime//gnunet-service-nat.sock': Permission denied
15 Feb 03 19:47:57-491762 arm-8968 ERROR `mkdir' failed on file `/tmp/gnunet-system-runtime//gnunet-service-dht.sock' at gnunet-service-arm.c:467 with error: Permission denied
16 Feb 03 19:47:57-491799 arm-8968 WARNING Unable to bind listening socket for service `dht' to address `/tmp/gnunet-system-runtime//gnunet-service-dht.sock': Address already in use
17 Feb 03 19:47:57-491858 arm-8968 WARNING `unlink' failed on file `/tmp/gnunet-system-runtime//gnunet-service-conversation.sock' at network.c:238 with error: Permission denied
18 Feb 03 19:47:57-491877 arm-8968 WARNING `unlink' failed on file `/tmp/gnunet-system-runtime//gnunet-service-conversation.sock' at network.c:238 with error: Permission denied
19 Feb 03 19:47:57-491889 arm-8968 WARNING Unable to bind listening socket for service `conversation' to address `/tmp/gnunet-system-runtime//gnunet-service-conversation.sock': Addre ss already in use
20 Feb 03 19:47:57-491948 arm-8968 WARNING `unlink' failed on file `/tmp/gnunet-system-runtime//gnunet-service-namecache.sock' at network.c:238 with error: Permission denied
21 Feb 03 19:47:57-491967 arm-8968 WARNING `unlink' failed on file `/tmp/gnunet-system-runtime//gnunet-service-namecache.sock' at network.c:238 with error: Permission denied
22 Feb 03 19:47:57-491978 arm-8968 WARNING Unable to bind listening socket for service `namecache' to address `/tmp/gnunet-system-runtime//gnunet-service-namecache.sock': Address alr eady in use
23 Feb 03 19:47:57-492046 arm-8968 WARNING `unlink' failed on file `/tmp/gnunet-system-runtime//gnunet-service-statistics.sock' at network.c:238 with error: Permission denied
24 Feb 03 19:47:57-492064 arm-8968 WARNING `unlink' failed on file `/tmp/gnunet-system-runtime//gnunet-service-statistics.sock' at network.c:238 with error: Permission denied
25 Feb 03 19:47:57-492085 arm-8968 WARNING Unable to bind listening socket for service `statistics' to address `/tmp/gnunet-system-runtime//gnunet-service-statistics.sock': Address a lready in use
<snip>
Thanks,
Vikas