[17977] in Athena Bugs
Re: sshd/scp quotachecking
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Jul 12 11:59:41 2000
Date: Wed, 12 Jul 2000 11:59:35 -0400
Message-Id: <200007121559.LAA01671@egyptian-gods.mit.edu>
From: Greg Hudson <ghudson@MIT.EDU>
To: John Hawkinson <jhawk@MIT.EDU>
Cc: bugs@MIT.EDU
In-Reply-To: <200007091522.LAA10212@snorklewacker.mit.edu>
> Presumably sshd got an error during a write() but didn't pass the
> error information back to the scp client.
I think it's worse than that. AFS won't return an error until the
close(), which is not the same as UFS semantics. So it's not
surprising that ssh wouldn't do the right thing.