Skip to Content.

rare-dev - Re: [rare-dev] Integration of the release manager

Subject: Rare project developers

List archive


Re: [rare-dev] Integration of the release manager


Chronological Thread 
  • From: Alexander Gall <>
  • To: <>
  • Cc: <>
  • Subject: Re: [rare-dev] Integration of the release manager
  • Date: Mon, 4 Apr 2022 16:46:53 +0200

On Fri, 1 Apr 2022 18:01:46 +0200, mc36 <> said:

> here we goo:
> https://github.com/mc36/freeRouter/commit/e572d162a836f48c707f5320f725eb13487d8586

Thanks. I just tested it and it still only kills the main process:

rare#show process external
name rerun pid chld cpu last ago
bffwd 2 6712 0 1.240000000 2022-04-04 16:36:51 00:01:29
bfswd 1 6030 3 0.30000000 2022-04-04 16:36:31 00:01:50
cpuport 1 6032 0 0.70000000 2022-04-04 16:36:31 00:01:50
linport 1 6034 0 0.60000000 2022-04-04 16:36:31 00:01:50

It correctly shows that bfswd consist of 3 processes, but when I do
"reload process bfswd stop", I only see a single call to kill with
strace

[pid 6229] kill(6030, SIGTERM) = 0

and the two subprocesses remain.

--
Alex



Archive powered by MHonArc 2.6.19.

Top of Page