This message only happens if you use file persistency.
The default path for file persistency is "/var/lib/linknx/persist"
If you have this in your XML config file:
<persistence type="file"/>
It's equivalent to:
<persistence type="file" path="/var/lib/linknx/persist"/>
And that can cause the error message you see.
If you don't want to use file persistency, remove the line from your config file.
If you want to store it somewhere else, modify the line like this:
<persistence type="file" path="/where/you/want/to/put/the/files"/>
Regards,
Jean-François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
when I try to run linknx with the command
linknx --config=/mnt/sd/linknx/config.xml
I get the next error:
FilePersistentStorage: eror opening path: '/var/lib/linknx/persist/'
What can be the problem??
Thanks
Hi,
This message only happens if you use file persistency.
The default path for file persistency is "/var/lib/linknx/persist"
If you have this in your XML config file:
<persistence type="file"/>
It's equivalent to:
<persistence type="file" path="/var/lib/linknx/persist"/>
And that can cause the error message you see.
If you don't want to use file persistency, remove the line from your config file.
If you want to store it somewhere else, modify the line like this:
<persistence type="file" path="/where/you/want/to/put/the/files"/>
Regards,
Jean-François