Bacula 2.2.1 rpm has been released to sourceforge.
Notable issues:
The tray monitor no longer builds on EL3 or FC4, thus the gconsole
package is now deprecated on those platforms.
The postgresql server package fails to build on EL3. This may be fixed
in future releases.
Bacula-2.2 RPM Release
> On Mon, 3 Sep 2007 21:29:24 +0200, Kern Sibbald said:
>
> On Monday 03 September 2007 20:28, Eric Bollengier wrote:
> > On Monday 03 September 2007 19:12:12 Kern Sibbald wrote:
> > > On Monday 03 September 2007 18:44, Eric Bollengier wrote:
> > > > Hi,
> > > >
> > > > It's why we provide the
> On Mon, 3 Sep 2007 13:45:48 +0200, Kern Sibbald said:
>
> Hello,
>
> You would think that wild cards (fnmatch) are well known and that they work
> the same on all systems. Apparently not.
>
> On GNU clib systems,
>
> fnmatch("a*b/*", "abbb/.x", FNM_PATHNAME|FNM_PERIOD) returns fail
>
> > glibc tests are better than before :
> > [18] [/b matches [/b -> FAIL
>
> To the best of my knowledge the following are not wildcard matches. If
> they are can you point me to the definition of [:alpha:]?
>
> > [36] *[[:alpha:]]/*[[:alnum:]] does not match a/b -> FAIL
> > [37] *[![:digit:
On Monday 03 September 2007 20:28, Eric Bollengier wrote:
> On Monday 03 September 2007 19:12:12 Kern Sibbald wrote:
> > On Monday 03 September 2007 18:44, Eric Bollengier wrote:
> > > Hi,
> > >
> > > It's why we provide the bwild tool... If you are using something
> > > special, you can validate y
On Monday 03 September 2007 19:12:12 Kern Sibbald wrote:
> On Monday 03 September 2007 18:44, Eric Bollengier wrote:
> > Hi,
> >
> > It's why we provide the bwild tool... If you are using something
> > special, you can validate your expression with this tool.
>
> I don't imagine that you were direc
On Monday 03 September 2007 18:44, Eric Bollengier wrote:
> Hi,
>
> It's why we provide the bwild tool... If you are using something
> special, you can validate your expression with this tool.
I don't imagine that you were directing that comment at me -- since I was the
person who wrote bwild :-
On Monday 03 September 2007 18:44, Eric Bollengier wrote:
> Hi,
>
> It's why we provide the bwild tool... If you are using something
> special, you can validate your expression with this tool.
>
> I have run the testfnm regress tool from the glibc with the old bacula
> version, and more than one te
On Monday 03 September 2007 14:21, Martin Simmons wrote:
> > On Sat, 1 Sep 2007 12:15:50 +0200, Kern Sibbald said:
> >
> > Hello,
> >
> > In starting to eliminate the current makepath code used the make a full
> > path for restore, I rewrote save-cwd.c, which saves and restores the
> > current
On Monday 03 September 2007 13:40, Dirk Bartley wrote:
> On Sun, 2007-09-02 at 15:16 +0200, Kern Sibbald wrote:
> > On Thursday 23 August 2007 14:10, Dirk H Bartley wrote:
> > > Is it showing up with a capitol D?? I'm looking at how I'm parsing out
> > > the directory and in my environment I've on
Hi,
It's why we provide the bwild tool... If you are using something
special, you can validate your expression with this tool.
I have run the testfnm regress tool from the glibc with the old bacula
version, and more than one tests are failing...
[ 3] a[/]b matches a/b -> FAIL
[ 5] * matches
Kern Sibbald wrote:
> Hello,
>
> You would think that wild cards (fnmatch) are well known and that they work
> the same on all systems. Apparently not.
>
> On GNU clib systems,
>
> fnmatch("a*b/*", "abbb/.x", FNM_PATHNAME|FNM_PERIOD) returns fail
> (i.e. FN_NOMATCH).
>
> and on my vers
> I didn't realized that there were was to suppress the warning messages
> other than using the E`...` syntax. I suspect that enabling
> standard_conforming_strings is the way to go ...
>
> Thanks :-)
>
> Regards,
>
> Kern
It is the way to go, as it will be the 'standard' way of doing things in a
Hello,
You would think that wild cards (fnmatch) are well known and that they work
the same on all systems. Apparently not.
On GNU clib systems,
fnmatch("a*b/*", "abbb/.x", FNM_PATHNAME|FNM_PERIOD) returns fail
(i.e. FN_NOMATCH).
and on my version of the BSD fnmatch.c it returns succes
> On Sat, 1 Sep 2007 12:15:50 +0200, Kern Sibbald said:
>
> Hello,
>
> In starting to eliminate the current makepath code used the make a full path
> for restore, I rewrote save-cwd.c, which saves and restores the current
> working directory. Two things occurred to me:
>
> 1. This code is
> On Sat, 01 Sep 2007 11:44:03 +0200, Marc Cousin said:
>
> I think you're trying to solve a fake problem here :
> PQescapeStringConn does the job as required, there is no problem except a
> warning.
>
> The reason for this is the following :
> You're asking postgresql to :
> - Use non-stand
On Sun, 2007-09-02 at 15:16 +0200, Kern Sibbald wrote:
> On Thursday 23 August 2007 14:10, Dirk H Bartley wrote:
> > Is it showing up with a capitol D?? I'm looking at how I'm parsing out
> > the directory and in my environment I've only seen d:/ with a lower case
> > drive letter. If yours is sh
17 matches
Mail list logo