Bug#740264: lxc-attach should ignore SIGINT

2014-02-27 Thread Stefan Siegel
for me. Cheers, Stefan Siegel diff -Nur lxc.orig/src/lxc/lxc_attach.c lxc/src/lxc/lxc_attach.c --- lxc.orig/src/lxc/lxc_attach.c 2014-02-27 15:10:50.535371250 +0100 +++ lxc/src/lxc/lxc_attach.c 2014-02-27 15:28:42.228499481 +0100 @@ -26,6 +26,7 @@ #include sys/wait.h #include sys/types.h #include

Bug#400455: apache2.2-common: /etc/init.d/apache2 restart can kill apache

2006-12-03 Thread Stefan Siegel
It happened again. Of course something else must be wrong making an apache child not exit on SIGTERM, but it should not make apache die completely every sunday morning. I will now change /etc/logrotate.d/apache2 to use apache2ctl graceful. Please consider fixing the restart part of the

Bug#400455: apache2.2-common: /etc/init.d/apache2 restart can kill apache

2006-11-26 Thread Stefan Siegel
Package: apache2.2-common Version: 2.2.3-3.1 Severity: normal *** Please type your report below this line *** Today logrotate killed my apache. The last lines in error.log.1 are: [Sun Nov 26 06:25:25 2006] [warn] child process 6244 still did not exit, sending a SIGTERM [Sun Nov 26 06:25:27

Bug#369020: Bug IS reproducible

2006-11-25 Thread Stefan Siegel
I just saw the mail from Joost Cassee who already found out that the foreground_mode no setting triggers the bug. Sorry for double-posting. This message was sent using IMP, the Internet Messaging Program. -- To UNSUBSCRIBE,

Bug#369020: Bug IS reproducible

2006-11-24 Thread Stefan Siegel
I noticed that the PID of a just started imapproxyd is different from the PID written to /var/run/imapproxy.pid. Grep uses the PID in this file and doesn't find the process. The initscript uses the --background option of start-stop-daemon, perhaps there is some interference with the

Bug#395929: libapache2-mod-suphp: Child processes eat 100% of the CPU instead of exiting

2006-11-06 Thread Stefan Siegel
The bug seems to be fixed in the current svn version available at https://ssl.marsching.biz/subversion/suphp/trunk/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#395929: libapache2-mod-suphp: Child processes eat 100% of the CPU instead of exiting

2006-11-05 Thread Stefan Siegel
For me this happens everytime a script exits whithout any output, e.g. a Perl CGI that does nothing or a PHP script that crashes before sending headers. The following PHP code kills itself and so triggers the bug: ?php posix_kill(posix_getpid(), 6); ? -- To UNSUBSCRIBE, email to [EMAIL