Re: [Bacula-users] Problem with Verify Jobs

2009-07-09 Thread Martin Simmons
> On Thu, 09 Jul 2009 12:15:52 +0200, Christoph Kaminski said:
> 
> Martin Simmons schrieb:
> > It fails because you have two different job names for InitCatalog and 
> > Catalog.
> > The Verify Job option isn't used for Catalog verifies.
> > 
> > You need to run the Catalog verify using the same job as the InitCatalog but
> > with the Level=Catalog option to the run command.
> > 
> > __Martin
> > 
> 
> YEP it works now...
> 
> but I dont understand the function of this conf option then:
> 
> Verify Job: lilith_Verify
> 
> 
> Have read the doc but still dont understand it... Can someone explain it 
> with a example?

The Verify Job option is only used for verifying backups.  I don't know why
Catalog verify ignores is, but it may be a bug.  OTOH, you never need two jobs
for InitCatalog/Catalog so it is simpler to have only one.

__Martin

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with Verify Jobs

2009-07-09 Thread Christoph Kaminski
Martin Simmons schrieb:
> It fails because you have two different job names for InitCatalog and Catalog.
> The Verify Job option isn't used for Catalog verifies.
> 
> You need to run the Catalog verify using the same job as the InitCatalog but
> with the Level=Catalog option to the run command.
> 
> __Martin
> 

YEP it works now...

but I dont understand the function of this conf option then:

Verify Job: lilith_Verify


Have read the doc but still dont understand it... Can someone explain it 
with a example?

Greetz

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with Verify Jobs

2009-07-09 Thread Martin Simmons
It fails because you have two different job names for InitCatalog and Catalog.
The Verify Job option isn't used for Catalog verifies.

You need to run the Catalog verify using the same job as the InitCatalog but
with the Level=Catalog option to the run command.

__Martin


> On Thu, 09 Jul 2009 09:20:27 +0200, Christoph Kaminski said:
> 
> Christoph Kaminski schrieb:
> 
> no one a hint for me?
> 
> have started the InitCatalog Job as first, then the Verify Job but I get 
> ever these errors :/
> 
> Greetz
> 
> > Hi all!
> > 
> > Im new on the list. I have a problem with verify jobs:
> > 
> > lilith-fd JobId 95:  Could not stat /etc/exports: ERR=No such file 
> > or directory
> > 07-Jul 09:39 lilith-dir JobId 95: Bacula lilith-dir 2.4.4 (28Dec08): 
> > 07-Jul-2009 09:39:12
> >Build:  x86_64-pc-linux-gnu debian lenny/sid
> >JobId:  95
> >Job:lilith_InitCatalog.2009-07-07_09.36.20.39
> >FileSet:Verify Set
> >Verify Level:   InitCatalog
> >Client: lilith-fd
> >Verify JobId:   0
> >Verify Job: lilith_Verify
> >Start time: 07-Jul-2009 09:36:22
> >End time:   07-Jul-2009 09:39:12
> >Files Examined: 37,401
> >Non-fatal FD errors:1
> >FD termination status:  OK
> >Termination:Verify OK
> > 
> > 07-Jul 09:39 lilith-dir JobId 95: Begin pruning Jobs.
> > 07-Jul 09:39 lilith-dir JobId 95: No Jobs found to prune.
> > 07-Jul 09:39 lilith-dir JobId 95: Begin pruning Files.
> > 07-Jul 09:39 lilith-dir JobId 95: No Files found to prune.
> > 07-Jul 09:39 lilith-dir JobId 95: End auto prune.
> > 
> > 07-Jul 12:06 lilith-dir JobId 96: Fatal error: Unable to find JobId of 
> > previous InitCatalog Job.
> > Please run a Verify with Level=InitCatalog before
> > running the current Job.
> > 07-Jul 12:06 lilith-dir JobId 96: Error: Bacula lilith-dir 2.4.4 
> > (28Dec08): 07-Jul-2009 12:06:41
> >Build:  x86_64-pc-linux-gnu debian lenny/sid
> >JobId:  96
> >Job:lilith_Verify.2009-07-07_12.06.39.40
> >FileSet:Verify Set
> >Verify Level:   Catalog
> >Client: lilith-fd
> >Verify JobId:   0
> >Verify Job: lilith_InitCatalog
> >Start time: 07-Jul-2009 12:06:41
> >End time:   07-Jul-2009 12:06:41
> >Files Examined: 0
> >Non-fatal FD errors:0
> >FD termination status:
> >Termination:*** Verify Error ***
> > 
> > the config for this jobs:
> > 
> > Job {
> >Name = "lilith_InitCatalog"
> >Client = lilith-fd
> >JobDefs = "DefaultInitCatalog"
> >FileSet = "Verify Set"
> > }
> > 
> > Job {
> >Name = "lilith_Verify"
> >Client = lilith-fd
> >JobDefs = "DefaultVerifyJob"
> >FileSet = "Verify Set"
> >Verify Job = lilith_InitCatalog
> > }
> > 
> > What Im doing wrong?
> > 
> > Greetz
> > 
> > 
> > --
> > Enter the BlackBerry Developer Challenge  
> > This is your chance to win up to $100,000 in prizes! For a limited time, 
> > vendors submitting new applications to BlackBerry App World(TM) will have 
> > the opportunity to enter the BlackBerry Developer Challenge. See full prize 
> > details at: http://p.sf.net/sfu/blackberry
> > ___
> > Bacula-users mailing list
> > Bacula-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bacula-users
> 
> 
> --
> Enter the BlackBerry Developer Challenge  
> This is your chance to win up to $100,000 in prizes! For a limited time, 
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize  
> details at: http://p.sf.net/sfu/Challenge
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with Verify Jobs

2009-07-09 Thread Christoph Kaminski
Christoph Kaminski schrieb:

no one a hint for me?

have started the InitCatalog Job as first, then the Verify Job but I get 
ever these errors :/

Greetz

> Hi all!
> 
> Im new on the list. I have a problem with verify jobs:
> 
> lilith-fd JobId 95:  Could not stat /etc/exports: ERR=No such file 
> or directory
> 07-Jul 09:39 lilith-dir JobId 95: Bacula lilith-dir 2.4.4 (28Dec08): 
> 07-Jul-2009 09:39:12
>Build:  x86_64-pc-linux-gnu debian lenny/sid
>JobId:  95
>Job:lilith_InitCatalog.2009-07-07_09.36.20.39
>FileSet:Verify Set
>Verify Level:   InitCatalog
>Client: lilith-fd
>Verify JobId:   0
>Verify Job: lilith_Verify
>Start time: 07-Jul-2009 09:36:22
>End time:   07-Jul-2009 09:39:12
>Files Examined: 37,401
>Non-fatal FD errors:1
>FD termination status:  OK
>Termination:Verify OK
> 
> 07-Jul 09:39 lilith-dir JobId 95: Begin pruning Jobs.
> 07-Jul 09:39 lilith-dir JobId 95: No Jobs found to prune.
> 07-Jul 09:39 lilith-dir JobId 95: Begin pruning Files.
> 07-Jul 09:39 lilith-dir JobId 95: No Files found to prune.
> 07-Jul 09:39 lilith-dir JobId 95: End auto prune.
> 
> 07-Jul 12:06 lilith-dir JobId 96: Fatal error: Unable to find JobId of 
> previous InitCatalog Job.
> Please run a Verify with Level=InitCatalog before
> running the current Job.
> 07-Jul 12:06 lilith-dir JobId 96: Error: Bacula lilith-dir 2.4.4 
> (28Dec08): 07-Jul-2009 12:06:41
>Build:  x86_64-pc-linux-gnu debian lenny/sid
>JobId:  96
>Job:lilith_Verify.2009-07-07_12.06.39.40
>FileSet:Verify Set
>Verify Level:   Catalog
>Client: lilith-fd
>Verify JobId:   0
>Verify Job: lilith_InitCatalog
>Start time: 07-Jul-2009 12:06:41
>End time:   07-Jul-2009 12:06:41
>Files Examined: 0
>Non-fatal FD errors:0
>FD termination status:
>Termination:*** Verify Error ***
> 
> the config for this jobs:
> 
> Job {
>Name = "lilith_InitCatalog"
>Client = lilith-fd
>JobDefs = "DefaultInitCatalog"
>FileSet = "Verify Set"
> }
> 
> Job {
>Name = "lilith_Verify"
>Client = lilith-fd
>JobDefs = "DefaultVerifyJob"
>FileSet = "Verify Set"
>Verify Job = lilith_InitCatalog
> }
> 
> What Im doing wrong?
> 
> Greetz
> 
> 
> --
> Enter the BlackBerry Developer Challenge  
> This is your chance to win up to $100,000 in prizes! For a limited time, 
> vendors submitting new applications to BlackBerry App World(TM) will have 
> the opportunity to enter the BlackBerry Developer Challenge. See full prize 
> details at: http://p.sf.net/sfu/blackberry
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with Verify Jobs

2009-07-07 Thread Christoph Kaminski
Olaf Zevenboom schrieb:
> Christoph,
> 
> Please reread your post: the problem is reported:
> You have to run an initCatalog verify first. Check the manual for details.
> 
> Regards
> Olaf
> 

as you see in the log, I have started an InitCatalogbefor Verify...


Greetz

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with Verify Jobs

2009-07-07 Thread Olaf Zevenboom
Christoph,

Please reread your post: the problem is reported:
You have to run an initCatalog verify first. Check the manual for details.

Regards
Olaf

Christoph Kaminski wrote:
> Hi all!
>
> Im new on the list. I have a problem with verify jobs:
>
> lilith-fd JobId 95:  Could not stat /etc/exports: ERR=No such file 
> or directory
> 07-Jul 09:39 lilith-dir JobId 95: Bacula lilith-dir 2.4.4 (28Dec08): 
> 07-Jul-2009 09:39:12
>Build:  x86_64-pc-linux-gnu debian lenny/sid
>JobId:  95
>Job:lilith_InitCatalog.2009-07-07_09.36.20.39
>FileSet:Verify Set
>Verify Level:   InitCatalog
>Client: lilith-fd
>Verify JobId:   0
>Verify Job: lilith_Verify
>Start time: 07-Jul-2009 09:36:22
>End time:   07-Jul-2009 09:39:12
>Files Examined: 37,401
>Non-fatal FD errors:1
>FD termination status:  OK
>Termination:Verify OK
>
> 07-Jul 09:39 lilith-dir JobId 95: Begin pruning Jobs.
> 07-Jul 09:39 lilith-dir JobId 95: No Jobs found to prune.
> 07-Jul 09:39 lilith-dir JobId 95: Begin pruning Files.
> 07-Jul 09:39 lilith-dir JobId 95: No Files found to prune.
> 07-Jul 09:39 lilith-dir JobId 95: End auto prune.
>
> 07-Jul 12:06 lilith-dir JobId 96: Fatal error: Unable to find JobId of 
> previous InitCatalog Job.
> Please run a Verify with Level=InitCatalog before
> running the current Job.
> 07-Jul 12:06 lilith-dir JobId 96: Error: Bacula lilith-dir 2.4.4 
> (28Dec08): 07-Jul-2009 12:06:41
>Build:  x86_64-pc-linux-gnu debian lenny/sid
>JobId:  96
>Job:lilith_Verify.2009-07-07_12.06.39.40
>FileSet:Verify Set
>Verify Level:   Catalog
>Client: lilith-fd
>Verify JobId:   0
>Verify Job: lilith_InitCatalog
>Start time: 07-Jul-2009 12:06:41
>End time:   07-Jul-2009 12:06:41
>Files Examined: 0
>Non-fatal FD errors:0
>FD termination status:
>Termination:*** Verify Error ***
>
> the config for this jobs:
>
> Job {
>Name = "lilith_InitCatalog"
>Client = lilith-fd
>JobDefs = "DefaultInitCatalog"
>FileSet = "Verify Set"
> }
>
> Job {
>Name = "lilith_Verify"
>Client = lilith-fd
>JobDefs = "DefaultVerifyJob"
>FileSet = "Verify Set"
>Verify Job = lilith_InitCatalog
> }
>
> What Im doing wrong?
>
> Greetz
>
>
> --
> Enter the BlackBerry Developer Challenge  
> This is your chance to win up to $100,000 in prizes! For a limited time, 
> vendors submitting new applications to BlackBerry App World(TM) will have 
> the opportunity to enter the BlackBerry Developer Challenge. See full prize 
> details at: http://p.sf.net/sfu/blackberry
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>   


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users