]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Update INSTALL and README files
authorMarcin Haba <marcin.haba@bacula.pl>
Sun, 9 Nov 2014 18:33:03 +0000 (19:33 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Sun, 9 Nov 2014 18:33:03 +0000 (19:33 +0100)
gui/baculum/INSTALL
gui/baculum/README

index c01a3e74d4e125856c9219fa7f906da411192f22..3fe1de8088b58d3736548fb212e6f88c5858ef11 100644 (file)
@@ -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
index c3713533c84ef4b3c2d4e77020e0680807ca343b..eacbd4b11e74cbfe93fbebc6155d4c869ee95801 100644 (file)
@@ -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.