[Bacula-users] update slots error--"No slots in changer to scan"

2006-08-08 Thread mark . bergman
I've got bacula 1.38.9 (under Linux, with the director and sd daemons running on the same server) using a Dell LTO2 24 slot autochanger. It's been working fairly well--the most frequent problem being that bacula doesn't use both tape drives in the autochanger concurrently. However, now bacula has

[Bacula-users] Bacula Issues

2006-08-08 Thread Stephen Kennedy
Been using Bacula for a few years now and have always been experiencing the same problems.  I am using 1.38.1.1) Tape ErrorWhy does a tape get the Error status when there is a database problem?  So what if the database died, the tape is still good and should still be usable for the next job.2) Fail

Re: [Bacula-users] Filesystem change prohibited. why?

2006-08-08 Thread Timo Neuvonen
> Marco Strullato wrote: > > hi all, > > do you know why I get Filesystem change prohibited when I run bacula? > > > > > > 08-Aug 16:40 DirectorServer: Start Backup JobId 95, > > Job=BackupShannon.2006-08-08_16.39.58 > > 08-Aug 16:40 StorageServer: Volume "centroservizi" previously written, > > mov

Re: [Bacula-users] split configuration files

2006-08-08 Thread Jeff Dickens
I split it out by client. I have a template file per-client for bacula-dir.conf and bacula-sd.conf (need a device per client since this is a disk-only setup so far). Life would be easier if there were a "default" directive corresponding to every other directive, as jobdefs is to job. Fritz

Re: [Bacula-users] Jobs dont cancel

2006-08-08 Thread Matt Cowger
On Aug 8, 2006, at 12:21 PM, Bill Moran wrote: > Since nobody else has answered ... > > First, sometimes it takes a while. How long did you wait for the job > to cancel? Over an hour. Longer than that? > Second, sometimes I've had to use "delete" to remove a job after it > was cancelled. I w

Re: [Bacula-users] Jobs dont cancel

2006-08-08 Thread Bill Moran
In response to Matt Cowger <[EMAIL PROTECTED]>: > Hi, > > I'm having trouble understanding an issue I'm having with canceling > jobs in bacula. I had a job last night that was having a problem > with teh client server (unrelated to bacula), so I cancelled the job > on the Director. The p

Re: [Bacula-users] Bacula doesn't backup to remote storage

2006-08-08 Thread Erich Prinz
For a start, add the 'heartbeat' directive to keep the connection alive on the FD. This is done in the FD .conf file. From the Bacula manual: Heartbeat Interval = This record defines an interval of time. For each heartbeat that the File daemon receives from the Storage daemon, it will forwar

Re: [Bacula-users] Filesystem change prohibited. why?

2006-08-08 Thread Martin Simmons
> On Tue, 8 Aug 2006 17:13:22 +0100 (BST), Alan Brown said: > > On Tue, 8 Aug 2006, Michel Meyers wrote: > > > Those are mounted filesystems. Bacula will not descend into mounted > > filesystems unless you specifically tell it to. > > Unfortunately it also doesn't backup the mountpoint as a

Re: [Bacula-users] bacula-web for FreeBSD

2006-08-08 Thread Bill Moran
In response to "Dan Langille" <[EMAIL PROTECTED]>: > There is now a bacula-web entry in the FreeBSD ports tree: > >http://www.freshports.org/www/bacula-web/ Outstanding! Thanks, Dan! -- Bill Moran Collaborative Fusion Inc.

[Bacula-users] bacula-web for FreeBSD

2006-08-08 Thread Dan Langille
There is now a bacula-web entry in the FreeBSD ports tree: http://www.freshports.org/www/bacula-web/ -- Dan Langille : Software Developer looking for work my resume: http://www.freebsddiary.org/dan_langille.php - Using

[Bacula-users] getting both error and success messages while testing tape with btape

2006-08-08 Thread Jaime Ventura
Hello, I'v recently purchased an auto charger. Im using RHEL 4, and bacula 1.38.11-3 for x86_64 RPM 'till now I was using disk storage for my backups, and i would like bacula to use it. I ran the "fill" command on btape. The fowllowing are the last lines of the execution of the

Re: [Bacula-users] Filesystem change prohibited. why?

2006-08-08 Thread Alan Brown
On Tue, 8 Aug 2006, Michel Meyers wrote: > Those are mounted filesystems. Bacula will not descend into mounted > filesystems unless you specifically tell it to. Unfortunately it also doesn't backup the mountpoint as a directory, which makes restoration a bit messy at times. AB ---

[Bacula-users] to Backup C drive in windows

2006-08-08 Thread steven potvin
hi   i want to backup c drive and other partitions in windows , what should i put in the bacula-dir.conf to back up the c d and e drives.   also on the linux machine i have raid 1 with two disks, i want to backup all the partions too what should i put. i know that when \ is placed it backs up

Re: [Bacula-users] split configuration files

2006-08-08 Thread Fritz
On Tuesday 08 August 2006 17:29, Marco Strullato wrote: > do you suggest to split into clients or into definitions? > I mean I'm creating a include file which contains all info to backup a > client > but I could write a include file to contain the whole jobs or the > whole fileset.. > is it rig

Re: [Bacula-users] split configuration files

2006-08-08 Thread Marco Strullato
do you suggest to split into clients or into definitions? I mean I'm creating a include file which contains all info to backup a client but I could write a include file to contain the whole jobs or the whole fileset.. is it right? I thinks it's as sys administrator likes. marco 2006/8/8, Frit

Re: [Bacula-users] split configuration files

2006-08-08 Thread Fritz
> 08-Aug 15:49 bacula-dir: ERROR TERMINATION at parse_conf.c:363 > Config error: Illegal character " > " in name. > > : line 16, col 14 of file /opt/bacula/etc/engi4587 > > JobDefs = "BackupWin" > Problem probably begins at line 15. seems so > Any included files must be as a stand-a

[Bacula-users] FileList scripting help

2006-08-08 Thread Davis, Jacob
Hello, I'm attempting to create a file list using an external script as described in the following section of the manual: quote # Any name beginning with a vertical bar (|) is assumed to be the name of a program. This program will be executed on the Director's machine at the time the Job

Re: [Bacula-users] Filesystem change prohibited. why?

2006-08-08 Thread R.I. Pienaar
>From the bacula manual: onefs=yes|no If set to yes (the default), Bacula will remain on a single file system. That is it will not backup file systems that are mounted on a subdirectory. If you are using a *nix system, you may not even be aware that there are several different filesystems as t

Re: [Bacula-users] Filesystem change prohibited. why?

2006-08-08 Thread Bill Moran
In response to "Marco Strullato" <[EMAIL PROTECTED]>: > hi all, > do you know why I get Filesystem change prohibited when I run bacula? > > > 08-Aug 16:40 DirectorServer: Start Backup JobId 95, > Job=BackupShannon.2006-08-08_16.39.58 > 08-Aug 16:40 StorageServer: Volume "centroservizi" previousl

Re: [Bacula-users] Filesystem change prohibited. why?

2006-08-08 Thread Michel Meyers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marco Strullato wrote: > hi all, > do you know why I get Filesystem change prohibited when I run bacula? > > > 08-Aug 16:40 DirectorServer: Start Backup JobId 95, > Job=BackupShannon.2006-08-08_16.39.58 > 08-Aug 16:40 StorageServer: Volume "centroservi

[Bacula-users] Filesystem change prohibited. why?

2006-08-08 Thread Marco Strullato
hi all, do you know why I get Filesystem change prohibited when I run bacula? 08-Aug 16:40 DirectorServer: Start Backup JobId 95, Job=BackupShannon.2006-08-08_16.39.58 08-Aug 16:40 StorageServer: Volume "centroservizi" previously written, moving to end of data. Shannon: Filesystem change pro

Re: [Bacula-users] split configuration files

2006-08-08 Thread John Drescher
On 8/8/06, Marco Strullato <[EMAIL PROTECTED]> wrote: > hi, I'd like to split configuration file of director into smaller > pieces. To do it I want to include other smaller conf file... > > Can you suggest me the correct syntax? I've made some tests but It was faulty. > Here is the start of my bacu

Re: [Bacula-users] split configuration files

2006-08-08 Thread Marco Strullato
Ok, thanks... maybe the error I got was into the configuration files I had included 08-Aug 15:49 bacula-dir: ERROR TERMINATION at parse_conf.c:363 Config error: Illegal character " " in name. : line 16, col 14 of file /opt/bacula/etc/engi4587 JobDefs = "BackupWin" Problem proba

[Bacula-users] split configuration files

2006-08-08 Thread Marco Strullato
hi, I'd like to split configuration file of director into smaller pieces. To do it I want to include other smaller conf file... Can you suggest me the correct syntax? I've made some tests but It was faulty. Thanks marco -

[Bacula-users] ARCvault 24 Library / NEC T40A Tape Library

2006-08-08 Thread Ralf Gross
Hi, has anyone experiences with these LTO-3 libraries? Overland ARCvault 24 Library http://www.overlandstorage.com/german/products/arcvault24.html NEC T40A Tape Library http://www.sw.nec.co.jp/products/storage/english/ll040f/index.html The Overland is pretty new but I guess that both will work

Re: [Bacula-users] is mysql 5 supported

2006-08-08 Thread Silver Salonen
On Tuesday 08 August 2006 13:45, Silver Salonen wrote: > Hi. > > I moved my Bacula to another machine (both FreeBSD-6.1 and Bacula-1.38.11). On > an old machine there's MySQL 4.1.21, but on the new MySQL is 5.0.24. > > I moved bacula database over with mysqldump and got no errors during that. >

[Bacula-users] Installation Issue

2006-08-08 Thread Rodrigo Gama
I'm running mysql 5.0.18 under SuSE Linux. I Installed mysql (and mysql-devel) using yast and now I want to build bacula from source code. When I run ./configure --with-mysql /usr/include/mysql It halts, with the following error:checking for MySQL support... noconfigure: error: Invalid MySQL direc

Re: [Bacula-users] is mysql 5 supported

2006-08-08 Thread Silver Salonen
On Monday 05 June 2006 00:23, Kern Sibbald wrote: > On Sunday 04 June 2006 19:09, Ambahunen Gebremariam wrote: > > MySQL 5.0.21 is working for me as well. > > Hmmm. It looks like I'm also using 5.0.21 since yesterday when I upgraded my > backup server to FC5. One day is not much, but my productio

Re: [Bacula-users] Suggestions for fixing version mismatch

2006-08-08 Thread steen meyer
I have a vague memory of a similar problem on this list about 6-8 months ago - if I remember it correctly Kern made a patched bextract that could unpack the windows files - don't know if I'am correct, but you can try to search the archives Steen Tirsdag 08 august 2006 10:41 skrev Tom Newton: >

[Bacula-users] Bacula doesn't backup to remote storage

2006-08-08 Thread victoria
Hello to everyone! I have following situation on my backup servers. First, my backup structure is like this: Backup server and Storage server with MySQL database. Backup director configuration on backup server looks following: Director { Name = backup-dir DIRport = 9101

[Bacula-users] Suggestions for fixing version mismatch

2006-08-08 Thread Tom Newton
I have a couple of problems with bacula. I used the latest fd on windows (1.38.4) and the debian packages on linux (1.36.2-2sarge1) where my sd/director are. Even *after* reverting to 1.36.3 on one windows PC, I cannot get a backup to restore (Zlib Err). The backups were not marked "portable".