persistant err message "tvp!=NULL"

heffner heffner at darkness.net
Wed Jul 12 02:19:04 EST 2000


=== not on the list, please cc ===

Greetings.  I've STFW, and I've realy not seen any reference to this.
Recently I changed from loglevel info to loglevel debug.  After I did that, I
started getting a PLETHERA of odd logs.  I changed back to LogLevel INFO, but
I do stil get these messages, which kinda worry me:

Jul 11 10:10:13 cabal sshd[26003]: debug: tvp!=NULL kid 0 mili 10
Jul 11 10:10:40 cabal last message repeated 107 times

I get A LOT of these.  Pretty much persistant.  doesn't matter if noone is
logged in or not.  I get a lot of these.. earlier today:

Jul 11 06:41:02 cabal sshd[21774]: debug: tvp!=NULL kid 0 mili 10
Jul 11 06:41:34 cabal last message repeated 29 times
Jul 11 06:43:35 cabal last message repeated 219 times
Jul 11 06:48:26 cabal last message repeated 866 times

So basically, 2 or 3 of those errs per second.  Whats goin' on here?

version info, etc:

S heffner at cabal ~ % uname -a
OpenBSD cabal 2.7 CABAL#1 i386
S heffner at cabal ~ % ssh -V  
SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).

S heffner at cabal ~ % ls -l /usr/lib/libssl*
-r--r--r--  1 root  bin  221906 Jun 27 09:13 /usr/lib/libssl.a
-r--r--r--  1 root  bin  200076 Apr 13 13:04 /usr/lib/libssl.so.2.2
-r--r--r--  1 root  bin  200076 Jun 27 09:13 /usr/lib/libssl.so.2.4
-r--r--r--  1 root  bin  239830 Jun 27 09:13 /usr/lib/libssl_p.a
-r--r--r--  1 root  bin  254408 Jun 27 09:13 /usr/lib/libssl_pic.a


Larger snippet of logs in DEBUG:


Jul 11 10:16:55 cabal sudo:  heffner : TTY=ttyp2 ; PWD=/home/heffner ;
USER=root ; COMMAND=/usr/sbin/sshd
Jul 11 10:16:55 cabal sshd[26003]: debug: tvp!=NULL kid 0 mili 10
Jul 11 10:16:55 cabal sshd[5032]: debug: Bind to port 22 on ::.
Jul 11 10:16:55 cabal sshd[26003]: debug: tvp!=NULL kid 0 mili 10
Jul 11 10:16:55 cabal sshd[5032]: Server listening on :: port 22.
Jul 11 10:16:55 cabal sshd[5032]: debug: Bind to port 22 on 0.0.0.0.
Jul 11 10:16:55 cabal sshd[5032]: Server listening on 0.0.0.0 port 22.
Jul 11 10:16:55 cabal sshd[5032]: Generating 768 bit RSA key.
Jul 11 10:16:55 cabal sshd[5032]: RSA key generation complete.
Jul 11 10:16:56 cabal sshd[26003]: debug: tvp!=NULL kid 0 mili 10
Jul 11 10:16:58 cabal last message repeated 19 times
Jul 11 10:17:00 cabal sshd[22736]: debug: tvp!=NULL kid 0 mili 10
Jul 11 10:17:01 cabal sshd[26003]: debug: tvp!=NULL kid 0 mili 10

Config file:

S heffner at cabal ~ % cat /etc/sshd_config 
# This is ssh server systemwide configuration file.

Port 22
#ListenAddress 0.0.0.0
#ListenAddress ::
HostKey /etc/ssh_host_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin yes
#
# Don't read ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes
StrictModes yes
X11Forwarding no
X11DisplayOffset 10
PrintMotd yes
KeepAlive yes

# Logging
SyslogFacility AUTH
LogLevel DEBUG
#obsoletes QuietMode and FascistLogging

RhostsAuthentication no
#
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
#
RSAAuthentication yes

# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
PermitEmptyPasswords no
# Uncomment to disable s/key passwords 
#SkeyAuthentication no

# To change Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#AFSTokenPassing no
#KerberosTicketCleanup no

# Kerberos TGT Passing does only work with the AFS kaserver
#KerberosTgtPassing yes

#CheckMail yes
#UseLogin no


Anything I'm missing?

Thank you!

-jeremy
=== not on the list, please cc ===

-- 
---------------------------------------------------------------------------
                  Jeremy Heffner -- heffner at darkness.net
                       Darkness Network Engineering
                   PGP public key available on request
            My thoughts and opinions represent no one but myself
---------------------------------------------------------------------------





More information about the openssh-unix-dev mailing list