home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / wizards / 5380 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  654 b 

  1. 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
  2. From: michel@vedge.com (Michel Trudeau)
  3. Newsgroups: comp.unix.wizards
  4. Subject: Locking a NFS file handle
  5. Message-ID: <1993Jan07.144012.18522@vedge.com>
  6. Date: 7 Jan 93 14:40:12 GMT
  7. Organization: Visual Edge Software Ltd.
  8. Lines: 10
  9.  
  10.  
  11.     Does anyone knows how to lock an NFS file handle ???
  12.  
  13.     lockf() and/or fcntl() allways return -1 and set errno to
  14.     ENOLCK (46 which means 'System record lock table was full'
  15.     when trying to lock a NFS file but works fine for local
  16.     file.
  17.  
  18. Thanks,
  19. Michel
  20.