Re: [Bacula-users] Why does bacula keep giving me these errors

2010-05-26 Thread John Drescher
On Wed, May 26, 2010 at 8:26 PM, wrote: > To add to this, apparently this tape is just bad or needs to be erased.  I > marked it read only and mounted another tape into drive 0 and everything > seems to be working.  Is there any way for bacula to just say, "Hey this tape > is crap, send me an

Re: [Bacula-users] Why does bacula keep giving me these errors

2010-05-26 Thread randalls
To add to this, apparently this tape is just bad or needs to be erased. I marked it read only and mounted another tape into drive 0 and everything seems to be working. Is there any way for bacula to just say, "Hey this tape is crap, send me an email and load another tape" Thanks, Randall S

Re: [Bacula-users] Why does bacula keep giving me these errors

2010-05-26 Thread randalls
Connecting to Director 10.0.0.176:9101 1000 OK: mlbkp1-dir Version: 5.0.1 (24 February 2010) Enter a period to cancel a command. *status Status available for: 1: Director 2: Storage 3: Client 4: All Select daemon type for status (1-4): 2 Automatically selected Storage: Overland

Re: [Bacula-users] Why does bacula keep giving me these errors

2010-05-26 Thread John Drescher
On Wed, May 26, 2010 at 7:37 PM, wrote: > To add to this, here is the information about the tape or volume. > >     118 | 68L3   | Append    |       1 |   755,983,807,488 |      759 |   > 15,984,000 |       1 |   17 |         1 | Ultrium-3 | 2010-05-13 19:07:35 > Can you post the status st

Re: [Bacula-users] Why does bacula keep giving me these errors

2010-05-26 Thread randalls
To add to this, here is the information about the tape or volume. 118 | 68L3 | Append| 1 | 755,983,807,488 | 759 | 15,984,000 | 1 | 17 | 1 | Ultrium-3 | 2010-05-13 19:07:35 Thanks, Randall Svancara Systems Administrator/DBA/Developer Main Bioinforma

[Bacula-users] Why does bacula keep giving me these errors

2010-05-26 Thread randalls
I have been using bacula for some time with an overland neo 2000. However, Sometimes I receive these errors: You have messages. *messages 26-May 16:07 mlbkp1-sd JobId 3152: 3304 Issuing autochanger "load slot 17, drive 0" command. 26-May 16:08 mlbkp1-sd JobId 3152: 3305 Autochanger "load slot 17

Re: [Bacula-users] Bacula 5.0.2 and "is waiting on storage file"

2010-05-26 Thread Jesse Angell
Agree - I can't figure it out. I found a similar bug: http://bugs.bacula.org/view.php?id=1578 I commented my issue in it. - Original Message - From: "Phil Stracchino" To: bacula-users@lists.sourceforge.net Sent: Tuesday, May 25, 2010 1:54:26 PM GMT -06:00 US/Canada Central Subject: Re:

Re: [Bacula-users] 5.0.2 src rpm dependency bug?

2010-05-26 Thread Martin Simmons
> On Mon, 24 May 2010 17:02:21 +0100, Alan Brown said: > > Scott et al, > > After building the 5.0.2 packages ()postgres flavour) and trying to > install the client package, I got the following errors: > > > Dependencies Resolved > > ===

[Bacula-users] Upgrading copy jobs to backup jobs

2010-05-26 Thread C . Keschnat
Hi, this is from the bacula documentation: "Note that when a copy is made, the original JobIds are left unchanged. The new copies can not be used for restoration unless you specifically choose them by JobId. If you subsequently delete a JobId that has a copy, the copy will be automatically upgra

Re: [Bacula-users] Best practice - MS Sql

2010-05-26 Thread John Doe
From: Carlo Filippetto > I have a server with Microsoft Sql Server, I need to > backup it. > Today I tried a FULL restore job, I receive several > error with file lock at the end of the job, and to let it > work well I need to reinstall Sql Server... why? > This DBMS is under Windows 2k3 > Ther

Re: [Bacula-users] Re cycling is not working.

2010-05-26 Thread gnowar
Yeah thanks ! I had not understood the "maximum volume" use, you're saying I've to wait 20 days from the last tape written right ? (cause there is only 1 volume in the pool ?) I thought it was from the "last written" value of a specific tape I had to care about to reuse the same one. It's ok fo

[Bacula-users] Problem bweb

2010-05-26 Thread Victor Lima
Hi everyone, first sorry about my english. When i try to use some functionality of bweb, that uses the bconsole i'm get the following message: *E: bconsole (/etc/bacula/bacula-5.0.2/bin/bconsole -n) Invalid argument -1, referer: http://10.67.4.36/cgi-bin/bweb/bweb.pl?action=add_media* I know it

Re: [Bacula-users] LTO-4 Drive issues

2010-05-26 Thread Sven Hartge
On 26.05.2010 01:55, skipunk wrote: > The nic's in the server are Broadcom's netextreme II's. I would > assume that they would support checksum offload and large tcp packet > offload, but I really I'm not sure. They do support all offload options. But those options don't boost you from 40MByte/s

Re: [Bacula-users] Re cycling is not working.

2010-05-26 Thread John Drescher
On Wed, May 26, 2010 at 10:20 AM, John Drescher wrote: > On Wed, May 26, 2010 at 9:57 AM, John Drescher wrote: >>> I've a problem (I guess) cause bacula doesn't recycle my tape, even when >>> volume retention is over. >>> >>> Here is the pool part of my bacula-dir.conf : >>> >>> # Tape Pool defin

Re: [Bacula-users] Re cycling is not working.

2010-05-26 Thread John Drescher
On Wed, May 26, 2010 at 9:57 AM, John Drescher wrote: >> I've a problem (I guess) cause bacula doesn't recycle my tape, even when >> volume retention is over. >> >> Here is the pool part of my bacula-dir.conf : >> >> # Tape Pool definition >> Pool { >>  Name = TapePool >>  Pool Type = Backup >>  R

Re: [Bacula-users] Re cycling is not working.

2010-05-26 Thread John Drescher
> I've a problem (I guess) cause bacula doesn't recycle my tape, even when > volume retention is over. > > Here is the pool part of my bacula-dir.conf : > > # Tape Pool definition > Pool { >  Name = TapePool >  Pool Type = Backup >  Recycle = yes                       # Bacula can automatically rec

[Bacula-users] Best practice - MS Sql

2010-05-26 Thread Carlo Filippetto
Hi all, I have a server with Microsoft Sql Server, I need to backup it. Today I tried a FULL restore job, I receive several error with file lock at the end of the job, and to let it work well I need to reinstall Sql Server... why? This DBMS is under Windows 2k3 There is a best way to backup this

Re: [Bacula-users] bacula using volume for each job every night

2010-05-26 Thread Phil Stracchino
On 05/26/10 08:43, Joseph Spenner wrote: > This is how I am currently set: > > *list media pool=File > +-++---+-+--+--+--+-+--+---+---+-+ > | MediaId | VolumeName | VolStatus | Enabled |

[Bacula-users] Re cycling not working.

2010-05-26 Thread gnowar
Hey, I've a problem (I guess) cause bacula doesn't recycle my tape, even when volume retention is over. Here is the pool part of my bacula-dir.conf : # Tape Pool definition Pool { Name = TapePool Pool Type = Backup Recycle = yes # Bacula can automatically recycle Vo

Re: [Bacula-users] bacula using volume for each job every night

2010-05-26 Thread John Drescher
On Wed, May 26, 2010 at 8:22 AM, Joseph Spenner wrote: > --- On Tue, 5/25/10, Phil Stracchino wrote: > > >> > Which section would I place the "Maximum Concurrent >> Jobs = 20" in the bacula-dir.conf ? >> >> In both the Director resource and all applicable Storage >> resources. >> > > Last night s

Re: [Bacula-users] bacula using volume for each job every night

2010-05-26 Thread Phil Stracchino
On 05/26/10 08:22, Joseph Spenner wrote: > Last night still used multiple volumes, so I decided to wipe the volumes and > the database, and let bacula start over. I created my new 21 volumes, but as > I recall, I need to do something to the volumes (mark them in some special > way) to make sure

Re: [Bacula-users] bacula using volume for each job every night

2010-05-26 Thread Joseph Spenner
--- On Wed, 5/26/10, Joseph Spenner wrote: > > Last night still used multiple volumes, so I decided to > wipe the volumes and the database, and let bacula start > over.  I created my new 21 volumes, but as I recall, I > need to do something to the volumes (mark them in some > special way) to mak

Re: [Bacula-users] bacula using volume for each job every night

2010-05-26 Thread Joseph Spenner
--- On Tue, 5/25/10, Phil Stracchino wrote: > > Which section would I place the "Maximum Concurrent > Jobs = 20" in the bacula-dir.conf ? > > In both the Director resource and all applicable Storage > resources. > Last night still used multiple volumes, so I decided to wipe the volumes and t

Re: [Bacula-users] Fwd: Logging bconsole activity

2010-05-26 Thread Anatoly Pugachev
Hello! At least 3.0.3 source code have readline code support, so readline history, it should go into ~/.bconsole_history, check that your bacula compiled with readline support. (possibly $ ldd /usr/bin/bconsole | grep readline will do) On 25.05.2010 / 21:46:35 +0100, Dermot Beirne wrote: > Hi

Re: [Bacula-users] Bacula cannot write on disk Volume... because: The sizes do not match!

2010-05-26 Thread John Drescher
On Wed, May 26, 2010 at 3:49 AM, Proskurin Kirill wrote: > Hello all! > > What we have: > FreeBSD-8.0-p2 amd64 > Bacula-3.0.3 > MySQL-5.1.44 > > I have a working bacula setup for an 4-5 month without any problems. > > Today I notice an error: > > 26-May 06:46 hide.domain.org-sd JobId 1645: Volume

Re: [Bacula-users] Error Webacula

2010-05-26 Thread Krzysztof Pawlikiewicz
On 26/05/2010, mario parreño wrote: > > I have installed Bacula 5.0.2 with Mysql 5 and I install Webacula, with > Apache2, Php5. > When I go to http:\localhost\webacula, I entry in the interface of Webacula > but It gives me a mistake: > ERROR: Ocurrió un problema al > ejecutar bconsole.

[Bacula-users] Error Webacula

2010-05-26 Thread mario parreño
I have installed Bacula 5.0.2 with Mysql 5 and I install Webacula, with Apache2, Php5. When I go to http:\localhost\webacula, I entry in the interface of Webacula but It gives me a mistake: ERROR: Ocurrió un problema al ejecutar bconsole. Vea debajo. ERROR Command: /sbin/bconsole -n -c

[Bacula-users] btape spouradically times out on test command

2010-05-26 Thread Christoph Lehmann
Hello list, i have a problem with btape (bacula-sd too) and writing on a tape. After a while it times out sporadically and i can't find out the reason. The problem is reproducable. Filling the tape with tar works well, I tested all the commands (rewind, fsr,bsr ...) by hand and there is no proble

[Bacula-users] Bacula cannot write on disk Volume... because: The sizes do not match!

2010-05-26 Thread Proskurin Kirill
Hello all! What we have: FreeBSD-8.0-p2 amd64 Bacula-3.0.3 MySQL-5.1.44 I have a working bacula setup for an 4-5 month without any problems. Today I notice an error: 26-May 06:46 hide.domain.org-sd JobId 1645: Volume "hide.domain.org-0074" previously written, moving to end of data. 26-May 06:4