OpenSSH on Reliant UNIX

Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
Tue Jan 9 23:41:20 EST 2001


On Tue, Jan 09, 2001 at 01:27:34PM +0100, Bladt Norbert wrote:
>    2. scp will hang after the file transfer(s)
> 	The "fix" is to change the line 495 in serverloop.c from
> 		shutdown(fdin, SHUT_WR);
> 	to
> 		shutdown(fdin, SHUT_RDWR);
> 	The same which I did in 2.1.1.

A lot of platforms have problems with shutdown(). For those platforms 
the USE_PIPES flag is needed. Would you recompile with -DUSE_PIPES

Best regards,
	Lutz
-- 
Lutz Jaenicke                             Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153





More information about the openssh-unix-dev mailing list