On 05/23/2008 07:07 PM, Jeffrey D Anderson wrote:
[..]

The "pam_console_apply" signal 13 (broken pipe) is obviously at the core of the bug, but I don't know enough about pam to really understand what is going wrong.

I would suggest to  set up a test:
# strace -s 256 -f -o /tmp/somefile -p <PID_OF_GETTY_ON_CONSOLE>"

If you are running nscd, suggest to "strace" this as well.

Then repeat your login test, and search the tracefile(s) for signal 13, identify which process held the other end of the pipe, and why it went away - most likely some subprocess died/segfaulted without leaving other traces in the logs.

Hope this helps
jan

Reply via email to