From owner-freebsd-current Tue May 21 09:13:20 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA06249 for current-outgoing; Tue, 21 May 1996 09:13:20 -0700 (PDT) Received: from davinci.isds.duke.edu (davinci.isds.duke.edu [152.3.22.1]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA06236 for ; Tue, 21 May 1996 09:13:16 -0700 (PDT) Received: from diego.isds.duke.edu (diego.isds.duke.edu [152.3.22.47]) by davinci.isds.duke.edu (8.7.4/8.6.9) with ESMTP id MAA32073 for ; Tue, 21 May 1996 12:13:17 -0400 (EDT) From: Andrew Gallatin Received: (from gallatin@localhost) by diego.isds.duke.edu (8.7.4/8.7.1) id MAA18122; Tue, 21 May 1996 12:13:15 -0400 (EDT) Date: Tue, 21 May 1996 12:13:15 -0400 (EDT) Message-Id: <199605211613.MAA18122@diego.isds.duke.edu> To: current@FreeBSD.org Subject: NFS v3 problem Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Understanding that I'm doing so at my own risk, I've been using the NFS v3 support in -current. And I've found a problem. I've been building some software from our departmental source archive. The filesystem is NFS mounted (from a Dec Alpha running Digital UNIX 3.2c) using the options -3,-l. Under this arrangement, I'm having a reproducible problem building a library that's a component of a stats package. When ar is run on an nfsv3 mounted fs I get the following problem: % ar cru libblas.a dasum.o daxpy.o dcopy.o ddot.o dmach.o dnrm2.o drot.o drotg.o dscal.o dswap.o idamax.o % ranlib libblas.a ranlib: libblas.a: Invalid argument I think that I've tracked this down to ar interacting with nfsv3; it doesn't seem to matter if the f77 or ranlib steps are run when the fs is mounted nfsv2 or nfsv3. Ranlib will always fail if ar was run on an nfsv3 mounted fs, and always succeed if ar was run on an nfsv2 mounted fs. If there's anything further I can do to help track this down, I'll be happy to help out however I can. BTW, my system is a Micron pentium-pro 180, some sort of Orian chipset, 16MB RAM, 1G IDE, $20 ne2000-clone ISA ethernet card. Drew