Re: [Bacula-users] Ghost jobs?

2011-08-23 Thread Eric Pratt
2011/8/23 Carlos André : > Running Jobs: > Writing: Incremental Backup job SRV10 JobId=61090 Volume="" >    pool="MON" device="IBM_TL_LTO3-0" (/dev/IBM_TL_LTO3-0) >    spooling=0 despooling=0 despool_wait=0 >    Files=0 Bytes=0 Bytes/sec=0 >    FDSocket closed > > --- > *cancel

Re: [Bacula-users] Ghost jobs?

2011-08-23 Thread John Drescher
2011/8/23 Carlos André : > Hi ppl > I'm getting here a very strange (and annoying!!!) behavior at one of > my Storage Daemons. > If I restart director with some running (and others waiting to start), > all those jobs transforms into 'ghost' jobs, > they doesnt show at Director, but they keep showin

[Bacula-users] Ghost jobs?

2011-08-23 Thread Carlos André
Hi ppl I'm getting here a very strange (and annoying!!!) behavior at one of my Storage Daemons. If I restart director with some running (and others waiting to start), all those jobs transforms into 'ghost' jobs, they doesnt show at Director, but they keep showing at Storage Daemon disturbing all my

Re: [Bacula-users] Bacula setup driving me nuts

2011-08-23 Thread Francisco Javier Funes Nieto
Hi, Only for testing, could you use "/dev/nst0" and "/dev/nst1" in Device section. This use the "non-rewind" device type. Try mount again then. J. 2011/8/23 selanty : > Hi all, > > I have a strange problem when i try to mount a tape. > First what i have i use centos 5.4 with bacula 5.0.3 > Har

Re: [Bacula-users] Bacula setup driving me nuts

2011-08-23 Thread John Drescher
> 3304 Issuing autochanger "load slot 5, drive 0" command. > 3992 Bad autochanger "load slot 5, drive 0": ERR=Child died from signal 15: > Termination. >  Results=Program killed by Bacula (timeout) > > have you tried to run /etc/bacula/mtx-changer with load command manually ? > > Yes i did i tried

Re: [Bacula-users] Bacula setup driving me nuts

2011-08-23 Thread Pietro Bertera
Hi, 2011/8/23 selanty : > hi Pietro, > > 3304 Issuing autochanger "load slot 5, drive 0" command. > 3992 Bad autochanger "load slot 5, drive 0": ERR=Child died from signal 15: > Termination. >  Results=Program killed by Bacula (timeout) > > have you tried to run /etc/bacula/mtx-changer with load

[Bacula-users] Bacula setup driving me nuts

2011-08-23 Thread selanty
hi Pietro, 3304 Issuing autochanger "load slot 5, drive 0" command. 3992 Bad autochanger "load slot 5, drive 0": ERR=Child died from signal 15: Termination. Results=Program killed by Bacula (timeout) have you tried to run /etc/bacula/mtx-changer with load command manually ? Yes i did i trie

[Bacula-users] performance problem - Windows & TLS

2011-08-23 Thread kamilfurman
Hello After enabling TLS, I've noticed significant performance drawback. I've made some tests for both Linux (Fedora 13) and Windows XP clients. I've used 250MB tar archive. One file. No compression. BACKUP: Windows TLS 850 kB/s Windows NO_TLS 8500 kB/s Linux T

Re: [Bacula-users] The famous "ERR=Input/output error"

2011-08-23 Thread Martin Simmons
> On Tue, 23 Aug 2011 10:48:39 -0300, Rodrigo Ferraz said: > > Hi everyone > > We have been facing this issue for a long time, so any help or insight will > be greatly appreciated. > > Bacula seem to be working just fine, with the exception of these two > situations below: > > 1) Bacula c

Re: [Bacula-users] How do I force Bacula to unlock a drive? (SCSI Prevent/Allow Media Removal)

2011-08-23 Thread mark . bergman
In the message dated: Tue, 23 Aug 2011 17:13:00 BST, The pithy ruminations from Alan Brown on were: => On 23/08/11 15:59, mark.berg...@uphs.upenn.edu wrote: => => => > The solution in our environment is to use the "sg_prevent" command => > (from the sg3_utils package) to release the SCSI Preven

Re: [Bacula-users] How do I force Bacula to unlock a drive? (SCSI Prevent/Allow Media Removal)

2011-08-23 Thread Alan Brown
On 23/08/11 15:59, mark.berg...@uphs.upenn.edu wrote: > The solution in our environment is to use the "sg_prevent" command > (from the sg3_utils package) to release the SCSI Prevent/Allow Media > Removal lock: > > sg_prevent --allow --verbose /dev/tape0 > sg_prevent --allow --verbose

Re: [Bacula-users] Bacula setup driving me nuts

2011-08-23 Thread Pietro Bertera
Hi, 2011/8/23 selanty : > 3304 Issuing autochanger "load slot 5, drive 0" command. > 3992 Bad autochanger "load slot 5, drive 0": ERR=Child died from signal 15: > Termination. > Results=Program killed by Bacula (timeout) have you tried to run /etc/bacula/mtx-changer with load command manually ?

Re: [Bacula-users] director don't start

2011-08-23 Thread Pietro Bertera
You are starting director daemon using storage daemon configuration file.. Pietro 2011/8/23 Roberto Pereyra : > Hi >  have a new bacula 5.0.3  install in Fedora 14 . > When I start the director daemon, it don't start. > If I run: > > > bacula-dir -d 10 -t -v  -c /etc/bacula/bacula-sd.conf > bacu

Re: [Bacula-users] director don't start

2011-08-23 Thread Jeremy Maes
Op 23/08/2011 16:26, Roberto Pereyra schreef: Hi have a new bacula 5.0.3 install in Fedora 14 . When I start the director daemon, it don't start. If I run: bacula-dir -d 10 -t -v -c /etc/bacula/bacula-sd.conf Perhaps I'm imagining things but are you trying to start the director (bacula-

Re: [Bacula-users] director don't start

2011-08-23 Thread Mehma Sarja
On 8/23/11 7:50 AM, Roberto Pereyra wrote: This is my /etc/bacula/bacula-sd.conf: WorkingDirectory = /var/spool/bacula Pid Directory = "/var/run" sd.conf's working directory value should have quotes around it...perhaps. Mehma --

Re: [Bacula-users] How do I force Bacula to unlock a drive? (SCSI Prevent/Allow Media Removal)

2011-08-23 Thread mark . bergman
In the message dated: Tue, 23 Aug 2011 12:01:59 +0200, The pithy ruminations from =?utf-8?Q?Stefan_Michael_Guenther?= on <[Bacula-users] How do I force Bacula to unlock a drive?> were: => Hi, => => we still have a problem with our tapeloader. => The status of the storage tells me: => => Jobs w

Re: [Bacula-users] director don't start

2011-08-23 Thread Konstantin Khomoutov
On Tue, 23 Aug 2011 07:26:16 -0700 (PDT) Roberto Pereyra wrote: > When I start the director daemon, it don't start. > > If I run: > bacula-dir -d 10 -t -v  -c /etc/bacula/bacula-sd.conf > bacula-dir: dird.c:184-0 Debug level = 10 > 23-ago 09:08 bacula-dir: ERROR TERMINATION at parse_conf.c:971 >

[Bacula-users] director don't start

2011-08-23 Thread Roberto Pereyra
Hi  have a new bacula 5.0.3  install in Fedora 14 . When I start the director daemon, it don't start. If I run: bacula-dir -d 10 -t -v  -c /etc/bacula/bacula-sd.conf bacula-dir: dird.c:184-0 Debug level = 10 23-ago 09:08 bacula-dir: ERROR TERMINATION at parse_conf.c:971 Config error: Keyword

[Bacula-users] director don't start

2011-08-23 Thread Roberto Pereyra
Hi  have a new bacula 5.0.3  install in Fedora 14 . When I start the director daemon, it don't start. If I run: bacula-dir -d 10 -t -v  -c /etc/bacula/bacula-sd.conf bacula-dir: dird.c:184-0 Debug level = 10 23-ago 09:08 bacula-dir: ERROR TERMINATION at parse_conf.c:971 Config error: Keyword

[Bacula-users] The famous "ERR=Input/output error"

2011-08-23 Thread Rodrigo Ferraz
Hi everyone We have been facing this issue for a long time, so any help or insight will be greatly appreciated. Bacula seem to be working just fine, with the exception of these two situations below: 1) Bacula cannot reposition the tape and continue using it after it is unmounted. If the tape

[Bacula-users] Bacula setup driving me nuts

2011-08-23 Thread selanty
Hi all, I have a strange problem when i try to mount a tape. First what i have i use centos 5.4 with bacula 5.0.3 Hardware is an IBM TS3100 (3573-TL) with 2 LTO5 (ULT3580-HH5) config from bacula-sd.conf Autochanger { Name = Autochanger Device = LTO5_1, LTO5_2 Changer Device = /dev/sg5 Changer Com

Re: [Bacula-users] What does exactly bacula do when tape is loaded?

2011-08-23 Thread John Drescher
>> For single reel tapes (DLT, LTO) the tape is always at the beginning >> when you insert > Why is so? > Does the drive always rewind the tape when I request it to eject the > cartridge?  (I use an LTO-4 drive.) > Remember for these tapes (LTO,DLT) the drive itself contains the second reel. So li

Re: [Bacula-users] How do I force Bacula to unlock a drive?

2011-08-23 Thread Konstantin Khomoutov
On Tue, 23 Aug 2011 12:01:59 +0200 Stefan Michael Guenther wrote: > we still have a problem with our tapeloader. > The status of the storage tells me: > > Jobs waiting to reserve a drive: > 3608 JobId=1097 wants Pool="Mittwoch" but have Pool="Dienstag" > nreserve=1 on drive "Drive-1" (/dev

[Bacula-users] How do I force Bacula to unlock a drive?

2011-08-23 Thread Stefan Michael Guenther
Hi, we still have a problem with our tapeloader. The status of the storage tells me: Jobs waiting to reserve a drive: 3608 JobId=1097 wants Pool="Mittwoch" but have Pool="Dienstag" nreserve=1 on drive "Drive-1" (/dev/st0). 3606 JobId=1097 prefers mounted drives, but drive "Drive-1" (/d

[Bacula-users] Bacula Enterprise Trial version

2011-08-23 Thread Kern Sibbald
Hello, Since we often have questions about what exactly is the Enterprise version, it is my pleasure to announce the availability of the Bacula Enterprise Trial Version 4.0.7, which will allow you to try it for yourself. It is a fully featured set of ready to run Enterprise binaries for a wi

Re: [Bacula-users] What does exactly bacula do when tape is loaded?

2011-08-23 Thread Jeremy Maes
Op 23/08/2011 9:16, Konstantin Khomoutov schreef: > On Mon, Aug 22, 2011 at 03:33:55PM -0400, John Drescher wrote: > > [...] >> For single reel tapes (DLT, LTO) the tape is always at the beginning >> when you insert > Why is so? > Does the drive always rewind the tape when I request it to eject the

Re: [Bacula-users] What does exactly bacula do when tape is loaded?

2011-08-23 Thread Konstantin Khomoutov
On Mon, Aug 22, 2011 at 03:33:55PM -0400, John Drescher wrote: [...] > For single reel tapes (DLT, LTO) the tape is always at the beginning > when you insert Why is so? Does the drive always rewind the tape when I request it to eject the cartridge? (I use an LTO-4 drive.) --