[Bacula-users] help = Problem with webacula - no grafical output

2011-09-14 Thread glynd
HI,

I have the same issues and have done the same you did.
Have you got it to work? If so HOW ?? ;-)

TIA
Glyn

+--
|This was sent by g...@cirrus.co.za via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerryreg; mobile platform with sessions, labs  more.
See new tools and technologies. Register for BlackBerryreg; DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] help = Problem with webacula - no grafical output

2011-05-26 Thread Jérôme Blion
Hello,

I think the whole webacula folder has nothing to do in /var/www
/usr/share is better... then you can configure Apache configuration files:

ln -s /usr/share/webacula/install/apache/webacula.conf /etc/apache2/conf.d/


I think you should have installed Zend framework with aptitude, too... 
This way, it will be maintained with other OS packages.

Any error should be logged in your apache error log.

HTH Jérôme Blion.


Le 26/05/2011 01:52, AliKate AliKatador a écrit :
 Hello again:

 I have installed:

 texlive-base

 latex2html

 apt-get install apache2 php5 libapache2-mod-php5

 apt-get install php5-mysql php5-gd phpmyadmin

 phymyadmin is not necesary but I want try it too ... it works fine

 my check_system_requirements are all right

 cp -rfp webacula-5.5/* /var/www/webacula

 my webacula is installed in /var/www/webacula

 I got Zend Framework from :
 http://framework.zend.com/releases/ZendFramework-1.11.5/ZendFramework-1.11.5-minimal.tar.gz
   The minimal is enough ... I think.

 I coy it to the right path  cp -rfp
 ZendFramework-1.11.5-minimal/library/Zend/ /var/www/webacula/library/

 I copy it directly, no soft link.

 I edit /var/www/webacula/application/config.ini

 I copy it to cp /var/www/webacula/install/apache/webacula.conf
 /etc/apache2/conf.d/webacula.conf

 In webacula.conf I change all paths   /usr/share/webacula/html  for
 /var/www/webacula/html and so on ...

 a2enmod rewrite  it's right too
 http://localhost/webacula/test_mod_rewrite/  works fine too

 I edit it too pico /etc/php5/apache2/php.ini

 I edit pico /var/www/webacula/install/db.conf

 I execute  ./10_make_tables.sh ./20_acl_make_tables.sh  with no erros, all 
 right

 I edit  pico /var/www/webacula/html/.htaccess  adn set it to production

 Also I have thinks like:

 modify /etc/bacula/bacula-dir.conf  section Messages

 chown -R www-data. /var/www/webacula

 groupadd bacula

 usermod -aG bacula www-data

 chown root:bacula /sbin/bconsole
 chmod u=rwx,g=rx,o= /sbin/bconsole
 chown root:bacula /etc/bacula/bconsole.conf
 chmod u=rw,g=r,o= /etc/bacula/bconsole.conf

 htpasswd -c /etc/apache2/webacula.users bacula

 And http://localhost/webacula I get it ... I type root and the pass
 ... but then after log in ... I can see anything ... no errors ... no
 message ... nothing ... a blank screen is all i got.

 Now I give chmod 777 for /var/www/webacula/data  in /data I only have
 /cache and a README  nothing more.

 I haven't no /tmp and no /session

 I restart apache server, bacula ... and the computer too. It simply don't 
 work.

 I think as you ... it will be a rights issue


 Thanks.



 2011/5/25 Jérôme Blionjerome.bl...@free.fr
 Hello,

 Here is the list of commands I typed on the server:

 apt-get install php5-gd php5-mysql zendframework-bin
 cp -r webacula-5.5.rc1 /usr/share/webacula
 php /usr/share/webacula/install/check_system_requirements.php
 rm -fR /usr/share/webacula/library/Zend/
 ln -s /usr/share/php/Zend/ /usr/share/webacula/library/Zend
 cd /usr/share/webacula/application/
 vi config.ini
 ln -s /usr/share/webacula/install/apache/webacula.conf /etc/apache2/conf.d/
 vi /etc/apache2/conf.d/webacula.conf
 a2enmod rewrite
 vi /etc/php5/apache2/php.ini
 vi /usr/share/webacula/install/db.conf
 cd ../install/MySql/
 ./10_make_tables.sh
 ./20_acl_make_tables.sh
 vi ../../html/.htaccess
 chmod 777 /usr/share/webacula/data/tmp
 chmod 777 /usr/share/webacula/data/cache
 chmod 777 /usr/share/webacula/data/session

 Please check that you didn't forget to give enough privileges to the 
 webacula/data folders...

 HTH.
 Jérôme Blion.

 Le 25/05/2011 16:26, AliKate AliKatador a écrit :

 Hi everybody:

 First of all apologize for my English.

 My problem: I have bacula 5.0.3 instaled (Laptop with 2.6.39-1-amd64 on 
 Debian 6), it work. Bconsole too, and bat with QT interface too.
 Now I wan't to try webacula. I install webacula 5.5 ... I follow all the 
 steps. I can log in http://localhost/webacula/  but then i have no grafical 
 output. Nothing, nothing at all ... only a blank screen ... no more, no 
 message.

 root@nubedebian:/usr/share/fonts# 
 /var/www/webacula/install/check_system_requirements.php

 Webacula check System Requirements...

 sh: psql: not found
 Current MySQL version = 5.1.57OK
 Current Sqlite version = 3.7.6OK

 Current PHP version = 5.3.6-11OK

 php pdo installed.OK
 php gd installed.OK
 php xml installed.OK
 php dom installed.OK

 php pdo_mysql installed.OK
 Warning. PHP extension pdo_pgsql not installed.
 Warning. PHP extension pdo_sqlite not installed.
 php-dom, php-xml installed.OK


 mod_rewrite in apache2 work's too

 javascript work's fine

 Zend Framework minimal version 1.11.5

 php-gd  is also instaled


 What can be wrong ???


 Thanks.






 --
 Los datos contenidos en la presente comunicación son confidenciales y se 
 encuentran protegidos por la L.O. 15/99 de 13 de diciembre sobre Protección 
 de Datos de Carácter Personal como datos especialmente 

Re: [Bacula-users] help = Problem with webacula - no grafical output

2011-05-26 Thread Jérôme Blion
Hello, 

You should use credentials you provided into config.ini.
That should do the trick.

Then you will be able to add some accounts.

HTH.
Jérôme Blion.


On Thu, 26 May 2011 15:20:53 +0200, AliKate AliKatador
alikata...@gmail.com wrote:
 Hello:
 
 Now I'm NEAR :D:D:D
 
 I install the Zend Framework with apt-get ... like apt-get
 zendframework-bin
 
 But I think that was not the matter! And don't think that the
 /usr/share is a problem ...
 
 Now I can connect to the access page webacula. As you advised me, I
 checked the error.log of apache and it was where I found the problem.
 I could not Connect with the MySQL server. The pass did not match. I
 did not changed, and I'm the only one to connect on this laptop. I
 could not even connect from a terminal, even from the
 MySQLAdministrator. So I restored it and now I can connect to the
 database.
 
 But now I have another problem. I do not log in webacula. I can not
 connect with root, or the usuer that I have created. Are there any log
 for this too??
 
 Or is it again a permission problem ???
 
 Thank's.
 
 
 
 2011/5/26 Jérôme Blion jerome.bl...@free.fr:
 Hello,

 I think the whole webacula folder has nothing to do in /var/www
 /usr/share is better... then you can configure Apache configuration
 files:

 ln -s /usr/share/webacula/install/apache/webacula.conf
 /etc/apache2/conf.d/


 I think you should have installed Zend framework with aptitude, too...
 This way, it will be maintained with other OS packages.

 Any error should be logged in your apache error log.

 HTH Jérôme Blion.


 Le 26/05/2011 01:52, AliKate AliKatador a écrit :
 Hello again:

 I have installed:

 texlive-base

 latex2html

 apt-get install apache2 php5 libapache2-mod-php5

 apt-get install php5-mysql php5-gd phpmyadmin

 phymyadmin is not necesary but I want try it too ... it works fine

 my check_system_requirements are all right

 cp -rfp webacula-5.5/* /var/www/webacula

 my webacula is installed in /var/www/webacula

 I got Zend Framework from :

http://framework.zend.com/releases/ZendFramework-1.11.5/ZendFramework-1.11.5-minimal.tar.gz
   The minimal is enough ... I think.

 I coy it to the right path  cp -rfp
 ZendFramework-1.11.5-minimal/library/Zend/ /var/www/webacula/library/

 I copy it directly, no soft link.

 I edit /var/www/webacula/application/config.ini

 I copy it to cp /var/www/webacula/install/apache/webacula.conf
 /etc/apache2/conf.d/webacula.conf

 In webacula.conf I change all paths   /usr/share/webacula/html  for
 /var/www/webacula/html and so on ...

 a2enmod rewrite  it's right too
 http://localhost/webacula/test_mod_rewrite/  works fine too

 I edit it too pico /etc/php5/apache2/php.ini

 I edit pico /var/www/webacula/install/db.conf

 I execute  ./10_make_tables.sh ./20_acl_make_tables.sh  with no erros,
 all right

 I edit  pico /var/www/webacula/html/.htaccess  adn set it to
production

 Also I have thinks like:

 modify /etc/bacula/bacula-dir.conf  section Messages

 chown -R www-data. /var/www/webacula

 groupadd bacula

 usermod -aG bacula www-data

 chown root:bacula /sbin/bconsole
 chmod u=rwx,g=rx,o= /sbin/bconsole
 chown root:bacula /etc/bacula/bconsole.conf
 chmod u=rw,g=r,o= /etc/bacula/bconsole.conf

 htpasswd -c /etc/apache2/webacula.users bacula

 And http://localhost/webacula I get it ... I type root and the pass
 ... but then after log in ... I can see anything ... no errors ... no
 message ... nothing ... a blank screen is all i got.

 Now I give chmod 777 for /var/www/webacula/data  in /data I only have
 /cache and a README  nothing more.

 I haven't no /tmp and no /session

 I restart apache server, bacula ... and the computer too. It simply
 don't work.

 I think as you ... it will be a rights issue


 Thanks.



 2011/5/25 Jérôme Blionjerome.bl...@free.fr
 Hello,

 Here is the list of commands I typed on the server:

 apt-get install php5-gd php5-mysql zendframework-bin
 cp -r webacula-5.5.rc1 /usr/share/webacula
 php /usr/share/webacula/install/check_system_requirements.php
 rm -fR /usr/share/webacula/library/Zend/
 ln -s /usr/share/php/Zend/ /usr/share/webacula/library/Zend
 cd /usr/share/webacula/application/
 vi config.ini
 ln -s /usr/share/webacula/install/apache/webacula.conf
 /etc/apache2/conf.d/
 vi /etc/apache2/conf.d/webacula.conf
 a2enmod rewrite
 vi /etc/php5/apache2/php.ini
 vi /usr/share/webacula/install/db.conf
 cd ../install/MySql/
 ./10_make_tables.sh
 ./20_acl_make_tables.sh
 vi ../../html/.htaccess
 chmod 777 /usr/share/webacula/data/tmp
 chmod 777 /usr/share/webacula/data/cache
 chmod 777 /usr/share/webacula/data/session

 Please check that you didn't forget to give enough privileges to the
 webacula/data folders...

 HTH.
 Jérôme Blion.

 Le 25/05/2011 16:26, AliKate AliKatador a écrit :

 Hi everybody:

 First of all apologize for my English.

 My problem: I have bacula 5.0.3 instaled (Laptop with 2.6.39-1-amd64
 on Debian 6), it work. Bconsole too, and bat with QT interface too.
 Now I wan't to try webacula. 

[Bacula-users] help = Problem with webacula - no grafical output

2011-05-25 Thread AliKate AliKatador
 Hi everybody:

First of all apologize for my English.

My problem: I have bacula 5.0.3 instaled (Laptop with 2.6.39-1-amd64 on
Debian 6), it work. Bconsole too, and bat with QT interface too.
Now I wan't to try webacula. I install webacula 5.5 ... I follow all the
steps. I can log in http://localhost/webacula/  but then i have no grafical
output. Nothing, nothing at all ... only a blank screen ... no more, no
message.

root@nubedebian:/usr/share/fonts#
/var/www/webacula/install/check_system_requirements.php

Webacula check System Requirements...

sh: psql: not found
Current MySQL version = 5.1.57OK
Current Sqlite version = 3.7.6OK

Current PHP version = 5.3.6-11OK

php pdo installed.OK
php gd installed.OK
php xml installed.OK
php dom installed.OK

php pdo_mysql installed.OK
Warning. PHP extension pdo_pgsql not installed.
Warning. PHP extension pdo_sqlite not installed.
php-dom, php-xml installed.OK


mod_rewrite in apache2 work's too

javascript work's fine

Zend Framework minimal version 1.11.5

*php-gd  is also instaled


What can be wrong ???


Thanks.
*





-- 
Los datos contenidos en la presente comunicación son confidenciales y se
encuentran protegidos por la *L.O. 15/99 de 13 de diciembre* sobre *Protección
de Datos de Carácter Personal* como datos especialmente protegidos. Si no
fuese Vd. el destinatario rogamos la destruya y proceda a dar aviso
inmediato al remitente, pues la utilización, conservación, comunicación o
cesión de los datos contenidos en el presente correo sin el consentimiento
expreso del remitente constituye una infracción grave o muy grave sancionada
por la *Ley Orgánica de Protección de Datos*.
--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] help = Problem with webacula - no grafical output

2011-05-25 Thread Jérôme Blion

Hello,

Here is the list of commands I typed on the server:

apt-get install php5-gd php5-mysql zendframework-bin
cp -r webacula-5.5.rc1 /usr/share/webacula
php /usr/share/webacula/install/check_system_requirements.php
rm -fR /usr/share/webacula/library/Zend/
ln -s /usr/share/php/Zend/ /usr/share/webacula/library/Zend
cd /usr/share/webacula/application/
vi config.ini
ln -s /usr/share/webacula/install/apache/webacula.conf /etc/apache2/conf.d/
vi /etc/apache2/conf.d/webacula.conf
a2enmod rewrite
vi /etc/php5/apache2/php.ini
vi /usr/share/webacula/install/db.conf
cd ../install/MySql/
./10_make_tables.sh
./20_acl_make_tables.sh
vi ../../html/.htaccess
chmod 777 /usr/share/webacula/data/tmp
chmod 777 /usr/share/webacula/data/cache
chmod 777 /usr/share/webacula/data/session

Please check that you didn't forget to give enough privileges to the 
webacula/data folders...


HTH.
Jérôme Blion.

Le 25/05/2011 16:26, AliKate AliKatador a écrit :

Hi everybody:

First of all apologize for my English.

My problem: I have bacula 5.0.3 instaled (Laptop with 2.6.39-1-amd64 
on Debian 6), it work. Bconsole too, and bat with QT interface too.
Now I wan't to try webacula. I install webacula 5.5 ... I follow all 
the steps. I can log in http://localhost/webacula/  but then i have no 
grafical output. Nothing, nothing at all ... only a blank screen ... 
no more, no message.


root@nubedebian:/usr/share/fonts# 
/var/www/webacula/install/check_system_requirements.php


Webacula check System Requirements...

sh: psql: not found
Current MySQL version = 5.1.57OK
Current Sqlite version = 3.7.6OK

Current PHP version = 5.3.6-11OK

php pdo installed.OK
php gd installed.OK
php xml installed.OK
php dom installed.OK

php pdo_mysql installed.OK
Warning. PHP extension pdo_pgsql not installed.
Warning. PHP extension pdo_sqlite not installed.
php-dom, php-xml installed.OK


mod_rewrite in apache2 work's too

javascript work's fine

Zend Framework minimal version 1.11.5

/php-gd  is also instaled


What can be wrong ???


Thanks.
/






--
Los datos contenidos en la presente comunicación son confidenciales y 
se encuentran protegidos por la *L.O. 15/99 de 13 de diciembre* sobre 
*Protección de Datos de Carácter Personal* como datos especialmente 
protegidos. Si no fuese Vd. el destinatario rogamos la destruya y 
proceda a dar aviso inmediato al remitente, pues la utilización, 
conservación, comunicación o cesión de los datos contenidos en el 
presente correo sin el consentimiento expreso del remitente constituye 
una infracción grave o muy grave sancionada por la *Ley Orgánica de 
Protección de Datos*.



--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery,
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now.
http://p.sf.net/sfu/quest-d2dcopy1


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] help = Problem with webacula - no grafical output

2011-05-25 Thread Joris Heinrich
Hello list,

im planing currently an backup strategy for our company, i have daily
full backups from many sql machines. these backups should saved in
different pools:

pool1 daily backup

pool2 14 days

pool 3 1jahr...

Now my question: exist there an tool which can help to calculate my
pools and storage which i need.


Thanks for help


Best regards

JHN
--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] help = Problem with webacula - no grafical output

2011-05-25 Thread John Drescher
2011/5/25 Joris Heinrich j...@malin-easy.de:
 Hello list,

 im planing currently an backup strategy for our company, i have daily full
 backups from many sql machines. these backups should saved in different
 pools:

You should start a new thread. This has nothing at all to do with
help = Problem with webacula - no grafical output

--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users