Bug#573014: timeoutd crashes with segmentation fauilts error

2010-03-08 Thread Dmytro Havrylov
Looks like the function is still buggy. The new problem now is that it should close the /proc directory before exits. The patch with the minor fix is: --- timeoutd.c.orig 2010-03-08 16:19:50.0 +0100 +++ timeoutd.c 2010-03-08 16:19:57.0 +0100 @@ -1603,6 +1603,7 @@

Bug#546597: timeoutd: daemon quits

2010-03-08 Thread Dmytro Havrylov
Hi, Look at Bug: #573014. Probably you will find a solution there. Try to strace the timeoutd process. If you see "segmentation fault" because of "too many open files" there - this is your case. Best regards --- Dmytro Havrylov System Administrator IT-CoreApplicati

Bug#573014: timeoutd crashes with segmentation fauilts error

2010-03-08 Thread Dmytro Havrylov
Package: timeoutd Version: 1.5-10.1 Severity: important Tags: patch The main problem - the process dies with segmentation fauils trying to throw the user away. After this the user is able to log in and work without time limitations. After checking the code the following problems have been found