[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] chkrootkit v0.34



> has anyone installed the latest version of chkrootkit? i am
> getting the following error when it runs:
>
> integer expression expected before -gt

(modified from my post on the cobalt-security list)

The chkrootkit expects to see only numbers in kernel versions.  The Cobalt
version number (e.g. 2.2.16C24_III) gives it grief.  Change one line in the
chkrootkit script (near the bottom):

From:  V=`echo $VERSION | cut -d- -f 1 | ${sed} 's/\.//g'`
To:    V=`echo $VERSION | cut -d- -f 1 | ${sed} 's/[\._a-zA-Z]//g'`

> also, i have never been able to get ifpromisc to compile
> correctly. i am on a raq2.

What's the compile error?  Regardless, it's not a particularly useful test.

Cheers!
Peter

PS we have an RPM for RaQ3/4s @
http://vito.pointclark.net/cobalt/chkrootkit.html