Re: [Dbmail] dbmail-lmtpd disk space ...

2005-09-29 Thread Paul J Stevens
Abdullah Ibn Hamad wrote: > > What is the differene between -qqay -l 24h and -ay -l > 24h ? -qq suppresses stdout and stderr. Which can also be achieved by redirecting stdout/stderr to /dev/null in the shell. -- Paul Steven

Re: [Dbmail] dbmail-lmtpd disk space ...

2005-09-29 Thread Abdullah Ibn Hamad
--- Paul J Stevens <[EMAIL PROTECTED]> wrote: > Checking that critical processes really are running > is a general > problem. I use snmpd combined with nagios but ymmv. > > > I have /usr/local/sbin/dbmail-util -cturpd > > -l 24h -qq in my crontab at 3AM ... > > Mmm. The -r switch has been deprec

Re: [Dbmail] dbmail-lmtpd disk space ...

2005-09-28 Thread Alan Glait
Thanx Paul ! Its done ... I think that was the tmpdir of mysql ... I change it location .. Paul J Stevens wrote: Next time you see this: Before you restart lmtpd, don't mess with your crime-scene: first find out what's eating your disk. du -Sxm /var | sort -nr | head -20 should give you an

Re: [Dbmail] dbmail-lmtpd disk space ...

2005-09-28 Thread Paul J Stevens
Next time you see this: Before you restart lmtpd, don't mess with your crime-scene: first find out what's eating your disk. du -Sxm /var | sort -nr | head -20 should give you an indication. Alan Glait wrote: > mmm strange thing > Again ... I have 99% ... I /usr/local/etc/rc.d/dbmail-lmtpd.

Re: [Dbmail] dbmail-lmtpd disk space ...

2005-09-28 Thread Alan Glait
mmm strange thing Again ... I have 99% ... I /usr/local/etc/rc.d/dbmail-lmtpd.sh restart and it goes to 13% I saw pid 69622 (mysqld), uid 88 inumber 17015 on /var: filesystem full in dmesg ... so ... mysql is writing to /var ... but why ... ? ? thanx for any help Paul J Stevens wrote:

Re: [Dbmail] dbmail-lmtpd disk space ...

2005-09-28 Thread Paul J Stevens
Alan Glait wrote: > I was checking my server ... so I saw /var at 92% > I restart dbmail-lmtpd ... and it free to 20% ... Since a lmtpd process doesn't use any diskspace to speak of, I'm guessing here: lmtpd was down, so your mailq was getting rather big. Starting up lmtpd allowed your mta

[Dbmail] dbmail-lmtpd disk space ...

2005-09-28 Thread Alan Glait
I was checking my server ... so I saw /var at 92% I restart dbmail-lmtpd ... and it free to 20% ... How I can to prevent this ?? I have /usr/local/sbin/dbmail-util -cturpd -l 24h -qq in my crontab at 3AM ... thanx for any help !