Re: [Bacula-users] Error Director /usr/lib64/libbaccats-7.4.0.so: undefined symbol: mysql_init

2016-01-29 Thread Phil Stracchino
On 01/29/16 19:41, Hector Javier Agudelo Corredor wrote: > HI team > > > I installed centos 6.7. > > I have installed bacula 7.4 with postgres 5.7.10 but when I set the > mysql password in the file director. [...] > But when I test settings file manager with the command > > bacula-dir sudo -t

Re: [Bacula-users] Error Director /usr/lib64/libbaccats-7.4.0.so: undefined symbol: mysql_init

2016-01-29 Thread Michael Munger
I’ve seen this issue before. On Debian Wheezy 7.9 x86. I *think* it is a conflict between x86 and x64 versions of the libs. For some reason, when you compile on x86 (am I to assume you are running on x86 too?) configure does not fail when it should. It clearly cannot find the binaries it needs,

[Bacula-users] Error Director /usr/lib64/libbaccats-7.4.0.so: undefined symbol: mysql_init

2016-01-29 Thread Hector Javier Agudelo Corredor
HI team I installed centos 6.7. I have installed bacula 7.4 with postgres 5.7.10 but when I set the mysql password in the file director. Catalog { Name = MyCatalog dbname = "bacula"; dbuser = "root"; dbpassword = "Bacula2016.," } But when I test settings file manager with the command ba

Re: [Bacula-users] error compilation bacula 7.4 with postgresql version 9.3.9

2016-01-29 Thread Alex Domoradov
> Then you need to download the source for postgres 9.4 and compile from source it's a really bad idea # lsb_release -a LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch Distributor ID: CentOS Description:CentOS release 6.7 (Final) Release:6.7 Codename:

Re: [Bacula-users] How do you search for a file in a backup?

2016-01-29 Thread Dimitri Maziuk
On 01/29/2016 01:08 PM, Michael Munger wrote: > Kindly disregard this post. > > MySQL Workbench detects the Name field as a BLOB type, and so, promptly displays this as if I wanted to look at hex / binary data. The long answer is postgres "text" data type stores somewhere between 1GB and "unlimit

Re: [Bacula-users] How do you search for a file in a backup?

2016-01-29 Thread Dimitri Maziuk
On 01/29/2016 12:59 PM, Michael Munger wrote: > Really. The table Filename, for example, has two columns: > FilenameId INT(10) > Name BLOB Yuck. I think you should be able to run that query, though: they're just text. -- Dimitri Maziuk Programmer/sysadmin BioMagResBank, UW-Madison -- http://www.

Re: [Bacula-users] How do you search for a file in a backup?

2016-01-29 Thread Michael Munger
Kindly disregard this post. MySQL Workbench detects the Name field as a BLOB type, and so, promptly displays this as if I wanted to look at hex / binary data. When searching from the CLI, the filenames are readily apparent. Incidentally, from the make_mysql_tables: --Note, we use BLOB rather t

Re: [Bacula-users] How do you search for a file in a backup?

2016-01-29 Thread Michael Munger
Really. The table Filename, for example, has two columns: FilenameId INT(10) Name BLOB Michael Munger, dCAP, MCPS, MCNPS, MBSS High Powered Help, Inc. Microsoft Certified Professional Microsoft Certified Small Business Specialist Digium Certified Asterisk Professional mich...@highpoweredhelp.com

Re: [Bacula-users] How do you search for a file in a backup?

2016-01-29 Thread Dimitri Maziuk
On 01/29/2016 12:31 PM, Michael Munger wrote: > (I tried to use MySQL Workbench to do a search on the actual > database, but everything is stored as a blob… Really? On postgres, select p.path from path p join file f on f.pathid=p.pathid join filename n on n.filenameid=f.filenameid where n.name='f

Re: [Bacula-users] How do you search for a file in a backup?

2016-01-29 Thread Novosielski, Ryan
The “query” command, if memory serves, from console. > On Jan 29, 2016, at 1:31 PM, Michael Munger > wrote: > > I have read the docs for restore, but do not see (or perhaps I do not > understand) how to search for a file in a backup. > > Suppose I know I want file foo.dat, but don’t remember

[Bacula-users] How do you search for a file in a backup?

2016-01-29 Thread Michael Munger
I have read the docs for restore, but do not see (or perhaps I do not understand) how to search for a file in a backup. Suppose I know I want file foo.dat, but don’t remember what directory it’s in. How do I search for foo.dat in a backup? I know it might be possible because when you restore, i

Re: [Bacula-users] bacula.Job does not exist

2016-01-29 Thread Radosław Korzeniewski
Hello, Yes, I read the sentences with a problem, and suggested a resolution. Nothing else. If you have a patch which fix some bug then you need to report it at http://bugs.bacula.org/ and attach your patch here. The users group is dedicated to the support for user's problems. I'm happy that you fi

Re: [Bacula-users] accurate testing order

2016-01-29 Thread Peter Keller
On 01/29/2016 01:56 AM, Eric Bollengier wrote: > Hello Peter, > > On 01/28/2016 10:09 PM, Peter Keller wrote: >> >> In bacula 7.2.0, in the Options block in a FileSet, if I specify something >> like >> accurate=s5, in what order is it tested? I ask because I'd prefer the order >> of >> check siz