From: Marcin Haba Date: Sun, 9 Nov 2014 18:33:03 +0000 (+0100) Subject: baculum: Update INSTALL and README files X-Git-Tag: Release-7.2.0~127 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=8fca5d9df3f39dc87f08aa1f7e383528aeded724 baculum: Update INSTALL and README files --- diff --git a/gui/baculum/INSTALL b/gui/baculum/INSTALL index c01a3e74d4..3fe1de8088 100644 --- a/gui/baculum/INSTALL +++ b/gui/baculum/INSTALL @@ -84,6 +84,7 @@ Please be sure that in PHP configuration file (usually located in /etc/php.ini) there is option error_reporting set as below: error_reporting = E_ALL & ~E_STRICT +memory_limit = 256M Suggested method for Baculum webGUI access to Bacula Console (bconsole) is using "sudo" functionality for that. In this case there is need to add to /etc/sudoers file two @@ -122,6 +123,7 @@ Please be sure that in PHP configuration file (usually located in /etc/php5/apac there is option error_reporting set as below: error_reporting = E_ALL & ~E_STRICT +memory_limit = 256M Suggested method for Baculum webGUI access to Bacula Console (bconsole) is using "sudo" functionality for that. In this case there is need to add to /etc/sudoers below diff --git a/gui/baculum/README b/gui/baculum/README index c3713533c8..eacbd4b11e 100644 --- a/gui/baculum/README +++ b/gui/baculum/README @@ -1,9 +1,10 @@ Baculum - Bacula web interface -Features description: +Table of content: 1. Customized and restricted consoles 2. Baculum users configuration file +3. FAQ ================================================================================ @@ -196,3 +197,17 @@ for Apache. NOTE! Functionality has been tested with Lighttpd. It has not been tested with other web servers that supports plain text stored password. + + +================================================================================ + +=== 3. FAQ === + +a) Why Jobs list and/or Media list windows do not show any content? + + In case when in Bacula Catalog database exist a lot of finished Jobs or Media +records, for example more than 2000, and window with Jobs or Media list do not +show any content, then please consider increase "memory_limit" option in php.ini +PHP configuration file to higher value than 256M. There is also possible to set +limit window list elements on webGUI in window tools option (on window bottom +bar), without changing "memory_limit" value.