[Bacula-users] PostgreSQL - pg_dump

2012-03-28 Thread Thomas Bennett
I am having some hardware issues because of several HVAC outages. So if I am doing a pg_dump of the bacula database on PostgreSQL, do I need to include oids? From pg_dump man -o --oids Dump object identifiers (OIDs) as part of the data for every table. Use this option if your appli

Re: [Bacula-users] Postgres 9?

2011-09-12 Thread Thomas Bennett
FYI PostgreSQL 8 supports multiple encodings. I find UTF8 to be the default and you have to specify SQL_ASCII when creating a database although I expect you can set the default type in the template. Thomas On Friday 09 September 2011 15:04:45 Rodrigo Renie Braga wrote: > Hello list!! > > Ha

Re: [Bacula-users] mtx and Dell PowerVault 124T Error

2011-04-08 Thread Thomas Bennett
I have a similar setup with the Dell TL2000 attached via SAS on RedHat Enterprise Linux but I get results like yours when I run mtx on the drive not the library. You should try the command from the command line using the -f attribute on /dev/sg2 and /dev/sg3 directly even though it looks like

Re: [Bacula-users] Bacula Status report

2010-07-23 Thread Thomas Bennett
Thanks for all the work you do, this sounds great. Sounds a lot like the Fedora Linux release cycle the last time I looked at it. Good luck on moving to the new server and thanks to UKFast. Thomas On Friday 23 July 2010 11:54:03 Kern Sibbald wrote: > Hello, > > This is a sort of mini-Bacul

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

2010-05-25 Thread Thomas Bennett
I am getting anywhere from 4 to 40 M Bytes/second transfer rate. sample from log (several lines omitted): 23-May 04:05 ip-bacula-sd JobId 3834: 3307 Issuing autochanger "unload slot 10, drive 0" command. 23-May 04:38 ip-bacula-sd JobId 3834: Job write elapsed time = 00:29:38, Transfer rate = 21

Re: [Bacula-users] CentOS yum install with PostgreSQL database on another system

2010-03-10 Thread Thomas Bennett
Are there not more than one bacula packages? On Fedora using yum you can choose which build and the name of the build basically indicates the dependency if it is a database. yum search bacula bacula-director-common.x86_64 : Common Bacula Director files bacula-director-mysql.x86_64 : Bacula D

Re: [Bacula-users] Dell PV LT2000 supported in Bacula ?

2010-01-13 Thread Thomas Bennett
I am using the Dell TL2000 on Fedora 11 and Bacula 3. The Dell TL2000 I have is actually an IBM ULT 3580 - TD4 with a Dell label on it. It will show up identifying itself as the IBM with some hardware applications. I've never had an issue with bacula the TL2000 using the combination described

Re: [Bacula-users] Building from source on Fedora 12

2010-01-12 Thread Thomas Bennett
you might want to try yum update openssl yum is the package manager for Fedora and will resolve dependencies. You can also run yum deplist openssl |grep crypto which will probably show libcrypto.so.8 or newer and libk5crypto.so.3 or newer. It shows these on my Fedora 11 installation 64bit

Re: [Bacula-users] Bacula FD 2.0.x and Bacula DIR/SD 3.0.x

2009-10-30 Thread Thomas Bennett
I think I am correct in saying that I read somewhere on the Bacula site or documentation that you need a 3.x client for 3.x DIR/SD. Thomas On Friday 30 October 2009 10:15:01 Gabriel - IP Guys wrote: > Can they work together, I've got a FD that is 2.0.x and is giving me > authentication errors w

Re: [Bacula-users] Autochanger problem

2009-10-27 Thread Thomas Bennett
ro like Fedora then you will need to install a different JRE as described in the documentation with the ITDT program. Thomas On Tuesday 27 October 2009 12:42:20 Thomas Bennett wrote: > I am making an assumption that this is the Dell backup library or actually > IBM who manufactured t

Re: [Bacula-users] Autochanger problem

2009-10-27 Thread Thomas Bennett
I am making an assumption that this is the Dell backup library or actually IBM who manufactured the dell product There is a program itdt-dcr or as shown as the title to my icon ITDT - DELL Customer Release. I think I found this on the dell site and it is a desktop program for controlling and ad

Re: [Bacula-users] Firewall problems

2009-10-23 Thread Thomas Bennett
This is what I use on all my clients: -A INPUT -m state --state NEW -m tcp -p tcp --dport 9102 -j ACCEPT I had only one issue which was on one server and I couldn't connect. I moved the rule to the top of the list of rules and then I was able to connect. I usually use a separate rule for eac

Re: [Bacula-users] Migrating Bacula to a New Server

2009-06-12 Thread Thomas Bennett
Richard, I'm assuming your paths are like mine, if not edit the path. Try netstat -tapn (Shows open ports and status, eg. LISTEN) If your port does not show up here then the server is not running. You can also try /etc/rc.d/init.d/bacula-dir status to see if the process is running. eg.

Re: [Bacula-users] download depkgs-qt

2009-05-28 Thread Thomas Bennett
I downloaded the LGPL/Free sdk from qt's WEB site to get the newest libraries and just exported the system path and the QTLIB env so Bacula 3.0.1 would find the libraries. http://www.qtsoftware.com/downloads export QTLIB=/opt/qtsdk-2009.02/qt/lib The following should be all on one line. expor

Re: [Bacula-users] Tape MTEOM error with Dell TL2000 (IBM > TS3100)

2009-05-08 Thread Thomas Bennett
It might help to update your firmware if it is not current. While setting up Bacula for the first time with RHEL 5.2 and the TL2000 I ran btape and then cap which showed the tape was append. I tried to run the test and it failed. I ran cap again and it showed !append. This happened every ti

[Bacula-users] upgrade from 2.4.4 to 3.0.1

2009-05-06 Thread Thomas Bennett
I am new to Bacula (moving from Yosemite which was acquired by another company in the middle of an local issue I was trying to resolve) and have just yesterday got my recent installation of Bacula 2.4.4 working with PostgreSQL 8.4. I look today and there is already a major and bug fix release.