> Message: 1 > Date: Wed, 07 Dec 2005 12:38:24 -0600 > From: Joseph Wagner <[EMAIL PROTECTED]> > Subject: rkhunter > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > I'm trying to run rkhunter 1.2.7 on TSL 2.2. I figured this would work > fine since the author added support for TSL 2.2 to rkhunter 1.2.6. > So, when I run the following script > > #!/bin/sh > ( > /usr/local/bin/rkhunter --versioncheck > /usr/local/bin/rkhunter --update > /usr/local/bin/rkhunter --cronjob --report-warnings-only > ) | /bin/mail -s 'rkhunter Daily Run' root > > I get this warning in the email message. > > Ready. > Line: > Warning: This operating system is not fully supported! > Line: Warning: This operating system is not fully supported! > Warning: Cannot find Location of md5 > > Has anyone had any luck running rkhunter on TSL 2.2? Has anyone built an rpm > for TSL 2.2? > Thanks. > > Hello Joseph,
I have been running rkhunter for a while now, and while it does "support" Trustix, things have changed in the Trustix world and rkhunter hasn't taken notice ... It makes some checks to determine the OS you are running, and it checks for the existence of /etc/redhat-release, which used to exist on older Trustix's ... but not now, so you can either edit the rkhunter script (/usr/local/bin/rkhunter) by moving lines 1828 - 1838 to 1864, this will take it out of the RedHat based OS checks and make it a separate check ... or you could simply re-create /etc/redhat-release file ln -s /etc/release /etc/redhat-release Either wayit will work perfectly from then on. AJ. _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
