RE: [SLE] too many pam_unix erros!!
Got it or close to it... run system activity accounting tool every 10 minutes */10 * * * * root /usr/lib/sa/sa1 1 1 # generate a daily summary of process accounting at 23:53 53 23 * * * root /usr/lib/sa/sa2 -A -----Original Message----- From: Marlier, Ian [mailto:ian.marlier@studentuniverse.com] Sent: Tuesday, August 30, 2005 2:23 PM To: suse-linux-e@suse.com Subject: RE: [SLE] too many pam_unix erros!! Or /etc/cron.d Look for /etc/cron.d/sysstat, in particular. That's the one thing that I know of off the top of my head that's supposed to run every 10. (or you could just do `sar`. If you get something back, that's what's running.)
-----Original Message----- From: Anders Johansson [mailto:andjoh@rydsbo.net] Sent: Tuesday, August 30, 2005 5:12 PM To: suse-linux-e@suse.com Subject: Re: [SLE] too many pam_unix erros!!
On Tuesday 30 August 2005 22:49, Patrick B. O'Brien wrote:
Oh, okay, makes me a bit happier, here is the crontab, hmm. Yeah definitely some process root is initiating.
# crontab -l # LOGNAME=/var/log/cron 15 5 * * * /usr/local/bin/hardwarereport > /dev/null 2>&1 30 17 * * * /usr/local/bin/backupreport > /dev/null 2>&1 45 5 * * * /usr/local/bin/securityreport > /dev/null 2>&1 22 10 * * * /opt/f-secure/fsav/bin/dbupdate >> /tmp/reports/virus.out 2>&1 0 4 * * * /opt/f-secure/fsav/bin/fsav / >> /tmp/reports/virus.out 2>&1
ok, so the process running at 10.22 is your antivirus updating its virus definitions.
Unless I'm going blind, I'm missing the process that runs every 10th minute. Do you have something set up in /var/spool/cron/tabs/root
On Tuesday 30 August 2005 23:10, Anders Johansson wrote: perhaps?
Oh, silly me, this is /var/spool/cron/tabs/root. OK, so do you have something set up in /etc/crontab then?
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
participants (1)
-
Patrick B. O'Brien