Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Dec 2024 15:53:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 283163] kill -SIG -1 does not work any more for host - which leads to inconsistent reboot
Message-ID:  <bug-283163-227-wwhxuLGGcS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283163-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283163-227@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=3D283163

Eugene Grosbein <eugen@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eugen@freebsd.org,
                   |                            |mjg@FreeBSD.org
             Status|New                         |Open

--- Comment #3 from Eugene Grosbein <eugen@freebsd.org> ---
CC'ing mjg who committed suspicted change.

I managed to reproduce the problem using
https://download.freebsd.org/snapshots/ISO-IMAGES/15.0/FreeBSD-15.0-CURRENT=
-amd64-20241128-edfccce309a6-273911-disc1.iso.xz
installed by default into new bhyve guest.

Log in and do: kill -15 -1
It works as expected terminating all use processes other than /sbin/init th=
at
restarts getty that runs "login" again. Re-login and reproduce the problem =
in
question:

root@r150:~ # jail -c name=3Dtest0 persist
root@r150:~ # jls
   JID  IP Address      Hostname                      Path
     1                                                /
root@r150:~ # kill -15 -1
kill: -1: No such process

--=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-283163-227-wwhxuLGGcS>