Hello PJ, On Tue, 13 Feb 2007 10:56:46 +0100 Parker Jones <[EMAIL PROTECTED]> wrote: >rkhunter -c hangs on "Testing running processes..." >Has anyone had a similar experience?
Not me. >Is there a way to find out what's going on? Sure. Check two runs of lsof if you can: - (/usr/sbin/)lsof -Fn -w 2>&1>/dev/null - (/usr/sbin/)lsof -Fn -w -n 2>&1>/dev/null Tell us which one hangs (if it's the first line I know what to do). If both won't hang please copy the rkhunter script to another place you can run it from and cd there. Open it and: - on line 3149, that's above the line with "Testing running processes", add the text "set -x", - on line 3181, below the line that says "skipped", add the text "set +x". This enables debugging output just for that section. Run RKH like you would (add "--cronjob" so you won't have to enter each time): "./rkhunter -c --cronjob 2>&1>/tmp/rkhunter.debug" Now make a tarball of /tmp/rkhunter.debug and your rkhunter.conf and attach it. Regards, unSpawn -- Click to consolidate your debt and lower your monthly expenses http://tagline.hushmail.com/fc/CAaCXv1QPRSYYDfGDfk3nma8AHk4yWQd/ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Rkhunter-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rkhunter-users
