
proclivity76 at yahoo
Mar 30, 2009, 7:13 AM
Post #3 of 4
(1118 views)
Permalink
|
|
Re: dbmail/maintenance causing "manage_stop_children" General stop requested on imap, pop3, & lmtp
[In reply to]
|
|
Aha! I was a little confused at first, because I didn't even know what dbmail-util was -- but I found the culprit. The Fedora RPM creates a file /etc/cron.daily/dbmail which contains the following shell script: #!/bin/sh LOGFILE=/var/log/dbmail.log export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib/dbmail echo "" >> $LOGFILE date >> $LOGFILE dbmail-util -c -t -u -p -d -y 2>&1 >> $LOGFILE Per your suggestion, I've changed the last line to exclude the "-c". Thanks Paul! --- On Mon, 3/30/09, Paul J Stevens <paul [at] nfg> wrote: > From: Paul J Stevens <paul [at] nfg> > Subject: Re: [Dbmail] dbmail/maintenance causing "manage_stop_children" General stop requested on imap, pop3, & lmtp > To: proclivity76 [at] yahoo, "DBMail mailinglist" <dbmail [at] dbmail> > Date: Monday, March 30, 2009, 9:10 AM > Brian Neu wrote: > > It's a postgres backend 8.3.7. dbmail 2.2.11 on > Fedora 10. > > > > Is this actually related?? > > You should tell us that. Running dbmail-util will never > stop any > daemons. My guess is you have some kind of guardian process > running that > kicks in here for some reason. > > And you should not run dbmail-util -ay if you have > auto-vacuum enabled. > > Avoid the -c flag in that case, and run: > > dbmail-util -tubpdsy > > > > > > Thanks! > > > > > > > > Mar 30 04:31:08 mail1 dbmail/maintenance[15735]: > Warning:[db] dbmodule.c,db_query(+147): slow query [VACUUM > dbmail_messageblks] took [302] seconds > > Mar 30 04:31:17 mail1 dbmail/imap4d[7162]: > Message:[server] pool.c,manage_stop_children(+475): General > stop requested. Killing children... > > Mar 30 04:31:17 mail1 dbmail/lmtpd[2190]: > Message:[server] pool.c,manage_stop_children(+475): General > stop requested. Killing children... > > Mar 30 04:31:18 mail1 dbmail/pop3d[7208]: > Message:[server] pool.c,manage_stop_children(+475): General > stop requested. Killing children... > > > > > > > > _______________________________________________ > > DBmail mailing list > > DBmail [at] dbmail > > > http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail > > > > > -- > > ________________________________________________________________ > Paul Stevens paul at > nfg.nl > NET FACILITIES GROUP GPG/PGP: > 1024D/11F8CD31 > The > Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list DBmail [at] dbmail http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
|