On 8/11/06, George Sweetnam <[EMAIL PROTECTED]
> wrote:
The file sizes should be greater than "0" , but you didn't post enough info for us to know if they are blank. I suspent the run file is calling a size variable which is not created in your setup. Do this:cat /var/qmail/supervise/smtp/log/runyou should see something like this:####!/bin/shLOGSIZE=`cat /var/qmail/control/logsize`
LOGCOUNT=`cat /var/qmail/control/logcount`
exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s$LOGSIZE n$LOGCOUNT /var/log/qmail/send 2>&1########Logsize points to a file in the control directory and I'd bet it's 0. Do this:echo "100000" > /var/qmail/control/logsizeYou'll just need to restart your log send program to make it start logging again (in the current file):svc -du /var/qmail/supervise/sendI usually look for log dir problems by looking for readproctitle errors in the running processes:ps aux | grep readproctitleIt should look like this:readproctitle service errors: .......................Good luck to you,George Sweetnam----- Original Message -----From: Stanley RobinsSent: Thursday, August 10, 2006 11:10 PMSubject: Re: [qmailtoaster] log filesJake all those files say 2006-08-10 and thats it.. also the time stamps are also of the 2006-8-10 .
thank youOn 8/10/06, Jake Vickers < [EMAIL PROTECTED]> wrote:Stanley Robins wrote:
> Jake these are all files and not directories.. and also the date is i
> am getting is only 2006-08-10 and nothing other than that.. not even
> that of yesterday.
>
Correct. Those files are your log files. They've been renamed from
"current" to the time and date they're reporting on. View one of the
files, you'll see.
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted < http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
