[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Cron ChkrootKit
- Subject: Re: [cobalt-users] Cron ChkrootKit
- From: twooly@xxxxxxxxx
- Date: Fri Jul 26 07:41:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
>
> > Ok I setup a cron like the example given a week ago by
> > Jeff so that I could mail the results of chkrootkit to
> > my email. Now every morning around 4:00 am when the
> > cron runs I get another email that says
> >
> > run-parts /etc/cron.daily
> > /usr/bin/find: //proc/6/fd: Permission denied
>
> Is that all it says?
> find will not traverse the /proc directory.
> I don't think chkrootkit uses find
>
> >
> > If I take the cron out I don't get this email or the
> > results of chkrootkit (well of course). I am running on
> > a Raq4 with chkrootkit 0.35 and here is the contents of
> > the cron (not exactly but general idea)
> >
> > cd /home/tools/chkrootkit
> > ./chkrootkit > results.out
> > mail me@xxxxxxxxxxxx < results.out
It just repeats this two times in the email
run-parts /etc/cron.daily
/usr/bin/find: //proc/6/fd: Permission denied
/usr/bin/find: //proc/6/fd: Permission denied