Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated using 4PSA automated script


Note

Applies to VoipNow 3.x.x!

Sometimes you may happen to receive an email with the following subject: "HubRing dump was processed with errors. Could not rotate HubRing dump files." The cause of this is that the Cache DB can get quite big and therefore use more resources when the dbdump script is running.

Step-by-step guide

It is assumed that you are using the latest VoipNow 3.x.x version. To fix this error, please follow the steps below:

  1. Make a backup to the /usr/local/voipnow/bin/hubring/hdump.sh file using:

    Code Block
    cp /usr/local/voipnow/bin/hubring/hdump.sh /usr/local/voipnow/bin/hubring/hdump.sh.bk


  2. Edit /usr/local/voipnow/bin/hubring/hdump.sh and replace:

    Code Block
    util="$PHP_BIN --define register_argc_argv=On --define open_basedir=${OPEN_BASEDIR} --define include_path=${INCLUDE_DIR} -q ${PRODUCT_ROOT_D}/bin/hubring/hdump.php"

    with:

    Code Block
    util="$PHP_BIN --define memory_limit=256M --define register_argc_argv=On --define open_basedir=${OPEN_BASEDIR} --define include_path=${INCLUDE_DIR} -q ${PRODUCT_ROOT_D}/bin/hubring/hdump.php"


Once you've completed these steps, you will no longer receive the "HubRing dump was processed with errors" email the next time the dbdump script is running.

Content by Label
showLabelsfalse
max5
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("cachedb","error","dbdump","hubring") and space = currentSpace()
labelsHubRing voipnow dbdump cachedb error

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.