Re: gnunet-rest-server shutdown issues

2022-04-11 Thread Schanzenbach, Martin
Did the output "Shutting down..." appear before or after the normal shutdown trigger (ctrl-c or gnunet-arm -e)? If it appeared with the normal shutdown, then I really don't know. According to the pkill log there is another select happening before the SIGKILL, but I cannot see where this is coming f

Re: gnunet-rest-server shutdown issues

2022-04-11 Thread Nikita Ronja Gillmann
Hi, Schanzenbach, Martin transcribed 4.0K bytes: > You can try stopping the rest service > > $ gnunet-arm -k rest here it continued running, for whatever reason. No return from gnunet-arm -k rest. > > and then starting it manually through the server binary. > Then try to ctrl-c it. > > If tha

Re: gnunet-rest-server shutdown issues

2022-04-11 Thread Schanzenbach, Martin
You can try stopping the rest service $ gnunet-arm -k rest and then starting it manually through the server binary. Then try to ctrl-c it. If that also does not work, maybe look at the output there. If there is not output, I am pretty lost. Should ctrl-c work, then something odd is going on with

Re: GNUnet Name System not working (as expected)

2022-04-11 Thread Schanzenbach, Martin
> On 11. Apr 2022, at 09:13, Tanguy LE CARROUR wrote: > > Hi Martin, > > > Quoting Schanzenbach, Martin (2022-04-09 10:27:56) >>> On 8. Apr 2022, at 16:02, Tanguy LE CARROUR wrote: >>> Quoting Nikita Ronja Gillmann (2022-04-08 12:29:43) Tanguy LE CARROUR transcribed 6.2K bytes: > […

Re: GNUnet Name System not working (as expected)

2022-04-11 Thread Maxime Devos
Tanguy LE CARROUR schreef op ma 11-04-2022 om 09:13 [+0200]: > Correct (again)! I activated UPNP on my box and the error disappeared. > But, I cannot do the same on my other computer because I have no control > over the "box" and cannot forward ports! > > Does this mean that I cannot use GNUnet on

Re: GNUnet Name System not working (as expected)

2022-04-11 Thread Tanguy LE CARROUR
Hi Martin, Quoting Schanzenbach, Martin (2022-04-09 10:29:09) > > On 8. Apr 2022, at 16:02, Tanguy LE CARROUR wrote: > > Quoting Nikita Ronja Gillmann (2022-04-08 12:29:43) > >> Tanguy LE CARROUR transcribed 6.2K bytes: > >>> I'm not reporting this into the bug tracker (yet), because (good) chan

Re: GNUnet Name System not working (as expected)

2022-04-11 Thread Tanguy LE CARROUR
Hi Martin, Quoting Schanzenbach, Martin (2022-04-09 10:27:56) > > On 8. Apr 2022, at 16:02, Tanguy LE CARROUR wrote: > > Quoting Nikita Ronja Gillmann (2022-04-08 12:29:43) > >> Tanguy LE CARROUR transcribed 6.2K bytes: > >>> […] > >>> 2022-04-07T17:14:01.005084+0200 nat-29505 ERROR UPnP enabled

Re: gnunet-rest-server shutdown issues

2022-04-11 Thread Nikita Ronja Gillmann
The hang produces no DEBUG infos, all I get for that (when stopping the user service) is, in addition to what I posted: 2022-04-11T09:04:32.426431+0200 arm-2811 WARNING Service `rest' terminated with status signal/9, will restart in 1 ms which is expected as I kill with -9. Nikita Ronja Gillman