Re: [Bacula-users] Are Base Jobs Supported Now?

2005-04-22 Thread Kern Sibbald
Oh, not two minutes after I fire off an email, you already have the response. :-) On Saturday 23 April 2005 01:39, Dan Langille wrote: > On 22 Apr 2005 at 17:13, Dave Sutherland wrote: > > I have been going through the documentation and every once in a while > > I come across a directive called B

Re: [Bacula-users] Bacula fd on true64 UNIX

2005-04-22 Thread Alan Brown
On Fri, 22 Apr 2005, Wilson Guerrero C. wrote I have a similar system with windows machines also. I'm sending you via other email a binary of the file daemon for Tru64 Unix 5.1B in production. I would like to obtain a copy of that too. Wilson, perhaps you can contribute this to the sourceforge arch

Re: [Bacula-users] Bacula fd on true64 UNIX

2005-04-22 Thread Wilson Guerrero C.
On Friday 22 April 2005 10:59, Alan Brown wrote: > On Fri, 22 Apr 2005, Wilson Guerrero C. wrote > > > I have a similar system with windows machines also. > > I'm sending you via other email a binary of the file daemon for > > Tru64 Unix 5.1B in production. > > I would like to obtain a copy of that

Re: [Bacula-users] Bacula + MySQL File Table Corruption Issue

2005-04-22 Thread John Donagher
On Fri, 2005-04-22 at 09:03 -0400, Michael Joyner wrote: > I ran into the "duplicate key" problem. > I fixed it by doing the following: > > updgrade MySQL past the buggy version. > > for each _TABLE_; do: > alter table _TABLE_ engine=InnoDB; > alter table _TABLE_ engine=MyIsam; > done >

[Bacula-users] Cannot build bacula RPMs

2005-04-22 Thread Mindaugas Riauba
Hello, Just downloaded bacula-1.36.2-4.src.rpm from SourceForge and now cannot build bacula RPMs. It looks like problem while trying to build mtx: # pwd /usr/src/redhat/BUILD/depkgs/mtx-1.2.17kes # ./configure creating cache ./config.cache checking host system type... configure: error: can no

[Bacula-users] Overland Autochanger issues

2005-04-22 Thread Slartibartfast
Trying to label the tapes in the autochanger and I'm running into the following errors: *label The defined Storage resources are: 1: bs0 Archive 2: bs0 Overland 3: CrystalX0 Overland Select Storage resource (1-3): 3 Enter new Volume name: CrystalX0_p1v1 Enter slot (0 for none): 1 De

Re: [Bacula-users] Bacula fd on true64 UNIX

2005-04-22 Thread Wilson Guerrero C.
On Friday 22 April 2005 05:01, Ferdinando Pasqualetti wrote: > Hello everyone, > I would like to set up a mixed environment Linux and HP (formerly COMPAQ, > formerly DEC) Tru64 UNIX 5.1A/B. > I tried to find some binary version for Tru64, but I couldn't. > I am trying to compile on systems, but I a

[Bacula-users] Are Base Jobs Supported Now?

2005-04-22 Thread Dave Sutherland
Hi All,   I have been going through the documentation and every once in a while I come across a directive called Base.  Is this now fully supported or is it still in testing?   Thanks DavePost your free ad now! Yahoo! Canada Personals

[Bacula-users] Re: bacula + stunnel job status FD problem

2005-04-22 Thread Jesse Guardiani
On Tue, 19 Apr 2005 11:33:48 -0400, Jesse Guardiani wrote: > Hello, > > I've installed bacula for a customer using this stunnel version: > > stunnel 3.26 on i386-redhat-linux-gnu PTHREAD+LIBWRAP with OpenSSL 0.9.6b > [engine] 9 Jul 2001 > > on both machines to encrypt the control and data sock

Re: [Bacula-users] Are Base Jobs Supported Now?

2005-04-22 Thread Dan Langille
On 22 Apr 2005 at 17:13, Dave Sutherland wrote: > I have been going through the documentation and every once in a while > I come across a directive called Base. Is this now fully supported or > is it still in testing? It's not listed at: The Current State of Bacula http://www.bacula.org/dev-

Re: [Bacula-users] Bacula + MySQL File Table Corruption Issue

2005-04-22 Thread Michael Joyner
I ran into the "duplicate key" problem. I fixed it by doing the following: updgrade MySQL past the buggy version. for each _TABLE_; do: alter table _TABLE_ engine=InnoDB; alter table _TABLE_ engine=MyIsam; done Not forcing MySQL to do a *TOTAL* rewrite of the tables seems to leave something

Re: [Bacula-users] Using output of "btape /dev/st0"

2005-04-22 Thread preissler thomas
Hello, Am 22.04.2005 schrieb Arno Lehmann: > Hi. > > preissler thomas wrote: > > >Hello, > > > >I wonna use the output of > > > > echo "readlabel" | btape /dev/st0 > > > >for analyze purposes. But when I do a ">/tmp/btape-output 2>&1" that > >file is empty. Whats going on? Or is there another w

Re: [Bacula-users] Using output of "btape /dev/st0"

2005-04-22 Thread Arno Lehmann
Hi. preissler thomas wrote: Hello, I wonna use the output of echo "readlabel" | btape /dev/st0 for analyze purposes. But when I do a ">/tmp/btape-output 2>&1" that file is empty. Whats going on? Or is there another way to find out, which pool is in drive? Well, first of all - when the device is m

[Bacula-users] Using output of "btape /dev/st0"

2005-04-22 Thread preissler thomas
Hello, I wonna use the output of echo "readlabel" | btape /dev/st0 for analyze purposes. But when I do a ">/tmp/btape-output 2>&1" that file is empty. Whats going on? Or is there another way to find out, which pool is in drive? Greets, Thomas ---

[Bacula-users] Bacula fd on true64 UNIX

2005-04-22 Thread Ferdinando Pasqualetti
Hello everyone, I would like to set up a mixed environment Linux and HP (formerly COMPAQ, formerly DEC) Tru64 UNIX 5.1A/B. I tried to find some binary version for Tru64, but I couldn't. I am trying to compile on systems, but I am getting a lot of problems (configure does not find out correctly the

Re: [Bacula-users] Where did the files go?

2005-04-22 Thread Matthew Hawkins
Kern Sibbald ([EMAIL PROTECTED]) wrote: > Most likely the jobs were pruned of their File table entries by your File > retention policy, but the job records remain. Hopefully a future version will > more explicitly warn of this. You will most likely need to bscan the > volume(s) for those jobs.

Re: [Bacula-users] How to read a writeprotected Tape ?

2005-04-22 Thread Marc Brueckner
Original-Nachricht Betreff:Re: [Bacula-users] How to read a writeprotected Tape ? Datum: Fri, 22 Apr 2005 09:33:29 +0200 Von:Marc Brueckner <[EMAIL PROTECTED]> An: Martin Simmons <[EMAIL PROTECTED]> Referenzen: <[EMAIL PROTECTED]> Martin Simmons schrieb: On

Re: [Bacula-users] How to read a writeprotected Tape ?

2005-04-22 Thread Marc Brueckner
Original-Nachricht Betreff: Re: [Bacula-users] How to read a writeprotected Tape ? Datum: Fri, 22 Apr 2005 09:33:18 +0200 Von: Marc Brueckner <[EMAIL PROTECTED]> An: Kern Sibbald <[EMAIL PROTECTED]> Referenzen: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Kern Sibbald schrieb:

Re[2]: [Bacula-users] Fwd: Another problem with concurrent jobs

2005-04-22 Thread Alexander Kolesnik
Hi Kern, > Some more thoughts on this: I'm not convinced that it is necessary to use > different directories, though it might be a good idea, but most likely if you > do not use different Pools (i.e. different volumes) you will have two jobs > writing into the same disk volume, which will not work

Re: [Bacula-users] How to read a writeprotected Tape ?

2005-04-22 Thread Marc Brueckner
Alejandro Alfonso schrieb: And maybe 1) dd if=/dev/st0 of=/tmp/tape.dump (where st0 its the *old-ro* device) 2) dd if=/tmp/tape.dump of=/dev/st0 (where st0 its the *new-rw* device) i know nothing about DLT VS160 but maybe it can help you! That sounds good and should work. Stupid me ! I should h

Re: [Bacula-users] volume size for backup to CD

2005-04-22 Thread Ross Boylan
On Tue, Apr 19, 2005 at 03:38:57PM +0200, Waldemar Baldowski wrote: > On Mon, Apr 18, 2005 at 02:14:43PM -0700, Ross Boylan wrote: > > I plan to backup to disk and then move the files to CD. I'll probably > > use bimagemgr for the second step. > > > > I assume there is some overhead, so that if m