Announcement

Collapse
No announcement yet.

No history available; lveinfo.db empty

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • No history available; lveinfo.db empty

    lve history db empty

  • #2
    Installed a trial CL licence last night - all working well, but no history info is available. /var/lve/lveinfo.db is empty

    If I stop lvestats, delete lveinfo.db & restart lvestats it throws an error

    # service lvestats start
    SQLite header and source version mismatch

    And lveinfo.db is still empty.

    Any ideas?
    thanks
    pete

    Comment


    • #3
      Thats rather strange, could you please show me the output of sqlite3 command and ldd /usr/bin/sqlite3 ?

      Same time you may try to reinstall alt-sqlite package with yum.

      Comment


      • #4
        OK weve got:
        sqlite3
        SQLite header and source version mismatch
        2014-02-11 14:52:19 ea3317a4803d71d88183b29f1d3086f46d68a00e
        2011-11-01 00:52:41 c7c6050ef060877ebe77b41d959e9df13f8c9b5e

        ldd /usr/bin/sqlite3
        linux-vdso.so.1 => (0x00007fffcf3cf000)
        libsqlite3.so.0 => /opt/alt/sqlite/usr/lib64/libsqlite3.so.0 (0x00007fefcc010000)
        libreadline.so.6 => /lib64/libreadline.so.6 (0x00007fefcbdcc000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fefcbbc8000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fefcb9ab000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fefcb617000)
        libtinfo.so.5 => /lib64/libtinfo.so.5 (0x00007fefcb3f5000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fefcc2d6000)

        and

        Package alt-sqlite-3.8.3.1-1.el6.x86_64 already installed and latest version
        Nothing to do

        Comment


        • #5
          Decided to go with MySQL logging instead and thats working great.

          Comment

          Working...
          X