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
This is my /etc/crontab. Hmm. ADDED 3/7/05 RHM - To initiate logging LOGNAME=/var/log/cron SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ # run-parts 01 * * * * root run-parts /etc/cron.hourly 02 4 * * * root run-parts /etc/cron.daily 22 4 * * 0 root run-parts /etc/cron.weekly 42 4 1 * * root run-parts /etc/cron.monthly ~ -----Original Message----- From: Anders Johansson [mailto:andjoh@rydsbo.net] Sent: Tuesday, August 30, 2005 2:12 PM To: suse-linux-e@suse.com Subject: Re: [SLE] too many pam_unix erros!! 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
participants (1)
-
Patrick B. O'Brien