Re: [Bacula-users] Bacula marking tapes Full with only a few GB written

2006-04-16 Thread Kern Sibbald
On Monday 17 April 2006 01:02, Wolfgang Denk wrote: > Dear Kern, > > in message <[EMAIL PROTECTED]> you wrote: > > All your reasoning is absolutely perfect up to this previous point. In > > looking at the Bacula error messages that you list above, it is always an > > I/O error writing a Bacula blo

Re: [Bacula-users] Unable to support Solaris

2006-04-16 Thread Robert W Hartzell
On Thu, 2006-04-13 at 13:50, Kern Sibbald wrote: > Hello, > > I do not feel that I can adequately support Solaris any longer so will very > likely drop it from the officially supported platforms. > > Why? > Because I don't have access to a tape drive for Solaris, and I no longer have > the ti

[Bacula-users] Releases?

2006-04-16 Thread Bob Ward
All- I have been looking at the Sourceforge page and am confused as to what is the latest stable release as opposed to an experimental one. If the Sourceforge format would allow for a simple definitive statement that "Release x.y.z-w is the latest stable release", it sure would be nice. But I

Re: [Bacula-users] FreeBSD and Bacula Web

2006-04-16 Thread RYAN M. vAN GINNEKEN
- Dan Langille <[EMAIL PROTECTED]> wrote: > On 16 Apr 2006 at 16:25, RYAN vAN GINNEKEN wrote: > > > Hello all i am running bacula-client/server with MySQL on FreeBSD > 4.11 > > Stable having some difficulty installing the Bacula Web system. > Here > > is a list of the installed packages a

Re: [Bacula-users] Bacula marking tapes Full with only a few GB written

2006-04-16 Thread Wolfgang Denk
Dear Kern, in message <[EMAIL PROTECTED]> you wrote: > > All your reasoning is absolutely perfect up to this previous point. In > looking at the Bacula error messages that you list above, it is always an I/O > error writing a Bacula block that produces the problem. Once Bacula gets an Argh..

Re: [Bacula-users] FreeBSD and Bacula Web

2006-04-16 Thread Dan Langille
On 16 Apr 2006 at 16:25, RYAN vAN GINNEKEN wrote: > Hello all i am running bacula-client/server with MySQL on FreeBSD 4.11 > Stable having some difficulty installing the Bacula Web system. Here > is a list of the installed packages and version numbers involved . > > apache-1.3.34_4 The ex

[Bacula-users] FreeBSD and Bacula Web

2006-04-16 Thread RYAN vAN GINNEKEN
Hello all i am running bacula-client/server with MySQL on FreeBSD 4.11 Stable having some difficulty installing the Bacula Web system. Here is a list of the installed packages and version numbers involved . apache-1.3.34_4 The extremely popular Apache http server. bacula-client-1.38.5_1

Re: [Bacula-users] Encryption?

2006-04-16 Thread Francisco Reyes
Kern Sibbald writes: 1. You want *all* data to be encrypted ... 2. You want to control the encryption key(s) on a single machine (SD encryption)... When the encryption on the SD is done, does that mean all the processing time will be spent on the SD side? couldn't that in theory create a

Re: [Bacula-users] bacula-wb

2006-04-16 Thread Dan Langille
This starts a new subject, related to bacula-web. As such, I've started a new thread. On 16 Apr 2006 at 13:30, RYAN M. vAN GINNEKEN wrote: > Thanks Dan for everything my FreeBSD box backup up last night to the > Fedora core 3 machine that you helped me get working. Feels great to > have a ful

Re: [Bacula-users] Re: [Bacula-devel] ERR=Connection refused SOLVED

2006-04-16 Thread RYAN M. vAN GINNEKEN
> > > > > > > > > On 13 Apr 2006 at 15:52, RYAN M. vAN GINNEKEN wrote: > > > > > > > > > > > > > > > > > > > Hello all i have a fresh install of bacula using > mysql > > > > > database > > > > > > > on > > > > > > > > > > fedora core 3. I have the following error message > > > perused > > > > >

Re: [Bacula-users] Encryption?

2006-04-16 Thread Kern Sibbald
On Sunday 16 April 2006 21:16, Francisco Reyes wrote: > Landon Fuller writes: > > Using the code in CVS it is possible to encrypt data at the FD, prior to > > being sent to the Storage Daemon. > > Thanks much for the info. Just trying to learn as much as I can both about > the operational side as w

Re: [Bacula-users] Encryption?

2006-04-16 Thread Kern Sibbald
On Sunday 16 April 2006 20:45, Landon Fuller wrote: > Francisco Reyes wrote: > > Michel Meyers writes: > >> Correct: There's encryption of the communication between the File Daemon > >> and the Storage Daemon but no encryption of the data as it is written to > >> tape/HDD/CD/DVD. That's still on th

Re: [Bacula-users] Bacula marking tapes Full with only a few GB written

2006-04-16 Thread Kern Sibbald
On Sunday 16 April 2006 20:23, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > Then it sounds to me more like a bacula issue rather than the SCSI tape > > driver. > > I disagree. We get pretty clear SCSI error messages (unexpected > disconnect). No matter what a user app

Re: [Bacula-users] Bacula segfault (pythonlib?)

2006-04-16 Thread Kern Sibbald
On Sunday 16 April 2006 20:37, Cedric Tefft wrote: > Kern Sibbald wrote: > >Can you confirm either by testing or from your knowledge of the problem > > that it does not occur if there are not simultaneous jobs using Python. > > If this is the case, let me know and I'll work on adding a correct > >

Re: [Bacula-users] Encryption?

2006-04-16 Thread Francisco Reyes
Landon Fuller writes: Using the code in CVS it is possible to encrypt data at the FD, prior to being sent to the Storage Daemon. Thanks much for the info. Just trying to learn as much as I can both about the operational side as well as the concepts. This FD encryption will be (as far as I

Re: [Bacula-users] Encryption?

2006-04-16 Thread Landon Fuller
Francisco Reyes wrote: > Michel Meyers writes: > >> Correct: There's encryption of the communication between the File Daemon >> and the Storage Daemon but no encryption of the data as it is written to >> tape/HDD/CD/DVD. That's still on the todo list. > > Ok. Thanks for explanation. Perhaps the d

Re: [Bacula-users] Bacula segfault (pythonlib?)

2006-04-16 Thread Cedric Tefft
Kern Sibbald wrote: Can you confirm either by testing or from your knowledge of the problem that it does not occur if there are not simultaneous jobs using Python. If this is the case, let me know and I'll work on adding a correct recursive lock that allows only one Bacula thread at a time in

Re: [Bacula-users] Bacula marking tapes Full with only a few GB written

2006-04-16 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Then it sounds to me more like a bacula issue rather than the SCSI tape > driver. I disagree. We get pretty clear SCSI error messages (unexpected disconnect). No matter what a user application does, the SCSI driver must never run into such a s

[Bacula-users] Re: [Bacula-devel] Surprise bug + Scratch pool algorithm

2006-04-16 Thread Kern Sibbald
On Sunday 16 April 2006 11:52, Robert Nelson wrote: > But I think the behaviour would be very intuitive. If you look at how it > is used below in the example from the Windows FileSet I think it is fairly > obvious. I also think it is much clearer and easier to maintain than the > corresponding re

Re: [Bacula-users] Bacula marking tapes Full with only a few GB written

2006-04-16 Thread Erik P. Olsen
Wolfgang Denk wrote: In message <[EMAIL PROTECTED]> you wrote: I am more and more convinced that this is a subtel timing issue in the SCSI tape driver layer. Or possibly a bad cable/terminator... No, definitely not. Believe me, I know what I'm doing, and this wouldn't happen identi

[Bacula-users] RE: [Bacula-devel] Surprise bug + Scratch pool algorithm

2006-04-16 Thread Robert Nelson
But I think the behaviour would be very intuitive. If you look at how it is used below in the example from the Windows FileSet I think it is fairly obvious. I also think it is much clearer and easier to maintain than the corresponding regex would be. The code change was minimal and didn't requir

[Bacula-users] Bacula regex

2006-04-16 Thread Kern Sibbald
Hello, As many of you know, the Bacula regex handling uses the regex library routines that are installed on your OS. This creates a few problems due to the fact that there are a good number of different regex definitions (Perl, grep, awk, egrep, Python, ...). For version 1.38.8, I took grabbed

Re: [Bacula-users] Bacula marking tapes Full with only a few GB written

2006-04-16 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > I am more and more convinced that this is a subtel timing issue in > > the SCSI tape driver layer. > > Or possibly a bad cable/terminator... No, definitely not. Believe me, I know what I'm doing, and this wouldn't happen identically on

[Bacula-users] Bacula version 1.38.8 released to Source Forge

2006-04-16 Thread Kern Sibbald
Hello, Friday, I released the source tar file, the docs, and the Windows binaries for Bacula 1.38.8 to the Bacula project on Source Forge. Scott has already released the rpms to Source Forge (thanks Scott), and several of the other packages are ready or being prepared. The regression scripts

[Bacula-users] Re: [Bacula-devel] Surprise bug + Scratch pool algorithm

2006-04-16 Thread Kern Sibbald
On Sunday 16 April 2006 00:21, Robert Nelson wrote: > Couldn't you handle both cases transparently. If the pattern has a "/" in > it then pass the full name, otherwise just pass the basename to fnmatch(). > That way you get both behaviours without breaking existing examples and > configs. > > Iron