[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#2263: rsh fails to return all output



Package: netstd
Version: 1.25-1

rshd closes the socket in a way that means that pending output gets
lost.  This effect is only noticeable when the network is being slow.
It's possible that this is a kernel bug.

Ian.

chiark:~> uname -av
Linux chiark 1.2.13 #3 Sat Dec 30 21:55:13 GMT 1995 i486
chiark:~> rsh master.debian.org -l iwj /usr/bin/md5sum \<'~ftp/debian/private/project/Incoming/cpp-2.7.2-5.deb'
chiark:~> rsh master.debian.org -l iwj echo hi
chiark:~> rsh localhost echo hi
hi
chiark:~> rsh master.debian.org -l iwj 'echo hi; sleep 60'
hi
chiark:~>

$ uname -av
Linux master 1.3.49 #2 Thu Jan 18 17:43:42 MST 1996 i386
$ rsh localhost echo hi
hi
$ rsh localhost /usr/bin/md5sum \<'~ftp/debian/private/project/Incoming/cpp-2.7.2-5.deb'
23f69c61667bb1b160de803f682c1a26
$



Reply to: