[Bacula-users] init.d fix if bacula-dir does not start

2006-06-06 Thread rene_fiby
We use Bacula as our primary bacukup solution. We recently build RHEL4 binaries with MySQL 4 support. Ever since our Bacula director, and on some machines the Bacula storage director would not startup. Upgrading to 1.38.9-2 fixed the problems related to Bacula storage director. We figured that B

Re: [Bacula-users] Tapes marked full when they aren't

2006-06-06 Thread drescher0110-bacula
--- John Boris <[EMAIL PROTECTED]> wrote: > On my Dell 124-T we are using ULTRIUM 2 Tapes that should hold 400gb > compressed. No the tapes should hold 200GB of uncompressed data. The 400GB number is only if your data is able to compress at 2 to 1 and that none of the files you are backing u

[Bacula-users] Network error with FD during Backup: ERR=Connection timed out

2006-06-06 Thread Robin Mordasiewicz
I see the following error while trying to backup a couple servers. All my other clients work fine. frigg is my bacula server and web is the server which I am trying to backup I can see that it is backing up files, but after a while it just stops. I have also tried setting the following.

[Bacula-users] Tapes marked full when they aren't

2006-06-06 Thread John Boris
On my Dell 124-T we are using ULTRIUM 2 Tapes that should hold 400gb compressed. While troubleshooting a different issue I found that the tapes are being marked as full when there is over 100GB of space left on the tape. Is this normal or is this a configuration issue/bug? This is on bacula 1.38.5

[Bacula-users] Detailed Bacula Backup Implementation Guide

2006-06-06 Thread david robert
Hi,   finally we have  very easy and detailed bacula backup implementation in debian linux   http://www.debianhelp.co.uk/bacula1.htm   If you want to install Bacula Webinterface   http://www.debianhelp.co.uk/baculaweb.htm   Hope this helps more people Send instant messages to your online

Re: [Bacula-users] Removing old clients from the database

2006-06-06 Thread Bill Moran
On Tue, 06 Jun 2006 13:22:56 +0800 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I was wondering how you remove database entires for clients that are no > longer being used. Currently I simply remove them from bacula-dir.conf > but I suspect the database entries still exist. > > I'm

[Bacula-users] suse rpms with acl support

2006-06-06 Thread Christoph Litauer
Dear bacula users, I experimented a few days with "aclsupport=yes" for a SuSE 10.0 server and client -- wondering why my acls never got restored. Now I realized that the rpms for SuSE on sourceforge.net are compiled without acl support: bruch:~ # ldd /usr/sbin/bacula-fd linux-gate.so.1 =>

Re: [Bacula-users] Error: You must specify a "use "command before continuing

2006-06-06 Thread Ger Apeldoorn
Hi Chris, Thanks a lot for your reply! I'm sorry to say that I cannot find where to put it. My Client resources were already configured with a Catalog = MyCatalog line. Do I have to put it anywhere else? Btw: I could not find any reference to this in the releasenotes Many Thanks, Ger. On

Re: [Bacula-users] Spooling parallel, Despooling sequential

2006-06-06 Thread Baptiste Malguy
Kern Sibbald wrote: > On Tuesday 06 June 2006 10:32, Baptiste Malguy wrote: >> Christoph Litauer wrote: >>> Baptiste Malguy schrieb: [...] 3 - By the way, what do you think of havin a single ~ 60GB disk volume or several smaller 5-10GB volumes ? Does anyone has some background abou

Re: [Bacula-users] Spooling parallel, Despooling sequential

2006-06-06 Thread Kern Sibbald
On Tuesday 06 June 2006 10:32, Baptiste Malguy wrote: > Christoph Litauer wrote: > > Baptiste Malguy schrieb: > >> Hello, > > [...] > > >> Here are my questions: > >> > >> 1 - Is it just the OS that takes so long to set its index to the content > >> of the disk volume (file) or is it Bacula that tr

Re: [Bacula-users] Error: You must specify a "use "command before continuing

2006-06-06 Thread Masopust, Christian
Hello Ger, it's in the release-notes... there is no more default-catalog since 1.38.6 (i think)... chris -- "I sense much NT in you, NT leads to Blue Screen. Blue Screen leads to downtime, downtime leads to suffering. NT is the path to the darkside." - Unknown Unix Jedi > -Original

[Bacula-users] Error: You must specify a "use " command before continuing

2006-06-06 Thread Ger Apeldoorn
Hi! I've reinstalled my system and copied the bacula database and configfiles of the previous installation. Now I get in the tray monitor: "You must specify a "use " command before continuing" Furthermore; i'm having difficulties restoring files: %<

[Bacula-users] Bacula release version 1.38.10

2006-06-06 Thread Kern Sibbald
Hello, I am preparing a Bacula release version 1.38.10, which will probably be released this coming weekend. It has now passed all my regression scripts and is running in production here. I have a few more modifications to make to it before release; mainly enhance the ACL error messages. I've

[Bacula-users] bacula requests "full" tape?

2006-06-06 Thread Heinz Ulrich Stille
Hi! This night I noticed (again...) a strange behaviour: The jobs running span four or five tapes. The first one, m01, was filled; then tape m02 (state: purged) should have been requested. What happens is that bacula (1.38.9) apparently can't decide what it wants: >From the log: 02-Jun 19:46 mail

Re: [Bacula-users] Spooling parallel, Despooling sequential

2006-06-06 Thread Baptiste Malguy
Christoph Litauer wrote: > Baptiste Malguy schrieb: >> Hello, [...] >> Here are my questions: >> >> 1 - Is it just the OS that takes so long to set its index to the content >> of the disk volume (file) or is it Bacula that treats a disk volume as a >> cartridge, with sequential access instead of ra

Re: [Bacula-users] ERR=Device or resource busy

2006-06-06 Thread Kern Sibbald
On Tuesday 06 June 2006 10:04, James Cort wrote: > Kern Sibbald wrote: > > Unfortunately, Bacula is sufficiently demanding that it often brings out > > driver problems that don't show up using most Unix tape utilities, which > > tend to be rather "simple" minded. They either simply write() or read(

Re: [Bacula-users] ERR=Device or resource busy

2006-06-06 Thread James Cort
Kern Sibbald wrote: > Unfortunately, Bacula is sufficiently demanding that it often brings out > driver problems that don't show up using most Unix tape utilities, which tend > to be rather "simple" minded. They either simply write() or read(). Bacula > uses quite a lot more features of the driv

Re: [Bacula-users] Bare Metal Recovery Static-Glibc

2006-06-06 Thread Kern Sibbald
On Monday 05 June 2006 21:41, Dan Langille wrote: > On 5 Jun 2006 at 21:32, Kern Sibbald wrote: > > If you cannot build a statically linked FD, then you can still do a > > bare metal recovery by simply reloading your OS from CDs or whatever > > then using a pre-built dynamically linked Bacula FD to

Re: [Bacula-users] Spooling parallel, Despooling sequential

2006-06-06 Thread Christoph Litauer
Baptiste Malguy schrieb: > Hello, > > I wish I could get more precise details for my case. Let's consider > backup are only made on some disks. > > In bacula-dir.conf, in Job resources, we may set Spool Data attribute to > yes. From the online doc, you can read: "This option should not be used >