[Bacula-users] encryption compression

2012-08-17 Thread lst_hoe02
Hello

according to the manual client based software compression is not  
useful when using tape drives with builtin compression like LTO. Is  
this still true when using data encryption? With this the encrypted  
data are normally not really compresable anymore but a compression on  
the client before encryption could be useful, no?

Any opinion on this?

Many Thanks

Andreas




--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] No space left on device.

2012-08-17 Thread Bryan Harris

On Aug 16, 2012, at 12:42 PM, Luis H. Forchesatto luisforchesa...@gmail.com 
wrote:
 
 
 16-Aug 14:27 backup-dir JobId 0: Error: message.c:743 fopen 
 /var/lib/bacula/backup-dir.proxy.sysconf.2012-08-16_14.27.52.05.135319776.mail
  failed: ERR=No space left on device
 
 Surely there's space left on the disk. All director, storage and file-daemon 
 runs on Debian 5 machines at the same network. I've restarted all bacula 
 services and rsyslogd trying to make it work but with no responses. I also 
 found this logs on the log file:

It appears to be complaining about your /var partition rather than your backup 
data partition.  Is your /var full?

Bryan


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with bat from Bacula 5.2.10

2012-08-17 Thread lst_hoe02

Zitat von lst_ho...@kwsoft.de:

 Zitat von Thomas Lohman thom...@mtl.mit.edu:

 bat ERROR in lib/smartall.c:121 Failed ASSERT: nbytes 0

 This particular message is generated because some calling method is
 passing in a 0 to the SmartAlloc methods as the number of bytes to
 allocate.  This is not allowed via an ASSERT condition at the top of the
 actual smalloc() method in the smartall.c file.  I'd think that you'd
 need to do some kind of trace to see where the problem is originating.

 Hm, the question is what should i trace and how? Bat, the director or
 something other?

 The bat executable is the one that you'd trace to see what it is doing.
 I don't know how much info bat may put out if you run in some kind of
 debug mode but that may be enough assuming there is such a mode.  But I
 suspect you'll need to somehow find out what it's exactly doing that is
 causing it to try and allocate 0 bytes of memory.  If you can get a
 specific cause then the Bacula bug folks may be able to track it
 down/fix it easier.

 hope this helps,

 --tom

 The spefic cause is configuring an autochanger (verfied with btape its
 working), start bat and open Storage. Then double click the
 autochanger so the content/action and so on is visible (nothing in
 there BTW). With clicking on Update Slots bat is crashing like
 explained. This worked with the same config with the original Bacula
 5.2.5 for the Ubuntu repository. I suspect that my source compile has
 ommitted something which should have been updated, but i'm lost what
 it could be.

I finally managed to build 5.2.10 within the Ubuntu 12.04 build  
environment and this build does work as expected, so this case is  
closed for now.

Thanks for any help

Andreas



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] List compile options used for binary

2012-08-17 Thread lst_hoe02

Zitat von Geert Stappers geert.stapp...@vanadgroup.com:

 Op 20120815 om 12:36 schreef lst_ho...@kwsoft.de:

 Zitat von Geert Stappers geert.stapp...@vanadgroup.com:

  Op 20120814 om 15:10 schreef lst_ho...@kwsoft.de:
  Hello List
 
  is it possible to get the compile time options used for building the
  binary? It would be nice to have so we could build updates as close as
  possible to original packages for example on Ubuntu.
 
  Beware the next information is untested:
 
cd /usr/scr
apt-get source bacula
cd bacula*  # wildcard for version
cd debian
grep configure rules
 
  That should give you the compile time options.
 
 
  Many Thanks
 
  Please verify and provide feedback.
 

 Ouput of the grep command:

 # These are used for cross-compiling and for saving the configure script
 configure-stamp-%: extract-stamp-%
  QMAKE=/usr/bin/qmake-qt4 ./configure --config-cache \
 build-stamp-%: configure-stamp-%

 But the rules file is the place to look.

 Yes,   debian/rules   is the file with compile time options.


With this help and some search around i finally managed to build  
Bacula 5.2.10 the Debian/Ubuntu way like this:

1.) Create new directory and grab build environment with apt-get  
source bacula

2.) Get build dependencies with apt-get build-dep bacula

3.) Extract original source in another dir and copy over the debian  
dir from the Ubuntu build environment

4.) With debchange -i create a new Changelog entry with correct  
version number

5.) Do a debuild -us -uc -i -I and correct any debian patch failures

Voila, new deb packages with version 5.2.10 :-)

Thanks for the help

Andreas



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BAT and qt vesrion

2012-08-17 Thread Rao, Uthra R. (GSFC-672.0)[ADNET SYSTEMS INC]
I was able to build the necessary Qt libraries with the depkgs-qt downloaded 
from the bacula website. Then I was able to successfully build bacula-5.2.10 
with BAT. It all works fine now. I did not use the --disable-conio and 
--enable-readline configure switches but to my surprise I found that command 
recall works in bconsole.

Thank you all for your help.

Uthra

-Original Message-
From: Stephen Thompson [mailto:step...@seismo.berkeley.edu] 
Sent: Monday, August 13, 2012 1:12 PM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] BAT and qt vesrion


You can also use the depkgs-qt from the bacula website.
It contains the necessary QT which you can statically link without installing 
the non-redhat QT on your system.

Stephen



On 08/09/2012 12:55 PM, Thomas Lohman wrote:
 I downloaded the latest stable QT open source version (4.8.2 at the
 time) and built it before building Bacula 5.2.10.  Bat seems to work 
 fine with it.  If you do this, just be aware that the first time you 
 build it, it will probably find the older 4.6.x RH QT libraries and 
 embed their location in the shared library path so when you go to use 
 it, it won't work.  The first time I built it, I told it to explicitly 
 look in it's own source tree for it's libraries (by setting LDFLAGS), 
 installed that version and then re-built it again telling it to now 
 look in the install directory.


 --tom

 I tried to compile bacula-5.2.10 with BAT on a RHEL6.2 server. I 
 found that BAT did not get installed because it needs qt version
 4.7.4 or higher but RHEL6.2 has version qt-4.6.2-24 as the latest.  I 
 would like to know what the others are doing about this issue?

 Uthra

 --
 
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. 
 Discussions will include endpoint security, mobile security and the 
 latest in malware threats. 
 http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users



-- 
Stephen Thompson   Berkeley Seismological Laboratory
step...@seismo.berkeley.edu215 McCone Hall # 4760
404.538.7077 (phone)   University of California, Berkeley
510.643.5811 (fax) Berkeley, CA 94720-4760

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users