Re: [Bacula-users] Cannot get auto labeling to work

2006-03-31 Thread Arno Lehmann

Hello,

On 3/31/2006 8:41 AM, RYAN M. vAN GINNEKEN wrote:
I get the message at the bottom of this email, but i do not understand why bacula cannot create its own labels. I have added all the necessary parameters to my conf files see below. 


What am i missing? please help i have been struggling with this for sometime 
now.

Pool {
  Name = Full-Pool
  Volume Retention = 3 months
  Maximum Volume Jobs = 1
  Label Format = Full-
  Maximum Volumes = 3


How many volumes do exist in this pool?

Arno

#  How do i include these in default pools  PoolDefs ?
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Accept Any Volume = yes
}

Device {
  Name = computerking.ca
  Media Type = computerking.ca
  Archive Device = /home/backups/bacula/computerking.ca
  LabelMedia = yes;   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;   # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}


30-Mar 23:30 tokyo-dir: No prior Full backup Job record found.
30-Mar 23:30 tokyo-dir: No prior or suitable Full backup found. Doing FULL 
backup.
30-Mar 23:30 tokyo-dir: Start Backup JobId 26, 
Job=computerking.ca.2006-03-30_23.30.18
30-Mar 23:30 tokyo-sd: Job computerking.ca.2006-03-30_23.30.18 waiting. Cannot 
find any appendable volumes.
Please use the label  command to create a new Volume for:
Storage:  computerking.ca (/home/backups/bacula/computerking.ca)
Media type:   computerking.ca
Pool: Full-Pool


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



--
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Re: software compression

2006-03-31 Thread Arno Lehmann



On 3/30/2006 10:43 PM, Bart Schelstraete wrote:


# ldd `which bacula-fd`
 linux-gate.so.1 =  (0xe000)
 libacl.so.1 = /lib/libacl.so.1 (0x4002f000)
 libz.so.1 = /lib/libz.so.1 (0x40035000)
 libutil.so.1 = /lib/libutil.so.1 (0x40047000)
 librt.so.1 = /lib/tls/librt.so.1 (0x4004b000)
 libpthread.so.0 = /lib/tls/libpthread.so.0 (0x40054000)
 libdl.so.2 = /lib/libdl.so.2 (0x40066000)
 libssl.so.0.9.7 = /usr/lib/libssl.so.0.9.7 (0x4006a000)
 libcrypto.so.0.9.7 = /usr/lib/libcrypto.so.0.9.7 (0x4009a000)
 libstdc++.so.5 = /usr/lib/libstdc++.so.5 (0x4018c000)
 libm.so.6 = /lib/tls/libm.so.6 (0x40249000)
 libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x4026c000)
 libc.so.6 = /lib/tls/libc.so.6 (0x40274000)
 libattr.so.1 = /lib/libattr.so.1 (0x4038a000)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)

and see quite clearly that libz is referenced by the FD.


Correct, the libz is there...


Then run the FDs with debug output enabled and see if it reports 
anything related to compression. If your fileset is more complex than 
only one options section you should verify that, too.


Arno



B


--
Schelstraete Bart
http://www.schelstraete.org
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]


--
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Fwd: [Bacula-users] Re: software compression

2006-03-31 Thread Bart Schelstraete
-- Forwarded message --From: Bart Schelstraete [EMAIL PROTECTED]Date: Mar 31, 2006 10:56 AM
Subject: Re: [Bacula-users] Re: software compressionTo: Arno Lehmann [EMAIL PROTECTED]This is the complete output of ldd:


 libacl.so.1 = /lib64/libacl.so.1 (0x003d1ec0)
 libz.so.1 = /usr/lib64/libz.so.1 (0x003d1f40)
 libpthread.so.0 = /lib64/tls/libpthread.so.0 (0x003d1f00)
 libstdc++.so.6 = /usr/lib64/libstdc++.so.6 (0x003d22c0)
 libm.so.6 = /lib64/tls/libm.so.6 (0x003d1ea0)
 libgcc_s.so.1 = /lib64/libgcc_s.so.1 (0x003d2250)
 libc.so.6 = /lib64/tls/libc.so.6 (0x003d1e50)
 libattr.so.1 = /lib64/libattr.so.1 (0x003d1fc0)
 /lib64/ld-linux-x86-64.so.2 (0x003d1e30)
---

But now I notice that software compression is working, but only for the standard 'backupcatalog'.
I don't understand it :o

My fileset is very simple:

---
FileSet {
 Name = APP
 Include {
 Options {
 signature = MD5
 compression=gzip
 >
 }
 File = /dir
}
}
---

And the one from the BackupCatalog is:

--
# This is the backup of the catalog
FileSet {
 Name = Catalog
 Include {
 Options {
 signature = MD5
 compression=gzip
 }
 File = /var/bacula/bacula.sql
 }
}
--

So, almost exactly the same... but only the 'Catalog' one is doing compression. (same machine)

On 3/31/06, Arno Lehmann [EMAIL PROTECTED]
 wrote:
On 3/30/2006 10:43 PM, Bart Schelstraete wrote: # ldd `which bacula-fd`linux-gate.so.1
=(0xe000)libacl.so.1
= /lib/libacl.so.1 (0x4002f000)libz.so.1
= /lib/libz.so.1 (0x40035000)libutil.so.1
= /lib/libutil.so.1 (0x40047000)librt.so.1
= /lib/tls/librt.so.1 (0x4004b000)libpthread.so.0
= /lib/tls/libpthread.so.0 (0x40054000)libdl.so.2
= /lib/libdl.so.2 (0x40066000)libssl.so.0.9.7
= /usr/lib/libssl.so.0.9.7 (0x4006a000)libcrypto.so.0.9.7
= /usr/lib/libcrypto.so.0.9.7 (0x4009a000)libstdc++.so.5
= /usr/lib/libstdc++.so.5 (0x4018c000)libm.so.6
= /lib/tls/libm.so.6 (0x40249000)libgcc_s.so.1
= /lib/libgcc_s.so.1 (0x4026c000)libc.so.6
= /lib/tls/libc.so.6 (0x40274000)libattr.so.1
= /lib/libattr.so.1 (0x4038a000)/lib/ld-linux.so.2
= /lib/ld-linux.so.2 (0x4000) and see quite clearly that libz is referenced by the FD. Correct, the libz is there...Then run the FDs with debug output enabled and see if it reports
anything related to compression. If your fileset is more complex thanonly one options section you should verify that, too.Arno B -- Schelstraete Bart

 http://www.schelstraete.org 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
--IT-Service
Lehmann[EMAIL PROTECTED]Arno
Lehmannhttp://www.its-lehmann.de---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcastand join the prime developer group breaking into this new coding territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642___Bacula-users mailing list

Bacula-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/bacula-users
-- 
Schelstraete Barthttp://www.schelstraete.org
[EMAIL PROTECTED]

-- Schelstraete Barthttp://www.schelstraete.org[EMAIL PROTECTED]


Re: [Bacula-users] Job upgraded to full not using full pool

2006-03-31 Thread Heinz Ulrich Stille
On Friday 31 March 2006 06:30, Ian Levesque wrote:
 changer. The initially-scheduled jobs are incrementals that, when
 run, are rightfully automatically upgraded to full backups. Only
 problem is that once the jobs run, they've already reserved a tape
 from the incremental pool, and the director doesn't bother ejecting
 in favor of a tape from the full pool. Jobs run as Full backups

You need to use the Full Backup Pool job directive. It does exactly
that: change the pool if the job is upgraded to full.

MfG, Ulrich

-- 
Heinz Ulrich Stille / Tel.: +49-541-9400473 / Fax: +49-541-9400450
design_d gmbh / Wilhelmstr. 16 / 49076 Osnabrück / www.design-d.de



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] winbacula 1.38.6 and windows 2003 server

2006-03-31 Thread Masopust, Christian

Hi all,

are there any issues with winbacula 1.38.6 on windows 2003 servers?

i've installed it here on two servers, but whenever a job is starting
i get a popup (on the server) which says that there's a runtime-error
in bacula-fd.exe: This application has requested the runtime to terminate
in an unusal way

any idea??   (1.38.4 works perfectly fine and also does 1.38.6 on windows xp)

thanks,
christian


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] MySQL keepalive?

2006-03-31 Thread Heinz Ulrich Stille
Hi!

I ran into the MySQL server has gone away Problem. Looks like the
culprit is mysqld's inactivity timeout. In the list archives I found
a message that the problem went away after upgrading all bacula
components to mysql 4.1.
Now I'm using 5.0 ... From the MySQL docs I gather there should be
no difference. What's up? Is somebody using bacula with version
4 or higher and the default timeout? I'd prefer not to raise the
timeout to a couple of days (long weekend, holidays...).
Or should I create a feature request for mysql_ping()?

MfG, Ulrich

-- 
Heinz Ulrich Stille / Tel.: +49-541-9400473 / Fax: +49-541-9400450
design_d gmbh / Wilhelmstr. 16 / 49076 Osnabrück / www.design-d.de



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] When are Volumes unmounted?

2006-03-31 Thread Heinz Ulrich Stille
Hi!

I'd like to use Always Open = No and Offline On Unmount = Yes. Now
I'm wondering when the unmount actually happens. The doc for Always
open states at the end of the Job if no other Jobs are using the drive,
but what does that really say - what is the definition of using?

My guess would be job running and either active or waiting to become
active? But what happens when the next job wants a tape from a different
pool? The doc refers to drive, not tape?

MfG, Ulrich

-- 
Heinz Ulrich Stille / Tel.: +49-541-9400473 / Fax: +49-541-9400450
design_d gmbh / Wilhelmstr. 16 / 49076 Osnabrück / www.design-d.de



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Avoiding monthly full backup ?

2006-03-31 Thread Simon Žekar

hi,

I'm setting bacula to backup few of my servers, some of they are on the 
ADSL, so upload there is very limitied. Full backup of those machines 
takes a week to complete, but incremental backup take only few hours.


So I'm wondering, do I really need to do a Full backup of my servers 
monthly or is there a way, to make a full backup out of previous full 
backup + incrementals and then do an incremental backup on these 
calculated full backup ?


I just don't want to do full backup on those servers except for the 
first time.


The desired retention period is 90 days. Or later maybe a year...

Thanks,
Simon.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Imation Ultrium LTO2 tapes

2006-03-31 Thread Gabriele Bulfon


I'm trying to understand how much these tapes and/or the device can be considered good products.I have many installation with this hardware.I often come out with errors during the night, suggesting that the tape is invalid.A "btape" readlabel during this situation gives I/O errorsThen, in the morning, I ask the operator to eject the tape and reinsert.A "btape" readlabel now gives the correct label.The "/var/adm/messages" shows these errors during the failed backup night:Mar 30 22:28:39 iserver Error for Command: write Error Level: FatalMar 30 22:28:39 iserver scsi: [ID 107833 kern.notice] Requested Block: 5293 Error Block: 5293Mar 30 22:28:39 iserver scsi: [ID 107833 kern.notice] Vendor: CERTANCE Serial Number: 0353-200Mar 30 22:28:39 iserver scsi: [ID 107833 kern.notice] Sense Key: Not ReadyMar 30 22:28:39 iserver scsi: [ID 107833 kern.notice] ASC: 0x4 (LUN not ready), ASCQ: 0x0, FRU: 0x0Mar 30 22:28:39 iserver scsi: [ID 107833 kern.warning] WARNING: /[EMAIL PROTECTED],0/pci1022,[EMAIL PROTECTED]/pci1000,[EMAIL PROTECTED]/[EMAIL PROTECTED],0 (st4):Mar 30 22:28:39 iserver Error for Command: rezero/rewind Error Level: FatalMar 30 22:28:39 iserver scsi: [ID 107833 kern.notice] Requested Block: 5293 Error Block: 5293Mar 30 22:28:39 iserver scsi: [ID 107833 kern.notice] Vendor: CERTANCE Serial Number: 0353-200Mar 30 22:28:39 iserver scsi: [ID 107833 kern.notice] Sense Key: Not ReadyMar 30 22:28:39 iserver scsi: [ID 107833 kern.notice] ASC: 0x4 (LUN not ready), ASCQ: 0x0, FRU: 0x0Mar 30 22:28:44 iserver scsi: [ID 107833 kern.warning] WARNING: /[EMAIL PROTECTED],0/pci1022,[EMAIL PROTECTED]/pci1000,[EMAIL PROTECTED]/[EMAIL PROTECTED],0 (st4):...are these devices/tapes so delicate?!?! What is your experience?ThanxGabriele.


 



 

Gabriele Bulfon - Sonicle S.r.l.
Tel +39 028246016 Int. 30 - Fax +39 028243880
Via Felice Cavallotti 16 - 20089, Rozzano - Milano - ITALY
http://www.sonicle.com

 





[Bacula-users] Windows ACL

2006-03-31 Thread Turbo Fredriksson
Does bacula (1.36.3) backup the Windows (2k etc) ACL's? This via Samba.
Does 1.38.[3x]?

-- 
Why can't programmers tell the difference between
halloween and christmas day? Because 25 DEC = 31 OCT.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] can't launch bconsole anymore

2006-03-31 Thread Thomas Ginestet
Hi list,

Bacula was working fine but for now, i can't launch my bconsole anymore. The following error occures:

bconsole: ERROR TERMINATION at parse_conf.c:821
Config error: Keyword QueryFile not permitted in this resource.
Perhaps you left the trailing brace off of the previous resource.
 : line 18, col 12 of file /etc/bacula/bacula-dir.conf
 QueryFile = /etc/bacula/scripts/query.sql

I've checked both my bacula-dir.conf and my bconsole.conf for syntax error but I didn't find anything which seems wrong...

Here is a sample of my bacula-dir.conf with the concerned paragraph:

Director {
 Name = backup-dir
 DIRport = 9101
 QueryFile = /etc/bacula/scripts/query.sql
 WorkingDirectory = /var/lib/bacula
 PidDirectory = /var/run/bacula
 Maximum Concurrent Jobs = 1
 Password = mypassword
 Messages = Daemon
}

Here is my bconsole.conf:

Director {
 Name = backup-dir
 DIRport = 9101
 Address = localhost
 Password = mypassword
}

I've tryed to change the both Name = backup-dir by Name = backup-dir
and try to change Address = localhost by DirAddress = localhost but
it was useless.

Any idea ?

Thks in advance,

Thomas Ginestet



Re: [Bacula-users] Job upgraded to full not using full pool

2006-03-31 Thread Ian Levesque

Hi,

On Mar 31, 2006, at 3:57 AM, Heinz Ulrich Stille wrote:


On Friday 31 March 2006 06:30, Ian Levesque wrote:

changer. The initially-scheduled jobs are incrementals that, when
run, are rightfully automatically upgraded to full backups. Only
problem is that once the jobs run, they've already reserved a tape
from the incremental pool, and the director doesn't bother ejecting
in favor of a tape from the full pool. Jobs run as Full backups


You need to use the Full Backup Pool job directive. It does exactly
that: change the pool if the job is upgraded to full.


Thanks, I'll try that. Strange though that the manual states:

FullPool=Full specifies to use the Pool named Full if the job is a
full backup, or is upgraded from another type to a full backup.

for the schedule directive. Any idea why that doesn't apply in this  
case?


Cheers,
Ian



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Avoiding monthly full backup ?

2006-03-31 Thread Martin Simmons
 On Fri, 31 Mar 2006 12:57:44 +0200, =?windows-1252?Q?Simon_=8Eekar?= 
 [EMAIL PROTECTED] said:
 
 hi,
 
 I'm setting bacula to backup few of my servers, some of they are on the 
 ADSL, so upload there is very limitied. Full backup of those machines 
 takes a week to complete, but incremental backup take only few hours.
 
 So I'm wondering, do I really need to do a Full backup of my servers 
 monthly or is there a way, to make a full backup out of previous full 
 backup + incrementals and then do an incremental backup on these 
 calculated full backup ?

Doing regular full backups is a good idea because incremental/differentual
backups do not track renamed or deleted files completely accurately.  Also,
restoring from many incrementals can be timeconsuming and also increases the
risk of failure if one of the incrementals gets lost or corrupted.

Perhaps you can split the backup into two groups of directories according to
how frequently they change?  Then do full backups of the more frequently
changing data more often.

__Martin


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Job upgraded to full not using full pool

2006-03-31 Thread Heinz Ulrich Stille
On Friday 31 March 2006 15:24, Ian Levesque wrote:
  You need to use the Full Backup Pool job directive. It does exactly
  that: change the pool if the job is upgraded to full.

 Thanks, I'll try that. Strange though that the manual states:

 FullPool=Full specifies to use the Pool named Full if the job is a
 full backup, or is upgraded from another type to a full backup.

 for the schedule directive. Any idea why that doesn't apply in this
 case?

But that's exactly what applies. From your schedule you get
Run = Incremental Pool=Incrementals mon-thu at 1:00
The automatic upgrade only changes the level, not the pool, so that
still is determined from the override. To override that in turn you
have to use FullPool, which is evaluated when the actual level
is full for whatever reason.

MfG, Ulrich

-- 
Heinz Ulrich Stille / Tel.: +49-541-9400473 / Fax: +49-541-9400450
design_d gmbh / Wilhelmstr. 16 / 49076 Osnabrück / www.design-d.de



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Re: dell power vault DLT tape drive and bacula starnge tape write errors

2006-03-31 Thread Carlos Bou
i'm using a very similar device (PV-122T DLT) under kernel-2.6.12-smp 
(gentoo)


my volumes can hold between 44,876,546,238 and 47,467,219,017
may be it can help you.

david robert escribió:

Hi Guys,
 
 Is there any know problems with dell powervault 114T,112T in debian 3.1 
with kernel 2.4.27-2-686-smp #1 SMP.I am having the two tape drives 
menctioned above i am configuring bacula in bothe machine with two 
servers.I am getting the following error messages in bothe the 
machines.This is DLT tape drives.
 
31-Mar 09:49 back-sd: NightlySave.2006-03-31_09.45.00 Error: block.c:552 
Write error at 1:9528 on device /dev/nst0. ERR=Input/output error.
30-Mar 12:14 backup-sd: NightlySave.2006-03-30_11.50.00 Error: 
block.c:552 Write error at 6:6478 on device

/dev/nst0. ERR=Input/output error.

30-Mar 12:14 backup-sd: NightlySave.2006-03-30_11.50.00 Error: Backspace 
record at EOT failed.

ERR=Input/output error
30-Mar 15:38 backup-sd: NightlySave.2006-03-30_15.21.00 Error: 
block.c:552 Write error at 5:6714 on device

/dev/nst0. ERR=Input/output error.
30-Mar 15:38 backup-sd: NightlySave.2006-03-30_15.21.00 Error: Error 
writing final EOF to tape. This tape may

not be readable.
dev.c:1213 ioctl MTWEOF error on /dev/nst0. ERR=Input/output error.
 
I am worrying both bacula servers are giving same problem when the above 
error occurs voulume status become full but loads of space left on volume
 
Thanks for your help



Yahoo! Messenger 
http://us.rd.yahoo.com/mail/uk/taglines/default/messenger/*http://uk.messenger.yahoo.com 
  NEW - crystal clear PC to PC calling worldwide with voicemail 
http://us.rd.yahoo.com/mail/uk/taglines/default/messenger/*http://uk.messenger.yahoo.com 
 




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Re: dell power vault DLT tape drive and bacula starnge tape write errors

2006-03-31 Thread david robert
thanks for your mail.what i need to do now i need to change anything on volume side or how to proceedCarlos Bou [EMAIL PROTECTED] wrote:  i'm using a very similar device (PV-122T DLT) under kernel-2.6.12-smp (gentoo)my volumes can hold between 44,876,546,238 and 47,467,219,017may be it can help you.david robert escribió: Hi Guys,  Is there any know problems with dell powervault 114T,112T in debian 3.1  with kernel 2.4.27-2-686-smp #1 SMP.I am having the two tape drives  menctioned above i am configuring bacula in bothe machine with two  servers.I am getting the following error messages in bothe the  machines.This is DLT tape drives.  31-Mar 09:49 back-sd: NightlySave.2006-03-31_09.45.00 Error: block.c:552  Write error at 1:9528 on device
 /dev/nst0. ERR=Input/output error. 30-Mar 12:14 backup-sd: NightlySave.2006-03-30_11.50.00 Error:  block.c:552 Write error at 6:6478 on device /dev/nst0. ERR=Input/output error.  30-Mar 12:14 backup-sd: NightlySave.2006-03-30_11.50.00 Error: Backspace  record at EOT failed. ERR=Input/output error 30-Mar 15:38 backup-sd: NightlySave.2006-03-30_15.21.00 Error:  block.c:552 Write error at 5:6714 on device /dev/nst0. ERR=Input/output error. 30-Mar 15:38 backup-sd: NightlySave.2006-03-30_15.21.00 Error: Error  writing final EOF to tape. This tape may not be readable. dev.c:1213 ioctl MTWEOF error on /dev/nst0. ERR=Input/output error.  I am worrying both bacula servers are giving same problem when the above  error occurs voulume status become full but loads of space left on volume  Thanks for your help 
  Yahoo! MessengerNEW - crystal clear PC to PC calling worldwide with voicemail   ---This SF.Net email is sponsored by xPML, a groundbreaking scripting languagethat extends applications into web and mobile media. Attend the live webcastand join the prime developer group breaking into this new coding territory!http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642___Bacula-users mailing listBacula-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/bacula-usersSend
 instant messages to your online friends http://uk.messenger.yahoo.com 

Re: [Bacula-users] compression

2006-03-31 Thread Nick Smith
On 3/31/06, Bart Schelstraete [EMAIL PROTECTED] wrote:
 Do you have the zlib libraries installed?


 B



*  sys-libs/zlib
 Latest version available: 1.2.3
 Latest version installed: 1.2.3
 Size of downloaded files: 415 kB
 Homepage:http://www.zlib.net/
 Description: Standard (de)compression library
 License: ZLIB

*  dev-perl/IO-Zlib
 Latest version available: 1.04
 Latest version installed: 1.04
 Size of downloaded files: 9 kB
 Homepage:
http://www.cpan.org/modules/by-authors/id/T/TO/TOMHUGHES/IO-Zlib-1.04.readme
 Description: IO:: style interface to Compress::Zlib
 License: || ( Artistic GPL-2 )

*  dev-perl/Compress-Zlib
 Latest version available: 1.41
 Latest version installed: 1.41
 Size of downloaded files: 148 kB
 Homepage:
http://cpan.pair.com/modules/by-module/Compress/Compress-Zlib-1.41.readme
 Description: A Zlib perl module
 License: || ( Artistic GPL-2 )

yes i have the zlibs installed. any other suggestions?


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] job status on network connection failure

2006-03-31 Thread Jaime Ventura

Hi im new to bacula and im doing some tests on network failure.

When, for some reason the network connection is down during a backup job, the 
client(winbacula 1.38.6) reports the job failed, but director(bacula-1.38.5) 
reports that job is running.
How to handle this situation? Do i need to ask all the clients what was the job 
status and cancel it on the director?

Thanks in advance
Jaime
--




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Echo cancellation problem

2006-03-31 Thread Giuseppe

Hi!
I'm here again with echo canceller problem... :-(
I think I've done everything to enable echo canceller feature, but it 
still doesn't work...
Can anybody tell me if there is some error or something missing in this 
configuration please?


I'm using Eicon Diva Server 4Bri.
http://www.eicon.com/worldwide/products/MediaGateways/disv4bri.htm?techspec=1regID=4999

Card features:

   * Supplementary Services
 o Number Identification services (CLIP, CLIR, COLP, COLR, KEY,
   MSN, DDI, SUB)
 o Call offering services (TP, CFU, CFB, CFNR)
 o Call completion services (CW, HOLD, ECT)
 o Charging services (AoC)
 o Three-party conference
 o Large Conference
   * VoIP Gateway support
 o Echo cancellation (G.168) 128ms (32ms for VoIP) it
   seems to support echo cancellation
 o Real Time Protocol (RTP framing)
 o Dynamic Anti-Jitter Buffer
 o Comfort Noise Generation
 o Voice Activity Detection
 o Voice compression (GSM, G.726)


= capi.conf =

[general]
nationalprefix=039
;;internationalprefix=011
rxgain=1.0
txgain=2.0
;rxgain=1.0
;txgain=1.0
alaw=yes ;
;ulaw=yes ;set this, if you live in u-law world instead of a-law --beppe

[ISDN3]
ntmode=yes
incomingmsn=*
controller=3
group=1 
;softdtmf=on

;relaxdtmf=on
;accountcode=
context=isdn3in
holdtype=local 
immediate=yes

;echosquelch=1
echocancel=yes
;echocancelold=yes
echotail=64  
bridge=yes   
callgroup=1  
;deflect=1234567 
devices=2  

== and this is a piece of what asterisk -rv says when 
someone calls ==


 == ISDN3: Incoming call 'yy' - 'x'
   -- Executing Set(CAPI/ISDN3/'x'-1, LANGUAGE()=it) in new 
stack
   -- Executing GotoIfTime(CAPI/ISDN3/'x'-1, 
09:00-13:00|mon-fri|*|*?coda_lib_uni|s|1) in new stack
   -- Executing GotoIfTime(CAPI/ISDN3/'x'-1, 
15:00-18:00|mon-fri|*|*?coda_lib_uni|s|1) in new stack

   -- Goto (coda_lib_uni,s,1)
   -- Executing Set(CAPI/ISDN3/'x'-1, LANGUAGE()=it) in new 
stack
   -- Executing SetVar(CAPI/ISDN3/'x'-1, 
MONITOR_FILENAME=lib-uni-31032006-16:40:21-039564615724) in new stack
   -- Executing Playback(CAPI/ISDN3/'x'-1, 
wsa_benvenuto_lib_uni) in new stack

 == ISDN3: Answering for 'x'
   -- Playing 'wsa_benvenuto_lib_uni' (language 'it')
Mar 31 16:40:21 WARNING[30181]: file.c:1029 ast_waitstream: Unexpected 
control subclass '14'
 == ISDN3: Setting up echo canceller (PLCI=0x103, function=1, 
options=4, tail=64)

 == ISDN3: Setting up DTMF detector (PLCI=0x103, flag=1)
   -- ISDN3: Error setting up echo canceller (PLCI=0x103)
Mar 31 16:40:21 WARNING[29878]: chan_capi.c:3334 show_capi_conf_error: 
ISDN3: conf_error 0x300b PLCI=0x103 Command=FACILITY_CONF,0x8497

   CAPI INFO 0x300b: Facility not supported






---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] compression

2006-03-31 Thread Carlo Agrusti
Nick Smith ha scritto lo scorso 31/03/2006 17:01:
 On 3/31/06, Bart Schelstraete [EMAIL PROTECTED] wrote:
 
Do you have the zlib libraries installed?

[...]
 yes i have the zlibs installed. any other suggestions?

Do you have them installed on your clients too?


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot get auto labeling to work

2006-03-31 Thread drescher0110-bacula
I believe the device Name and Media Type should not be the same but I may be
wrong...
John

--- RYAN M. vAN GINNEKEN [EMAIL PROTECTED] wrote:

 I get the message at the bottom of this email, but i do not understand why 
 bacula
 cannot create its own labels. I have added all the necessary parameters to my 
 conf
 files see below. 
 
 What am i missing? please help i have been struggling with this for sometime 
 now.
 
 Pool {
   Name = Full-Pool
   Volume Retention = 3 months
   Maximum Volume Jobs = 1
   Label Format = Full-
   Maximum Volumes = 3
 #  How do i include these in default pools  PoolDefs ?
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Accept Any Volume = yes
 }
 
 Device {
   Name = computerking.ca
   Media Type = computerking.ca
   Archive Device = /home/backups/bacula/computerking.ca
   LabelMedia = yes;   # lets Bacula label unlabeled media
   Random Access = Yes;
   AutomaticMount = yes;   # when device opened, read it
   RemovableMedia = no;
   AlwaysOpen = no;
 }
 
 
 30-Mar 23:30 tokyo-dir: No prior Full backup Job record found.
 30-Mar 23:30 tokyo-dir: No prior or suitable Full backup found. Doing FULL 
 backup.
 30-Mar 23:30 tokyo-dir: Start Backup JobId 26,
 Job=computerking.ca.2006-03-30_23.30.18
 30-Mar 23:30 tokyo-sd: Job computerking.ca.2006-03-30_23.30.18 waiting. Cannot
 find any appendable volumes.
 Please use the label  command to create a new Volume for:
 Storage:  computerking.ca (/home/backups/bacula/computerking.ca)
 Media type:   computerking.ca
 Pool: Full-Pool
 
 
 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live webcast
 and join the prime developer group breaking into this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] job status on network connection failure (update)

2006-03-31 Thread Jaime Ventura




Hi im new to bacula and im doing some tests on network failure.

When, for some reason the network connection is down during a backup
job, the client(winbacula 1.38.6) reports the job failed, but
director(bacula-1.38.5) reports that job is running.
How to handle this situation? Do i need to ask all the clients what was
the job status and cancel it on the director?

When i cancel it i get the message "job not found".
Besides that, the job is "marked to be canceled" and the next job
keeps "waiting execution" 

Please help me.
Thanks in advance
  Jaime

isep-dir Version: 1.38.5 (18 January 2006) x86_64-redhat-linux-gnu
redhat Enterprise release

Daemon started 31-Mar-06 15:32, 2 Jobs run since started.


Scheduled Jobs:

Level Type Pri Scheduled Name
Volume

===

Incremental Backup 10 31-Mar-06 23:05 Client1
novoteste

Incremental Backup 10 31-Mar-06 23:05 Job.jtgv.gsi
novoteste

Full Backup 11 31-Mar-06 23:10 BackupCatalog
novoteste




Running Jobs:

JobId Level Name Status

==

 31 Full Job.jtgv.gsi.2006-03-31_15.57.53 is running

 32 Increme Job.jtgv.gsi.2006-03-31_15.59.10 is waiting execution




Terminated Jobs:

JobId Level Files Bytes Status Finished Name



 19 0 0 Error 29-Mar-06 18:28
RestoreFiles

 20 187 10,819,723 OK 29-Mar-06 18:35
RestoreFiles

 21 Full 0 0 Error 29-Mar-06 23:05 Client1

 22 Incr 0 0 Error 29-Mar-06 23:44
Job.jtgv.gsi

 23 Full 0 0 Error 29-Mar-06 23:44
BackupCatalog

 24 Full 0 0 Error 30-Mar-06 23:05 Client1

 25 Incr 0 0 Error 30-Mar-06 23:44
Job.jtgv.gsi

 26 Full 0 0 Error 30-Mar-06 23:44
BackupCatalog

 29 Full 0 0 Error 31-Mar-06 15:47
Job.jtgv.gsi

 30 Full 0 0 Cancel 31-Mar-06 15:54
Job.jtgv.gsi




cancel jobid=31

2901 Job Job.jtgv.gsi.2006-03-31_15.57.53 not found.

3000 Job Job.jtgv.gsi.2006-03-31_15.57.53 marked to be canceled.

status

Status available for:

 1: Director

 2: Storage

 3: Client

 4: All

Select daemon type for status (1-4): 1

isep-dir Version: 1.38.5 (18 January 2006) x86_64-redhat-linux-gnu
redhat Enterprise release

Daemon started 31-Mar-06 15:32, 2 Jobs run since started.


Scheduled Jobs:

Level Type Pri Scheduled Name
Volume

===

Incremental Backup 10 31-Mar-06 23:05 Client1
novoteste

Incremental Backup 10 31-Mar-06 23:05 Job.jtgv.gsi
novoteste

Full Backup 11 31-Mar-06 23:10 BackupCatalog
novoteste




Running Jobs:

JobId Level Name Status

==

 31 Full Job.jtgv.gsi.2006-03-31_15.57.53 has been canceled

 32 Increme Job.jtgv.gsi.2006-03-31_15.59.10 is waiting execution




Terminated Jobs:

JobId Level Files Bytes Status Finished Name



 19 0 0 Error 29-Mar-06 18:28
RestoreFiles

 20 187 10,819,723 OK 29-Mar-06 18:35
RestoreFiles

 21 Full 0 0 Error 29-Mar-06 23:05 Client1

 22 Incr 0 0 Error 29-Mar-06 23:44
Job.jtgv.gsi

 23 Full 0 0 Error 29-Mar-06 23:44
BackupCatalog

 24 Full 0 0 Error 30-Mar-06 23:05 Client1

 25 Incr 0 0 Error 30-Mar-06 23:44
Job.jtgv.gsi

 26 Full 0 0 Error 30-Mar-06 23:44
BackupCatalog

 29 Full 0 0 Error 31-Mar-06 15:47
Job.jtgv.gsi

 30 Full 0 0 Cancel 31-Mar-06 15:54
Job.jtgv.gsi
-- 





  

  
  

  

 

 


Jaime Ventura
[Infra-estruturas
e Comunicaes]
Rua Dr. Antnio Bernardino de
Almeida, 431
4200 - 072 Porto
Telef: +351 22 834 05 00 (04) - ext. 1641
Fax: +351 22 832 11 59


  

  e-mail:
  [EMAIL PROTECTED]


  url:
  www.isep.ipp.pt
  

  


  

  
  
  


  

  








[Bacula-users] old versions of bacula rpm package location

2006-03-31 Thread david robert
Hi,  I am looking for bacula version 1.36.2 for redhat enterprise linux rpm package can any one tell me where it islocated.Where i can get the completer list of bacula rpm packages  Can any one help me where i can locate this  Thanks
		Yahoo! Messenger 
 NEW - crystal clear PC to PC 
calling worldwide with voicemail 


[Bacula-users] Re: dell power vault DLT tape drive and bacula starnge tape write errors

2006-03-31 Thread Carlos Bou
here you can find some info about the use of autochanger's (i don't know 
if you have read this section)


http://www.bacula.org/rel-manual/Storage_Daemon_Configuratio.html#Autochanger

search for Hardware End of Medium

in my case the only change to get the device working was about the sleep 
time in the mtx-changer.


david robert escribió:
thanks for your mail.what i need to do now i need to change anything on 
volume side or how to proceed


*/Carlos Bou [EMAIL PROTECTED]/* wrote:

i'm using a very similar device (PV-122T DLT) under kernel-2.6.12-smp
(gentoo)

my volumes can hold between 44,876,546,238 and 47,467,219,017
may be it can help you.

david robert escribió:
  Hi Guys,
 
  Is there any know problems with dell powervault 114T,112T in
debian 3.1
  with kernel 2.4.27-2-686-smp #1 SMP.I am having the two tape drives
  menctioned above i am configuring bacula in bothe machine with two
  servers.I am getting the following error messages in bothe the
  machines.This is DLT tape drives.
 
  31-Mar 09:49 back-sd: NightlySave.2006-03-31_09.45.00 Error:
block.c:552
  Write error at 1:9528 on device /dev/nst0. ERR=Input/output error.
  30-Mar 12:14 backup-sd: NightlySave.2006-03-30_11.50.00 Error:
  block.c:552 Write error at 6:6478 on device
  /dev/nst0. ERR=Input/output error.
 
  30-Mar 12:14 backup-sd: NightlySave.2006-03-30_11.50.00 Error:
Backspace
  record at EOT failed.
  ERR=Input/output error
  30-Mar 15:38 backup-sd: NightlySave.2006-03-30_15.21.00 Error:
  block.c:552 Write error at 5:6714 on device
  /dev/nst0. ERR=Input/output error.
  30-Mar 15:38 backup-sd: NightlySave.2006-03-30_15.21.00 Error: Error
  writing final EOF to tape. This tape may
  not be readable.
  dev.c:1213 ioctl MTWEOF error on /dev/nst0. ERR=Input/output error.
 
  I am worrying both bacula servers are giving same problem when
the above
  error occurs voulume status become full but loads of space left
on volume
 
  Thanks for your help
 
 

  Yahoo! Messenger
 
   NEW - crystal clear PC to PC calling worldwide with voicemail
 
  



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
that extends applications into web and mobile media. Attend the live
webcast
and join the prime developer group breaking into this new coding
territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Send instant messages to your online friends http://uk.messenger.yahoo.com





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot get auto labeling to work

2006-03-31 Thread Bill Moran
RYAN M. vAN GINNEKEN [EMAIL PROTECTED] wrote:

 I get the message at the bottom of this email, but i do not understand why 
 bacula cannot create its own labels. I have added all the necessary 
 parameters to my conf files see below. 
 
 What am i missing? please help i have been struggling with this for sometime 
 now.
 
 Pool {
   Name = Full-Pool
   Volume Retention = 3 months
   Maximum Volume Jobs = 1
   Label Format = Full-
   Maximum Volumes = 3
 #  How do i include these in default pools  PoolDefs ?
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Accept Any Volume = yes
 }
 
 Device {
   Name = computerking.ca
   Media Type = computerking.ca

I don't think this is correct.  Shouldn't this be Media Type = File?
Can you manually label volumes?  If not, then it's not an autolabel
problem.

   Archive Device = /home/backups/bacula/computerking.ca
   LabelMedia = yes;   # lets Bacula label unlabeled media
   Random Access = Yes;
   AutomaticMount = yes;   # when device opened, read it
   RemovableMedia = no;
   AlwaysOpen = no;
 }
 
 
 30-Mar 23:30 tokyo-dir: No prior Full backup Job record found.
 30-Mar 23:30 tokyo-dir: No prior or suitable Full backup found. Doing FULL 
 backup.
 30-Mar 23:30 tokyo-dir: Start Backup JobId 26, 
 Job=computerking.ca.2006-03-30_23.30.18
 30-Mar 23:30 tokyo-sd: Job computerking.ca.2006-03-30_23.30.18 waiting. 
 Cannot find any appendable volumes.
 Please use the label  command to create a new Volume for:
 Storage:  computerking.ca (/home/backups/bacula/computerking.ca)
 Media type:   computerking.ca
 Pool: Full-Pool
 
 
 ---
 This SF.Net email is sponsored by xPML, a groundbreaking scripting language
 that extends applications into web and mobile media. Attend the live webcast
 and join the prime developer group breaking into this new coding territory!
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 
 This message scanned by the Collaborative Fusion, Inc. PineApp.
 


-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] sorry

2006-03-31 Thread Giuseppe

Hi!
I'm sorry for previous mail about Asterisk Echo Cancellation, I wrote to 
wrong mailinglist!

Sorry again

Giuseppe


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


FW: [Bacula-users] Backup xattrs (SELinux)?

2006-03-31 Thread Gary Kopp
Kern,

Did you ever have the opportunity to look at extending Bacula's ACL
mechanism to handle SELinux xattrs as discussed back in January?

--Gary Kopp

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kern Sibbald
Sent: Wednesday, January 04, 2006 2:16 PM
To: Frank Sweetser; bacula-users
Subject: Re: [Bacula-users] Backup xattrs (SELinux)?

Thanks. That is what I needed.  I'll look at this in more detail in the near

future to see if there isn't some simple extension to the currrent Bacula
ACL 
mechanism for handling it ...

On Wednesday 04 January 2006 22:07, you wrote:
 On Wed, Jan 04, 2006 at 09:57:46PM +0100, Kern Sibbald wrote:
  Not quite.
 
  I run SELinux here on my server so I have a reasonable idea (rather
  primitave though) of how it works.  Are you telling me that libacl
  returns only a subset of the possible extended attributes?   If that is
  the case, it seems to me that we should modify the Bacula ACL code to
  save/restore *all* the extended attributes.  However, maybe that is not
  so easy.

 If possible, yes, I'd certainly agree =)

  Do you have any idea what the low level system calls are that get/set
  extended attributes?  (i.e. what does getfattr and setfattr use?).

 It uses the *xattr family of functions

#include sys/types.h
#include attr/xattr.h

ssize_t getxattr (const char *path, const char *name, ...
ssize_t lgetxattr (const char *path, const char *name, ...
ssize_t fgetxattr (int filedes, const char *name, ...

ssize_t listxattr (const char *path, ...
ssize_t llistxattr (const char *path, ...
ssize_t flistxattr (int filedes, ...

int setxattr (const char *path, const char *name, ...
int lsetxattr (const char *path, const char *name, ...
int fsetxattr (int filedes, const char *name, ...

-- 
Best regards,

Kern

  (
  /\
  V_V


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Re: [Bacula-announce] Bacula version 1.38.6 released

2006-03-31 Thread Kern Sibbald
On Thursday 30 March 2006 14:01, Geert Hendrickx wrote:
 On Wed, Mar 29, 2006 at 08:32:14PM +0200, Kern Sibbald wrote:
  On Wednesday 29 March 2006 19:08, Geert Hendrickx wrote:
   This has previously been reported only for AMD64.
 
  As well as other 64 architectures when compiled with g++.
 
   Does it hold for any 64-bit architecture?  (UltraSPARC, Alpha, ... ?)
 
  Well, that's exactly what my note says.
 
  However, there is one report as of today that a workaround fix I made
  to 1.38.6 resolves the problem so that -O0 is no longer required.

 Bacula's News page only has:

 - Note, with gcc (GCC) 4.0.1 20050727 (Red Hat 4.0.1-5) on an
   AMD64 CPU running 64 bit CentOS4, there is a compiler bug that
   generates bad code that causes Bacula to segment fault.
   Typically you will see this in the Storage daemon first.  The
   solution is to compile Bacula ensuring that no optimization is
   turned on (normally it is -O2).
   This same compiler bug has been reported and confirmed with
   gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux) running on
   an AMD64 CPU.  This for the moment, I would recommend that all
   users of GCC 4.0.1 or greater turn off all optimization when
   compiling.

 Could you then update this page to reflect the current state?

Of course, in due course. Thanks for reminding me.


   Geert

-- 
Best regards,

Kern

  (
  /\
  V_V


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: FW: [Bacula-users] Backup xattrs (SELinux)?

2006-03-31 Thread Kern Sibbald
On Friday 31 March 2006 18:11, Gary Kopp wrote:
 Kern,

 Did you ever have the opportunity to look at extending Bacula's ACL
 mechanism to handle SELinux xattrs as discussed back in January?

Yes, of course. However, it looks like it is a new significant project itself 
and not just a quickie patch. So either someone will need to contribute the 
code (best approach), or you should follow the Request for new feature 
procedure outlined somewhere on the Web site, and during the next project 
vote (probably about 9 months from now), it will be on the list and obtain a 
priority.


 --Gary Kopp

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Kern Sibbald
 Sent: Wednesday, January 04, 2006 2:16 PM
 To: Frank Sweetser; bacula-users
 Subject: Re: [Bacula-users] Backup xattrs (SELinux)?

 Thanks. That is what I needed.  I'll look at this in more detail in the
 near

 future to see if there isn't some simple extension to the currrent Bacula
 ACL
 mechanism for handling it ...

 On Wednesday 04 January 2006 22:07, you wrote:
  On Wed, Jan 04, 2006 at 09:57:46PM +0100, Kern Sibbald wrote:
   Not quite.
  
   I run SELinux here on my server so I have a reasonable idea (rather
   primitave though) of how it works.  Are you telling me that libacl
   returns only a subset of the possible extended attributes?   If that is
   the case, it seems to me that we should modify the Bacula ACL code to
   save/restore *all* the extended attributes.  However, maybe that is not
   so easy.
 
  If possible, yes, I'd certainly agree =)
 
   Do you have any idea what the low level system calls are that get/set
   extended attributes?  (i.e. what does getfattr and setfattr use?).
 
  It uses the *xattr family of functions
 
 #include sys/types.h
 #include attr/xattr.h
 
 ssize_t getxattr (const char *path, const char *name, ...
 ssize_t lgetxattr (const char *path, const char *name, ...
 ssize_t fgetxattr (int filedes, const char *name, ...
 
 ssize_t listxattr (const char *path, ...
 ssize_t llistxattr (const char *path, ...
 ssize_t flistxattr (int filedes, ...
 
 int setxattr (const char *path, const char *name, ...
 int lsetxattr (const char *path, const char *name, ...
 int fsetxattr (int filedes, const char *name, ...

-- 
Best regards,

Kern

  (
  /\
  V_V


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] HEADS UP: 1.38.6 bacula-sd issues

2006-03-31 Thread Dan Langille
Folks: If you happen to upgrade to 1.38.6 and you start getting 
permission 
errors on your tape drive, when it worked in previous versions, a 
work around
may be changing the group for bacula-sd.

For me, in FreeBSD, I add this to /etc/rc.conf:

bacula_sd_flags= -u bacula -g operator -v -c /usr/local/etc/bacula-
sd.conf

In short, I'm running as the group specified on /dev/sa0

# ls -l /dev/sa0
crw-rw  4 root  operator   14,   0 Mar 13  2005 /dev/sa0

And not as the group bacula, of which bacula is a member:

# id bacula
uid=910(bacula) gid=910(bacula) groups=910(bacula), 5(operator)

I'm trying to find the cause of this problem.


-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] FreeBSD port upgraded

2006-03-31 Thread Vadim A. Umanski
Hi, Dan.

On 31 Mar 2006 г., 20:04:12 you wrote:

DL Folks,

DL The FreeBSD ports have been updated.  All of the following are now on 
DL 1.38.6:

DL sysutils/bacula-server
DL sysutils/bacula-client
DL sysutils/bacula-server-devel
DL sysutils/bacula-client-devel

DL These ports now use the rc.d method for starting/stopping the 
DL daemons.  You now have:

DL /usr/local/etc/rc.d/z-bacula-dir.sh
DL /usr/local/etc/rc.d/z-bacula-sd.sh
DL /usr/local/etc/rc.d/z-bacula-fd.sh

DL For a given daemon to run, you must add this to /etc/rc.conf:

DL bacula_dir_enable=YES
DL bacula_sd_enable=YES
DL bacula_fd_enable=YES

Well, colleagues... Correct me if I'm wrong, but I do not see this
port available. I'm running FreeBSD 6.1 PreRelease (BETA4). The log is
quoted below

[EMAIL PROTECTED]:~ porteasy -vau bacula
 cd /usr
 /usr/bin/cvs -f -z3 -R -d:ext:[EMAIL PROTECTED]:/home/ncvs checkout -A -T 
 -P -l ports
? ports/INDEX-6
? ports/INDEX-6.bz2
cvs checkout: Updating ports
U ports/MOVED
 cd /usr/ports
 /usr/bin/cvs -f -z3 -R -d:ext:[EMAIL PROTECTED]:/home/ncvs update -A -T -P 
 -d Mk Templates Tools
cvs update: Updating Mk
cvs update: Updating Templates
cvs update: Updating Tools
cvs update: Updating Tools/portbuild
cvs update: Updating Tools/portbuild/2.2
cvs update: Updating Tools/portbuild/2.2/bindist
cvs update: Updating Tools/portbuild/2.2/bindist/files
cvs update: Updating Tools/portbuild/2.2/bindist/files/usr
cvs update: Updating Tools/portbuild/2.2/bindist/files/usr/bin
cvs update: Updating Tools/portbuild/3
cvs update: Updating Tools/portbuild/3/bindist
cvs update: Updating Tools/portbuild/3/bindist/files
cvs update: Updating Tools/portbuild/3/bindist/files/usr
cvs update: Updating Tools/portbuild/3/bindist/files/usr/bin
cvs update: Updating Tools/portbuild/3.0
cvs update: Updating Tools/portbuild/3.0/bindist
cvs update: Updating Tools/portbuild/3.0/bindist/files
cvs update: Updating Tools/portbuild/3.0/bindist/files/usr
cvs update: Updating Tools/portbuild/3.0/bindist/files/usr/bin
cvs update: Updating Tools/portbuild/4
cvs update: Updating Tools/portbuild/4/bindist
cvs update: Updating Tools/portbuild/4/bindist/files
cvs update: Updating Tools/portbuild/4/bindist/files/usr
cvs update: Updating Tools/portbuild/4/bindist/files/usr/bin
cvs update: Updating Tools/portbuild/5
cvs update: Updating Tools/portbuild/5/bindist
cvs update: Updating Tools/portbuild/5/bindist/files
cvs update: Updating Tools/portbuild/5/bindist/files/usr
cvs update: Updating Tools/portbuild/5/bindist/files/usr/bin
cvs update: Updating Tools/portbuild/scripts
cvs update: Updating Tools/scripts
cvs update: Updating Tools/scripts/mkptools
cvs update: Updating Tools/scripts/pkg-stash
cvs update: Updating Tools/scripts/release
cvs update: Updating Tools/scripts/sunshar
 cd /usr/ports
 make -VINDEXFILE
INDEX-6
Retrieving INDEX-6.bz2
 /usr/bin/fetch -mv http://www.freebsd.org/ports/INDEX-6.bz2
looking up www.freebsd.org
connecting to www.freebsd.org:80
requesting http://www.freebsd.org/ports/INDEX-6.bz2
local size / mtime: 751860 / 1143803596
remote size / mtime: 751860 / 1143803596
Reading /usr/ports/INDEX-6
14284 ports in index
Can't find required port 'bacula', maybe you mean:
  bacula-server-1.38.5_1
  bacula-client-devel-1.38.6
  bacula-client-1.38.5_1
  bacula-server-devel-1.38.6
some required ports were not found.

===

Well, I do not neet developers ports. Correct me if I'm wrong, but it
seems to me that ports bacula--1.38.6 aren't available yet...




-- 
   SY   Vadim A. Umanski
Senior Specialist
InterNet Technologies Div., IP Network Dept.
Comcor-TV, Moscow
   Work   mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
   Privatemailto:[EMAIL PROTECTED]



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Nested Wildcards on Win32Client

2006-03-31 Thread Eric Smoker

Hello,

Debian-amd64 /etch
Bacula-1.36.3-2 .debs
winbacula-1.36.3.exe

I'm feeling beat by my FileSet definition for my win32 clients and was 
hoping someone could help me out here.


I'm trying to backup only the following directories/files on a number of 
win32 clients:

c:/Documents and Settings/*/Desktop
c:/Documents and Settings/*/Favorites
c:/Documents and Settings/*/My Documents
c:/Documents and Settings/*/Local Settings/Application Data/Identities

I've tried about a bgillion different ways to define this and can't seem 
to come up with the answer. The closest I've come so far is with the 
following FileSet but it skips c:/Documents and Settings/*/Local 
Settings/Application Data/Identities. It actually makes sense if you 
read the logic but my attempted logic in defining this doesn't produce 
the desired results.


FileSet {
Name = Windows 2000XP
Include {
Options {
 signature = MD5
 IgnoreCase = yes
 # Include these files
 WildDir = c:/Documents and Settings/*/Desktop
 WildDir = c:/Documents and Settings/*/Favorites
 WildDir = c:/Documents and Settings/*/My Documents
 WildDir = c:/Documents and Settings/*/Local Settings/Application 
Data/Identities

}
Options {
 Exclude = yes
 IgnoreCase = yes
 # Exclude everything else
 WildDir = c:/Documents and Settings/*/*
}
File = c:/Documents and Settings/
}
}

Can anyone give me an idea of how to keep from masking the */Local 
Settings/Application Data/Identities directory with my exclude statement 
without causing me to backup all the other undesired directories?


Thanks,
Eric Smoker

You can see a million miles tonight, but you can't get very far! - 
Counting Crows




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] compression

2006-03-31 Thread Nick Smith
On 3/31/06, Carlo Agrusti [EMAIL PROTECTED] wrote:
 Nick Smith ha scritto lo scorso 31/03/2006 17:01:
  On 3/31/06, Bart Schelstraete [EMAIL PROTECTED] wrote:
 
 Do you have the zlib libraries installed?
 
 [...]
  yes i have the zlibs installed. any other suggestions?

 Do you have them installed on your clients too?

no clients, its just the server that is backing up.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] compression

2006-03-31 Thread drescher0110-bacula


--- Nick Smith [EMAIL PROTECTED] wrote:

 On 3/31/06, Carlo Agrusti [EMAIL PROTECTED] wrote:
  Nick Smith ha scritto lo scorso 31/03/2006 17:01:
   On 3/31/06, Bart Schelstraete [EMAIL PROTECTED] wrote:
  
  Do you have the zlib libraries installed?
  
  [...]
   yes i have the zlibs installed. any other suggestions?
 
  Do you have them installed on your clients too?
 
 no clients, its just the server that is backing up.
 
BTW, Are you 100% sure you want software compression instead of hardware 
compression
as it takes longer and you should not use both at the same time as it generally 
will
cause the hardware compression to store less data on the tape. 

John


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] compression

2006-03-31 Thread Nick Smith
 
 BTW, Are you 100% sure you want software compression instead of hardware 
 compression
 as it takes longer and you should not use both at the same time as it 
 generally will
 cause the hardware compression to store less data on the tape.

 John


i was actually wanting hardware compression, how can i tell if its
active and working?


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Nested Wildcards on Win32Client

2006-03-31 Thread Martin Simmons
 On Fri, 31 Mar 2006 12:20:39 -0500, Eric Smoker [EMAIL PROTECTED] said:
 
 Hello,
 
 Debian-amd64 /etch
 Bacula-1.36.3-2 .debs
 winbacula-1.36.3.exe
 
 I'm feeling beat by my FileSet definition for my win32 clients and was 
 hoping someone could help me out here.
 
 I'm trying to backup only the following directories/files on a number of 
 win32 clients:
  c:/Documents and Settings/*/Desktop
  c:/Documents and Settings/*/Favorites
  c:/Documents and Settings/*/My Documents
  c:/Documents and Settings/*/Local Settings/Application Data/Identities
 
 I've tried about a bgillion different ways to define this and can't seem 
 to come up with the answer. The closest I've come so far is with the 
 following FileSet but it skips c:/Documents and Settings/*/Local 
 Settings/Application Data/Identities. It actually makes sense if you 
 read the logic but my attempted logic in defining this doesn't produce 
 the desired results.

I think it is going to be impossible without regex support.

The only way I can think of doing it is to generate the fileset on the client
using the \| syntax (assuming this works on Windows), e.g.

File = \|c:/bacula/generate-files.bat

where c:/bacula/generate-files.bat is a script that prints the full paths of
all the Local Settings/Application Data/Identities dirs.

__Martin


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot get auto labeling to work

2006-03-31 Thread RYAN vAN GINNEKEN

Bill Moran wrote:


RYAN M. vAN GINNEKEN [EMAIL PROTECTED] wrote:

 

I get the message at the bottom of this email, but i do not understand why bacula cannot create its own labels. I have added all the necessary parameters to my conf files see below. 


What am i missing? please help i have been struggling with this for sometime 
now.

Pool {
 Name = Full-Pool
 Volume Retention = 3 months
 Maximum Volume Jobs = 1
 Label Format = Full-
 Maximum Volumes = 3
#  How do i include these in default pools  PoolDefs ?
 Pool Type = Backup
 Recycle = yes
 AutoPrune = yes
 Accept Any Volume = yes
}

Device {
 Name = computerking.ca
 Media Type = computerking.ca
   



I don't think this is correct.  Shouldn't this be Media Type = File?
 

Got this right from the docs as i wish to backup two or more clients 
each to there own directories.  Here is the example from the batdocs

http://www.bacula.org/rel-manual/Basic_Volume_Management.html#SECTION000253000


Can you manually label volumes?


Yes i can but with all those pools it gets confusing

Enter new Volume name: temp2
Defined Pools:
1: DefaultPool
2: Full-Pool
3: Diff-Pool
4: Inc-Pool
5: computerking.ca-catalog
Select the Pool (1-5): 2
Connecting to Storage daemon computerking.ca at 
tokyo.computerking.ca:9103 ...

Sending label command for Volume temp2 Slot 0 ...
3000 OK label. Volume=temp2 Device=computerking.ca 
(/home/backups/bacula/computerking.ca)

Catalog record for Volume temp2, Slot 0  successfully created.
Requesting to mount computerking.ca ...
3906 File device computerking.ca 
(/home/backups/bacula/computerking.ca) is always mounted.



 If not, then it's not an autolabel
problem.

 


 Archive Device = /home/backups/bacula/computerking.ca
 LabelMedia = yes;   # lets Bacula label unlabeled media
 Random Access = Yes;
 AutomaticMount = yes;   # when device opened, read it
 RemovableMedia = no;
 AlwaysOpen = no;
}


30-Mar 23:30 tokyo-dir: No prior Full backup Job record found.
30-Mar 23:30 tokyo-dir: No prior or suitable Full backup found. Doing FULL 
backup.
30-Mar 23:30 tokyo-dir: Start Backup JobId 26, 
Job=computerking.ca.2006-03-30_23.30.18
30-Mar 23:30 tokyo-sd: Job computerking.ca.2006-03-30_23.30.18 waiting. Cannot 
find any appendable volumes.
Please use the label  command to create a new Volume for:
   Storage:  computerking.ca (/home/backups/bacula/computerking.ca)
   Media type:   computerking.ca
   Pool: Full-Pool


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

This message scanned by the Collaborative Fusion, Inc. PineApp.

   




 





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] User separation

2006-03-31 Thread Dirk H. Schulz

Hi folks,

I have read bacula docs all day and did not find out the following for 
sure, so please bear with me. I would evaluate Bacula in detail if the 
following were possible:


I want my users to be able to backup their stuff on their own. All of 
them should use the same director on the same backup server, but 
everyone should only be able to backup and restore his own files and 
browse only his own catalog (or part therof). They should use backup to 
disc (so no access to a tape is needed).


Is this generally possible?
If yes, is it possible by means of Bacula itself (of course I can run 
several Baculas in chroot environments etc. but that is not what I am 
looking for)?


Any hint or help is appreciated.

Dirk




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] FreeBSD port upgraded

2006-03-31 Thread Dan Langille
On 31 Mar 2006 at 20:46, Vadim A. Umanski wrote:

 Hi, Dan.

 On 31 Mar 2006 ., 20:04:12 you wrote:

 DL Folks,

 DL The FreeBSD ports have been updated.  All of the following are now on
 DL 1.38.6:

 DL sysutils/bacula-server
 DL sysutils/bacula-client
 DL sysutils/bacula-server-devel
 DL sysutils/bacula-client-devel

 DL These ports now use the rc.d method for starting/stopping the
 DL daemons.  You now have:

 DL /usr/local/etc/rc.d/z-bacula-dir.sh
 DL /usr/local/etc/rc.d/z-bacula-sd.sh
 DL /usr/local/etc/rc.d/z-bacula-fd.sh

 DL For a given daemon to run, you must add this to /etc/rc.conf:

 DL bacula_dir_enable=YES
 DL bacula_sd_enable=YES
 DL bacula_fd_enable=YES

 Well, colleagues... Correct me if I'm wrong, but I do not see this
 port available. I'm running FreeBSD 6.1 PreRelease (BETA4). The log is
 quoted below

It is available.  It was committed recently.  I got it in my cvsup.
I don't know porteasy.

Confirmation here: http://www.freshports.org/sysutils/bacula-server/


 [EMAIL PROTECTED]:~ porteasy -vau bacula
  cd /usr
  /usr/bin/cvs -f -z3 -R -d:ext:[EMAIL PROTECTED]:/home/ncvs checkout -A -T 
  -P -l ports
 ? ports/INDEX-6
 ? ports/INDEX-6.bz2
 cvs checkout: Updating ports
 U ports/MOVED
  cd /usr/ports
  /usr/bin/cvs -f -z3 -R -d:ext:[EMAIL PROTECTED]:/home/ncvs update -A -T 
  -P -d Mk Templates Tools
 cvs update: Updating Mk
 cvs update: Updating Templates
 cvs update: Updating Tools
 cvs update: Updating Tools/portbuild
 cvs update: Updating Tools/portbuild/2.2
 cvs update: Updating Tools/portbuild/2.2/bindist
 cvs update: Updating Tools/portbuild/2.2/bindist/files
 cvs update: Updating Tools/portbuild/2.2/bindist/files/usr
 cvs update: Updating Tools/portbuild/2.2/bindist/files/usr/bin
 cvs update: Updating Tools/portbuild/3
 cvs update: Updating Tools/portbuild/3/bindist
 cvs update: Updating Tools/portbuild/3/bindist/files
 cvs update: Updating Tools/portbuild/3/bindist/files/usr
 cvs update: Updating Tools/portbuild/3/bindist/files/usr/bin
 cvs update: Updating Tools/portbuild/3.0
 cvs update: Updating Tools/portbuild/3.0/bindist
 cvs update: Updating Tools/portbuild/3.0/bindist/files
 cvs update: Updating Tools/portbuild/3.0/bindist/files/usr
 cvs update: Updating Tools/portbuild/3.0/bindist/files/usr/bin
 cvs update: Updating Tools/portbuild/4
 cvs update: Updating Tools/portbuild/4/bindist
 cvs update: Updating Tools/portbuild/4/bindist/files
 cvs update: Updating Tools/portbuild/4/bindist/files/usr
 cvs update: Updating Tools/portbuild/4/bindist/files/usr/bin
 cvs update: Updating Tools/portbuild/5
 cvs update: Updating Tools/portbuild/5/bindist
 cvs update: Updating Tools/portbuild/5/bindist/files
 cvs update: Updating Tools/portbuild/5/bindist/files/usr
 cvs update: Updating Tools/portbuild/5/bindist/files/usr/bin
 cvs update: Updating Tools/portbuild/scripts
 cvs update: Updating Tools/scripts
 cvs update: Updating Tools/scripts/mkptools
 cvs update: Updating Tools/scripts/pkg-stash
 cvs update: Updating Tools/scripts/release
 cvs update: Updating Tools/scripts/sunshar
  cd /usr/ports
  make -VINDEXFILE
 INDEX-6
 Retrieving INDEX-6.bz2
  /usr/bin/fetch -mv http://www.freebsd.org/ports/INDEX-6.bz2
 looking up www.freebsd.org
 connecting to www.freebsd.org:80
 requesting http://www.freebsd.org/ports/INDEX-6.bz2
 local size / mtime: 751860 / 1143803596
 remote size / mtime: 751860 / 1143803596
 Reading /usr/ports/INDEX-6
 14284 ports in index
 Can't find required port 'bacula', maybe you mean:
   bacula-server-1.38.5_1
   bacula-client-devel-1.38.6
   bacula-client-1.38.5_1
   bacula-server-devel-1.38.6
 some required ports were not found.

 ===

 Well, I do not neet developers ports. Correct me if I'm wrong, but it
 seems to me that ports bacula--1.38.6 aren't available yet...




 --
SY   Vadim A. Umanski
 Senior Specialist
 InterNet Technologies Div., IP Network Dept.
 Comcor-TV, Moscow
Work   mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Privatemailto:[EMAIL PROTECTED]





--
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot get auto labeling to work

2006-03-31 Thread RYAN vAN GINNEKEN

Arno Lehmann wrote:


Hello,

On 3/31/2006 8:41 AM, RYAN M. vAN GINNEKEN wrote:

I get the message at the bottom of this email, but i do not 
understand why bacula cannot create its own labels. I have added all 
the necessary parameters to my conf files see below.
What am i missing? please help i have been struggling with this for 
sometime now.


Pool {
  Name = Full-Pool
  Volume Retention = 3 months
  Maximum Volume Jobs = 1
  Label Format = Full-
  Maximum Volumes = 3



How many volumes do exist in this pool?


There were four but i have deleted them all just now to start fresh, 
therefore there are 0 volumes in this pool and this solved the problem 
THANK YOU


Now i have another problem when i run the computerking.ca job it creates 
and labels  Full-0001 in the directory  
/home/backups/bacula/computerking.ca this is great makes me very happy.  
However when i run the shoemasters.com job it creates and labels 
Full-0002 in the /home/backups/bacula/shoemasters.com which is not 
exactly what i expected and a little confusing.  Do i need to create a 
seperate pool for each client? or should i just up the max # of volumes.


Device {
 Name = shoemasters.com
 Media Type = shoemasters.com
 Archive Device = /home/backups/bacula/shoemasters.com
 LabelMedia = yes;   # lets Bacula label unlabeled media
 Random Access = Yes;
 AutomaticMount = yes;   # when device opened, read it
 RemovableMedia = no;
 AlwaysOpen = no;
}

Device {
 Name = computerking.ca
 Media Type = computerking.ca
 Archive Device = /home/backups/bacula/computerking.ca
 LabelMedia = yes;   # lets Bacula label unlabeled media
 Random Access = Yes;
 AutomaticMount = yes;   # when device opened, read it
 RemovableMedia = no;
 AlwaysOpen = no;
}




Arno


#  How do i include these in default pools  PoolDefs ?
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Accept Any Volume = yes
}

Device {
  Name = computerking.ca
  Media Type = computerking.ca
  Archive Device = /home/backups/bacula/computerking.ca
  LabelMedia = yes;   # lets Bacula label unlabeled 
media

  Random Access = Yes;
  AutomaticMount = yes;   # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}


30-Mar 23:30 tokyo-dir: No prior Full backup Job record found.
30-Mar 23:30 tokyo-dir: No prior or suitable Full backup found. Doing 
FULL backup.
30-Mar 23:30 tokyo-dir: Start Backup JobId 26, 
Job=computerking.ca.2006-03-30_23.30.18
30-Mar 23:30 tokyo-sd: Job computerking.ca.2006-03-30_23.30.18 
waiting. Cannot find any appendable volumes.

Please use the label  command to create a new Volume for:
Storage:  computerking.ca 
(/home/backups/bacula/computerking.ca)

Media type:   computerking.ca
Pool: Full-Pool


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting 
language
that extends applications into web and mobile media. Attend the live 
webcast
and join the prime developer group breaking into this new coding 
territory!

http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users







---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot get auto labeling to work

2006-03-31 Thread drescher0110-bacula


--- RYAN vAN GINNEKEN [EMAIL PROTECTED] wrote:

 Arno Lehmann wrote:
 
  Hello,
 
  On 3/31/2006 8:41 AM, RYAN M. vAN GINNEKEN wrote:
 
  I get the message at the bottom of this email, but i do not 
  understand why bacula cannot create its own labels. I have added all 
  the necessary parameters to my conf files see below.
  What am i missing? please help i have been struggling with this for 
  sometime now.
 
  Pool {
Name = Full-Pool
Volume Retention = 3 months
Maximum Volume Jobs = 1
Label Format = Full-
Maximum Volumes = 3
 
 
  How many volumes do exist in this pool?
 
 There were four but i have deleted them all just now to start fresh, 
 therefore there are 0 volumes in this pool and this solved the problem 
 THANK YOU
 
 Now i have another problem when i run the computerking.ca job it creates 
 and labels  Full-0001 in the directory  
 /home/backups/bacula/computerking.ca this is great makes me very happy.  
 However when i run the shoemasters.com job it creates and labels 
 Full-0002 in the /home/backups/bacula/shoemasters.com which is not 
 exactly what i expected and a little confusing.  Do i need to create a 
 seperate pool for each client? or should i just up the max # of volumes.
 
Yes, use a seperate pool for each client.

John


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] MySQL keepalive?

2006-03-31 Thread Robert W Hartzell
On Fri, 2006-03-31 at 02:10, Heinz Ulrich Stille wrote:
 Hi!
 
 I ran into the MySQL server has gone away Problem. Looks like the
 culprit is mysqld's inactivity timeout. In the list archives I found
 a message that the problem went away after upgrading all bacula
 components to mysql 4.1.
 Now I'm using 5.0 ... From the MySQL docs I gather there should be
 no difference. What's up? Is somebody using bacula with version
 4 or higher and the default timeout? I'd prefer not to raise the
 timeout to a couple of days (long weekend, holidays...).
 Or should I create a feature request for mysql_ping()?
 
 MfG, Ulrich

I'm using 5.0.15 with the default time out and I haven't noticed any
problems. I run 5 jobs every night except for Sunday  Monday. The last
jobs run Saturday @ 6pm and then no jobs run again until Tuesday @ 6pm.

Robert



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] User separation

2006-03-31 Thread Arno Lehmann

Hello,

On 3/31/2006 10:03 PM, Dirk H. Schulz wrote:

Hi folks,

I have read bacula docs all day and did not find out the following for 
sure, so please bear with me. I would evaluate Bacula in detail if the 
following were possible:


I want my users to be able to backup their stuff on their own. All of 
them should use the same director on the same backup server, but 
everyone should only be able to backup and restore his own files and 
browse only his own catalog (or part therof). They should use backup to 
disc (so no access to a tape is needed).


Is this generally possible?


Yes.

If yes, is it possible by means of Bacula itself (of course I can run 
several Baculas in chroot environments etc. but that is not what I am 
looking for)?


No, running multiple Bacula DIRs is not necessary, I think.

See the manual, chapter Configuring the Director, section The Console 
Resource. Especially read the stuff about the named consoles and ACLs. 
Depending on your needs, you would need separate catalogs per user 
because accessing one common catalogue allows the users query other 
users data, possibly even to modify that data (I would turn off the 
sqlquery command through ACLs anyway, but even the query command can 
expose data).


Hope that helps,

Arno


Any hint or help is appreciated.

Dirk




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live 
webcast

and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



--
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula director, freebsd can not find shared mysql libs on boot

2006-03-31 Thread Dave

Hello,
   I've got a FreeBSD6 server running the latest bacula port 1.38.6, i love 
the new startup scripts thank you! The following problem is not specific to 
this version of bacula, i've noticed it since i went to 1.38 though i'm 
reluctant to say it is a bug it's probably some minor tweak in my box that 
hasn't been done. WHen i compiled the bacula install i linked against mysql 
4.18, and i've got all that working and life is good. My problem is whenever 
this box has to reboot and it's not often the bacula director can not start, 
it is missing the libmysqlclient shared library, an ldd of the binary shows 
that it does not know where the lib is. I've confirmed that the library is 
in fact there, the problem is corrected by me logging in to the box and 
doing:

ldconfig /usr/local/lib/mysql
and then loading the bacula director, all is well after that. I'm wondering 
if anyone can tell me why this variable isn't getting set on boot so 
bacula-dir can't find it?

Thanks.
Dave.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users