Tagged Questions
The lockfile tag has no wiki summary.
20
votes
12answers
6k views
Quick-and-dirty way to ensure only one instance of a shell script is running at a time
What's a quick-and-dirty way to make sure that only one instance of a shell script is running at a given time?
5
votes
4answers
2k views
Python: module for creating PID-based lockfile?
I'm writing a Python script that may or may not (depending on a bunch of things) run for a long time, and I'd like to make sure that multiple instances (started via cron) don't step on each others ...
1
vote
1answer
362 views
Delphi Using LockFile on windows 7 64
I have found that if you open a file that resides on 32 bit server in a share folder from a 64 bit windows 7 machine, read it, lock it and then open it again. When you close all open handles the file ...
1
vote
2answers
528 views
procmail lockfile utility and NFS
G'day,
Has anyone used the lockfile utility that ships with procmail in conjunction with NFS mounted directories?
The lockfile man page states that "Lockfile is NFS-resistant and eight-bit clean."
...
0
votes
0answers
22 views
transfer lockfile to another unix user
If a process running as (non-root) user A has created a lockfile on disk to reserve a shared resource, what's a good way to seamlessly "hand off" that lock to another process, running as user B, which ...
0
votes
1answer
185 views
Cognos8. UT-DEF-0114 Cannot open lock file
I have cognos8.4.1 installed. I have authentication defined(LDAP). Everything was working fine, now suddenly I am facing a strange error while executing reports.
UT-DEF-0114 Cannot open lock file: ...
0
votes
3answers
108 views
In Makefile, how to cleanup lockfile files?
In GNU Make 3.81, I need to remove a lockfile in the event of an error in any part of the toolchain. Is there a special target that will allow me to do this? Do I need to write a wrapper script?
In ...
0
votes
2answers
162 views
Where do I change this Python code snippet to save the temp file in the tmp-folder?
this is a code example implementing a file lock, so the application can only open one instance. It currently works, but saves the the lock file in the Home-folder (Ubuntu). If the application crashes, ...
0
votes
2answers
99 views
How to check if a file is being edited? (Ruby)
I am writing some code to write out an email to a file, let you edit it in your own editor, and when you're done you can tell my code to carry on. I'd like to have it catch the common error where you ...
0
votes
3answers
2k views
Why my program creates empty .lck files?
I am trying to use Java Logger. I get my logger file (name.log) with the content I wish but I also get empty name.log.lck file. Why this file appears and how I can remove this behavior. Thank you in ...
-1
votes
2answers
139 views
lockfile is not working
i have locked my file from 0 to 5 bytes, and i write some character byte by byte but it does not stop writing even if the file is locked, i dont know what is wrong, i have tried every type of flag in ...