Hi,
Just one additional information. when running *make check *I get following
failed tests.

<snip>
PASS: test_bio
PASS: test_client.nc
*FAIL: test_client_unix.nc <http://test_client_unix.nc>*
PASS: test_common_allocation
PASS: test_common_endian
PASS: test_common_logging
PASS: test_configuration
PASS: test_container_bloomfilter
PASS: test_container_dll
PASS: test_container_meta_data
PASS: test_container_multihashmap
PASS: test_container_multihashmap32
PASS: test_container_multipeermap
PASS: test_container_heap
PASS: test_crypto_symmetric
PASS: test_crypto_crc
PASS: test_crypto_ecdsa
PASS: test_crypto_eddsa
PASS: test_crypto_ecdhe
PASS: test_crypto_ecdh_eddsa
PASS: test_crypto_ecdh_ecdsa
PASS: test_crypto_ecc_dlog
PASS: test_crypto_hash
PASS: test_crypto_hash_context
PASS: test_crypto_hkdf
PASS: test_crypto_kdf
PASS: test_crypto_paillier
PASS: test_crypto_random
PASS: test_crypto_rsa
PASS: test_disk
PASS: test_getopt
PASS: test_hexcoder
PASS: test_mq
PASS: test_os_network
PASS: test_peer
PASS: test_plugin
PASS: test_program
PASS: test_regex
PASS: test_resolver_api.nc
PASS: test_scheduler
PASS: test_scheduler_delay
PASS: test_service
PASS: test_strings
PASS: test_strings_to_data
PASS: test_speedup
PASS: test_time
PASS: test_tun
*FAIL: test_os_start_process*
PASS: test_common_logging_runtime_loglevels
============================================================================
Testsuite summary for gnunet 0.12.1
============================================================================
# TOTAL: 49
# PASS:  47
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================
See src/util/test-suite.log
Please report to [email protected]
============================================================================
Makefile:2402: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory '/home/vikas/work/gnunet/src/util'
Makefile:2508: recipe for target 'check-TESTS' failed
make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory '/home/vikas/work/gnunet/src/util'
Makefile:2945: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/home/vikas/work/gnunet/src/util'
Makefile:573: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/vikas/work/gnunet/src'
Makefile:638: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1

<snip>

Thanks,
Vikas

On Mon, Feb 3, 2020 at 4:57 PM Vikas Maurya <[email protected]>
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 <
> [email protected]> 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 <[email protected]>
>> wrote:
>> >
>> >
>> >
>> > ---------- Forwarded message ---------
>> > From: Vikas Maurya <[email protected]>
>> > Date: Mon, Feb 3, 2020 at 4:09 PM
>> > Subject: Re: no peer visible
>> > To: Schanzenbach, Martin <[email protected]>
>> >
>> >
>> > 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 <
>> [email protected]> 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 <[email protected]>
>> 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