From owner-freebsd-current Sun Feb 23 23:53:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA06961 for current-outgoing; Sun, 23 Feb 1997 23:53:49 -0800 (PST) Received: from meter.eng.uci.edu (root@meter.eng.uci.edu [128.200.85.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA06955 for ; Sun, 23 Feb 1997 23:53:46 -0800 (PST) Received: from newport.ece.uci.edu by meter.eng.uci.edu (8.8.5) id XAA23907; Sun, 23 Feb 1997 23:53:44 -0800 (PST) Received: from localhost by newport.ece.uci.edu (8.8.5) id XAA17547; Sun, 23 Feb 1997 23:53:42 -0800 (PST) Message-Id: <199702240753.XAA17547@newport.ece.uci.edu> To: current@freebsd.org Subject: NFS bug with 2.2R Date: Sun, 23 Feb 1997 23:53:41 -0800 From: Steven Wallace Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I seem to have run into a problem with NFS on 2.2R. When I mount a NFS from a SunOS 4.1.2 system onto my 2.2R system, if I try to do a "ls" on a long directory it just hangs indefinitely. This is a problem with importing. On the other hand, if I export my filesystem to a DEC Alpha running Digital UNIX 4.0, a directory listing only lists the first 43 files before it reports "Error 10003 occurred." This happens with the latest 2.2R code. On the other hand, with a 2.1.5R system there is NO PROBLEM importing/exporting to these systems. So some compatability or something has changed since 2.1.5 to make this happen. Steven