collectinfo.pl spews cron errors in /var/log/secure every few minutes

3 posts / 0 new
Last post
#1 Sat, 01/30/2010 - 00:29
SeanieB

collectinfo.pl spews cron errors in /var/log/secure every few minutes

Jan 29 22:01:01 * crond[7498]: pam_limits(crond:session): invalid line '\' - skipped

This error appears in the log every few minutes. I found out it was collectinfo.pl by reloading the cron jobs page with "display running status" enabled in module config as soon as it spits it into the log. Is this a known bug?

Also the bugtracker is broken.

Sat, 01/30/2010 - 09:23
andreychek

Howdy,

Hmm, the bug tracker seems to be working okay for me... you can get to it by clicking the Support link above, then "bugs and issues tracker" down at the bottom.

As far as your collectinfo problem goes, what does the crontab entry for that look like? You can get that by typing this from the command line as root:

crontab -l | grep collectinfo

Sat, 01/30/2010 - 16:57
SeanieB

[root@* ~]# crontab -l | grep collectinfo

3,8,13,18,23,28,33,38,43,48,53,58 * * * * /etc/webmin/virtual-server/collectinfo.pl

[root@* ~]#

I have a friend who also uses Virtualmin on CentOS and he has the same line put in his logs too, that's why I'm thinking it might be a coding error in the collectinfo.pl file. Should I make a bug report? When I tried to last night I got a MySQL error...

Topic locked