help-gnunet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: no peer visible


From: Vikas Maurya
Subject: Re: no peer visible
Date: Tue, 4 Feb 2020 18:59:39 +0100

I have not followed any particular steps to configure it to use postgres. But I did install Postgresql before gnunet installation as it was required to install any one of the three DB.

But as you said this is now matter of configuration files and plugins so I will read and follow gnunet reference( https://docs.gnunet.org/handbook/gnunet.html ) thoroughly and get it done.

Thank you so much for your help.

On Tue, Feb 4, 2020 at 6:46 PM Schanzenbach, Martin <address@hidden> wrote:
Did you configure GNUnet to use postgres? Usually, the default datastore plugin is sqlite.
The default transport is TCP. So it seems to me that you have created a config file?

Anyway. The services have successfully started as it seems. It is only the plugins that cause issues.
You can disable/set them in the configuration or maybe try to wipe your gnunet.conf.

But it is possible that your peer is already fully functional via the TCP transport and sqlite plugin.

BR

> On 4. Feb 2020, at 18:23, Vikas Maurya <address@hidden> wrote:
>
> yes I remember running it once as a root. Thanks it works now after deleting folder and starting gnunet again.
>
> But still not all services are working and there are some errors in logfile.
>
> <snip>
>
> $ gnunet-arm -I
> Services (excluding stopped services):
> (started: 22 / stopped: 20)
> gns (binary='gnunet-service-gns', status=started)
> datastore (binary='gnunet-service-datastore', status=started)
> zonemaster (binary='gnunet-service-zonemaster', status=started)
> zonemaster-monitor (binary='gnunet-service-zonemaster-monitor', status=started)
> nse (binary='gnunet-service-nse', status=started)
> peerinfo (binary='gnunet-service-peerinfo', status=started)
> ats (binary='gnunet-service-ats', status=started)
> fs (binary='gnunet-service-fs', status=started)
> core (binary='gnunet-service-core', status=started)
> cadet (binary='gnunet-service-cadet', status=started)
> revocation (binary='gnunet-service-revocation', status=started)
> vpn (binary='gnunet-service-vpn', status=started)
> topology (binary='gnunet-daemon-topology', status=started)
> statistics (binary='gnunet-service-statistics', status=started)
> namecache (binary='gnunet-service-namecache', status=started)
> dht (binary='gnunet-service-dht', status=started)
> hostlist (binary='gnunet-daemon-hostlist', status=started)
> nat (binary='gnunet-service-nat', status=started)
> transport (binary='gnunet-service-transport', status=started)
> set (binary='gnunet-service-set', status=started)
> peerstore (binary='gnunet-service-peerstore', status=started)
> namestore (binary='gnunet-service-namestore', status=started)
>
> <snip>
>
> logfile output.
>
> <snip>
>  1 Feb 04 17:55:26-795597 util-plugin-29987 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_transport_http_server' with error: file not found
>    2 Feb 04 17:55:26-795659 transport-29987 ERROR Failed to load transport plugin for `libgnunet_plugin_transport_http_server'
>    3 Feb 04 17:55:26-795767 util-plugin-29987 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_transport_udp' with error: file not found
>    4 Feb 04 17:55:26-795780 transport-29987 ERROR Failed to load transport plugin for `libgnunet_plugin_transport_udp'
>    5 Feb 04 17:55:26-813800 vpn-29990 ERROR `/usr/local/lib//gnunet/libexec/gnunet-helper-vpn' is not SUID or the path is invalid, refusing to run.
>    6 Feb 04 17:55:26-843203 util-plugin-30003 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_datastore_postgres' with error: file not found
>    7 Feb 04 17:55:26-843244 datastore-30003 ERROR Failed to load datastore plugin for `postgres'
>    8 Feb 04 17:55:26-852217 util-plugin-30004 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_datastore_postgres' with error: file not found
>    9 Feb 04 17:55:26-852262 datastore-30004 ERROR Failed to load datastore plugin for `postgres'
>   10 Feb 04 17:55:26-862278 util-plugin-30005 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_datastore_postgres' with error: file not found
>   11 Feb 04 17:55:26-862337 datastore-30005 ERROR Failed to load datastore plugin for `postgres'
>   12 Feb 04 17:55:26-871050 util-plugin-30006 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_datastore_postgres' with error: file not found
>   13 Feb 04 17:55:26-871096 datastore-30006 ERROR Failed to load datastore plugin for `postgres'
>   14 Feb 04 17:55:26-879875 util-plugin-30007 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_datastore_postgres' with error: file not found
>   15 Feb 04 17:55:26-879915 datastore-30007 ERROR Failed to load datastore plugin for `postgres'
>   16 Feb 04 17:55:26-888823 util-plugin-30008 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_datastore_postgres' with error: file not found
>   17 Feb 04 17:55:26-908402 datastore-30008 ERROR Failed to load datastore plugin for `postgres'
>   18 Feb 04 17:55:26-939513 util-plugin-30009 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_datastore_postgres' with error: file not found
>   19 Feb 04 17:55:26-939637 datastore-30009 ERROR Failed to load datastore plugin for `postgres'
>   20 Feb 04 17:55:26-966551 util-plugin-30010 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_datastore_postgres' with error: file not found
>   21 Feb 04 17:55:26-966632 datastore-30010 ERROR Failed to load datastore plugin for `postgres'
>   22 Feb 04 17:55:26-972129 transport-tcp-29987 WARNING Unexpected address length: 24 bytes
>   23 Feb 04 17:55:26-972199 transport-29987 ERROR Assertion failed at gnunet-service-transport_validation.c:902.
>   24 Feb 04 17:55:26-972236 transport-29987 ERROR Address with 24 bytes for plugin tcp and peer DSTJ is malformed
>   25 Feb 04 17:55:26-972268 transport-tcp-29987 WARNING Unexpected address length: 12 bytes
>   26 Feb 04 17:55:26-972293 transport-29987 ERROR Assertion failed at gnunet-service-transport_validation.c:902.
>   27 Feb 04 17:55:26-972319 transport-29987 ERROR Address with 12 bytes for plugin tcp and peer DSTJ is malformed
>   28 Feb 04 17:55:26-979803 transport-tcp-29987 WARNING Unexpected address length: 24 bytes
>   29 Feb 04 17:55:26-979884 transport-29987 ERROR Assertion failed at gnunet-service-transport_validation.c:902.
>   30 Feb 04 17:55:26-979910 transport-29987 ERROR Address with 24 bytes for plugin tcp and peer V8XX is malformed
>   31 Feb 04 17:55:26-979930 transport-tcp-29987 WARNING Unexpected address length: 12 bytes
>   32 Feb 04 17:55:26-979947 transport-29987 ERROR Assertion failed at gnunet-service-transport_validation.c:902.
>   33 Feb 04 17:55:26-980045 transport-29987 ERROR Address with 12 bytes for plugin tcp and peer V8XX is malformed
>   34 Feb 04 17:55:26-986627 util-plugin-30011 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_datastore_postgres' with error: file not found
>   35 Feb 04 17:55:26-986693 datastore-30011 ERROR Failed to load datastore plugin for `postgres'
>   36 Feb 04 17:55:27-001338 util-plugin-30012 ERROR `lt_dlopenext' failed for library `libgnunet_plugin_datastore_postgres' with error: file not found
>   37 Feb 04 17:55:27-001410 datastore-30012 ERROR Failed to load datastore plugin for `postgres'
> ...
> <snip>
>
> I have installed postgresql. Do I need to install something else?
>
> Thanks.
>
>
> On Tue, Feb 4, 2020 at 5:24 PM Schanzenbach, Martin <address@hidden> wrote:
> Maybe you accidentally started gnunet as root at some point? Is your user in the gnunet group?
> Try deleting the folder (as root) and then start gnunet again.
>
> BR
>
> > On 4. Feb 2020, at 17:14, Vikas Maurya <address@hidden> wrote:
> >
> > No, it says permission denied.
> > :/tmp/gnunet-system-runtime$ touch test
> > touch: cannot touch 'test': Permission denied
> >
> > only in gnunet-system-runtime directory
> >
> > On Mon, Feb 3, 2020 at 9:34 PM Schanzenbach, Martin <address@hidden> wrote:
> > This is very odd.
> > Can you create any files in that directory? i.e. have you tried
> >
> > $ mkdir /tmp/gnunet-system-runtime
> > $ touch /tmp/gnunet-system-runtime/test
> >
> > BR
> >
> > > On 3. Feb 2020, at 19:53, Vikas Maurya <address@hidden> wrote:
> > >
> > > Hi,
> > > I have uninstalled and reinstalled gnunet using the installation guide mentioned above https://gnunet.org/en/install.html
> > > 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
> > >
> > > On Mon, Feb 3, 2020 at 5:20 PM Schanzenbach, Martin <address@hidden> wrote:
> > > Hi,
> > >
> > > 0. make sure you kill all processes of gnunet.
> > > 1. Then run ./configure again (so that you get the text at the end). Do what is written there.
> > > 2. Run make and make install again.
> > > 3. Try running it again.
> > >
> > >
> > > Alternatively, maybe check of of the installation guides here: https://gnunet.org/en/install.html
> > > They include the steps you have to take.
> > >
> > > BR
> > > Martin
> > >
> > > > On 3. Feb 2020, at 16:57, Vikas Maurya <address@hidden> wrote:
> > > >
> > > > Hi,
> > > > I used the following installation guide (compiled and installed using source code)
> > > > https://docs.gnunet.org/tutorial/gnunet-tutorial.html/Installation.html#Installation
> > > >
> > > > but I am not sure if I followed the ./configure steps
> > > >
> > > > what can I do now to correct it?
> > > >
> > > > I tried running after killing all gnunet process, But wasn't able to run all services and got same error messages in log file.
> > > >
> > > > Thanks,
> > > > Vikas
> > > >
> > > > On Mon, Feb 3, 2020 at 4:34 PM Schanzenbach, Martin <address@hidden> wrote:
> > > > Hi,
> > > >
> > > > did you follow one of the installation guides?
> > > > As what user are you trying to start GNUnet?
> > > > Did you follow the instructions printed after you did './configure'?
> > > >
> > > > My guess the issue is with one of the above.
> > > > Also check if any gnunet processes are currently running and kill them before you try again.
> > > >
> > > > BR
> > > > Martin
> > > >
> > > > > On 3. Feb 2020, at 16:11, Vikas Maurya <address@hidden> wrote:
> > > > >
> > > > >
> > > > >
> > > > > ---------- 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>
> > > > >
> > > > > On Sun, Feb 2, 2020 at 10:55 PM Schanzenbach, Martin <address@hidden> wrote:
> > > > > Hi,
> > > > >
> > > > > it seems like your services fail to start. Can you post the output of your logfile(s)?
> > > > > (~/.cache/gnunet/)
> > > > >
> > > > > You may also open a bugreport on mantis if you want to attach files.
> > > > > Or you just copy relevant parts here.
> > > > >
> > > > > BR
> > > > > Martin
> > > > >
> > > > > > On 1. Feb 2020, at 21:37, Vikas Maurya <address@hidden> wrote:
> > > > > >
> > > > > > Hi,
> > > > > > I have recently installed gnunet(trying for the first time) and was trying single-user setup.
> > > > > > but after installation when I run gnunet-arm -s and gnunet-arm -I , I see that most of the services are being stopped and when I run gnunet-peerinfo -s, I do not see any output. also gnunet-peerinfo-gtk does not display any information.
> > > > > >
> > > > > >
> > > > > > <snip>
> > > > > > $gnunet-arm -s
> > > > > > $gnunet-arm -I
> > > > > > Services (excluding stopped services):
> > > > > > (started: 4 / failed: 6 / stopped: 30)
> > > > > > fs (binary='gnunet-service-fs', status=failed, exit_status=255, restart_delay='6 m')
> > > > > > revocation (binary='gnunet-service-revocation', status=failed, exit_status=255, restart_delay='6 m')
> > > > > > namestore (binary='gnunet-service-namestore', status=started)
> > > > > > gns (binary='gnunet-service-gns', status=failed, exit_status=255, restart_delay='6 m')
> > > > > > dht (binary='gnunet-service-dht', status=failed, exit_status=255, restart_delay='6 m')
> > > > > > cadet (binary='gnunet-service-cadet', status=failed, exit_status=255, restart_delay='6 m')
> > > > > > 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='6 m')
> > > > > > topology (binary='gnunet-daemon-topology', status=started)
> > > > > >
> > > > > > <snip>
> > > > > >
> > > > > > can you please help me in identifying what I could have done wrong here.
> > > > > >
> > > > > > Thanks,
> > > > > > Vikas
> > > > >
> > > >
> > >
> >
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]