[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] stale lockfiles not removed?



Theodore Heise <theo@xxxxxxxx> writes:

> These stale lock files do not seem to ever get cleaned up.  Is there a
> config option I'm missing, is this a known bug (maybe with a patch
> available?), or do I just need to write a script to clean up
> periodically?

It's a known bug that has been fixed in 2.0b8_ma10pre3.2.

You can also just clean out these left-behind files without ill-effect,

find /var/news/lock/ -name 'fetchnews.lck.*' -mtime +2 -exec rm '{}' ';'

should do to clean all files older than two days.

-- 
Matthias Andree

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list