Hi Achim,

ekgnkb3d wrote
> 
> Hello all,
> I've used RRDTOOL at version 1.0 since years now - but since upgrading to
> a new hardware + version 1.4 I now have annoying problems.
> 
> [...]
> 
> I can't understand, out of the tickets text, what can be done to prevent
> this errors and making the created file accessible. How to create and use
> .rrd files with version 1.4 on jffs2 file system?
> 

We just ran into the same problem you described. The problem is that rrdtool
uses MAP_SHARED while opening its files. This is not supported on a JFFS2
partition [1].

You have to compile rrdtool with the --disable-mmap option set. With this
rrdtool works also on JFFS2.

Regards,
Christian

[1] http://www.infradead.org/pipermail/linux-mtd/2004-July/010082.html

--
View this message in context: 
http://rrd-mailinglists.937164.n2.nabble.com/Errors-on-create-update-lastupdate-like-Ticket-303-tp6856328p7158782.html
Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com.

_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to