Quoting Shachar Shemesh, from the post of Sun, 23 Jan: > Hi list, > > I have a strange problem with a client's apache. Apache just freezes > once a week (same time, more or less). There are a few apache processes > left, and two of them don't die when you do kill (kill -9 does what it's > supposed to do). The time of the freeze is when cron.weekly runs, but > manually running cron.weekly does not produce such a freeze.
manually running it means: 1. the environment is different, search paths and LD_PRELOAD is different for instance, that could affect the way a job behaves, 2. the cronjobs have an "real" stdout, if that matters, I don't think so though. I'd look at the weekly jobs that have to do with Apache, especially the newest of them, recently edited or deployed files. -- Wuzzuuuuuuuup? Ira Abramov http://ira.abramov.org/email/ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
