Displaying 5 results from an estimated 5 matches for "sigdie".
Did you mean:
sig_die
2013 Feb 15
2
getpgrp
These days, sshd.c has:
static void
grace_alarm_handler(int sig)
{
...
if (getpgid(0) == getpid()) {
signal(SIGTERM, SIG_IGN);
killpg(0, SIGTERM);
}
sigdie(...);
}
however (really) old BSDs do not have getpgid(). They do have
getpgrp(), which does what we want here. The question is what to do if
we have neither: return the pid (and thus terminate nothing) or return
-1 and kill everything wihout getting to the sigdie(). I vote for the
latter (since...
2023 Aug 03
18
[Bug 3598] New: Dead lock of sshd and Defunct of sshd
...ystem_call.S:72
#1 0xf7956c82 in __lll_lock_wait_private () at
../sysdeps/unix/sysv/linux/i386/lowlevellock.S:65
#2 0xf7a2f394 in openlog (ident=0x5812c1a0 "sshd", logstat=1,
logfac=32) at ../misc/syslog.c:384
#3 0x565e99ac in do_log ()
#4 0x565e9cf4 in sshlogv ()
#5 0x565e9b29 in sshsigdie ()
#6 0x56585084 in grace_alarm_handler ()
#7 <signal handler called>
#8 __kernel_vsyscall () at arch/x86/entry/vdso/vdso32/system_call.S:72
#9 0xf7a336b1 in __libc_send (fd=5, buf=0x581644e0, len=153,
flags=16384) at ../sysdeps/unix/sysv/linux/send.c:30
#10 0xf7a2f08c in _GI__vsyslog_chk...
2004 Aug 06
2
icecast2 launch problem
I've downloaded and successfully installed onto slackware 8.1 the
following cvs packages:
icecast2, ices, libshout, ogg, vorbis
I copied the conf file called icecast.xml to /usr/local/bin
I launch icecast with ./icecast -c ./icecast.xml
but then the server gets a sigdie, signal 2 and terminates.
I don't know what is the problem
Any suggestions?
<p>greetings
marco
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org&...
2024 May 12
5
[Bug 3690] New: sshd: root [priv] process sleeping leads to unprivileged child proc zombie
...Assignee: unassigned-bugs at mindrot.org
Reporter: 546554688 at qq.com
Created attachment 3814
--> https://bugzilla.mindrot.org/attachment.cgi?id=3814&action=edit
deadlock process call stack
In the `sshd.c` file, the `grace_alarm_handler()` signal handling
function calls `sigdie()`, which in turn calls `sshsigdie()`, and
within this call, functions such as `shlogv()`, `do_log()`,
`{openlog(), syslog(), closelog()}` are invoked. Similarly, within the
main thread, the `privsep_preauth()` function calls
`monitor_child_preauth()`, which then calls `auth_log()`, and this also
r...
2004 Aug 06
4
strange way of forwarding to another stream.
Just a kinda question on a random thought I was having.
Would it make sense, or be concievably plausible to write a plugin for winamp, or other Icecast2 client to read a comment in the Ogg Vorbis file to automatically open a new stream when the stream/file has finished playing- eg, client starts/downloads the ad stream/file for the server broadcasting the stream, vorbis file contains tag along the