RE: [Bacula-users] Anyone else having troubles with 1.38.1 Win32 FD ?

2005-11-21 Thread Masopust Christian
again hello kern, i've running Win32-FD now since friday and it runs very well. sorry that i missed the hint for running only "maximum concurrent jobs" set to 1 when using VSS... but again... thanks for your help, chris > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL

[Bacula-users] bacula-sd (bacula-1.38.1) crashing on x86_64

2005-11-21 Thread Mohammad A. Rahman
Hello, I have compiled and installed bacula-1.38.1 on a x86_64 system from source.  bacula-dir and bacula-fd both are running without any problem. But, whenever a job is being run from console, baculs-sd is crashing. I tried by setting LD_ASSUME_KERNEL=2.4.19 and also by renaming the /lib/tls

Re: [Bacula-users] Cannot find any appendable volumes on already labeled tapes.

2005-11-21 Thread Kern Sibbald
On Monday 21 November 2005 22:46, Cedric Charest wrote: > Cool, thanks a lot! > It fixed my problem! Thanks for the confirmation. By the way, did you apply the whole patch or just the single file? > > > Cédric Charest > Administrateur de Systèmes / System Administrator > Terrascale Technologies

Re: [Bacula-users] Problems with an autochanger.

2005-11-21 Thread Kern Sibbald
I'd guess that you have some kind of hardware error -- tape drive, SCSI connectors/cable, SCSI card ... On Monday 21 November 2005 21:41, AltGrendel wrote: > Kern Sibbald wrote: > >On Monday 21 November 2005 04:15, AltGrendel wrote: > >>I hope this isn't bringing up an old thread, if it is just p

Re: [Bacula-users] Cannot find any appendable volumes on already labeled tapes.

2005-11-21 Thread Cedric Charest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cool, thanks a lot! It fixed my problem! Cédric Charest Administrateur de Systèmes / System Administrator Terrascale Technologies Inc. Kern Sibbald wrote: > You ran into a bug in 1.38.x that causes the Director to incorrectly handle > Pool names c

Re: [Bacula-users] Problems with an autochanger.

2005-11-21 Thread AltGrendel
Kern Sibbald wrote: On Monday 21 November 2005 04:15, AltGrendel wrote: I hope this isn't bringing up an old thread, if it is just point me in the right direction. I have an RH system (RH9 upgraded to ES3, upgraded to the 2.6.14 kernel). I'm running bacula 1.38.1 compiled from source. For

Re: [Bacula-users] Wildcard Workaround for FreeBSD?

2005-11-21 Thread Drew Tomlinson
On 11/21/2005 10:28 AM Kern Sibbald wrote: On Monday 21 November 2005 19:13, Drew Tomlinson wrote: I'm using Bacula 1.36.3. In trying to exclude some directories from backup, I tried various incantations of the "wild=" and "regex=" as described in the "Configuring the Director" section of t

Re: [Bacula-users] Wildcard Workaround for FreeBSD?

2005-11-21 Thread Kern Sibbald
On Monday 21 November 2005 19:13, Drew Tomlinson wrote: > I'm using Bacula 1.36.3. > > In trying to exclude some directories from backup, I tried various > incantations of the "wild=" and "regex=" as described in the > "Configuring the Director" section of the manual. I could get none to > work. >

Re: [Bacula-users] Newbie's Client Question

2005-11-21 Thread Phil Stracchino
Gabriel Millerd wrote: > I recently starting using bacula on debian and I am a little perplexed > on how to get my clients configured efficently. It seems like the > large chunk of my configuration is duplicated for each client, > excluding Director, Catalog, Messages, Console, and the Storage > re

Re: [Bacula-users] Cannot find any appendable volumes on already labeled tapes.

2005-11-21 Thread Kern Sibbald
You ran into a bug in 1.38.x that causes the Director to incorrectly handle Pool names containing spaces. Bug #492 has a patch file that will add all current patches to 1.38.1 generating 1.38.2. Note, this patch file is preliminary because there may be additional changes before the 1.38.2 rel

Re: [Bacula-users] Cannot find any appendable volumes on already labeled tapes.

2005-11-21 Thread Cedric Charest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ohh, by the way, I'm using bacula 0.38.1 on a Fedora Core 2 system (Linux), compiled on the system, with mysql. Cedric Charest wrote: > Hello! > > I'm trying to configure Bacula for our backups at work with an Exabyte > Packetloader 1x10 80/160 chang

[Bacula-users] Newbie's Client Question

2005-11-21 Thread Gabriel Millerd
I recently starting using bacula on debian and I am a little perplexed on how to get my clients configured efficently. It seems like the large chunk of my configuration is duplicated for each client, excluding Director, Catalog, Messages, Console, and the Storage resources in bacula-dir.conf. I kn

[Bacula-users] Wildcard Workaround for FreeBSD?

2005-11-21 Thread Drew Tomlinson
I'm using Bacula 1.36.3. In trying to exclude some directories from backup, I tried various incantations of the "wild=" and "regex=" as described in the "Configuring the Director" section of the manual. I could get none to work. Then finally while reading through the examples, I found where

[Bacula-users] Cannot find any appendable volumes on already labeled tapes.

2005-11-21 Thread Cedric Charest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! I'm trying to configure Bacula for our backups at work with an Exabyte Packetloader 1x10 80/160 changer/tape backup. The changer is supported and everything, but I'm having a weird problem. Each time I start a job, I get this: -

Re: [Bacula-users] Re: [Bacula-devel] Re: Feature Requests

2005-11-21 Thread Landon Fuller
Kern Sibbald wrote: On Sunday 20 November 2005 22:35, Landon Fuller wrote: Win32 support for transport encryption requires a small amount of code to implement entropy gathering using Microsoft's Crypto API. I'm the blocking factor there -- building the win32 file daemon is complicated, and while

Re: [Bacula-users] smartalloc errors

2005-11-21 Thread Kern Sibbald
Thanks for submitting the bug report. Hopefully the patch I sent you will correct the problem. It must not be much fun to get an error 4 tapes and 10 hours into the backup. Anyway, you did an excellent job of narrowing down the problem to the point that after looking at the code for about a h

Re: [Bacula-users] Re: [Bacula-devel] Re: Feature Requests

2005-11-21 Thread Kern Sibbald
On Sunday 20 November 2005 22:35, Landon Fuller wrote: > Arno Lehmann wrote: > > Hmm. A good manual section about VPN setup could solve these problems :-) > > > > Seriously, using a VPN to backup data would be one good option as long > > as transport encryption is not fully implemented. Once transp

[Bacula-users] Re: [Bacula-devel] Re: Feature Requests

2005-11-21 Thread Landon Fuller
Kern Sibbald wrote: On Sunday 20 November 2005 22:35, Landon Fuller wrote: Additionally, the GUI consoles/tray monitor do not support transport encryption. This is just a matter of copying the relevant code from bconsole. This would be an excellent small project for an aspiring developer -- othe

Re: [Bacula-users] Slow restore

2005-11-21 Thread Kern Sibbald
In addition to Florian's suggestion, make sure your Volumes don't get too big. Better to have a few more Volumes than have them too big ... 2GB is the maximum I would let mine get, were I using disk storage. On Monday 21 November 2005 16:41, Pedro Henrique Morsch Mazzoni wrote: > Hi, > > My rest

Re: [Bacula-users] Can 2 separate USB devices be automounted to a specific directory, different for each device?

2005-11-21 Thread Josh Fisher
Yes, it is possible to mount USB drives at specific mount points. See man fstab-sync. Basically, you must place a device information file in the /etc/hal/fdi/policy directory. This is an XML file that will set the policies for a particular device, overriding the default policies set by /usr/sha

[Bacula-users] Find the size of a file in a backup?

2005-11-21 Thread Dominic Marks
Hello, I need to rescue a corrupt PST file from a previous backup. Below is an extract from bconsole: Select the Client (1-32): 22 Enter Filename (no path):mailbox.pst +---+-+-+-+---+--+-+ | JobId | Name

Re: [Bacula-users] Slow restore

2005-11-21 Thread Will McDonald
It might also worth looking at the size of the volume being restored from. We were backing up multiple servers into one volume each week that was nearing 250GB after the weekly Full and nearer 350GB after the week's worth of Diffs were added to that. I'm experimenting with spliting them out into a

[Bacula-users] Bacula 1.38 on Redhat Advanced Server 2.1 or 3

2005-11-21 Thread Beren Gamble
Hi, Has anyone got Bacula 1.38 working on Redhat Advanced Server 2.1 or 3? It complains to me about not having a late enough version of glibc. On 2.1 I tried to compile the latest version of glibc, but it says I need a newer version of gcc... and probably god knows what else. Is there an easie

Re: [Bacula-users] Slow restore

2005-11-21 Thread Florian Schnabel
i noticed lately that finding the file in the database can take quite some time try a handfull of bigger files to make sure it's not just counting search time ... Florian Pedro Henrique Morsch Mazzoni wrote: Hi, My restore jobs are very slow! For example, a job to restore 1 file of 8kb

[Bacula-users] Slow restore

2005-11-21 Thread Pedro Henrique Morsch Mazzoni
Hi, My restore jobs are very slow! For example, a job to restore 1 file of 8kb it takes six minutes! fs1-fd: -rw-r--r-- 1 mazzoni graduand8011 2005-07-04 05:17:24 /users/mazzoni/fsdd.pbm 21-Nov 13:37 backup-dir: Bacula 1.38.1 (14Nov05): 21-Nov-2005 13:37:57 JobId: 78

Re: [Bacula-users] Disaster Recovery Setup for Debian

2005-11-21 Thread Kern Sibbald
Please read the README file in the source, and more importantly the Rescue chapter in the manual. On Monday 21 November 2005 11:24, Kumaran Babu wrote: > Hi, > I've installed Bacula on my Debian Server thro' apt-get and hence there is > no Rescue folder setup. Whats the best way to go about set

[Bacula-users] Disaster Recovery Setup for Debian

2005-11-21 Thread Kumaran Babu
Hi,   I've installed Bacula on my Debian Server thro' apt-get and hence there is no Rescue folder setup. Whats the best way to go about setting up Disaster recovery on my server.  I know I can download the Rescue source from Sorceforge.net. But, I need to know, if there is any specific procedure t

Re: [Bacula-users] Problems in the btape test.

2005-11-21 Thread Kern Sibbald
Hello, Try: - removing the Close on Poll - removing the Offline on Unmount - removing the Forward Space Record - removing the Forward Space File - adding: Use mtiocget = no On Monday 21 November 2005 10:26, Carles Biosca wrote: > Hi, > > I'm going on with my problems in btape test. Modifying

Re: [Bacula-users] New Error Messages

2005-11-21 Thread Kern Sibbald
Evidently, you have modified your FileSet, and Bacula is now trying to decend into the /sys "directory", and it should not. On Monday 21 November 2005 04:26, [EMAIL PROTECTED] wrote: > I recently upgraded to Bacula 1.38.1 on Fedora Core 3. The backup completes > OK - with warnings. Following are

Re: [Bacula-users] Problems with an autochanger.

2005-11-21 Thread Kern Sibbald
On Monday 21 November 2005 04:15, AltGrendel wrote: > I hope this isn't bringing up an old thread, if it is just point me in > the right direction. > > I have an RH system (RH9 upgraded to ES3, upgraded to the 2.6.14 > kernel). I'm running bacula 1.38.1 compiled from source. For backup > hardware,

Re: [Bacula-users] Compatibility Bacula ->Tandberg StorageLoader LTO2

2005-11-21 Thread Kern Sibbald
On Sunday 20 November 2005 23:55, Georg Altmann wrote: > --On Thursday, November 17, 2005 23:56:35 +0100 [EMAIL PROTECTED] > > wrote: > > We want to work with a Tandberg StorageLoader LTO2. > > It have 8 tapes and one drive. > > I have looked at the list with the known compatible autoloaders > > bu

[Bacula-users] Problems in the btape test.

2005-11-21 Thread Carles Biosca
Hi, I'm going on with my problems in btape test. Modifying configuration parameters in the 'bacula-sd.conf' I've got another error: === Write, rewind, and position test === I'm going to write 1000 records and an EOF then write 1000 records and an EOF, then rewind, and position to a few blocks an

[Bacula-users] Re: [Bacula-devel] Re: Feature Requests

2005-11-21 Thread Kern Sibbald
On Sunday 20 November 2005 22:35, Landon Fuller wrote: > Arno Lehmann wrote: > > Hmm. A good manual section about VPN setup could solve these problems :-) > > > > Seriously, using a VPN to backup data would be one good option as long > > as transport encryption is not fully implemented. Once transp

[Bacula-users] [V-1.36.3] Volume status stays to "recycle"

2005-11-21 Thread Romain
Hi, I have a problem in volume rotation. One of the pools i use is composed with 2 volumes. I make one backup every week on that pool. Each volume has a retention period of 13 days 12 hours, in order to be written once every 2 weeks. The problem is that the last written volume stays to the "recycl