[rrd-users] Lock issue

Caio Brentano caiobrentano at gmail.com
Wed Oct 5 19:59:06 CEST 2011


Hello all

I'm facing a lock problem in my software...
Sometimes, when the script tries to update a file, it return this message:
"could not lock RRD".

If I make a copy of the file, I can update it normally!
So, while I don't discover what is the problem, I'm doing this:

$ cp file.rrd file.rrd.new
$ rrdtool update file.rrd.new <DATA>
$ mv  file.rrd.new  file.rrd

I'm using python 2.4, python-rrdtool-1.4.5 and rrdtool-1.4.5.

Does anyone have faced any similiar issue?

Regards
-- 
Caio Brentano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/rrd-users/attachments/20111005/436c5277/attachment.htm 


More information about the rrd-users mailing list