Path: utzoo!attcan!uunet!zephyr.ens.tek.com!uw-beaver!mit-eddie!snorkelwacker!apple!mips!swrinde!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpda!hpcupt1!hpisod2!decot From: decot@hpisod2.HP.COM (Dave Decot) Newsgroups: comp.unix.programmer Subject: Re: record locking with fcntl on NFS Message-ID: <30870006@hpisod2.HP.COM> Date: 4 Oct 90 17:38:44 GMT References: <3690@leah.Albany.Edu> Organization: Hewlett Packard, Cupertino Lines: 13 > on a NFS mounted filesystem the program will crash with a panic within the > kernel "Memory address alignment". I did use the F_RSETLK command It is because you are using NFS, which is a buggy product. It was originally designed in a way that would prevent file locking from being implemented in any correct fashion. Anyway, you should complain to the people who sold the system to your school. They should be able to tell you why their kernel is broken. Dave Decot (These are not HP's opinions; no warranty is expressed or implied.)