[21410] in Athena Bugs
solaris 9.1.22: ftpd
daemon@ATHENA.MIT.EDU (John Hawkinson)
Mon Feb 3 22:08:47 2003
Date: Mon, 3 Feb 2003 22:08:31 -0500 (EST)
Message-Id: <200302040308.WAA10036@multics.mit.edu>
To: bugs@MIT.EDU
From: John Hawkinson <jhawk@MIT.EDU>
I left some data on csw:/var/tmp and wanted to retreive it with ftp.
I tried as jhawk, and as sipbtest, and both of them hang like this:
[opus!jhawk:s] ~> env USER=sipbtest LOGNAME=sipbtest ftp -f csw
Connected to COLECO-SIDEWINDER.MIT.EDU.
220 coleco-sidewinder.mit.edu FTP server (Version 5.60) ready.
334 Using authentication type GSSAPI; ADAT must follow
GSSAPI accepted as authentication type
GSSAPI authentication succeeded
200 Data channel protection level set to private.
Name (csw:sipbtest):
232 GSSAPI user sipbtest@ATHENA.MIT.EDU is authorized as sipbtest
truss-ing ftpd on the far end shows it in read(), gdb shows the ftp
client in getc(). I don't seem to have a problem to other hosts.
Things to check?
--jhawk