Gerald Waugh wrote;
> Gustavo Silva [mailto:pseudo (at mark) zbronx.com]
> >
> > I started receiving the same message after doing the
> > flat-file password
> > db upgrade procedure. Or it was a BIG coincidence =)
> > Anyway... Is this your case?
> >
>
> > JMG-Support escreveu:
> > > I am getting this email from the server. Does anyone know
> > how to correct
> > > this problem. It started Sunday.
> > >
> > > From: Cron Daemon
> > > Subject: Cron <root@ns1> /usr/bin/php -q
> > /usr/local/mailwatch/mailq.php
> > > MSG: Unable to lock - not running.
> > >
> Try
> chmod 666 /var/run/mailq.lock
> Might should be 644, but 666 seems to cure the problem
> Not sure if it might get changed on a reboot...
>
BTW mailq.php is called from;
/etc/cron.d/mailwatch-mailq
Which reads;
10 * * * * root /usr/bin/php -q /usr/local/mailwatch/mailq.php
Gerald