Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 2021 10:15:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256221] dns/knot-resolver: the kresd init script won't stop the service
Message-ID:  <bug-256221-7788-1azlm5ICWM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256221-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256221-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256221

--- Comment #2 from Leo Vandewoestijne <freebsd@dns.company> ---
(In reply to Chris Hutchinson from comment #1)

I know the problem, but I use it in dedicated jails.
But indeed the behaviour is incorrect, and I fail to see what is the cause.
And manually I used to do the same command.


What about this in files/krescachegc.in

for all in `pgrep -x kresd`
do
    kill -HUP $all
done

and this is files/kresd.in

for all in `pgrep -x kres-cache-gc
do
    kill -HUP $all
done

...?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256221-7788-1azlm5ICWM>