Re: Still getting NFS client locking up

2003-11-12 Thread Marc Olzheim
On Mon, Nov 10, 2003 at 11:28:40AM -0500, Robert Watson wrote: > How fast are your systems, speaking of which? I live in the world of > 300-500 mhz machines at work, and 300-800 mhz boxes at home. If you're > using multi-ghz boxes, that could well be the distinguishing factor > between our config

Re: Still gettnig NFS client locking up

2003-11-03 Thread Marc Olzheim
On Thu, Oct 30, 2003 at 08:57:50PM -0500, Robert Watson wrote: > Hmm. I'm unable to reproduce this so far, and I'm pounding several 5.x > NFS clients and servers. I've been checking out using CVS over NFS, > performing dd's of big files, etc. There must be something more I'm > missing in reprodu

Re: Anyone seeing any NFS lockups/weirdness with latest (ish) current??

2003-10-24 Thread Marc Olzheim
On Fri, Oct 24, 2003 at 01:30:18PM +0200, Poul-Henning Kamp wrote: > You may want to try this patch, Kirk sent it to me in response to a > case where my NFS-server hung during snapshot processing. > > I have only just managed to put it on my server so I don't know if > it solves the problem or not

Re: Anyone seeing any NFS lockups/weirdness with latest (ish) current??

2003-10-24 Thread Marc Olzheim
On Thu, Oct 23, 2003 at 10:53:29PM +0200, Soren Schmidt wrote: > Yes, NFS is locking up here as well between current machines thats been > updated in the last 24 hours... In kernels since about october 17th, until upto an hour ago, it's still reproducable here as well.. Zlo _

Re: devfs and /dev/fd/3

2003-06-05 Thread Marc Olzheim
On Wed, Jun 04, 2003 at 03:44:28PM +0200, Harti Brandt wrote: > MO>( echo foo | tee /dev/fd/3 | tr f F ) 3>&1 > MO> > MO>It should produce both "foo" and "Foo" > > mount -tfdescfs fdesc /dev/fd > > but your example doesn't work even then (although it gives no error). > Don't know why. Hmm, it do

devfs and /dev/fd/3

2003-06-04 Thread Marc Olzheim
Hi. I've seen the question once before, but it was not answered (on-list ?), so now that I run in on it, I'd like to know what to do: On FreeBSD 4.x, without devfs, the following worked: ( echo foo | tee /dev/fd/3 | tr f F ) 3>&1 It should produce both "foo" and "Foo" FreeBSD 5 with devfs, howe