Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
Subject: application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
Subject: X Windows problem (xauth)
Subject: Upgrading openoffice 1 1 rpm
Subject: FTP: connection refused
Subject: FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
Subject: broadcom network interface
make mrproper
Couldn 't open PID file /var/run/named/named pid Permission denied
sendmail configuration on redhat
kernel 2 6 and /dev/sound/mixer not found
Subject: Promise 378 controller
Subject: Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
Subject: Lotus Notes under Wine
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
/etc/security/limits conf question
Intel E/1000 driver
rpm database corrupt
Command stream end of file while reading
qla2300 modules
 
NFS File Locking

NFS File Locking

2007-11-28       - By Rick Stevens

 Back
Reply:     1     2     3     4     5     6  

On Wed, 2007-11-28 at 18:19 -0700, Karl Pearson wrote:
> On Wed, November 28, 2007 12:08 pm, Rick Stevens wrote:
> > On Wed, 2007-11-28 at 09:27 -0800, Waldher, Travis R wrote:
> >> Is there a command I can use to manually lock a file?
> >>
> >>
> >>
> >> My goal is to test NFS file locking with groups greater than 16.
> >
> > I don't know of one, but it wouldn't be hard to write.  You'd need to
> > open the file, lock it via fcntl() (flock() does not work over NFS) and
> > hold the lock until not needed.
> >
> > Remember that if the program exits, the lock would be released.
>
> Can't you just emacs or vi the file and accomplish the same thing? Just a
> thought to save something or other.

I'm not 100% sure of that.  Typically an editor doesn't take a write
lock on a file.  Rather, the editor makes a work copy of the file which
you edit (which is why editing a large file in vi takes so long to
start...it's making a copy of the file).  Some editors actually just
keep a record of what you did.  If you "quit and discard changes", the
work file or the log of what you did are simply discarded and the
original file is left alone.

When you "exit and save", the old file gets overwritten by the work file
or the edits get played back to modify the file.  So, the only time a
write lock is made on the file is when you commit the edits.

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
- Rick Stevens, Principal Engineer             rstevens@(protected) -
- CDN Systems, Internap, Inc.                http://www.internap.com -
-                                                                    -
-     Have you noticed that "human readable" configuration file      -
-          directives are beginning to resemble COBOL code?          -
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe