https://bugzilla.novell.com/show_bug.cgi?id=214863 ------- Comment #13 from poeml@novell.com 2006-11-10 16:21 MST ------- I looked at the config, and it looks sane. I read the bug again, and thought about it. Logically, the place where modules to be loaded are listed is /etc/apache2/sysconfig.d/loadmodule.conf, and the file is rewritten by rcapache2. Thus, writing the file could just be in progress, when another instance of rcapache2 kicks off an httpd process which reads the file. At least theoretically this could happen, even though I would expect the chance to be quite small. (Notwithstanding the fact, that I am not aware that logrotate runs jobs in background.) So I tried a little test. First, I started 10 rcapache2 in parallel, but it didn't reproduce the bug. In the second attempt I went higher, and with 100 jobs in parallel it was reproduced right away: -(~)-------------------------------------------------------------------------------------(root@batavia510)- `--# tail -f /var/log/apache2/error_log & [1] 31585 -(~)-------------------------------------------------------------------------------------(root@batavia510)- `--# for i in `seq 1 100`; do echo rcapache2 reload | at now + 1 min; done warning: commands will be executed using /bin/sh job 13 at 2006-11-11 00:07 warning: commands will be executed using /bin/sh job 14 at 2006-11-11 00:07 warning: commands will be executed using /bin/sh [many more of those...] warning: commands will be executed using /bin/sh job 111 at 2006-11-11 00:07 warning: commands will be executed using /bin/sh job 112 at 2006-11-11 00:07 -(~)-------------------------------------------------------------------------------------(root@batavia510)- `--# date Sat Nov 11 00:06:58 CET 2006 -(~)-------------------------------------------------------------------------------------(root@batavia510)- `--# [Sat Nov 11 00:07:01 2006] [notice] SIGUSR1 received. Doing graceful restart Syntax error on line 10 of /etc/apache2/mod_status.conf: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration -(~)-------------------------------------------------------------------------------------(root@batavia510)- `--# rcapache2 status Checking for httpd2: dead [2] 3840 exit 1 rcapache2 status -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.