Re: [Bacula-users] Can't find your catalog (catalog) in director configuration

2011-02-21 Thread RYAN vAN GINNEKEN
Yes i did google and found your post thank you very much At first i messed with dbcheck perms, but it did not solve things. After that i posted to the forum, but now i have things WORKING I have it fixed now as per your instructions chown on bacula-dir.conf needed tweeking set it to this

Re: [Bacula-users] Can't find your catalog (catalog) in director configuration

2011-02-21 Thread Dan Langille
On 2/21/2011 9:17 PM, RYAN vAN GINNEKEN wrote: > Ok all i am having problems with a new install on ubuntu 10.04 LTS migrating > it from FreeBSD anyhow i am getting this error about my Catalog and cannot > for the life of me figure it out. Read some post by Dru about some changes > in 5.0.0 and

[Bacula-users] Can't find your catalog (catalog) in director configuration

2011-02-21 Thread RYAN vAN GINNEKEN
Ok all i am having problems with a new install on ubuntu 10.04 LTS migrating it from FreeBSD anyhow i am getting this error about my Catalog and cannot for the life of me figure it out. Read some post by Dru about some changes in 5.0.0 and changed the owner of my /usr/sbin/dbcheck command to r

Re: [Bacula-users] job type = 'c' vs 'C'

2011-02-21 Thread Dan Langille
On 2/21/2011 8:47 PM, Mike Holden wrote: > Dan Langille wrote: >> On 2/21/2011 10:20 AM, Christian Manal wrote: >>> Am 21.02.2011 15:52, schrieb Dan Langille: The values for the type field in the job table are defined here: http://www.bacula.org/5.0.x-manuals/en/developers/developers

Re: [Bacula-users] job type = 'c' vs 'C'

2011-02-21 Thread Mike Holden
Dan Langille wrote: > On 2/21/2011 10:20 AM, Christian Manal wrote: >> Am 21.02.2011 15:52, schrieb Dan Langille: >>> The values for the type field in the job table are defined here: >>> >>> http://www.bacula.org/5.0.x-manuals/en/developers/developers/Database_Tables.html >>> >>> Look for 'The Job

Re: [Bacula-users] Integer out of range on disk based volumes.

2011-02-21 Thread John Drescher
On Mon, Feb 21, 2011 at 5:41 PM, John Drescher wrote: >>> It appears the problem is with the catalog. I am using 64 bit gentoo >>> linux and bacula-5.0.3 although the problem has persisted for years. I >>> only use disk volumes for my catalog so I have not spent much effort >>> investigating the c

Re: [Bacula-users] Integer out of range on disk based volumes.

2011-02-21 Thread John Drescher
>> It appears the problem is with the catalog. I am using 64 bit gentoo >> linux and bacula-5.0.3 although the problem has persisted for years. I >> only use disk volumes for my catalog so I have not spent much effort >> investigating the cause. > > What datatype is media.endblock on your system?  

Re: [Bacula-users] Constant incrementals

2011-02-21 Thread J. Echter
Am 21.02.2011 17:10, schrieb Chris Geegan: > I am fairly new to Bacula and am very pleased with it. I have also seen a > number of questions regarding remote client backups. As an IT admin I have > found a number of product now have the ability to perform one full backup > and then incrementals fro

Re: [Bacula-users] job type = 'c' vs 'C'

2011-02-21 Thread Dan Langille
On 2/21/2011 1:38 PM, Martin Simmons wrote: >> On Mon, 21 Feb 2011 10:32:10 -0500, Dan Langille said: >> >> On 2/21/2011 10:20 AM, Christian Manal wrote: >>> Am 21.02.2011 15:52, schrieb Dan Langille: The values for the type field in the job table are defined here: http://www.bac

Re: [Bacula-users] Integer out of range on disk based volumes.

2011-02-21 Thread Dan Langille
On 2/21/2011 2:36 PM, John Drescher wrote: > At work I periodically have append failures for my disk based volumes. > The following is an example of the error: > > 21-Feb 14:20 fileserver-dir JobId 24345: Error: sql_create.c:152 > sql_create.c:152 update UPDATE Media SET EndFile=0, > EndBlock=32942

Re: [Bacula-users] Warning to DVD users

2011-02-21 Thread Jari Fredriksson
On 21.2.2011 21:44, ganiuszka wrote: > 2011/2/21 Jari Fredriksson : >> On 21.2.2011 0:57, ganiuszka wrote: >>> Hi, >>> >>> The "free" command is running before every WRITE. If "free" command >>> does not work properly then WRITE will not work. "dvd-handler" script >>> uses the "popen2" Python modul

[Bacula-users] Volume retention periods

2011-02-21 Thread Javier Gomez
We have been using Bacula for a few years now and have enjoyed its features. But I need some help to understand one key retention period concept. Our fundamental issue is attempting to make sure we have good backups for a minimum amount of retention period. Our issue is being able to s

Re: [Bacula-users] Warning to DVD users

2011-02-21 Thread ganiuszka
2011/2/21 Jari Fredriksson : > On 21.2.2011 0:57, ganiuszka wrote: >> Hi, >> >> The "free" command is running before every WRITE. If "free" command >> does not work properly then WRITE will not work. "dvd-handler" script >> uses the "popen2" Python module which in new Python version throws >> warni

Re: [Bacula-users] Warning to DVD users

2011-02-21 Thread ganiuszka
2011/2/21 Jari Fredriksson : > On 21.2.2011 0:57, ganiuszka wrote: >> Hi, >> >> The "free" command is running before every WRITE. If "free" command >> does not work properly then WRITE will not work. "dvd-handler" script >> uses the "popen2" Python module which in new Python version throws >> warni

[Bacula-users] Integer out of range on disk based volumes.

2011-02-21 Thread John Drescher
At work I periodically have append failures for my disk based volumes. The following is an example of the error: 21-Feb 14:20 fileserver-dir JobId 24345: Error: sql_create.c:152 sql_create.c:152 update UPDATE Media SET EndFile=0, EndBlock=3294226434 WHERE MediaId=275 failed: ERROR: integer out of

Re: [Bacula-users] how to backup to fifo, restore from file ?

2011-02-21 Thread Martin Simmons
> On Fri, 18 Feb 2011 15:27:43 +0100, norbi said: > > Hi Baculamailinglistusers, > > have a simple problem with bacula. > We want to store bacula data into a hadoop storage, but bacula can't > write into the fuse mount. so i want to write the baculdata over the > fifo to the hadoop fs(it w

Re: [Bacula-users] job type = 'c' vs 'C'

2011-02-21 Thread Martin Simmons
> On Mon, 21 Feb 2011 10:32:10 -0500, Dan Langille said: > > On 2/21/2011 10:20 AM, Christian Manal wrote: > > Am 21.02.2011 15:52, schrieb Dan Langille: > >> The values for the type field in the job table are defined here: > >> > >> http://www.bacula.org/5.0.x-manuals/en/developers/developers

Re: [Bacula-users] Warning to DVD users

2011-02-21 Thread Jari Fredriksson
On 21.2.2011 0:57, ganiuszka wrote: > Hi, > > The "free" command is running before every WRITE. If "free" command > does not work properly then WRITE will not work. "dvd-handler" script > uses the "popen2" Python module which in new Python version throws > warning because this module is deprecated

Re: [Bacula-users] looking for a tape

2011-02-21 Thread John Drescher
On Mon, Feb 21, 2011 at 12:31 PM, wrote: >>> >>> How can I get this library to look for the next tape (04)? >>> >> >>I am not sure exactly why you want this but you could always mark the >>other two tapes Full, Used, or Archive so that bacula ignores them. >> >>John > > It won't run a backup,

Re: [Bacula-users] looking for a tape

2011-02-21 Thread Ward.P.Fontenot
>> >> How can I get this library to look for the next tape (04)? >> > >I am not sure exactly why you want this but you could always mark the >other two tapes Full, Used, or Archive so that bacula ignores them. > >John It won't run a backup, it keeps telling me to load tape 3 which is offsite a

Re: [Bacula-users] looking for a tape

2011-02-21 Thread John Drescher
> The following is on a CentOS 5.5 x86_64 system with bacula 2.0.3-10 installed > and working very well except for the following: You should really update to a more recent version. 2.0.3 is over 4 years old and has many bugs that were fixed in future versions. The current bacula version is 5.0.3.

[Bacula-users] looking for a tape

2011-02-21 Thread Ward.P.Fontenot
The following is on a CentOS 5.5 x86_64 system with bacula 2.0.3-10 installed and working very well except for the following: I have a library that is looking for a tape that is not in the library 21-Feb 09:34 bacula-sd: 3302 Autochanger "loaded? drive 0", result: nothing loaded. 21-Feb 09:34 b

Re: [Bacula-users] Constant incrementals

2011-02-21 Thread John Drescher
> I am fairly new to Bacula and am very pleased with it. I have also seen a > number of questions regarding remote client backups. As an IT admin I have > found a number of product now have the ability to perform one full backup > and then incrementals from that point forward. They also have the ab

Re: [Bacula-users] Constant incrementals

2011-02-21 Thread John Drescher
On Mon, Feb 21, 2011 at 11:19 AM, John Drescher wrote: >> I am fairly new to Bacula and am very pleased with it. I have also seen a >> number of questions regarding remote client backups. As an IT admin I have >> found a number of product now have the ability to perform one full backup >> and then

[Bacula-users] Constant incrementals

2011-02-21 Thread Chris Geegan
I am fairly new to Bacula and am very pleased with it. I have also seen a number of questions regarding remote client backups. As an IT admin I have found a number of product now have the ability to perform one full backup and then incrementals from that point forward. They also have the ability to

Re: [Bacula-users] Verify VolumeToCatalog not working as expected.

2011-02-21 Thread John Drescher
I tried a few other jobs and it seems that regardless of the verify fileset you choose the VolumeToCatalog verify always picks the last backup that was performed on the client and not the last full backup for a given fileset or similar. The job I want to verify uses LTO2 media to the LTO2-Archived

Re: [Bacula-users] job type = 'c' vs 'C'

2011-02-21 Thread Dan Langille
On 2/21/2011 10:20 AM, Christian Manal wrote: > Am 21.02.2011 15:52, schrieb Dan Langille: >> The values for the type field in the job table are defined here: >> >> http://www.bacula.org/5.0.x-manuals/en/developers/developers/Database_Tables.html >> >> Look for 'The Job Type (or simply Type) can ha

Re: [Bacula-users] job type = 'c' vs 'C'

2011-02-21 Thread Christian Manal
Am 21.02.2011 15:52, schrieb Dan Langille: > The values for the type field in the job table are defined here: > > http://www.bacula.org/5.0.x-manuals/en/developers/developers/Database_Tables.html > > Look for 'The Job Type (or simply Type) can have one of the following > values: ' > > However,

[Bacula-users] job type = 'c' vs 'C'

2011-02-21 Thread Dan Langille
The values for the type field in the job table are defined here: http://www.bacula.org/5.0.x-manuals/en/developers/developers/Database_Tables.html Look for 'The Job Type (or simply Type) can have one of the following values: ' However, in my job table, I'm seeing two values not listed: bacula=