home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!cs.utexas.edu!sun-barr!olivea!spool.mu.edu!enterpoop.mit.edu!thunder.mcrcim.mcgill.edu!sobeco!philmtl!vedge!michel
- From: michel@vedge.com (Michel Trudeau)
- Newsgroups: comp.unix.wizards
- Subject: Locking a NFS file handle
- Message-ID: <1993Jan07.144012.18522@vedge.com>
- Date: 7 Jan 93 14:40:12 GMT
- Organization: Visual Edge Software Ltd.
- Lines: 10
-
-
- Does anyone knows how to lock an NFS file handle ???
-
- lockf() and/or fcntl() allways return -1 and set errno to
- ENOLCK (46 which means 'System record lock table was full'
- when trying to lock a NFS file but works fine for local
- file.
-
- Thanks,
- Michel
-