sorry for my long email,

I have a problem with my rh7.1 system, recently I have update from redhat using up2date

if ran passwd command simultanous, seems another passwd command waiting for
the first passwd command to finish then the second passwd show 

first passwd command running show:
Changing password for user ichtus.
Changing password for ichtus
(current) UNIX password:

second passwd command just show:
Changing password for user ichtus.

and stop on that, wait for the first finish

I check redhat7.3 in my home got that problem too(with recently update too), 
so what's the problem? I have check with strace the first command passwd and the second
# strace -o debug1 passwd
# passwd
open another terminal
# strace -o debug2 passwd
# diff debug1 debug2 

an show this report, (I think it's not give any clue)
119c119
< fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
---
> fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
152c152
< time(NULL)                              = 1037363983
---
> time(NULL)                              = 1037364004
428c428
< select(0, NULL, NULL, NULL, {2, 110150}) = 0 (Timeout)
---
> select(0, NULL, NULL, NULL, {2, 325780}) = 0 (Timeout)



and the second problem is, with rh7.1 and openssh-3.1p1-5
theres is some problem with some users when I use sftp to that user
# sftp somuser@myserver
someuser@myserver password:
Received message too long 1147761515

when I check with adding -v to sftp

successfully sftp login with -v paramater : 
debug1: packet_send2: adding 48 (len 62 padlen 18 extra_pad 64)
debug1: ssh-userauth2 successful: method password
debug1: fd 4 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: ssh_session2_setup: id 0
debug1: Sending subsystem: sftp
debug1: channel request 0: subsystem
debug1: channel 0: open confirm rwindow 0 rmax 32768


failed login:
debug1: packet_send2: adding 48 (len 64 padlen 16 extra_pad 64)
debug1: ssh-userauth2 successful: method password
debug1: fd 4 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: ssh_session2_setup: id 0
debug1: Sending subsystem: sftp
debug1: channel request 0: subsystem
debug1: channel 0: open confirm rwindow 0 rmax 32768
Received message too long 1147761515
debug1: channel 0: read<=0 rfd 4 len -1
debug1: channel 0: read failed
debug1: channel 0: close_read
debug1: channel 0: input open -> drain
debug1: channel 0: ibuf empty
debug1: channel 0: send eof
debug1: channel 0: input drain -> closed
debug1: channel 0: write failed
debug1: channel 0: close_write
debug1: channel 0: output open -> closed
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: rcvd eof
debug1: channel 0: rcvd close
debug1: channel 0: almost dead
debug1: channel 0: gc: notify user
debug1: channel 0: gc: user detached
debug1: channel 0: send close
debug1: channel 0: is dead
debug1: channel 0: garbage collecting
debug1: channel_free: channel 0: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.9 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 0


how do I check what cause this, any idea how to resolve this?

-- 
ichtus
------
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2

Attachment: msg95278/pgp00000.pgp
Description: PGP signature

Reply via email to