[Bacula-users] bacula 5.2.6 crashes with unexpected mta reply...?

2013-11-28 Thread Rudolph Bott
Hi List,

our bacula director crashes from time to time (running some 420 jobs per night) 
and at some point we started running the director from daemontools in 
foreground, with some level of debugging (-d 50) enabled.

Last night it crashed with the following information:

2013-11-28 01:48:15.607948500 Bacula interrupted by signal 11: Segmentation 
violation
2013-11-28 01:48:15.607950500 Kaboom! bacula-dir, SOME.HOST.NAME got signal 11 
- Segmentation violation. Attempting traceback.
2013-11-28 01:48:15.607951500 Kaboom! exepath=/usr/sbin/
2013-11-28 01:48:15.612249500 Calling: /usr/sbin/btraceback 
/usr/sbin/bacula-dir 30863 /var/lib/bacula
2013-11-28 01:48:16.554609500 bsmtp: bsmtp.c:145 Fatal malformed reply from 
localhost: 501 : sender address must contain a domain
2013-11-28 01:48:16.554938500 It looks like the traceback worked ...
2013-11-28 01:48:16.554939500 Dumping: 
/var/lib/bacula/SOME.HOST.NAME.30863.bactrace
2013-11-28 01:48:16.554940500 SOME.HOST.NAME: lockmgr.c:966 lockmgr disabled

Does this mean that bacula actually crashed because it got an unexpected reply 
from the local mta?! Has anyone experienced this before?

We are running Debian squeeze, using the squeeze-backports Packages (Version 
5.2.6+dfsg-8~bpo60+1).

-- 
Mit freundlichen Grüßen / With Kind Regards

Rudolph Bott

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula TLS help

2013-11-28 Thread Iban Cabrillo
HI Tim,
  I was pretty sure that the trouble was on the CN, could you tray to
create the cert without the email value??
/emailAddress=bluethu...@gmail.com,
only CN=storage.jokefire.com.

 Have you check too that these files:

  /etc/pki/tls/certs/storage.jokefire.com.crt
  /etc/pki/tls/private/storage.jokefire.com.key

belongs to bacula user ?

regards, I


2013/11/28 Tim Dunphy 

> Hello Iban! And thank you for your reply.
>
>
>
>>  I have a similar configuration. I think that the problem is in the CN:
>> CN=storage.jokefire.com/emailAddress=bluethu...@gmail.com
>>
>>
>> please could you show the value for   DirAddress = bacula.example.org
>>
>> in my case:
>>
>>   DirAddress = bacula.example.org
>>
>>   TLS Enable = yes
>>   TLS Require = yes
>>   TLS Verify Peer = no
>>   TLS CA Certificate File = /etc/bacula/certs/ca/signing-ca-1.crt
>>   TLS Certificate = /etc/bacula/certs/cert/bacula.crt
>>   TLS Key = /etc/bacula/certs/key/bacula.key
>>
>>
> This is my director configuration from bacula-dir.conf
>
>
> Director {# define myself
>   Name = storage.jokefire.com
>   DIRport = 9101# where we listen for UA connections
>   QueryFile = "/etc/bacula/query.sql"
>   WorkingDirectory = "/var/spool/bacula"
>   PidDirectory = "/var/run"
>   Maximum Concurrent Jobs = 1
>   Password = "secret" # Console password
>   Messages = Daemon
>   TLS Certificate = /etc/pki/tls/certs/storage.jokefire.com.crt
>   TLS Key = /etc/pki/tls/private/storage.jokefire.com.key
>   TLS CA Certificate File = /etc/pki/CA/certs/rootBaculaCA.pem
>   TLS Enable = yes
>   TLS Require = yes
>   TLS Verify Peer = yes
> }
>
>
> I hope I got you right in that this was what you needed to know.
>
>
>> Looking at the cert:
>>
>> openssl x509 -in /etc/bacula/certs/cert/bacula.crt -noout -text
>>
>> Subject: C=ES, ST=X, O=, OU=Computing Department, CN=
>> bacula.example.org
>>
>
> openssl x509 -in /etc/pki/tls/certs/storage.jokefire.com.crt -noout -text
>
>   Subject: C=US, ST=X, L=, O= LLC, OU=Ops, CN=
> storage.jokefire.com/emailAddress=bluethu...@gmail.com
>
> [root@storage:~] #hostname -f
> storage.jokefire.com
>
>
>
>> The CN must be the sme that DirAddress (I did not use email address for
>> cert sign)
>>
>>
>
> It appears as if the DirAddress and the common name do agree. Might there
> be something else I could have missed?
>
> Thanks
> Tim
>
>
> On Wed, Nov 27, 2013 at 7:50 AM, Iban Cabrillo wrote:
>
>> Hi Tim,
>>  I have a similar configuration. I think that the proble is in the CN:
>> CN=storage.jokefire.com/emailAddress=bluethu...@gmail.com
>>
>>
>> please could you show the value for   DirAddress = bacula.example.org
>>
>> in my case:
>>
>>   DirAddress = bacula.example.org
>>
>>   TLS Enable = yes
>>   TLS Require = yes
>>   TLS Verify Peer = no
>>   TLS CA Certificate File = /etc/bacula/certs/ca/signing-ca-1.crt
>>   TLS Certificate = /etc/bacula/certs/cert/bacula.crt
>>   TLS Key = /etc/bacula/certs/key/bacula.key
>>
>> Looking at the cert:
>>
>> openssl x509 -in /etc/bacula/certs/cert/bacula.crt -noout -text
>>
>> Subject: C=ES, ST=X, O=, OU=Computing Department, CN=
>> bacula.example.org
>>
>> The CN must be the sme that DirAddress (I did not use email address for
>> cert sign)
>>
>> Regards, I
>>
>>
>> 2013/11/27 Tim Dunphy 
>>
>>> Hello all,
>>>
>>>
>>>  I'm trying to add TLS encryption to my bacula setup.
>>>
>>>
>>>
>>>  I've been following this guide which got me almost all of the way there:
>>>
>>>
>>> http://blog.earth-works.com/2013/08/03/configuring-bacula-to-use-tls-to-encrypt-connections/
>>>
>>>
>>> I modified the following sections in my bacula-dir.conf file:
>>>
>>>
>>> Director {# define myself
>>>
>>>   Name = storage.jokefire.com
>>>
>>>   DIRport = 9101# where we listen for UA connections
>>>
>>>   QueryFile = "/etc/bacula/query.sql"
>>>
>>>   WorkingDirectory = "/var/spool/bacula"
>>>
>>>   PidDirectory = "/var/run"
>>>
>>>   Maximum Concurrent Jobs = 1
>>>
>>>   Password = "secret" # Console password
>>>
>>>   Messages = Daemon
>>>
>>>   TLS Certificate = /etc/pki/tls/certs/storage.jokefire.com.crt
>>>
>>>   TLS Key = /etc/pki/tls/private/storage.jokefire.com.key
>>>
>>>   TLS CA Certificate File = /etc/pki/CA/certs/rootBaculaCA.pem
>>>
>>>   TLS Enable = yes
>>>
>>>   TLS Require = yes
>>>
>>>   TLS Verify Peer = yes
>>>
>>> }
>>>
>>>
>>> Client {
>>>
>>>   Name = ops.jokefire.com
>>>
>>>   Address = ops.jokefire.com
>>>
>>>   FDPort = 9102
>>>
>>>   Catalog = JokefireCatalog
>>>
>>>   Password = "secret"  # password for FileDaemon
>>>
>>>   File Retention = 14 days# 14 days
>>>
>>>   Job Retention = 14d# 14 days
>>>
>>>   AutoPrune = yes # Prune expired Jobs/Files
>>>
>>>   TLS Certificate = /etc/pki/tls/certs/storage.jokefire.com.crt
>>>
>>>   TLS Key = /etc/pki/tls/pr

[Bacula-users] Bacula, chocolatey and homebrew

2013-11-28 Thread Julien Cochennec
Hi,

1) Homebrew
I'd like to install bacula-fd on Mac computers easily, therefore I had a 
look at Macports, Fink and Homebrew, and Homebrew is definitely the 
fastest tool here, so I'd like to install Bacula with Homebrew. Is there 
anyone who has tried this yet?
Bacula is in homebrew formulas but only in version 5.2.13 as you can see 
in this script :

require  'formula'

class  BaculaFd  <  Formula
   url  
'http://downloads.sourceforge.net/project/bacula/bacula/5.2.12/bacula-5.2.12.tar.gz'
   homepage  'http://www.bacula.org/'
   md5  'b04c22b128b73359e4bbc9de06652c38'

   def  install
 system  "./configure",  "--prefix=#{prefix}",  "--sbindir=#{bin}",
   "--with-working-dir=#{prefix}/working",
   "--with-pid-dir=#{HOMEBREW_PREFIX}/var/run",
   "--enable-client-only",
   "--disable-conio"
 system  "make"
 system  "make install"

 # Ensure var/run exists:
 (var  +  'run').mkpath
   end

end

Is there a way to install bacula 5.2.6 by modifying this script? Do I 
have to change the MD5 parameter if I replace the 5.2.12 parameter?

2) Chocolatey
Same question for chocolatey, has anyone succeeded in installing 
Bacula-fd on windows (>=7) with chocolatey?

3) Is installing 5.2.13 version of bacula on the Debian server a good 
idea? Or is it to early?

-- 
Julien Cochennec
Ingénieur d'études
Système et Développement Python/R/Java/Php
MNHN / CNRS 7196 / INSERM U565 / Structure et instabilité des génomes
Tél 01 40 79 36 95 / 06 04 19 31 02


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] DesSpooling Attr

2013-11-28 Thread Iban Cabrillo
Hi,

Inserting the value* innodb_flush_log_at_trx_commit=2* in my.cnf
did the trick (innodb_flush_log_at_trx_commit=0 works fine two), but the
default value (innodb_flush_log_at_trx_commit=1), seems to be doing
something wrong.
   One full backup (7 GB) has decreased the backup time from 4h (45
spooling data, and 3h 15h despolling attrs) to 45 min

Regards, I


2013/11/27 Iban Cabrillo 

> Hi Cejka,
>   The server runs smooth :
>
> top - 14:11:06 up 20:18,  2 users,  load average: 0.00, 0.01, 0.24
> Tasks: 154 total,   1 running, 153 sleeping,   0 stopped,   0 zombie
> Cpu0  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,
> 0.0%st
> Cpu1  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,
> 0.0%st
> Cpu2  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,
> 0.0%st
> Cpu3  :  0.0%us,  0.3%sy,  0.0%ni, 99.7%id,  0.0%wa,  0.0%hi,  0.0%si,
> 0.0%st
> Cpu4  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,
> 0.0%st
> Cpu5  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,
> 0.0%st
> Cpu6  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,
> 0.0%st
> Cpu7  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,
> 0.0%st
> Mem:   8177080k total,  6680440k used,  1496640k free,   151984k buffers
> Swap:   585724k total, 2516k used,   583208k free,  1713752k cached
>
>
> HDDs are not SSD but SAS over RAID1 hardware
> my.cnf :
>
> open-files-limit=8192
> max_connections=500
> wait_timeout=86800
> innodb_data_home_dir=/data/mysql
> innodb_file_per_table
> innodb_lock_wait_timeout=500
> innodb_log_file_size=1G
> innodb_buffer_pool_size=4G
>
> query_cache_size=128M
> tmp_table_size=256M
> thread_cache_size=16
> query_cache_limit=16M
> max_heap_table_size=256M
> table_cache=256
>
>
> I see my bacula version is 5.2.6 (21 February 2012) From Ubuntu 12.10
> repo, yours 5.2.12 (12Sep12), I do not know if there are many improvements
> in th DB between both releases.
>
>
> Regards, I
>
>
>
>
> 2013/11/27 Cejka Rudolf 
>
>> Iban Cabrillo wrote (2013/11/27):
>> >  Data spooling: 0 active jobs, 0 bytes; 1 total jobs, 1,845,487,814 max
>> > bytes/job.
>> >  Attr spooling: 1 active jobs, 18,289,433 bytes; 0 total jobs,
>> 18,289,433
>> > max bytes.
>> >
>> > Data spooling about 10 minutes, Attr Spooling more than 30 minutes and
>> > growing
>> > This happen for LT03 and LT=5 tapes
>>
>> Could you look at mysql server please? Its CPU usage, disk usage,
>> swapping, memory usage...
>>
>> Here are examples from my backup server with mysql:
>>
>> 1) 18,688,335 files in 37 minutes, which is ~ 500,000 files per minute:
>>
>>03-Nov 08:37 backup-sd: Sending spooled attrs to the Director.
>>+Despooling 6,159,834,448 bytes ...
>>03-Nov 09:14 backup-dir: Bacula backup-dir 5.2.12 (12Sep12):
>>
>> 2) 309,936 files in time is under 1 minute:
>>
>>02-Nov 14:00 backup-sd: Sending spooled attrs to the Director.
>>+Despooling 86,532,417 bytes ...
>>02-Nov 14:00 backup-dir: Bacula backup-dir 5.2.12 (12Sep12):
>>
>> I think that there are three key settings on my server:
>>
>> 1) MyISAM tables
>> 2) delay_key_write = ALL in my.cnf
>> 3) Database on SSD
>>
>> Best regards.
>>
>> --
>> Rudolf Cejka  http://www.fit.vutbr.cz/~cejkar
>> Brno University of Technology, Faculty of Information Technology
>> Bozetechova 2, 612 66  Brno, Czech Republic
>>
>
>
>
> --
> 
> Iban Cabrillo Bartolome
> Instituto de Fisica de Cantabria (IFCA)
> Santander, Spain
> Tel: +34942200969
> 
> Bertrand Russell:
> *"El problema con el mundo es que los estúpidos están seguros de todo y
> los inteligentes están llenos de dudas*"
>



-- 

Iban Cabrillo Bartolome
Instituto de Fisica de Cantabria (IFCA)
Santander, Spain
Tel: +34942200969

Bertrand Russell:
*"El problema con el mundo es que los estúpidos están seguros de todo y los
inteligentes están llenos de dudas*"
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] How to Copy Firefox Bookmarks

2013-11-28 Thread Daniel Carrasco Marín
Hi,

I've one question about wildcards and bacula:
I'm trying to copy all Firefox user bookmarks stored in a windows 7 
machine and i don't know nothing about how to do it...
A daily backup of bookmarks is stored in 
"c:/users/*/appdata/roaming/Mozilla/Firefox/Profiles/*/bookmarkbackups/*" and 
i've tried this:

Include {
 Options {
 Compression = GZIP
 signature = MD5
 Sparse = Yes
 IgnoreCase = yes
 RegExDir = "^c:/users/[^/]+$"
 WildDir = "c:/users/*/appdata"
 WildDir = "c:/users/*/appdata/roaming"
 WildDir = "c:/users/*/appdata/roaming/Mozilla"
 WildDir = "c:/users/*/appdata/roaming/Mozilla/Firefox"
 WildDir = 
"c:/users/*/appdata/roaming/Mozilla/Firefox/Profiles"
 RegExDir = 
"^c:/users/[^/]/appdata/roaming/Mozilla/Firefox/Profiles/[^/]+$"
 WildDir = 
"c:/users/*/appdata/roaming/Mozilla/Firefox/Profiles/*/bookmarkbackups"
 Wild = 
"c:/users/*/appdata/roaming/Mozilla/Firefox/Profiles/*/bookmarkbackups/*"
 }

 Options {
 Exclude = yes
 IgnoreCase = yes

 Wild = "C:/Users/*"
 }

 File = "c:/Users"
 }

and bacula reads about 25 files, but when i enter y recover i only see 
folders up to "c:/users/*/appdata/roaming/Mozilla/Firefox/Profiles/"

How i can do it?

Thanks and i'm sorry for my english.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula 5.2.6 crashes with unexpected mta reply...?

2013-11-28 Thread Martin Simmons
> On Thu, 28 Nov 2013 10:09:40 +0100, Rudolph Bott said:
> 
> Hi List,
> 
> our bacula director crashes from time to time (running some 420 jobs per 
> night) and at some point we started running the director from daemontools in 
> foreground, with some level of debugging (-d 50) enabled.
> 
> Last night it crashed with the following information:
> 
> 2013-11-28 01:48:15.607948500 Bacula interrupted by signal 11: Segmentation 
> violation
> 2013-11-28 01:48:15.607950500 Kaboom! bacula-dir, SOME.HOST.NAME got signal 
> 11 - Segmentation violation. Attempting traceback.
> 2013-11-28 01:48:15.607951500 Kaboom! exepath=/usr/sbin/
> 2013-11-28 01:48:15.612249500 Calling: /usr/sbin/btraceback 
> /usr/sbin/bacula-dir 30863 /var/lib/bacula
> 2013-11-28 01:48:16.554609500 bsmtp: bsmtp.c:145 Fatal malformed reply from 
> localhost: 501 : sender address must contain a domain
> 2013-11-28 01:48:16.554938500 It looks like the traceback worked ...
> 2013-11-28 01:48:16.554939500 Dumping: 
> /var/lib/bacula/SOME.HOST.NAME.30863.bactrace
> 2013-11-28 01:48:16.554940500 SOME.HOST.NAME: lockmgr.c:966 lockmgr disabled
> 
> Does this mean that bacula actually crashed because it got an unexpected 
> reply from the local mta?! Has anyone experienced this before?

No, the error is "Bacula interrupted by signal 11: Segmentation violation" and
the rest is printed by the code that tries to report it by email.

If you built Bacula yourself, then check that you called configure with a
valid email address and domain for the --with-dump-email argument.

If you are using a prebuild Bacula, then you could edit /usr/sbin/btraceback
to have a valid email address after the -f argument to bsmtp.

__Martin

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Console - shows conflicting info

2013-11-28 Thread Martin Simmons
> On Wed, 27 Nov 2013 18:10:09 -0800, bradbpw  said:
> 
> Hoping someone can help with this.
> 
> In my Bacula console, if I use the status command to check the status of my 
> remote office server (RemoteOfficeBackup) that I have set to backup each 
> night I get the following:
> 
> Terminated Jobs:
>  JobId  LevelFiles  Bytes   Status   FinishedName 
> ==
>138  Incr 81,68419.68 G  OK   23-Nov-13 12:57 
> RemoteOfficeBackup
>140  Full  0 0   OK   23-Nov-13 13:40 BackupCatalog
>141  Diff131,1111.688 G  Error24-Nov-13 05:12 
> RemoteOfficeBackup
>143  Full  0 0   OK   24-Nov-13 05:37 BackupCatalog
>144  Incr 81,70019.68 G  OK   25-Nov-13 13:00 
> RemoteOfficeBackup
>146  Full  0 0   OK   25-Nov-13 13:40 BackupCatalog
>147  Incr 81,73519.68 G  OK   26-Nov-13 12:59 
> RemoteOfficeBackup
>149  Full  0 0   OK   26-Nov-13 13:40 BackupCatalog
>150  Incr 81,73619.68 G  OK   27-Nov-13 12:57 
> RemoteOfficeBackup
>152  Full  0 0   OK   27-Nov-13 13:39 BackupCatalog
> 
> This seems to show that it is backing up and working as intended.  But when I 
> do a job list using the command "list jobs" I see the following:
> 
>138 | RemoteOfficeBackup  | 2013-11-23 03:05:05 | B| I |0 
> |  0 | f |
> |   139 | RemoteVoIPBackup| 2013-11-23 13:38:28 | B| I |  147 
> | 62,126,373 | T |
> |   140 | BackupCatalog   | 2013-11-23 13:40:40 | B| F |0 
> |  0 | T |
> |   141 | RemoteOfficeBackup  | 2013-11-24 03:05:04 | B| D |0 
> |  0 | f |
> |   142 | RemoteVoIPBackup| 2013-11-24 05:12:11 | B| D |1,025 
> |865,661,918 | T |
> |   143 | BackupCatalog   | 2013-11-24 05:37:50 | B| F |0 
> |  0 | T |
> |   144 | RemoteOfficeBackup  | 2013-11-25 03:05:05 | B| I |0 
> |  0 | f |
> |   145 | RemoteVoIPBackup| 2013-11-25 13:38:14 | B| I |  156 
> | 59,109,511 | T |
> |   146 | BackupCatalog   | 2013-11-25 13:40:08 | B| F |0 
> |  0 | T |
> |   147 | RemoteOfficeBackup  | 2013-11-26 03:05:05 | B| I |0 
> |  0 | f |
> |   148 | RemoteVoIPBackup| 2013-11-26 13:37:50 | B| I |  176 
> | 68,255,999 | T |
> |   149 | BackupCatalog   | 2013-11-26 13:39:59 | B| F |0 
> |  0 | T |
> |   150 | RemoteOfficeBackup  | 2013-11-27 03:05:05 | B| I |0 
> |  0 | f |
> |   151 | RemoteVoIPBackup| 2013-11-27 13:37:59 | B| I |  147 
> | 49,363,467 | T |
> |   152 | BackupCatalog   | 2013-11-27 13:39:35 | B| F |0 
> |  0 | T
> 
> Looking at this it appears the server is not being backed up, as it shows 0 
> files, 0 bytes and an 'f' for fatal error. Which one should I believe? Is my 
> server being backed up?

Dunno -- look at the bacula log messages to see if there were any errors.

__Martin

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula TLS help

2013-11-28 Thread Tim Dunphy
Hi Iban,

HI Tim,
>   I was pretty sure that the trouble was on the CN, could you tray to
> create the cert without the email value??
> /emailAddress=bluethu...@gmail.com,
> only CN=storage.jokefire.com.
>
>  Have you check too that these files:
>
>   /etc/pki/tls/certs/storage.
> jokefire.com.crt
>   /etc/pki/tls/private/storage.jokefire.com.key
>
> belongs to bacula user ?
>
> regards, I
>


I was able to recreate the cert without the email address and ensure that
the files were owned by the bacula user:

[root@storage:~/bacula-certs-new] #ls -l
/etc/pki/tls/certs/storage.jokefire.com.crt
/etc/pki/tls/private/storage.jokefire.com.key
/etc/pki/CA/certs/rootBaculaCA.pem
-rw-r--r-- 1 bacula bacula 1521 Nov 28 13:53
/etc/pki/CA/certs/rootBaculaCA.pem
-rw-r--r-- 1 bacula bacula 1224 Nov 28 13:54
/etc/pki/tls/certs/storage.jokefire.com.crt
-rw-r--r-- 1 bacula bacula 1675 Nov 28 13:54
/etc/pki/tls/private/storage.jokefire.com.key
You have mail in /var/spool/mail/root


And this is what the Subject line of the key file looks like now:

openssl x509 -in /etc/pki/tls/certs/storage.j
okefire.com.crt -noout -text

Subject: C=US, ST=XX, L=XX, O=XX, OU=XX, CN=storage.jokef
ire.com

Once again all services bounce cleanly.

However when I go into bconsole this is what I find:

[root@storage:~/bacula-certs-new] #bconsole
Connecting to Director storage.jokefire.com:9101
28-Nov 14:04 bconsole JobId 0: Error: tls.c:92 Error with certificate at
depth: 0, issuer = /C=US/ST=XX/L=XX/O=XX/OU=XX/CN=storage.jokefire.com,
subject = /C=US/ST=XX/L=XX/O=XX/OU=XX/CN=storage.jokefire.com, ERR=18:self
signed certificate
TLS negotiation failed
Director authorization problem.
Most likely the passwords do not agree.
If you are using TLS, there may have been a certificate validation error
during the TLS handshake.
Please see
http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION0026for
help.


Passwords have not been changed from the working configs, which have been
in place and working for several months now.

Any further thoughts?

Many thanks and I hope you are enjoying your holiday!

Tim


On Thu, Nov 28, 2013 at 6:35 AM, Iban Cabrillo wrote:

> HI Tim,
>   I was pretty sure that the trouble was on the CN, could you tray to
> create the cert without the email value??
> /emailAddress=bluethu...@gmail.com,
> only CN=storage.jokefire.com.
>
>  Have you check too that these files:
>
>   /etc/pki/tls/certs/storage.jokefire.com.crt
>   /etc/pki/tls/private/storage.jokefire.com.key
>
> belongs to bacula user ?
>
> regards, I
>
>
> 2013/11/28 Tim Dunphy 
>
>> Hello Iban! And thank you for your reply.
>>
>>
>>
>>>   I have a similar configuration. I think that the problem is in the CN:
>>> CN=storage.jokefire.com/emailAddress=bluethu...@gmail.com
>>>
>>>
>>> please could you show the value for   DirAddress = bacula.example.org
>>>
>>> in my case:
>>>
>>>   DirAddress = bacula.example.org
>>>
>>>   TLS Enable = yes
>>>   TLS Require = yes
>>>   TLS Verify Peer = no
>>>   TLS CA Certificate File = /etc/bacula/certs/ca/signing-ca-1.crt
>>>   TLS Certificate = /etc/bacula/certs/cert/bacula.crt
>>>   TLS Key = /etc/bacula/certs/key/bacula.key
>>>
>>>
>> This is my director configuration from bacula-dir.conf
>>
>>
>> Director {# define myself
>>   Name = storage.jokefire.com
>>   DIRport = 9101# where we listen for UA connections
>>   QueryFile = "/etc/bacula/query.sql"
>>   WorkingDirectory = "/var/spool/bacula"
>>   PidDirectory = "/var/run"
>>   Maximum Concurrent Jobs = 1
>>   Password = "secret" # Console password
>>   Messages = Daemon
>>   TLS Certificate = /etc/pki/tls/certs/storage.jokefire.com.crt
>>   TLS Key = /etc/pki/tls/private/storage.jokefire.com.key
>>   TLS CA Certificate File = /etc/pki/CA/certs/rootBaculaCA.pem
>>   TLS Enable = yes
>>   TLS Require = yes
>>   TLS Verify Peer = yes
>> }
>>
>>
>> I hope I got you right in that this was what you needed to know.
>>
>>
>>> Looking at the cert:
>>>
>>> openssl x509 -in /etc/bacula/certs/cert/bacula.crt -noout -text
>>>
>>> Subject: C=ES, ST=X, O=, OU=Computing Department, CN=
>>> bacula.example.org
>>>
>>
>> openssl x509 -in /etc/pki/tls/certs/storage.jokefire.com.crt -noout -text
>>
>>   Subject: C=US, ST=X, L=, O= LLC, OU=Ops, CN=
>> storage.jokefire.com/emailAddress=bluethu...@gmail.com
>>
>> [root@storage:~] #hostname -f
>> storage.jokefire.com
>>
>>
>>
>>> The CN must be the sme that DirAddress (I did not use email address for
>>> cert sign)
>>>
>>>
>>
>> It appears as if the DirAddress and the common name do agree. Might there
>> be something else I could have missed?
>>
>> Thanks
>> Tim
>>
>>
>> On Wed, Nov 27, 2013 at 7:50 AM, Iban Cabrillo 
>> wrote:
>>
>>> Hi Tim,
>>>  I have a similar configuration. I think that the proble is in the CN:
>>> CN=s

Re: [Bacula-users] bacula TLS help

2013-11-28 Thread Ana Emília M . Arruda
Hi Tim! Hi Iban!

Maybe the problem is in using "TLS Verify Peer = yes" with self-signed
certificates. I found in
http://www.bacula.org/manuals/en/concepts/concepts/Bacula_TLS_Communication.html
:


*TLS Verify Peer = *Verify peer certificate. Instructs server to
request and verify the client's x509 certificate. Any client certificate
signed by a known-CA will be accepted unless the TLS Allowed CN
configuration directive is used, in which case the client certificate must
correspond to the Allowed Common Name specified. This directive is valid
only for a server and not in a client context.

*bacula-sd.conf*

Storage { # definition of myself

...

# Peer certificate is not required/requested -- peer validity
 # is verified by the storage connection cookie provided to the
 # File Daemon by the director.
 TLS Verify Peer = no

...

}

A time ago I configured a test environment with TLS and I remember
using "TLS Verify Peer = no" because of the self-signed certificates.


I think you can use "TLS Verify Peer = yes"  combined with:

*TLS Allowed CN = *

Common name attribute of allowed peer certificates. If this directive is
specified, all server certificates will be verified against this list. This
can be used to ensure that only the CA-approved Director may connect. This
directive may be specified more than once.


Best regards,
Ana



On Thu, Nov 28, 2013 at 4:07 PM, Tim Dunphy  wrote:

> Hi Iban,
>
> HI Tim,
>>   I was pretty sure that the trouble was on the CN, could you tray to
>> create the cert without the email value??
>> /emailAddress=bluethu...@gmail.com,
>> only CN=storage.jokefire.com.
>>
>>  Have you check too that these files:
>>
>>   /etc/pki/tls/certs/storage.
>> jokefire.com.crt
>>   /etc/pki/tls/private/storage.jokefire.com.key
>>
>> belongs to bacula user ?
>>
>> regards, I
>>
>
>
> I was able to recreate the cert without the email address and ensure that
> the files were owned by the bacula user:
>
> [root@storage:~/bacula-certs-new] #ls -l
> /etc/pki/tls/certs/storage.jokefire.com.crt
> /etc/pki/tls/private/storage.jokefire.com.key
> /etc/pki/CA/certs/rootBaculaCA.pem
> -rw-r--r-- 1 bacula bacula 1521 Nov 28 13:53
> /etc/pki/CA/certs/rootBaculaCA.pem
> -rw-r--r-- 1 bacula bacula 1224 Nov 28 13:54
> /etc/pki/tls/certs/storage.jokefire.com.crt
> -rw-r--r-- 1 bacula bacula 1675 Nov 28 13:54
> /etc/pki/tls/private/storage.jokefire.com.key
> You have mail in /var/spool/mail/root
>
>
> And this is what the Subject line of the key file looks like now:
>
> openssl x509 -in /etc/pki/tls/certs/storage.j
> okefire.com.crt -noout -text
>
> Subject: C=US, ST=XX, L=XX, O=XX, OU=XX, CN=storage.jokef
> ire.com
>
> Once again all services bounce cleanly.
>
> However when I go into bconsole this is what I find:
>
> [root@storage:~/bacula-certs-new] #bconsole
> Connecting to Director storage.jokefire.com:9101
> 28-Nov 14:04 bconsole JobId 0: Error: tls.c:92 Error with certificate at
> depth: 0, issuer = /C=US/ST=XX/L=XX/O=XX/OU=XX/CN=storage.jokefire.com,
> subject = /C=US/ST=XX/L=XX/O=XX/OU=XX/CN=storage.jokefire.com,
> ERR=18:self signed certificate
> TLS negotiation failed
> Director authorization problem.
> Most likely the passwords do not agree.
> If you are using TLS, there may have been a certificate validation error
> during the TLS handshake.
> Please see
> http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION0026for
>  help.
>
>
> Passwords have not been changed from the working configs, which have been
> in place and working for several months now.
>
> Any further thoughts?
>
> Many thanks and I hope you are enjoying your holiday!
>
> Tim
>
>
> On Thu, Nov 28, 2013 at 6:35 AM, Iban Cabrillo wrote:
>
>> HI Tim,
>>   I was pretty sure that the trouble was on the CN, could you tray to
>> create the cert without the email value??
>> /emailAddress=bluethu...@gmail.com,
>> only CN=storage.jokefire.com.
>>
>>  Have you check too that these files:
>>
>>   /etc/pki/tls/certs/storage.jokefire.com.crt
>>   /etc/pki/tls/private/storage.jokefire.com.key
>>
>> belongs to bacula user ?
>>
>> regards, I
>>
>>
>> 2013/11/28 Tim Dunphy 
>>
>>> Hello Iban! And thank you for your reply.
>>>
>>>
>>>
   I have a similar configuration. I think that the problem is in the
 CN:
 CN=storage.jokefire.com/emailAddress=bluethu...@gmail.com


 please could you show the value for   DirAddress = bacula.example.org

 in my case:

   DirAddress = bacula.example.org

   TLS Enable = yes
   TLS Require = yes
   TLS Verify Peer = no
   TLS CA Certificate File = /etc/bacula/certs/ca/signing-ca-1.crt
   TLS Certificate = /etc/bacula/certs/cert/bacula.crt
   TLS Key = /etc/bacula/certs/key/bacula.key


>>> This is my director configuration from bacula-dir.conf
>>>

[Bacula-users] Bacula Console - shows conflicting info

2013-11-28 Thread bradbpw
Thanks for the reply, Martin.

I'm a Linux and Bacula noob, so I'm not real familiar with how to read the 
logs.  This is what I have pulled from the logs that seems to be showing my 
problem.

25-Nov 03:05 home-server-dir JobId 144: Start Backup JobId 144, 
Job=RemoteOfficeBackup.2013-11-25_03.05.00_24
25-Nov 03:05 home-server-dir JobId 144: Using Device "FileStorage"
25-Nov 03:05 ubuntu-fd JobId 144: DIR and FD clocks differ by 5 seconds, FD 
automatically compensating.
25-Nov 03:05 home-server-sd JobId 144: Volume "Remote-0005" previously written, 
moving to end of data.
25-Nov 03:05 home-server-sd JobId 144: Warning: For Volume "Remote-0005":
The sizes do not match! Volume=62925312558 Catalog=62213551695
Correcting Catalog
25-Nov 03:05 ubuntu-fd JobId 144:  /boot is a different filesystem. Will 
not descend from / into it.
25-Nov 03:05 ubuntu-fd JobId 144:  /dev is a different filesystem. Will not 
descend from / into it.
25-Nov 03:37 ubuntu-fd JobId 144:  /sys is a different filesystem. Will not 
descend from / into it.
25-Nov 03:37 ubuntu-fd JobId 144:  /run is a different filesystem. Will not 
descend from / into it.
25-Nov 13:00 home-server-sd JobId 144: Job write elapsed time = 09:55:05, 
Transfer rate = 551.6 K Bytes/second
25-Nov 13:38 home-server-dir JobId 144: Fatal error: Network error with FD 
during Backup: ERR=Connection reset by peer
25-Nov 13:38 home-server-dir JobId 144: Fatal error: No Job status returned 
from FD.
25-Nov 13:38 home-server-dir JobId 144: Error: Bacula home-server-dir 5.2.5 
(26Jan12):
 Build OS:   x86_64-pc-linux-gnu ubuntu 12.04
  JobId:  144
  Job:RemoteOfficeBackup.2013-11-25_03.05.00_24
  Backup Level:   Incremental, since=2013-11-08 03:05:04
  Client: "ubuntu-fd" 5.2.5 (26Jan12) 
x86_64-pc-linux-gnu,ubuntu,12.04
  FileSet:"Full Set" 2013-09-24 17:49:40
  Pool:   "RemoteFile" (From Job resource)
  Catalog:"MyCatalog" (From Client resource)
  Storage:"File" (From Job resource)
  Scheduled time: 25-Nov-2013 03:05:00
  Start time: 25-Nov-2013 03:05:05
  End time:   25-Nov-2013 13:38:09
  Elapsed time:   10 hours 33 mins 4 secs
  Priority:   10
  FD Files Written:   0
  SD Files Written:   81,700
  FD Bytes Written:   0 (0 B)
  SD Bytes Written:   19,695,396,632 (19.69 GB)
  Rate:   0.0 KB/s
  Software Compression:   None
  VSS:no
  Encryption: no
  Accurate:   no
  Volume name(s): Remote-0005
  Volume Session Id:  14
Volume Session Time:1385005322
  Last Volume Bytes:  82,638,388,142 (82.63 GB)
  Non-fatal FD errors:1
  SD Errors:  0
  FD termination status:  Error
  SD termination status:  OK
  Termination:*** Backup Error ***


It looks like the job completes from the line 

25-Nov 13:00 home-server-sd JobId 144: Job write elapsed time = 09:55:05, 
Transfer rate = 551.6 K Bytes/second

But then it errors out, and it always does it at 13:38. Any idea what that 
could be? It seems like the job wouldn't even start if my client bacual-fd 
wasn't running.

+--
|This was sent by bphill...@bpwgroup.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula 5.2.6 crashes with unexpected mta reply...?

2013-11-28 Thread Rudolph Bott
Hi Martin,

Am 28.11.2013 19:53, schrieb Martin Simmons:
>> On Thu, 28 Nov 2013 10:09:40 +0100, Rudolph Bott said:
>>
>> Hi List,
>>
>> our bacula director crashes from time to time (running some 420 jobs per 
>> night) and at some point we started running the director from daemontools in 
>> foreground, with some level of debugging (-d 50) enabled.
>>
>> Last night it crashed with the following information:
>>
>> 2013-11-28 01:48:15.607948500 Bacula interrupted by signal 11: Segmentation 
>> violation
>> 2013-11-28 01:48:15.607950500 Kaboom! bacula-dir, SOME.HOST.NAME got signal 
>> 11 - Segmentation violation. Attempting traceback.
>> 2013-11-28 01:48:15.607951500 Kaboom! exepath=/usr/sbin/
>> 2013-11-28 01:48:15.612249500 Calling: /usr/sbin/btraceback 
>> /usr/sbin/bacula-dir 30863 /var/lib/bacula
>> 2013-11-28 01:48:16.554609500 bsmtp: bsmtp.c:145 Fatal malformed reply from 
>> localhost: 501 : sender address must contain a domain
>> 2013-11-28 01:48:16.554938500 It looks like the traceback worked ...
>> 2013-11-28 01:48:16.554939500 Dumping: 
>> /var/lib/bacula/SOME.HOST.NAME.30863.bactrace
>> 2013-11-28 01:48:16.554940500 SOME.HOST.NAME: lockmgr.c:966 lockmgr disabled
>>
>> Does this mean that bacula actually crashed because it got an unexpected 
>> reply from the local mta?! Has anyone experienced this before?
>
> No, the error is "Bacula interrupted by signal 11: Segmentation violation" and
> the rest is printed by the code that tries to report it by email.

Ah ok - that makes a bit more sense. Thanks for clarifying that!

>
> If you built Bacula yourself, then check that you called configure with a
> valid email address and domain for the --with-dump-email argument.

Nope its not.

>
> If you are using a prebuild Bacula, then you could edit /usr/sbin/btraceback
> to have a valid email address after the -f argument to bsmtp.

Yep, as mentioned we are using prebuild packages (official Debian 
packets from squeeze-backports repository). In that case, we will try to 
dig deeper into the reasons for the seemlingy random crashes we have 
been experiencing for the past months.

>
> __Martin
>
> --
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


-- 
Mit freundlichen Grüßen / With kind regard
   Rudolph Bott

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula transfer rate too slow - .5kb/s

2013-11-28 Thread bradbpw
I have painfully slow transfer rates on my Bacula set up, like around 500 
bytes/s.  I am backing up a client computer in my office to the server at my 
house.  The house has 12mb/s internet, office has 40mb/s.

Is there anyway to increase this?

+--
|This was sent by bphill...@bpwgroup.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula transfer rate too slow - .5kb/s

2013-11-28 Thread bradbpw
Oops, misread my transfer rate, it's 500 kb/s. Still way too slow.

+--
|This was sent by bphill...@bpwgroup.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula transfer rate too slow - .5kb/s

2013-11-28 Thread bradbpw
More info.  I ran a iperf test, it seems oddly high, there is no way these can 
be the actual transfer rates, right?


brad@home-server:~$ iperf -c 63.227.74.80 -p 9102 -f Kbytes -i 1 -t 10

Client connecting to xx.xxx.xx.xx, TCP port 9102
TCP window size: 22.8 KByte (default)

[  3] local 192.168.0.234 port 38588 connected with xx.xxx.xx.xx port 9102
[ ID] Interval   Transfer Bandwidth
[  3]  0.0- 1.0 sec  18014398509481934 KBytes  18014398509481934 KBytes/sec
[  3]  1.0- 2.0 sec  18014398509481916 KBytes  18014398509481916 KBytes/sec
[  3]  2.0- 3.0 sec  18014398509481916 KBytes  18014398509481916 KBytes/sec
[  3]  3.0- 4.0 sec  18014398509481916 KBytes  18014398509481916 KBytes/sec
[  3]  4.0- 5.0 sec  18014398509481916 KBytes  18014398509481916 KBytes/sec
[  3]  5.0- 6.0 sec  18014398509481916 KBytes  18014398509481916 KBytes/sec
[  3]  6.0- 7.0 sec  18014398509481916 KBytes  18014398509481916 KBytes/sec
[  3]  7.0- 8.0 sec  18014398509481916 KBytes  18014398509481916 KBytes/sec
[  3]  8.0- 9.0 sec  18014398509481916 KBytes  18014398509481916 KBytes/sec
[  3]  9.0-10.0 sec  18014398509481916 KBytes  18014398509481916 KBytes/sec
[  3]  0.0-10.0 sec  18014398509481328 KBytes  1800666464701543 KBytes/sec

+--
|This was sent by bphill...@bpwgroup.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Fwd: Re: Bacula Status Report

2013-11-28 Thread Kern Sibbald
Hello,

Since I am on vacation, I cannot be 100% sure that this email
would otherwise be properly delivered to you, so I took the
initiative to forward it to the lists.

Best regards,
Kern


 Original Message 
Subject: Re: Bacula Status Report
Date: Thu, 28 Nov 2013 22:34:57 +0100
From: Matija Šuklje 
Organization: Free Software Foundation Europe
To: bacula-users , bacula-devel
, bacula-announce

CC: Kern Sibbald 



Dear Bacula devs and users,

It's the stated policy of the FLA programme that the authors of a program
remain in control of the strategic direction of their project. As FSFE, we
acknowledge that the Bacula authors have made the choice to permit a
non-free
version of the program to be distributed alongside the free version.

But we neither endorse nor encourage this choice, and we certainly don't
think
it's a „model for the industry“.

For more details on the Fiduciary programme please see:

https://fsfe.org/activities/ftf/fiduciary.html

and the specific agreement regarding Bacula:

https://fsfe.org/activities/ftf/bacula-agreement.html


cheers,
Matija Šuklje
-- 
FSFE Legal Coordinator
and Fellowship group Slovenia Coordinator
www: http://fsfe.org   █▉   || priv. www: http://matija.suklje.name
e-mail: h...@fsfe.org█▉█▉█▉ || priv. e-mail: mat...@suklje.name
xmpp: h...@jabber.fsfe.org ▉▉   || priv. xmpp: matija.suk...@gabbler.org
sip: matija_suk...@ippi.fr  || gsm: +386 40 690 890




--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users