Re: [Dbmail] Dbmail-imap tacking cpu

2004-07-31 Thread Paul J Stevens
Richard, At first glance this doesn't look like a loop to me. I'm sure I don't understand the current mime-parsing code (nobody does really), but still I don't see anything obviously suspicious here. If I read this right I see two messages being retreived. Next time perhaps you could attach

Re: [Dbmail] Dbmail-imap tacking cpu

2004-07-21 Thread Richard Barrington
It seems to be stuck in a loop, more or less. Here's a log excerpt: Jul 21 12:04:25 server dbmail/imap4d[28324]: IMAPClientHandler(): Executing command uid... Jul 21 12:04:25 server dbmail/imap4d[28324]: db_query(): executing query [SELECT messageblk FROM messageblks WHERE message_idnr = 66339::bi

Re: [Dbmail] Dbmail-imap tacking cpu

2004-07-21 Thread Jesse Norell
e From: Richard Barrington To: DBMail mailinglist Subject: Re: [Dbmail] Dbmail-imap tacking cpu Sent: Wed, 21 Jul 2004 10:08:54 +1200 > Right then, I came in this morning and it's back. The CPU is pegged > again despite no IMAP client activity. Any suggestions for tracking down >

Re: [Dbmail] Dbmail-imap tacking cpu

2004-07-21 Thread Richard Barrington
Right then, I came in this morning and it's back. The CPU is pegged again despite no IMAP client activity. Any suggestions for tracking down what's going on? PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 14286 dbmail 10 0 1460 1460 1236 S 50.7 0.1 38:50.21 dbmail-imapd 28547 p

Re: [Dbmail] Dbmail-imap tacking cpu

2004-07-20 Thread Richard Barrington
I figured the problem would be a relative rarity. I've been watching for it this afternoon after restarting dbmail-imapd, but it hasn't come back yet. That's a little confusing, because it was back within an hour the previous time. To be fair, we haven't had much email action, so I'll give it anoth

Re: [Dbmail] Dbmail-imap tacking cpu

2004-07-20 Thread Jacques Beaudoin
Im running the latest dbmail version with mysql and i dont have any problem. Bien à vous Jacques Beaudoin Agent d'administration Les services des technologies de l'information et des communications Commission scolaire de la Pointe de l'Île Montréal, Québec, Canada Selon Richard Barrington <[E

Re: [Dbmail] Dbmail-imap tacking cpu

2004-07-20 Thread Richard Barrington
Hi, Did this ever get properly resolved? I've noticed it on my box with Postgresql as the backend. It's all fine for a while, then I notice that postmaster is using about 50% cpu, and dbmail-imapd is using about 30%, with the rest shared between other processes on the system. Restarting dbmail-im

Re: [Dbmail] Dbmail-imap tacking cpu

2004-03-25 Thread Paul J Stevens
Jacques Beaudoin wrote: Thanks Jesse for your reply I did a install of dbmail 1.2.5 yesterday ./configure --with-mysql make make install Should it be ./configure --with-mysql --fomit-frame-pointer make make install Better use: env CFLAGS="-Wall -O3" ./configure --with-mysql make make ins

RE: [Dbmail] Dbmail-imap tacking cpu

2004-03-24 Thread Jacques Beaudoin
t > to the makefile in 2.0 cvs, but I don't remember him saying he did for > 1.2. (.. just checked 1.2 cvs, and it's not there) > > If you have done that, I don't know... but if not, give it a shot. > > Jn > > Original Message > From: Jacques

RE: [Dbmail] Dbmail-imap tacking cpu

2004-03-24 Thread Jesse Norell
Original Message From: Jacques Beaudoin To: dbmail@dbmail.org Subject: [Dbmail] Dbmail-imap tacking cpu Sent: Tue, 23 Mar 2004 15:15:25 -0500 > My server cpus are normaly at 1% to 10% cpu. > > They where suddenly at 50% to 100%. > > Mysql-max and dbmail-imap where tack

[Dbmail] Dbmail-imap tacking cpu

2004-03-23 Thread Jacques Beaudoin
My server cpus are normaly at 1% to 10% cpu. They where suddenly at 50% to 100%. Mysql-max and dbmail-imap where tacking most of the cpus So i restarted dbmail-imapd and dbmail-pop3 And now there back at 1% to 10% Im using dbmail 1.2.4 is there a bug in dbmail ? Has anybody ever experience su