]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/INSTALL
ebl fix delete jobid
[bacula/bacula] / gui / bweb / INSTALL
index 3d8687941a3b7777c4265be867e63e4aa24b8060..9bde3295b63a00a0fad675c461be4931202e8975 100644 (file)
@@ -34,7 +34,7 @@ Bweb works well with 1.39 release.
 
  # copy bweb graphics elements (bweb elements must reside on /bweb)
  mkdir /var/www/bweb
- install -m 644 -o root -g root  bweb/html/*.{js,png,css,gif} /var/www/bweb
+ install -m 644 -o root -g root  bweb/html/*.{js,png,css,gif,ico} /var/www/bweb
 
  # done !
 
@@ -135,10 +135,12 @@ To use Bweb log engine, you must apply this little patch and have the
 new Log table in your database.
 
 After, you can fill your database with :
-tail -f /tmp/log.sql | bacula -u bacula bacula
+while true; do
+       tail -f /tmp/log.sql | bacula -u bacula bacula
+done
 
 cd bacula-src
-patch < message.patch
+patch -p1 < message.patch
 --- cvs/src/lib/message.c       2006-07-27 21:06:20.000000000 +0200
 +++ cvs/src/lib/message.c.director      2006-07-28 13:46:49.171083494 +0200
 @@ -716,6 +716,18 @@
@@ -162,13 +164,14 @@ patch < message.patch
                  Dmsg1(850, "DIRECTOR for following msg: %s", msg);
 
 
-
+This patch is only for director, this will breaks the rest.
+you can revert it with patch -p1 -R < message.patch
 
 ################ BWEB LIMITATION ###############################
 
 To get bweb working, you must follow these rules
  - Media, Storage and Pool must have [A-Za-z_0-9\.-]+ (no space)
- - AutoChanger name must be same as Storage name device in bacula
+ - AutoChanger name must be same as Device and Location name in bacula
 
 ################ SUDO CONFIGURATION ############################