Can someone check for me please?

GOT

Get Proactive!
PartnerNOC
Apr 8, 2003
1,785
335
363
Chesapeake, VA
cPanel Access Level
DataCenter Provider
I am wondering if on your servers, there exists a file called cleanmsglog in your /scripts directory. Additionally, is there a line like this:

0 6 * * * /scripts/cleanmsglog > /dev/null 2<&1

In your /etc/crontab file?

Just need a few replies! Thanks!

cPanel.net Support Ticket Number:
 

FWC

Well-Known Member
May 13, 2002
349
0
316
Ontario, Canada
If you run /scripts/updatenow (at least on Release) you'll get a few files including cleanmsglog and eximcron. If you run eximcron it will add some lines to your crontab, including:

0 6 * * * /scripts/cleanmsglog > /dev/null 2<&1
 

FWC

Well-Known Member
May 13, 2002
349
0
316
Ontario, Canada
Originally posted by GotHosting
Interestingly, running that command does not add any lines to my /etc/crontab file.

Grr.

cPanel.net Support Ticket Number:
Try crontab -l and see if it's there.