[Bacula-users] Rough start with Bacula on Ubuntu

2011-05-25 Thread Melodie Neal
Gentlebeings

I have a small server running Ubuntu Lucid, on which I have installed Webmin 
1.550 and Bacula 5.0.1 and MySQL (applications installed using apt-get).  I am 
backing up to a file share on another machine, and the set up basically works.  
I still need to fine tune a few things, but I can backup, etc.  However, 
getting to this point was a bit ugly, because the Bacula documentation does not 
entirely agree with the software that I have installed.  For example, I cannot 
find drop_bacula_tables or make_bacula_tables scripts, and a bit of Googling 
suggests that those scripts don't get installed on Ubuntu, for no apparent 
reason.  Furthermore, the Start and Stop Bacula buttons in Webmin appear to 
start/stop the bacula-dir process, but not the fd or sd processes.  I can start 
and stop everything on the command line, but I'm going to have to hand this 
system over to semi-technical people shortly, and they may not cope with the 
Linux command line (which is why I used Webmin in the first place).

Obviously the start/stop thing is a Webmin issue, but I am hoping that someone 
on this list will already have fought this particular battle, and can tell me 
how they did it.

I have considered upgrading Bacula to 5.0.3, but I don't want to find that I am 
opening a new can of worms by doing so.  Does anyone have any guidance on the 
Bacula upgrade experience on Lucid?  I would like to upgrade the machine 
itself, but I need a decent backup before I can attempt that.

So:  Ubuntu Lucid.  Is there anyway to get the missing database scripts, any 
simple fix to starting and stopping Bacula via Webmin, and will I have a better 
experience with Bacula 5.0.3?

Thanks and regards

Melodie


-- 
Melodie Neal, CISSP, JP
melodie.n...@gmail.com
http://www.linkedin.com/in/melodieneal



--
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,

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 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 ???
>>
>>
>> Than

[Bacula-users] bacula size calculator?

2011-05-25 Thread Joris Heinrich
Sorry false supject
Am 26.05.11 00:21, schrieb 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

--
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 :
> 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


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] bacula on windows?

2011-05-25 Thread Roy Sigurd Karlsbakk
> Is it possible to run at least the bacula storage service on windows?
> 
> My drives are on a windows machine so I need the backup data stored
> there. Ideally I would want the director and other components running
> there too if possible, but I could live with linux for the director if
> need be.
> 
> The site and documentation seem to imply that it IS possible but the
> installer only shows the client as an install option.

I would guess installing it under cygwin might work, but YMMW, I don't know any 
setups like that.

Vennlige hilsener / Best regards

roy
--
Roy Sigurd Karlsbakk
(+47) 97542685
r...@karlsbakk.net
http://blogg.karlsbakk.net/
--
I all pedagogikk er det essensielt at pensum presenteres intelligibelt. Det er 
et elementært imperativ for alle pedagoger å unngå eksessiv anvendelse av 
idiomer med fremmed opprinnelse. I de fleste tilfeller eksisterer adekvate og 
relevante synonymer på norsk.

--
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


[Bacula-users] bacula on windows?

2011-05-25 Thread SSzretter
Is it possible to run at least the bacula storage service on windows?

My drives are on a windows machine so I need the backup data stored there.
Ideally I would want the director and other components running there too if
possible, but I could live with linux for the director if need be.

The site and documentation seem to imply that it IS possible but the
installer only shows the client as an install option.
--
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] update slots scan

2011-05-25 Thread Mauro Colorio
try this

dmesg | grep 2:0:1:1

it will tell you the name of the device where the loaders is attached
(sg3 in my case)
then

mtx -f /dev/sg3 status

if it works check ur config files

Mauro

--
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] update slots scan

2011-05-25 Thread John Drescher
On Wed, May 25, 2011 at 10:27 AM, Andre Lorenz  wrote:
> Hello together,
>
> i have a NEC-LTO4  (FC) 40 slots changer, and 8 slot LTO2 (8 Slots)
> changer (SCSI).
>
> this one was working perfectly.
>
> after physical move of the changers and servers i cant run anymore
> update slots scan on the LTO4 :-(
> on the old LTO2 i can run it without any problems.
>
> lsscsi will show both both devices.
> [1:0:0:0]    mediumx NEC      LL0101H-0A       0002  /dev/sch0
> [1:0:1:0]    tape    IBM      ULTRIUM-TD2      38D0  /dev/st0
> [2:0:0:0]    tape    IBM      ULTRIUM-TD4      7A31  /dev/st1
> [2:0:1:0]    tape    IBM      ULTRIUM-TD4      7A31  /dev/st2
> [2:0:1:1]    mediumx NEC      T40A2            0005  /dev/sch1
>
> i also checked config if device-name changed, 
>
> on the lto2 the command runs without any problems.
>
> on the LTO4 i am getting following msg:
>
> Connecting to Storage daemon NEC-LTO4 at frabackup01:9103 ...
> 3306 Issuing autochanger "slots" command.
> Device "ULTRIUM-TD4-1" has 0 slots.
> No slots in changer to scan.
>
> i also rebooted / restarted changer, server,services ...
>
> there is also no output inside logs.
>
> now is there somebody with an idea?
>

I believe it could be a permissions problem or you have the wrong
device for the autochanger in your config. I would execute the
mtx-changer script directly logged in as user bacula and examine the
output..

John

--
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


[Bacula-users] update slots scan

2011-05-25 Thread Andre Lorenz
Hello together,

i have a NEC-LTO4  (FC) 40 slots changer, and 8 slot LTO2 (8 Slots)
changer (SCSI).

this one was working perfectly.

after physical move of the changers and servers i cant run anymore
update slots scan on the LTO4 :-(
on the old LTO2 i can run it without any problems.

lsscsi will show both both devices.
[1:0:0:0]mediumx NEC  LL0101H-0A   0002  /dev/sch0
[1:0:1:0]tapeIBM  ULTRIUM-TD2  38D0  /dev/st0
[2:0:0:0]tapeIBM  ULTRIUM-TD4  7A31  /dev/st1
[2:0:1:0]tapeIBM  ULTRIUM-TD4  7A31  /dev/st2
[2:0:1:1]mediumx NEC  T40A20005  /dev/sch1

i also checked config if device-name changed, 

on the lto2 the command runs without any problems.

on the LTO4 i am getting following msg:

Connecting to Storage daemon NEC-LTO4 at frabackup01:9103 ...
3306 Issuing autochanger "slots" command.
Device "ULTRIUM-TD4-1" has 0 slots.
No slots in changer to scan.

i also rebooted / restarted changer, server,services ...

there is also no output inside logs.

now is there somebody with an idea?

thanks in advance
andre



--
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] Question about lost 'tapes'

2011-05-25 Thread Phil Stracchino
On 05/25/11 08:42, Roy Sigurd Karlsbakk wrote:
> Hi all
> 
> Seems I've lost a couple of 'tapes', or files, that is. After a multiple 
> drive failure, some files are listed as corrupt by ZFS:
> 
> errors: Permanent errors have been detected in the following files:
> 
> /dbpool/bacula/data/Incr-1466
> /dbpool/bacula/data/Incr-0731
> 
> Now, this wasn't meant to happen, the drives are in small RAIDz2 VDEVs, so 
> safety is very high, but apparently, it did because of a freak combination of 
> a hot datacentre and a bad set of WD Black drives.
> 
> Now - a few questions:
>  - How can I find which backup jobs are affected by this?
>  - Since we rarely do full backups, and stick to incrementals, how can I find 
> which jobs must be re-run as full because of such a 'broke chain'?

In BAT, you can just right-clock those volumes and select "List jobs on
volume".  Then rerun those jobs as a differential (a Full is not
necessary).  This will basically roll up all changes since the last
Full, thus resetting the "chain" of incrementals.


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
  Renaissance Man, Unix ronin, Perl hacker, SQL wrangler, Free Stater
 It's not the years, it's the mileage.

--
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] "Erase" a disk volume ?

2011-05-25 Thread Hugo Letemplier
2011/5/25 Radosław Korzeniewski :
> Hi,
>
> 2011/5/25 Hugo Letemplier 
>>
>> I added this option to my pool but it's not working, I still see the
>> important size of the volume files on my drive.
>> I updated all my volume before purging.
>>
>
> If you updated your volumes parameters then execute following command in
> console:
> * purge volume action=all allpools storage=

Are you sure this command will purge all my volumes ? I have critical
datas on some other volumes.

--
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


[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] Question about lost 'tapes'

2011-05-25 Thread Radosław Korzeniewski
Hi,

2011/5/25 Roy Sigurd Karlsbakk 

> Hi all
>
> Seems I've lost a couple of 'tapes', or files, that is. After a multiple
> drive failure, some files are listed as corrupt by ZFS:
>
> errors: Permanent errors have been detected in the following files:
>
>/dbpool/bacula/data/Incr-1466
>/dbpool/bacula/data/Incr-0731
>
> Now, this wasn't meant to happen, the drives are in small RAIDz2 VDEVs, so
> safety is very high, but apparently, it did because of a freak combination
> of a hot datacentre and a bad set of WD Black drives.
>
> Now - a few questions:
>  - How can I find which backup jobs are affected by this?
>


Just use a simple sql statement:

select
  name,starttime
from
  media m, jobmedia jm, job
where
  volumename='' and m.mediaid=jm.mediaid and
jm.jobid=job.jobid;


When you replace  by a lost volume, you should get a lost
Job names and Job start times.

Hope it helps.

- Since we rarely do full backups, and stick to incrementals, how can I find
> which jobs must be re-run as full because of such a 'broke chain'?
>
> Vennlige hilsener / Best regards
>
> roy
> --
> Roy Sigurd Karlsbakk
> (+47) 97542685
> r...@karlsbakk.net
> http://blogg.karlsbakk.net/
>

best regards

Radoslaw

-- 
Radosław Korzeniewski
rados...@korzeniewski.net
--
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] "Erase" a disk volume ?

2011-05-25 Thread Radosław Korzeniewski
Hi,

2011/5/25 Hugo Letemplier 

>
> I added this option to my pool but it's not working, I still see the
> important size of the volume files on my drive.
> I updated all my volume before purging.
>
>
If you updated your volumes parameters then execute following command in
console:
* purge volume action=all allpools storage=

bye

-- 
Radosław Korzeniewski
rados...@korzeniewski.net
--
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] bacula-web error

2011-05-25 Thread Bacula-Dev
Hi Robert,

Is the bacula-web installation and MySQL Server the same machine ?
Did you tried to change the ip address of the MySQL server by 127.0.0.1

Another test to do when you test with the MySQL client

# mysql -u bacula -h 192.168.100.93 -p

Best regards

Davide



Hi folks.

No I installed and configured bacula-web as described in the link

http://bacula-web.dflc.ch/index.php/admin/articles/configuring-bacula-we
b.html

I got the correct test page as described in

http://bacula-web.dflc.ch/index.php/admin/articles/testing-your-bacula-w
eb-installation.html

But if I try to start the default page with
http:///bacula-web/
index.php


then I get the following error message:

DB Error: connect failed.

In my Bacula Evaluation system CBCK0001 the database user bacula has
(sorry) no password.

My parameters in /var/www/html/bacula-web/configs/bacula.conf are:

root = /bacula-web
IndexReport = 1
mode = Full
lang = en_US

[.Database]

host = 192.168.100.93
login = bacula
pass =
db_name = bacula
db_type = mysql
# db_port = 3306

When I connect to mysql database with

mysql -u bacula -p
password:

without giving a password, just pressing enter

and then I change the database using

use bacula;

then I can select data from e.g.

select count(*) from Job;



Why cannot connect the bacula-web application to the mysql database
bacula?



br Robert



PS:



In the link
http://bacula-web.dflc.ch/index.php/admin/articles/configuring-bacula-we
b.html

you can see the following:

Modify the parameters in the config file config/bacula.conf following
your database server configuration

but here is one "s" missing.

It should be

Modify the parameters in the config file configs/bacula.conf following
your database server configuration
--
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


[Bacula-users] Question about lost 'tapes'

2011-05-25 Thread Roy Sigurd Karlsbakk
Hi all

Seems I've lost a couple of 'tapes', or files, that is. After a multiple drive 
failure, some files are listed as corrupt by ZFS:

errors: Permanent errors have been detected in the following files:

/dbpool/bacula/data/Incr-1466
/dbpool/bacula/data/Incr-0731

Now, this wasn't meant to happen, the drives are in small RAIDz2 VDEVs, so 
safety is very high, but apparently, it did because of a freak combination of a 
hot datacentre and a bad set of WD Black drives.

Now - a few questions:
 - How can I find which backup jobs are affected by this?
 - Since we rarely do full backups, and stick to incrementals, how can I find 
which jobs must be re-run as full because of such a 'broke chain'?

Vennlige hilsener / Best regards

roy
--
Roy Sigurd Karlsbakk
(+47) 97542685
r...@karlsbakk.net
http://blogg.karlsbakk.net/
--
I all pedagogikk er det essensielt at pensum presenteres intelligibelt. Det er 
et elementært imperativ for alle pedagoger å unngå eksessiv anvendelse av 
idiomer med fremmed opprinnelse. I de fleste tilfeller eksisterer adekvate og 
relevante synonymer på norsk.

--
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


[Bacula-users] Every other week schedule

2011-05-25 Thread Jon Schewe
I found a nice solution for an every other week schedule on this list
that uses a script before the job to check if it's the correct week or
not and exits with an appropriate status. This does what I want, except
it generates an error email on the off weeks. Anyone have a solution for
an every other week schedule that doesn't generate error emails on the
off weeks, but still lets me get error emails when there is a real error?

Jon


--
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] "Erase" a disk volume ?

2011-05-25 Thread Hugo Letemplier
2011/5/25 Phil Stracchino :
> On 05/25/11 05:59, Hugo Letemplier wrote:
>> Hi,
>>
>> I got some disk volumes that I just want to "erase" "on demand".
>> Indeed, theses ones were not recycled for various reasons (not in the
>> good pool, new job upgraded to full, bad retention times…)
>> I don't want to delete theses volumes because I want to check that in
>> the time theses volumes will be recycled and so I can validate my
>> backup strategy.
>>
>> All I want is to free the space used by theses old volumes because
>> they have been purged .
>>
>> I thought in keeping the file and writing a null value into it : maybe
>> something like echo "" > /Volumes/LabelOfTheVolume
>> I want to keep the label in order to reuse the volume
>
> In Bacula 5.0.3, you can use Action On Purge = truncate, iirc.

I added this option to my pool but it's not working, I still see the
important size of the volume files on my drive.
I updated all my volume before purging.

Hugo

--
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] "Erase" a disk volume ?

2011-05-25 Thread Phil Stracchino
On 05/25/11 05:59, Hugo Letemplier wrote:
> Hi,
> 
> I got some disk volumes that I just want to "erase" "on demand".
> Indeed, theses ones were not recycled for various reasons (not in the
> good pool, new job upgraded to full, bad retention times…)
> I don't want to delete theses volumes because I want to check that in
> the time theses volumes will be recycled and so I can validate my
> backup strategy.
> 
> All I want is to free the space used by theses old volumes because
> they have been purged .
> 
> I thought in keeping the file and writing a null value into it : maybe
> something like echo "" > /Volumes/LabelOfTheVolume
> I want to keep the label in order to reuse the volume

In Bacula 5.0.3, you can use Action On Purge = truncate, iirc.


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
  Renaissance Man, Unix ronin, Perl hacker, SQL wrangler, Free Stater
 It's not the years, it's the mileage.

--
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] "Erase" a disk volume ?

2011-05-25 Thread J. Echter
Am 25.05.2011 11:59, schrieb Hugo Letemplier:
> Hi,
>
> I got some disk volumes that I just want to "erase" "on demand".
> Indeed, theses ones were not recycled for various reasons (not in the
> good pool, new job upgraded to full, bad retention times…)
> I don't want to delete theses volumes because I want to check that in
> the time theses volumes will be recycled and so I can validate my
> backup strategy.
>
> All I want is to free the space used by theses old volumes because
> they have been purged .
>
> I thought in keeping the file and writing a null value into it : maybe
> something like echo "">  /Volumes/LabelOfTheVolume
> I want to keep the label in order to reuse the volume
>
> Thank you in advance
>
> --
> 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
Hi,

you could you maximum volumes in pool definition combined with max 
volume bytes you can tell the pool how big it can grow.

Have a look at the pool resource to check out what fits best for you.

cheers.

--
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


[Bacula-users] "Erase" a disk volume ?

2011-05-25 Thread Hugo Letemplier
Hi,

I got some disk volumes that I just want to "erase" "on demand".
Indeed, theses ones were not recycled for various reasons (not in the
good pool, new job upgraded to full, bad retention times…)
I don't want to delete theses volumes because I want to check that in
the time theses volumes will be recycled and so I can validate my
backup strategy.

All I want is to free the space used by theses old volumes because
they have been purged .

I thought in keeping the file and writing a null value into it : maybe
something like echo "" > /Volumes/LabelOfTheVolume
I want to keep the label in order to reuse the volume

Thank you in advance

--
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


[Bacula-users] AUTO: In Training All Day - will check emails periodically

2011-05-25 Thread Rene Fiby

I am out of the office from Wed 25/05/2011 until Fri 27/05/2011.




Note: This is an automated response to your message  "Bacula-users Digest,
Vol 61, Issue 28" sent on 5/25/2011 6:27:03 AM.

This is the only notification you will receive while this person is away.


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

--
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