Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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:

    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:

    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:

    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.

#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels

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