Re: [Bacula-users] Why this ...

2008-01-07 Thread Reynier Perez Mira
> make sure mysql is running and you can connect via command line. I solve the MySQL problem but Bacula problem persist. Now I can connect to MySQL using "bacula" user. I made the changes to bacula-dir.conf file and now have this: Catalog { Name = MyCatalog dbname = bacula; user = bacula;

Re: [Bacula-users] Why this ...

2008-01-07 Thread Reynier Perez Mira
eynier Perez Mira > CC: Bacula Users > Asunto: Re: [Bacula-users] Why this ... > > On Mon, Jan 07, 2008 at 05:41:48PM -0500, Reynier Perez Mira wrote: > > Catalog { > > Name = MyCatalog > > dbname = bacula; > > user = bacula; > > password = "XX

Re: [Bacula-users] Why this ...

2008-01-07 Thread Michael Galloway
On Mon, Jan 07, 2008 at 05:41:48PM -0500, Reynier Perez Mira wrote: > Catalog { > Name = MyCatalog > dbname = bacula; > user = bacula; > password = "X" > } > > Wich is correct because DB, user and password are Ok but when I test the > config file I get this error again and again

Re: [Bacula-users] Why this ...

2008-01-07 Thread Reynier Perez Mira
Hi Michael: > Catalog { > Name = MyCatalog > dbname = bacula; user = bacula; password = "" Reading the documentation I found the correct syntax. Now I fix this as follow: Catalog { Name = MyCatalog dbname = bacula; user = bacula; password = "X" } Wich is correct be

Re: [Bacula-users] Why this ...

2008-01-07 Thread Michael Galloway
On Mon, Jan 07, 2008 at 05:30:20PM -0500, Reynier Perez Mira wrote: > Dan, soury for not reply before but I solve this problem. The problem now is > other. See the details: > > bacula-dir -t -c bacula-dir.conf > 07-ene 17:34 bacula-dir: Fatal error: A user name for MySQL must be supplied. > 07-e

Re: [Bacula-users] Why this ...

2008-01-07 Thread Reynier Perez Mira
Dan, soury for not reply before but I solve this problem. The problem now is other. See the details: bacula-dir -t -c bacula-dir.conf 07-ene 17:34 bacula-dir: Fatal error: A user name for MySQL must be supplied. 07-ene 17:34 bacula-dir: Fatal error: Could not open Catalog "MyCatalog", database

Re: [Bacula-users] Why this ...

2008-01-07 Thread Dan Langille
I am pasting the original error msg back it. It has gone missing. > On Mon, Jan 07, 2008 at 04:28:18PM -0500, Reynier Perez Mira wrote: >> > To test my configuration file. Running this test I get this: >> > >> > bacula-dir -t -c bacula-dir.conf >> > 07-ene 16:31 bacula-dir: ERROR TERMINATION at p

Re: [Bacula-users] Why this ...

2008-01-07 Thread Reynier Perez Mira
> Please include the text around line 9 of that file. 5 ### DEFINE DIRECTOR # 6 Director { 7 Name = gsdserver-dir 8 Description = "Bacula Director IP Testing Server" 9 Password = "43e24b9d73f76b6a6

Re: [Bacula-users] Why this ...

2008-01-07 Thread Jason Martin
On Mon, Jan 07, 2008 at 04:28:18PM -0500, Reynier Perez Mira wrote: > To test my configuration file. Running this test I get this: > > bacula-dir -t -c bacula-dir.conf > 07-ene 16:31 bacula-dir: ERROR TERMINATION at parse_conf.c:847 > Config error: expected resource name, got: ocess >

[Bacula-users] Why this ...

2008-01-07 Thread Reynier Perez Mira
Hi: Reading Bacula docs I see this command: bacula-dir -t -c bacula-dir.conf To test my configuration file. Running this test I get this: bacula-dir -t -c bacula-dir.conf 07-ene 16:31 bacula-dir: ERROR TERMINATION at parse_conf.c:847 Config error: expected resource name, got: ocess :

Re: [Bacula-users] Why this volume was purged ?

2006-08-15 Thread Jo Rhett
The volume's rentention period was 30 days. When a volume is purged, it purges the associated jobs and files. In short, Volumes need to have higher retention periods that anything inside of them. On Aug 14, 2006, at 5:20 AM, Jeronimo Zucco wrote: >I have a pool, called SemanalPar, and s

Re: [Bacula-users] Why this volume was purged ?

2006-08-14 Thread Tobias Tiederle
eriod. TT Original Message From: Jeronimo Zucco <[EMAIL PROTECTED]> To: bacula-users@lists.sourceforge.net Subject: [Bacula-users] Why this volume was purged ? Date: 14/08/2006 13:20 >I have a pool, called SemanalPar, and some jobs and volumes > ass

[Bacula-users] Why this volume was purged ?

2006-08-14 Thread Jeronimo Zucco
I have a pool, called SemanalPar, and some jobs and volumes associated with this pool: Pool { Name = SemanalPar Pool Type = Backup AutoPrune = yes VolumeRetention = 1 year Recycle = yes Cleaning Prefix = CLN } Client with use this Pool: Client { Name = nix-fd Address = nix.u