From owner-freebsd-alpha Wed Aug 1 9:49:34 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from schottky.phys.ksu.edu (schottky.phys.ksu.edu [129.130.5.45]) by hub.freebsd.org (Postfix) with SMTP id 8696E37B40A for ; Wed, 1 Aug 2001 09:49:28 -0700 (PDT) (envelope-from chriss@phys.ksu.edu) Received: (qmail 18860 invoked by uid 962); 1 Aug 2001 16:49:26 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 1 Aug 2001 16:49:26 -0000 Date: Wed, 1 Aug 2001 11:49:26 -0500 (CDT) From: Chris Casey To: alpha@freebsd.org Subject: nfs/linux compat Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I am using compaq fortran for linux on fbsd, and things seem fine... except when fortran programs try dealing with nfs mounted directories. it appears that when output to a file ( ./fort.100) is tried on a ufs mounted disk everything goes as planned, here is what kdump says: running from /tmp: 39574 TBLSC NAMI "/compat/linux/tmp" 39574 TBLSC NAMI "/tmp/fort.100" but running from a nfs mounted directory: 36440 TBLSC NAMI "/compat/linux/fort.100" 36440 TBLSC RET ktrace -1 errno 13 Permission denied 36440 TBLSC CALL ktrace(0x120131aa0,0x200,0x1b6) 36440 TBLSC NAMI "/compat/linux" 36440 TBLSC NAMI "/compat/linux/fort.100" it catches fire trying to write to /fort.100 says the error message. but here is the thing... sometimes it works and sometimes it doesnt. the first time its tried it usually works as expected with the nfs directory. then it may work a few times before it does the above, or it may not work again. loging out and back in seems to make whatever voodoo the linux compat is looking for return for at least once... but i dont seem to find what changes the way i would like this to work is nfs mounted from a solaris 2.6 box, besides this problem the date is 5 hours in the future for access times on files viewed on the fbsd side of the nfs. mounting things from fbsd behave the same way in reguards to fortran but the dates are right... dates arent a big deal, sure thats something unrelated to the big problem. using freebsd 4.3-R on xp1000 mounting from a solaris 2.6 box with a pretty recent patch cluster. thanks Chris Casey Unix System Administrator KSU Physics Department (785) 532-6810 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message