Re: chkrootkit output question - Unknown HZ value!???

2004-05-27 Thread Derrick 'dman' Hudson
On Tue, May 25, 2004 at 04:03:14PM -0700, August MacBeth wrote:
| Derrick,
| 
| supposedly when machines are up for a lng ass time, procps gets 
| whacked and this error starts popping up.. solution: reboot or upgrade 
| to a new(er) version of procps.

Ok, thanks.  I think I'll wait a while and see if the other machine
with woody's procps exhibits the same behavior.  Then I'll upgrade
that package.

-D

-- 
He is no fool who gives up what he cannot keep to gain what he cannot lose.
--Jim Elliot
 
www: http://dman13.dyndns.org/~dman/jabber: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


chkrootkit output question - Unknown HZ value!???

2004-05-25 Thread August MacBeth
i'm getting some strange output from chkrootkit on one of my woody 
servers. can anyone tell me what this means? i ran chkrootkit
again to see if it went away and it came back with the same info. i 
google'd a bit but couldn't find anything..

Checking `inetd'... Unknown HZ value! (0) Assume 100.
not infected
Checking `sshd'... Unknown HZ value! (0) Assume 100.
not infected
Checking `tcpd'... Unknown HZ value! (0) Assume 100.
not infected
Checking `lkm'... Unknown HZ value! (0) Assume 100.
nothing detected
thanks,
august
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: chkrootkit output question - Unknown HZ value!???

2004-05-25 Thread Derrick 'dman' Hudson
On Tue, May 25, 2004 at 11:16:54AM -0700, August MacBeth wrote:
| i'm getting some strange output from chkrootkit on one of my woody 
| servers. can anyone tell me what this means? i ran chkrootkit
| again to see if it went away and it came back with the same info. i 
| google'd a bit but couldn't find anything..
| 
| Checking `inetd'... Unknown HZ value! (0) Assume 100.
| not infected

Run 'bash' as root and you might see the same message :

# bash
Unknown HZ value! (26) Assume 100.

I have no idea what is printing this message or why.  I do know that
only 1 out of 6 debian machines I use exhibits this.  Also, that
machine hasn't always done that.  It is annoying, but otherwise
appears harmless.  I am interested in knowing what it means and even
how to correct the situation :-).

-D

-- 
Love is not affectionate feeling, but a steady wish for the loved
person's ultimate good as far as it can be obtained.
--C.S. Lewis
 
www: http://dman13.dyndns.org/~dman/jabber: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: chkrootkit output question - Unknown HZ value!???

2004-05-25 Thread August MacBeth
Derrick,
supposedly when machines are up for a lng ass time, procps gets 
whacked and this error starts popping up.. solution: reboot or upgrade 
to a new(er) version of procps.

http://procps.sf.net/
~august
Derrick 'dman' Hudson wrote:
On Tue, May 25, 2004 at 11:16:54AM -0700, August MacBeth wrote:
| i'm getting some strange output from chkrootkit on one of my woody 
| servers. can anyone tell me what this means? i ran chkrootkit
| again to see if it went away and it came back with the same info. i 
| google'd a bit but couldn't find anything..
| 
| Checking `inetd'... Unknown HZ value! (0) Assume 100.
| not infected

Run 'bash' as root and you might see the same message :
# bash
Unknown HZ value! (26) Assume 100.
I have no idea what is printing this message or why.  I do know that
only 1 out of 6 debian machines I use exhibits this.  Also, that
machine hasn't always done that.  It is annoying, but otherwise
appears harmless.  I am interested in knowing what it means and even
how to correct the situation :-).
-D

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: chkrootkit output question - Unknown HZ value!???

2004-05-25 Thread Micha Feigin
On Tue, May 25, 2004 at 03:24:43PM -0400, Derrick 'dman' Hudson wrote:
 On Tue, May 25, 2004 at 11:16:54AM -0700, August MacBeth wrote:
 | i'm getting some strange output from chkrootkit on one of my woody 
 | servers. can anyone tell me what this means? i ran chkrootkit
 | again to see if it went away and it came back with the same info. i 
 | google'd a bit but couldn't find anything..
 | 
 | Checking `inetd'... Unknown HZ value! (0) Assume 100.
 | not infected
 
 Run 'bash' as root and you might see the same message :
 
 # bash
 Unknown HZ value! (26) Assume 100.
 
 I have no idea what is printing this message or why.  I do know that
 only 1 out of 6 debian machines I use exhibits this.  Also, that
 machine hasn't always done that.  It is annoying, but otherwise
 appears harmless.  I am interested in knowing what it means and even
 how to correct the situation :-).
 

HZ is the number of kernel ticks in a second (Its a measure of kernel
time, number of jiffies in a second if you care). It should be 100 on a
2.4 kernel, no idea what it would be on a 2.2 kernel.

The programs are probably trying to use the following function to
discover the value for HZ and it is not returning a meaningful value
for some reason (don't have ideas on that, sorry, you probably have a
better chance asking this on LKML)

hz = sysconf (_SC_CLK_TCK);

 -D
 
 -- 
 Love is not affectionate feeling, but a steady wish for the loved
 person's ultimate good as far as it can be obtained.
 --C.S. Lewis
  
 www: http://dman13.dyndns.org/~dman/jabber: [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]