Re: [Bacula-devel] Query changes in the catalog browser and indexes

2007-08-19 Thread Dirk Bartley
On Sun, 2007-08-19 at 13:06 -0400, Dan Langille wrote: > On 19 Aug 2007 at 12:35, Dirk Bartley wrote: > > > There is one alternative index to the above. The index of the two > > colums (FilenameId, JobId) is really only needed for the condition of > > FilenameId = (SELECT FilenameId FROM Filename

Re: [Bacula-devel] Custom fd (Exchange Agent) - what would cause sdnotto send attributes to dir?

2007-08-19 Thread James Harper
> On 19 Aug 2007 at 22:52, James Harper wrote: > > > Disregard. Found the problem. There is something about posting a request > > to a mailing list for help which speeds up the process of me finding the > > bug... mysterious forces are at work! > > And what was the problem? > Hmmm... yes... tha

Re: [Bacula-devel] Regression without recompile

2007-08-19 Thread Kern Sibbald
On Sunday 19 August 2007 20:49, Hederer Jean-Sébastien wrote: > Hi, > > I'd like to use regression scripts with ever compiled binaries. Where > can I find docs on how to prepare environment without making ./config > prototype.conf and make setup ? For the Unix and Linux regressions, the scripts al

[Bacula-devel] Regression without recompile

2007-08-19 Thread Hederer Jean-Sébastien
Hi, I'd like to use regression scripts with ever compiled binaries. Where can I find docs on how to prepare environment without making ./config prototype.conf and make setup ? Thanks -- Jean-Sébastien Hederer - Gérant ASPerience Conseil, intégration, hébergement de systèmes informatiques spé

Re: [Bacula-devel] Where do we go after Bacula 2.2.0?

2007-08-19 Thread Arno Lehmann
Hi, I just returned from a mini-vacation and recovered from mailing list trouble. The effect was that I have not received -users list mail for about two weeks. I will not read through this mail using gmane or something, so it's possible I missed important things. But read on... 18.08.2007 21:

Re: [Bacula-devel] Query changes in the catalog browser and indexes

2007-08-19 Thread Dan Langille
On 19 Aug 2007 at 12:35, Dirk Bartley wrote: > There is one alternative index to the above. The index of the two > colums (FilenameId, JobId) is really only needed for the condition of > FilenameId = (SELECT FilenameId FROM Filename WHERE name=''). A > subquery can't be used when creating an ind

[Bacula-devel] Query changes in the catalog browser and indexes

2007-08-19 Thread Dirk Bartley
Hello Now that 2.2.0 is released, I've had the opportunity to use bat in my work environment. It worked generally as hoped with one major exception. The catalog browser. slow slow slow. Problem #1. I never set up my director to do pruning and my postgres database dumps had become 8Gb. So admin

Re: [Bacula-devel] Custom fd (Exchange Agent) - what would cause sd notto send attributes to dir?

2007-08-19 Thread Dan Langille
On 19 Aug 2007 at 22:52, James Harper wrote: > Disregard. Found the problem. There is something about posting a request > to a mailing list for help which speeds up the process of me finding the > bug... mysterious forces are at work! And what was the problem? -- Dan Langille - http://www.langi

Re: [Bacula-devel] Custom fd (Exchange Agent) - what would cause sd notto send attributes to dir?

2007-08-19 Thread James Harper
> > As I mentioned quite a while back, I am putting together a custom filed > which is an "Exchange Agent". A straightforward backup works afaict > except for one thing - the sd does not send the file attributes to the > director, and so the catalog appears empty for that job. > Any suggestions

[Bacula-devel] Custom fd (Exchange Agent) - what would cause sd not to send attributes to dir?

2007-08-19 Thread James Harper
As I mentioned quite a while back, I am putting together a custom filed which is an "Exchange Agent". A straightforward backup works afaict except for one thing - the sd does not send the file attributes to the director, and so the catalog appears empty for that job. I've done some digging in the