ALiVE stat tracking not working [BUG]

  1. 7 years ago

    Hey all,

    I'm trying to run ALiVE on a Linux dedicated server with stat tracking enabled. I've followed the setup steps for adding a server and encounter an error in the output:
    5:24:55 "THERE IS A PROBLEM WITH THE ALIVE PLUGIN!"
    Here's the output of ldd on the SO file:

    server@TehServer: ~/arma3: $ ldd @aliveserver/ALiVEPlugIn.so
    linux-gate.so.1 => (0xf77a6000)
    libcurl.so.4 => /usr/lib/i386-linux-gnu/libcurl.so.4 (0xf753e000)
    libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf74f8000)
    libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7348000)
    /lib/ld-linux.so.2 (0x565e5000)
    libidn.so.11 => /usr/lib/i386-linux-gnu/libidn.so.11 (0xf7315000)
    librtmp.so.0 => /usr/lib/i386-linux-gnu/librtmp.so.0 (0xf72fa000)
    libssl.so.1.0.0 => /lib/i386-linux-gnu/libssl.so.1.0.0 (0xf72a1000)
    libcrypto.so.1.0.0 => /lib/i386-linux-gnu/libcrypto.so.1.0.0 (0xf70f4000)
    libgssapi_krb5.so.2 => /usr/lib/i386-linux-gnu/libgssapi_krb5.so.2 (0xf70ad000)
    liblber-2.4.so.2 => /usr/lib/i386-linux-gnu/liblber-2.4.so.2 (0xf709e000)
    libldap_r-2.4.so.2 => /usr/lib/i386-linux-gnu/libldap_r-2.4.so.2 (0xf704c000)
    libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xf7032000)
    libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7016000)
    libgnutls.so.26 => /usr/lib/i386-linux-gnu/libgnutls.so.26 (0xf6f4f000)
    libgcrypt.so.11 => /lib/i386-linux-gnu/libgcrypt.so.11 (0xf6ec8000)
    libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf6ec3000)
    libkrb5.so.3 => /usr/lib/i386-linux-gnu/libkrb5.so.3 (0xf6e05000)
    libk5crypto.so.3 => /usr/lib/i386-linux-gnu/libk5crypto.so.3 (0xf6dd5000)
    libcom_err.so.2 => /lib/i386-linux-gnu/libcom_err.so.2 (0xf6dcf000)
    libkrb5support.so.0 => /usr/lib/i386-linux-gnu/libkrb5support.so.0 (0xf6dc3000)
    libresolv.so.2 => /lib/i386-linux-gnu/libresolv.so.2 (0xf6dab000)
    libsasl2.so.2 => /usr/lib/i386-linux-gnu/libsasl2.so.2 (0xf6d90000)
    libgssapi.so.3 => /usr/lib/i386-linux-gnu/libgssapi.so.3 (0xf6d54000)
    libtasn1.so.6 => /usr/lib/i386-linux-gnu/libtasn1.so.6 (0xf6d3f000)
    libp11-kit.so.0 => /usr/lib/i386-linux-gnu/libp11-kit.so.0 (0xf6d03000)
    libgpg-error.so.0 => /lib/i386-linux-gnu/libgpg-error.so.0 (0xf6cfe000)
    libkeyutils.so.1 => /lib/i386-linux-gnu/libkeyutils.so.1 (0xf6cfa000)
    libheimntlm.so.0 => /usr/lib/i386-linux-gnu/libheimntlm.so.0 (0xf6cf1000)
    libkrb5.so.26 => /usr/lib/i386-linux-gnu/libkrb5.so.26 (0xf6c6a000)
    libasn1.so.8 => /usr/lib/i386-linux-gnu/libasn1.so.8 (0xf6bc4000)
    libhcrypto.so.4 => /usr/lib/i386-linux-gnu/libhcrypto.so.4 (0xf6b8f000)
    libroken.so.18 => /usr/lib/i386-linux-gnu/libroken.so.18 (0xf6b79000)
    libffi.so.6 => /usr/lib/i386-linux-gnu/libffi.so.6 (0xf6b72000)
    libwind.so.0 => /usr/lib/i386-linux-gnu/libwind.so.0 (0xf6b48000)
    libheimbase.so.1 => /usr/lib/i386-linux-gnu/libheimbase.so.1 (0xf6b39000)
    libhx509.so.5 => /usr/lib/i386-linux-gnu/libhx509.so.5 (0xf6af2000)
    libsqlite3.so.0 => /usr/lib/i386-linux-gnu/libsqlite3.so.0 (0xf6a35000)
    libcrypt.so.1 => /lib/i386-linux-gnu/libcrypt.so.1 (0xf6a04000)

    Does anyone have any idea what's wrong?

  2. Tupolov

    12 Jan 2017 Administrator

    Did you get the latest plugin from the ALiVE War Room Server Setup page?

    Is there a plugin log file created in @aliveserver?

    @marceldev89

  3. Tupolov

    12 Jan 2017 Administrator

    Also check out the Linux guide here http://alivemod.com/forum/1916-setting-up-linux-dedi-server

  4. Try running ldconfig as root to reload the library cache. If that doesn't help try a reboot.

  5. Looks like ldconfig fixed the issue.

    Next question, while I already have a post open... is it possible to do stat tracking without loading the base @ALiVE mod, or is that only a thing when the core mod is loaded on the server and clients?

  6. Tupolov

    13 Jan 2017 Administrator

    Requires @ALiVE on all clients and server. You don't need to enable any modules other than data (which can be done automatically using the sys_data_auto.pbo in the optional folder)

  7. Awesome. I loaded sys_data_auto.pbo into the addons directory in @ALiVE and loaded @ALiVE followed by @aliveserver, but don't see the operation showing up in the war room. Have I done something wrong? The log shows a successful connection to the database.

     server@TehServer: ~/arma3/@ALiVE/ $ ls addons/ | grep data
    sys_data_auto.pbo
    sys_data_couchdb.pbo
    sys_data_couchdb.pbo.ALiVE.bisign
    sys_data.pbo
    sys_data.pbo.ALiVE.bisign
  8. Tupolov

    14 Jan 2017 Administrator

    Post the server RPT

    Is there a conflicting data module in the mission?

  9. The mission doesn't have any ALiVE modules. I assume by RPT you mean log? Here's the server log: https://hastebin.com/werosemiwo.lua

    I'll try and grab the server output in a few hours.

  10. Tupolov

    14 Jan 2017 Administrator

    Hmmm, well we got an OperationStart event from your server, but not sure we're getting other data. Will look into it.

  11. Tupolov

    14 Jan 2017 Administrator

    Ok there's a bug with AAR where it is not initializing with sys_data_auto.pbo. Will be fixed in next release.

  12. Looks like a new build went out (139494), but I'm still not seeing the operation listed. As far as I can tell the logs and server output are the same as previously posted.

  13. Tupolov

    18 Jan 2017 Administrator

    Can you put on Data debug and send the RPT?

  14. Here's the log: https://hastebin.com/acuqogecoh.lua

  15. Tupolov

    18 Jan 2017 Administrator

    Need the RPT

  16. I don't know what an RPT is.

  17. Google Arma rpt

  18. Thanks @SpyderBlack723.

    RPT: https://hastebin.com/hizumuviwa.scala

  19. Tupolov

    18 Jan 2017 Administrator

    Ok, confirmed there is a bug. Will try to get a hotfix out over the next few days.

  20. Is that what ia wrong with my server as well

  21. Newer ›
 

or Sign Up to reply!