On Sat, 2004-01-31 at 16:03, John Poltorak wrote:
> Is it safe to delete lockfiles which have been hanging around for a long 
> time?
> 
> There is one called master-qrunner from a many months ago.

You can check on the process to see if it is actually still running. The
process ID is a part of the file lock name.
  ps aux |more

If the process is no longer running then feel free to nuke the file. I'm
betting that you can nuke that baby!

Jon Carnes



------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to