[Bacula-users] Re: Segmentation violation

2005-12-12 Thread Roger Kvam
I Tried to upgrade MySQL to 5. and recomile bacula (yes I did a make distclean), but same error, have now installed MySQL 4.1.15 again, and recompiled bacula again, deleted the database and deleted the tapes so I could start fresh. When trying to restore from a large job, bacula crashes, when

Re: [Bacula-users] Installation Problem

2005-12-12 Thread Martin Simmons
Are you running make or make install here (looks like the latter)? You need to do make before make install. If that doesn't work, then to rule out any interaction with previous problems, I suggest you start with afresh (from the source tar file into an empty directory), run your configure and the

[Bacula-users] Bacula client RPMs

2005-12-12 Thread Daniel Holtkamp
Hi ! Is there a switch for rpmbuild that only builds the clients and only checks the dependencies for those ? I didn`t find anything checking the specfile but maybe i missed it. Would be nice if i could just specify "rpmbuild --rebuild --define "build_rh7 1" --define "client_only 1" bacula.s

Re: [Bacula-users] Re: Segmentation violation

2005-12-12 Thread Kern Sibbald
Hello, I repeat what I said the last time: this looks like a MySQL problem. Given the new information you have presented, and the fact that you are having problems when working with almost 9 million files backed up (a lot), I would suspect that the problem is with your MySQL configuration. If

Re: [Bacula-users] Bacula BETA 1.38.3

2005-12-12 Thread Volker Dierks
Hello, Volker Dierks wrote: Usually, I'd see if the problem can be reproduced with the existing system setup. If that's possible, I'd first check if the actual cause might be purely SCSI device related. That's what I'm going to do first. I'll create the second pool again (with the same tapes)

Re: [Bacula-users] Bacula BETA 1.38.3

2005-12-12 Thread Volker Dierks
Sorry, I forgot to attach the file ... here it is. Volker conf.tgz Description: GNU Unix tar archive

Re: [Bacula-users] Bacula client RPMs

2005-12-12 Thread Kern Sibbald
On Monday 12 December 2005 12:35, Daniel Holtkamp wrote: > Hi ! > > Is there a switch for rpmbuild that only builds the clients and only > checks the dependencies for those ? > > I didn`t find anything checking the specfile but maybe i missed it. > > Would be nice if i could just specify "rpmbuild

Re: [Bacula-users] Fwd: Returned mail: see transcript for details

2005-12-12 Thread Kern Sibbald
Hello, Yes, several people including Volker pointed out that my reverse lookup (controlled by the ISP) pointed to a non-existent domain. I reported this to my ISP, Sunrise, and not only did they fix it within an hour, but they called me back to say that it was fixed ! On Monday 12 December 20

[Bacula-users] A scheduling quirk

2005-12-12 Thread John Kodis
I've been using the standard monthly-full, weekly-differential, and daily-incremental backup scheme that's provided by the bacula-supplied configuration files. This is all working fine, but I've now added enough clients that a full backup takes just over two days. After the full backup completes,

[Bacula-users] Problems with Bacula installation...

2005-12-12 Thread sysadmin
Hello Bacula List…   I am having a problem with 1 of my bacula installations. Currently, I have 2 bacula installations both are running on Linux, Redhat 9 with kernel 2.4.20-31.9smp One us using a Dell PowerVault 120T with 8 DDS 4 tapes and bacula 1.36.3, this one runs great no problems

Re: [Bacula-users] A scheduling quirk

2005-12-12 Thread Jo
John Kodis wrote: I've been using the standard monthly-full, weekly-differential, and daily-incremental backup scheme that's provided by the bacula-supplied configuration files. This is all working fine, but I've now added enough clients that a full backup takes just over two days. After the f

Re: [Bacula-users] Problems with Bacula installation...

2005-12-12 Thread Phil Stracchino
[EMAIL PROTECTED] wrote: > The biggest problem I have is the following error message; > > Warning: Couldn't rewind device /dev/nst0 ERR=dev.c:406 Rewind error on > /dev/nst0. ERR=Input/output error. > > I get this error message all the time and of course my backups do not > run due to this error.

Re: [Bacula-users] Problems with Bacula installation...

2005-12-12 Thread Volker Dierks
Hello, [EMAIL PROTECTED] wrote: The biggest problem I have is the following error message; Warning: Couldn't rewind device /dev/nst0 ERR=dev.c:406 Rewind error on /dev/nst0. ERR=Input/output error. so far as I have learned it, ERR=Input/output error on the drive device means that the loaded ta

[Bacula-users] MySQL backend database structure

2005-12-12 Thread Florian Daniel Otel
Hello all, I have a short question: Is there any documentation (formal or otherwise) describing the SQL databases structre (table structure, usage, etc.) used by the MySQL backend ? The only help in that respect is the "query.sql" file that gives some hints on how things are looked up in the bacul

RE: [Bacula-users] Problems with Bacula installation...

2005-12-12 Thread sysadmin
Ok I have increased the sleep time in the mtx-changer file so we will see what that does, however I am not very hopeful as most of the time, when I get this error message it has been sitting for hours, I do a mount and it still happens... - Thank you, Grant Della Vecchia System Administrator ---

Re: [Bacula-users] A scheduling quirk

2005-12-12 Thread John Kodis
On Mon, Dec 12, 2005 at 02:05:16PM +0100, Jo wrote: > I'm not so sure this is a waste of resources. Only the files that were > changed will be in those incrementals. The first one will catch all the > files that changed while the full was running. The second one will be > virtually empty. In m

Re: [Bacula-users] Bacula BETA 1.38.3

2005-12-12 Thread Kern Sibbald
On Monday 12 December 2005 12:52, Volker Dierks wrote: > Hello, > > Volker Dierks wrote: > >> Usually, I'd see if the problem can be reproduced with the existing > >> system setup. If that's possible, I'd first check if the actual cause > >> might be purely SCSI device related. > > > > That's what

Re: [Bacula-users] Bacula BETA 1.38.3

2005-12-12 Thread Kern Sibbald
On Monday 12 December 2005 12:54, Volker Dierks wrote: > Sorry, I forgot to attach the file ... here it is. > Well, you fell into a documentation error. Please remove the line from your Device resources that says: Maximum Changer Wait = 10 minutes it is incorrect. Despite what the *old* docu

Re: [Bacula-users] A scheduling quirk

2005-12-12 Thread Jo
John Kodis wrote: On Mon, Dec 12, 2005 at 02:05:16PM +0100, Jo wrote: I'm not so sure this is a waste of resources. Only the files that were changed will be in those incrementals. The first one will catch all the files that changed while the full was running. The second one will be virtua

Re: [Bacula-users] A scheduling quirk

2005-12-12 Thread John Kodis
On Mon, Dec 12, 2005 at 03:23:39PM +0100, Jo wrote: > Why don't you change the schedule so no backups are made on Saturday > and Sunday? I may end up doing something like that (I'd only skip incrementals on the first Saturday and Sunday of the month), although I was hoping for a more general solu

[Bacula-users] Re: Segmentation violation

2005-12-12 Thread Roger Kvam
Well, the strange ting is that the crash happens every time bacula-dir reach 516MB memory usage, and mysql i steady on same consumption as when started. And we have used bacula before (1.6) without these problems. Anyone else tried bacula on these amount of files? Kern Sibbald wrote: Hello,

[Bacula-users] FileDaemon vs manual transfer

2005-12-12 Thread Florian Daniel Otel
Hello all, I have the following robustness-related question: I am deploying bacula as a multi-site backup soultion, where a central tape storage gets relatively large quantities of data (aprox 20 GBytes per day) from multiple sites via net links of dubious reliability. I am considering two pos

Re: [Bacula-users] FileDaemon vs manual transfer

2005-12-12 Thread Ferdinando Pasqualetti
20 Gb is a small amount of data. I would suggest to use rsync to get a local copy of data (using compression, and other features), and than copy data on tape, hopefully with bacula. -- Ferdinando Pasqualetti G.T.Dati srl Tel.

Re: [Bacula-users] Bacula BETA 1.38.3

2005-12-12 Thread Alan Brown
On Sun, 11 Dec 2005, Kern Sibbald wrote: The bscan problem that I found caused it to generate a JobMedia record in the database that had an end FileIndex one less than it should have been. This was the last record on a Volume, and the record was continued on the next Volume. When Bacula constr

[Bacula-users] Error "waiting to reserve a device" after upgrade to 1.38.3

2005-12-12 Thread Richard W. Knight
Hi all, A couple of weeks ago I upgraded my Bacula installation from 1.34 to 1.38.1. I made a few other changes at the same time and everything has been working well since. Yesterday I decided to upgrade to 1.38.3. I built from source using the same configuration options that I used to build

Re: [Bacula-users] Bacula BETA 1.38.3

2005-12-12 Thread Arno Lehmann
Hello, Kern Sibbald schrieb: On Monday 12 December 2005 12:54, Volker Dierks wrote: Sorry, I forgot to attach the file ... here it is. Well, you fell into a documentation error. Please remove the line from your Device resources that says: Maximum Changer Wait = 10 minutes it is incorr

RE: [Bacula-users] Bacula BETA 1.38.3

2005-12-12 Thread Rob
FYI, I haven't had time to look into it much, but I have been seeing errors with my auto changer since 1.38.1 that I had never seen with 1.36.* before that look a lot like these. As Kern said, as if something seems to be missing from the log, see: 04-Dec 03:34 bug-sd: End of Volume "NJO008D" at 80

Re: [Bacula-users] A scheduling quirk

2005-12-12 Thread Arno Lehmann
Hello, John Kodis schrieb: On Mon, Dec 12, 2005 at 03:23:39PM +0100, Jo wrote: Why don't you change the schedule so no backups are made on Saturday and Sunday? I may end up doing something like that (I'd only skip incrementals on the first Saturday and Sunday of the month), although I was

Re: [Bacula-users] Problems with Bacula installation...

2005-12-12 Thread Arno Lehmann
One idea: [EMAIL PROTECTED] schrieb: Ok I have increased the sleep time in the mtx-changer file so we will see what that does, however I am not very hopeful as most of the time, when I get this error message it has been sitting for hours, I do a mount and it still happens... Use the function w

Re: [Bacula-users] MySQL backend database structure

2005-12-12 Thread Arno Lehmann
Hello, Florian Daniel Otel schrieb: Hello all, I have a short question: Is there any documentation (formal or otherwise) describing the SQL databases structre (table structure, usage, etc.) used by the MySQL backend ? The only help in that respect is the "query.sql" file that gives some hints o

Re: [Bacula-users] Re: Bacula BETA 1.38.3

2005-12-12 Thread Kern Sibbald
Hmmm. I think I am going to pack it in and take a year's vacation ... On Monday 12 December 2005 20:21, Arno Lehmann wrote: > Hi, > > Arno Lehmann schrieb: > > Hi, > > > > Kern Sibbald schrieb: > > ... > > >> Anyway, I would really appreciate it if you could try the 1.38.3 > >> beta. Please use

Re: [Bacula-users] Bacula BETA 1.38.3

2005-12-12 Thread Kern Sibbald
On Monday 12 December 2005 20:10, Rob wrote: > FYI, I haven't had time to look into it much, but I have been seeing errors > with my auto changer since 1.38.1 that I had never seen with 1.36.* before > that look a lot like these. As Kern said, as if something seems to be > missing from the log, see

Re: [Bacula-users] Re: Bacula BETA 1.38.3

2005-12-12 Thread Arno Lehmann
Hi, Arno Lehmann schrieb: Hi, Kern Sibbald schrieb: ... Anyway, I would really appreciate it if you could try the 1.38.3 beta. Please use the released tar file rather than the CVS -- the HEAD CVS is now slightly behind the 1.38 branch in terms of fixes ... I'll download it in a few minu

Re: [Bacula-users] Bacula BETA 1.38.3

2005-12-12 Thread Volker Dierks
Kern Sibbald schrieb: On Monday 12 December 2005 20:10, Rob wrote: FYI, I haven't had time to look into it much, but I have been seeing errors with my auto changer since 1.38.1 that I had never seen with 1.36.* before that look a lot like these. As Kern said, as if something seems to be miss

Re: [Bacula-users] Re: Bacula BETA 1.38.3

2005-12-12 Thread Arno Lehmann
Kern Sibbald schrieb: Hmmm. I think I am going to pack it in and take a year's vacation ... Damn :-) You _did_ notice Richard Knights Mail, right? By the way - I have left the backup server in the state I described. Logging is turned off because my limited disk-space would soon result in m

[Bacula-users] Re: error with mysql and suse 9.3

2005-12-12 Thread Natxo Asenjo
hi, [moderator, please forgive my 2 former emails, wrong sender address, it should be corrected now] while trying to compile the latest bacula I get the following errors in make dird, stored and tools (the last 3 steps): /usr/bin/g++ -O -L../lib -L../cats -L../findlib -o bscan bscan.o block.o d

[Bacula-users] Bacula Autochanger Problems

2005-12-12 Thread Dihor, Viktor
Hello everybody, I use Bacula 1.38.2 whith HP SSL 1016 Autoloader. SD Config: # This is the definition for a #   HP SSL1016 Ultrium 460 Autoloader # Autochanger {   Name = HP-Library   Device = HP-SSL1016   Changer Device = /dev/sg2   Changer Command = "/usr/local/bacula-1.38.3/etc/mtx-chan

Re: [Bacula-users] Re: error with mysql and suse 9.3

2005-12-12 Thread David Logan
Natxo Asenjo wrote: hi, [moderator, please forgive my 2 former emails, wrong sender address, it should be corrected now] while trying to compile the latest bacula I get the following errors in make dird, stored and tools (the last 3 steps): /usr/bin/g++ -O -L../lib -L../cats -L../findlib -o

Re: [Bacula-users] Re: error with mysql and suse 9.3

2005-12-12 Thread Frank Sweetser
On Mon, Dec 12, 2005 at 09:48:30PM +0100, Natxo Asenjo wrote: > hi, > > [moderator, please forgive my 2 former emails, wrong sender address, it > should be corrected now] > > while trying to compile the latest bacula I get the following errors in > make dird, stored and tools (the last 3 steps):

Re: [Bacula-users] Re: error with mysql and suse 9.3

2005-12-12 Thread Arno Lehmann
Hello, Natxo Asenjo schrieb: hi, [moderator, please forgive my 2 former emails, wrong sender address, it should be corrected now] while trying to compile the latest bacula I get the following errors in make dird, stored and tools (the last 3 steps): /usr/bin/g++ -O -L../lib -L../cats -L../fi

Re: [Bacula-users] A scheduling quirk

2005-12-12 Thread John Kodis
On Mon, Dec 12, 2005 at 08:33:17PM +0100, Arno Lehmann wrote: > Unfortunately, you did miss something :-P > > From the maual, section "Configuring the Director", subsection "Jobs": > > Max Start Delay = Yes, that looks like it should do what I need. I'm pretty sure that I read through that se

Re: [Bacula-users] Re: error with mysql and suse 9.3

2005-12-12 Thread Natxo Asenjo
On Mon, 12 Dec 2005, 10:02:50PM +0100¨, Arno Lehmann said: > Hello, > Not having -devel packages installed is a rather common error... indeed. Thanks a lot, zlib-devel sure helped. Tomorrow I'll start configuring it ;-) -- Groeten, J.I.Asenjo --

[Bacula-users] Bacula Autochanger Problems

2005-12-12 Thread Dihor, Viktor
Mit freundlichen Grüßen, Viktor Dihor Fernwärme Ulm GmbH Tel. +49-731-3992-267 Fax. +49-731-3992-5-267 E-Mail: [EMAIL PROTECTED] Magirusstrasse 21 89077 Ulm Dieses E-Mail ist vertraulich. Wenn Sie nicht der rechtmäßige Empfänger sind, dürfen Sie den Inhalt weder kopieren, verbreiten oder

Re: [Bacula-users] Bacula Autochanger Problems

2005-12-12 Thread Arno Lehmann
Hi, again. Dihor, Viktor schrieb: Hello everybody, I use Bacula 1.38.2 whith HP SSL 1016 Autoloader. SD Config: # This is the definition for a # HP SSL1016 Ultrium 460 Autoloader # Autochanger { Name = HP-Library Device = HP-SSL1016 Changer Device = /dev/sg2 Changer Command = "/u

[Bacula-users] Solaris 10 client change root password

2005-12-12 Thread Didier Herrera
Hello all, I've been trying to install a Bacula client on a Sun ultra 10 with OS Solaris 2.8, I use the following to configure: CFLAGS="-g" ./configure \ --sbindir=/bacula/bin \ --sysconfdir=/bacula/bin \ --enable-client-only \ --enable-smartalloc \ --with-pid-dir=/bacula/bin/working \ --w

[Bacula-users] Trouble using SSH tunnel with Bacula

2005-12-12 Thread Joshua Kugler
All - After using Bacula for almost a year, I'm having to make some configuration changes due to network topology and firewalls. The situation is this: The network server is behind a firewall. The clients I'm trying to back up are on the "other side" of the firewall (a DMZ of sorts). The net

Re: [Bacula-users] Solaris 10 client change root password

2005-12-12 Thread Phil Stracchino
Didier Herrera wrote: > Hello all, > I've been trying to install a Bacula client on a Sun ultra 10 with OS > Solaris 2.8, I use the following to configure: > CFLAGS="-g" ./configure \ > --sbindir=/bacula/bin \ > --sysconfdir=/bacula/bin \ > --enable-client-only \ > --enable-smartalloc \ > --wi

[Bacula-users] (more info) Re: Trouble using SSH tunnel with Bacula

2005-12-12 Thread Joshua Kugler
More data from the job report: This is from the e-mail status report: 12-Dec 16:20 herodotus-dir: RunBefore: Starting SSH-tunnel to locus.dist-ed.uaf.edu... 12-Dec 16:42 herodotus-dir: Start Backup JobId 8846, Job=locus.2005-12-12_16.20.36 12-Dec 16:47 locus-fd: locus.2005-12-12_16.20.36 Warnin

Re: [Bacula-users] Solaris 10 client change root password

2005-12-12 Thread Landon Fuller
Phil Stracchino wrote: > Didier Herrera wrote: > >>Hello all, >>I've been trying to install a Bacula client on a Sun ultra 10 with OS >>Solaris 2.8, I use the following to configure: >>CFLAGS="-g" ./configure \ >> --sbindir=/bacula/bin \ >> --sysconfdir=/bacula/bin \ >> --enable-client-only \ >> -

RE: [Bacula-users] Bacula BETA 1.38.3

2005-12-12 Thread Rob
What happened is that the upgrade to 1.38 overwrote my modified mtx-changer script with the default, so you are correct, that was the problem. Still leaves the strange error message though. Thanks, Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kern

Re: [Bacula-users] problems with autopruning and volume reuse

2005-12-12 Thread Harondel J. Sibble
On 2 Dec 2005 at 20:09, Martin Simmons wrote: > I suggest you post the output of "llist volumes". Did all that, no response :-( Anyhow, I still have to manually purge each tape, how do I get around this. -- Harondel J. Sibble Sibble Computer Consulting Creating solutions for the small busin

Re: [Bacula-users] problems with autopruning and volume reuse

2005-12-12 Thread Harondel J. Sibble
On 1 Dec 2005 at 10:37, Kern Sibbald wrote: > Yes, a shorter Volume retention period will "force" pruning of job and file > data, but as the manual and a recent email point out, after changing the .conf > volume retention period, you must update the catalog data for volumes that > already exist.

Re: [Bacula-users] Trouble using SSH tunnel with Bacula

2005-12-12 Thread Stephan Holl
Hello Joshua, On Mon, 12 Dec 2005 16:55:11 -0900 Joshua Kugler <[EMAIL PROTECTED]> wrote: > All - > > After using Bacula for almost a year, I'm having to make some > configuration changes due to network topology and firewalls. > > The situation is this: The network server is behind a firewall.

Re: [Bacula-users] Bacula Autochanger Problems

2005-12-12 Thread Dihor, Viktor
>Hi, again. >>   Hello everybody, >> >> >> I use Bacula 1.38.2 whith HP SSL 1016 Autoloader. >> >> SD Config: >> >> # This is the definition for a >> #   HP SSL1016 Ultrium 460 Autoloader >> # >> Autochanger { >>   Name = HP-Library >>   Device = HP-SSL1016 >>   Changer Device = /dev/sg2