Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2001 11:49:26 -0500 (CDT)
From:      Chris Casey <chriss@phys.ksu.edu>
To:        alpha@freebsd.org
Subject:   nfs/linux compat
Message-ID:  <Pine.SOL.3.96L.1010801113904.14297H-100000@schottky.phys.ksu.edu>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.96L.1010801113904.14297H-100000>