Click to See Complete Forum and Search --> : pop up message...


rinux
02-07-2003, 01:00 PM
hi all,
can someone tell what this message stands for
"debug2: channel 0: window 32695 sent adjust 32841"
it appears in a random way on my server Linux Mandrake. I guess it's about a device, but I just can't find which process is generating this message, I guess it's syslogd but I'm not sure and the thing is what does it mean!! :confused:
thanx for you help guys...

c'ya
rinux

mdwatts
02-07-2003, 06:59 PM
The only search result I could find was this for 'debug2: channel 0: window sent adjust' (http://e-privacy.firenze.linux.it/software/Linux/net/openssh/portable/ChangeLog).

It could be ssh (openssh) generating the error message.

Have a look through your system logfile to see if you can find anything that relates to the error.

less /var/log/messages

PgUp - PgDn
'q' to quit less

rinux
02-07-2003, 07:20 PM
some strange... I just can"t find that message in any log! it may be an unlogged error output.

find /var/log/ -type f -maxdepth 1 ! -name "*.gz" -exec grep "channel" {} \;

thanx anyway for your help, I will try to seek deeper on the ssh activity.
:rolleyes: