Re: Unfamiliar console message: in prompt_tty(): caught signal 2
- In reply to: bob prohaska : "Re: Unfamiliar console message: in prompt_tty(): caught signal 2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 May 2024 00:30:11 UTC
> On Apr 21, 2024, at 1:48 PM, bob prohaska <fbsd@www.zefox.net> wrote: > > On Sun, Apr 21, 2024 at 10:16:55PM +0200, Dag-Erling Smørgrav wrote: >> bob prohaska <fbsd@www.zefox.net> writes: >>> Apr 20 22:14:37 www su[30398]: in prompt_tty(): caught signal 2 >> >> This means someone ran `su` and pressed Ctrl-C instead of entering a >> password when prompted. > > Ahh, that would have been me. Thank you! Logging SIGINT seems kind of odd, given that it would probably be a regular occurrence (to me at least)… -Enji