Menu

FilePersistentStorage : error.....

Help
robandrox
2008-05-09
2012-12-14
  • robandrox

    robandrox - 2008-05-09

    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

     
    • jef2000

      jef2000 - 2008-05-09

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.