Re: most signals not being delivered to processes

2009-03-28 Thread Mel Flynn
On Thursday 26 March 2009 21:50:36 Ian Rose wrote: However, hopefully the problem has gone away. Another member of our team thinks that somehow the issue is related to some system services (sshd and dhcpd) failing to completely detach from their controlling terminal due to a setuid wrapper

most signals not being delivered to processes

2009-03-26 Thread Ian Rose
Hello, I'm new to this list so if this question is better directed elsewhere please point me in the right direction. My research group has a server running 7.2-PRERELEASE and an odd problem has cropped up: most signals are not being delivered to processes. For example, if I run 'sleep 10'

Re: most signals not being delivered to processes

2009-03-26 Thread Chuck Swiger
Hi, Ian-- On Mar 26, 2009, at 12:40 PM, Ian Rose wrote: I'm new to this list so if this question is better directed elsewhere please point me in the right direction. Welcome; this list is a good place. My research group has a server running 7.2-PRERELEASE and an odd problem has cropped

Re: most signals not being delivered to processes

2009-03-26 Thread Ian Rose
Hi Chuck, Thanks for the response. My stty -a looks good: cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = undef; eol2 = undef; erase = ^?; erase2 = ^H; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T; stop = ^S; susp = ^Z;