Re: [Bacula-devel] Typo fix for tips.tex -> fix wrong default value for max concurrent jobs

2007-08-13 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 13.08.07 um 23:48 Uhr: > On Monday 13 August 2007 23:39, Marc Schiffbauer wrote: > > Hi Kern, > > > > attached patch fixes the default value. Please apply. > > > > The only problem is that the document is correct. :-) No. Not really: src/stored/stored_conf.c: {"maximumc

Re: [Bacula-devel] Compiler for BAT

2007-08-13 Thread Kern Sibbald
On Monday 13 August 2007 18:11, Allan Black wrote: > The C/C++ compiler selected by configure isn't being propagated > to qt-console/Makefile. I'm building Bacula 2.2.0 on Solaris. > Configure (correctly) determines that the C compiler is > /usr/sfw/bin/gcc and C++ is /usr/sfw/bin/g++. > > However,

Re: [Bacula-devel] finding qt for Bat on FreeBSD

2007-08-13 Thread Dan Langille
On 13 Aug 2007 at 20:06, Martin Simmons wrote: > > On Mon, 13 Aug 2007 13:37:28 -0400, Dan Langille said: > > > > I'm trying to build Bat on FreeBSD. What configure options did you > > use? I have: > > > > --enable-bat > > --with-qwt=/usr/lib Offlist, and I discovered myself, that this n

Re: [Bacula-devel] Typo fix for tips.tex -> fix wrong default value for max concurrent jobs

2007-08-13 Thread Kern Sibbald
On Monday 13 August 2007 23:39, Marc Schiffbauer wrote: > Hi Kern, > > attached patch fixes the default value. Please apply. > > -Marc The only problem is that the document is correct. :-) - This SF.net email is sponsored by:

[Bacula-devel] Typo fix for tips.tex -> fix wrong default value for max concurrent jobs

2007-08-13 Thread Marc Schiffbauer
Hi Kern, attached patch fixes the default value. Please apply. -Marc --- manual/tips.tex.orig2007-08-13 23:35:39.971187322 +0200 +++ manual/tips.tex 2007-08-13 23:35:57.480280066 +0200 @@ -990,7 +990,7 @@ Additionally the File daemon, and the Storage daemon each have their own {\bf

Re: [Bacula-devel] finding qt for Bat on FreeBSD

2007-08-13 Thread Kern Sibbald
On Monday 13 August 2007 21:06, Martin Simmons wrote: > > On Mon, 13 Aug 2007 13:37:28 -0400, Dan Langille said: > > > > I'm trying to build Bat on FreeBSD. What configure options did you > > use? I have: > > > > --enable-bat > > --with-qwt=/usr/lib > > > > > > I have qt4-4.3.0 installed. > >

Re: [Bacula-devel] bacula-doc-2.2.0

2007-08-13 Thread Kern Sibbald
On Monday 13 August 2007 22:33, Hederer Jean-Sébastien wrote: > this package lacks manual-de and manual-fr. Makefile has got references > at least to manual-de. make unsuccessful. The package is already built but for the English version only, which is the only complete manual. This saves distro

[Bacula-devel] bacula-doc-2.2.0

2007-08-13 Thread Hederer Jean-Sébastien
this package lacks manual-de and manual-fr. Makefile has got references at least to manual-de. make unsuccessful. -- Jean-Sébastien Hederer - Gérant ASPerience Conseil, intégration, hébergement de systèmes informatiques spécialisé en solutions logiciel libre de gestion d'entreprise Mob.: 06 69

Re: [Bacula-devel] finding qt for Bat on FreeBSD

2007-08-13 Thread Martin Simmons
> On Mon, 13 Aug 2007 13:37:28 -0400, Dan Langille said: > > I'm trying to build Bat on FreeBSD. What configure options did you > use? I have: > > --enable-bat > --with-qwt=/usr/lib > > > I have qt4-4.3.0 installed. Note: (equal "qt" "qwt") => nil __Martin -

[Bacula-devel] finding qt for Bat on FreeBSD

2007-08-13 Thread Dan Langille
I'm trying to build Bat on FreeBSD. What configure options did you use? I have: --enable-bat --with-qwt=/usr/lib I have qt4-4.3.0 installed. -- Dan Langille - http://www.langille.org/ Available for hire: http://www.freebsddiary.org/dan_langille.php ---

Re: [Bacula-devel] Password for restore

2007-08-13 Thread Michel Meyers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mateusz Ezlakowski wrote: > Thanks Michael! > I tried using it, but after testing it seems that bacula restores the > files even without the key (i backed up everything using the example data > configuration, moved keys to different catalogs and then r

[Bacula-devel] Compiler for BAT

2007-08-13 Thread Allan Black
The C/C++ compiler selected by configure isn't being propagated to qt-console/Makefile. I'm building Bacula 2.2.0 on Solaris. Configure (correctly) determines that the C compiler is /usr/sfw/bin/gcc and C++ is /usr/sfw/bin/g++. However, BAT tries to use cc and CC respectively for the C and C++ com

Re: [Bacula-devel] outdated directory names in src: qt-console, wx-console, gnome-console

2007-08-13 Thread Dan Langille
On 13 Aug 2007 at 16:55, Marc Schiffbauer wrote: > Hi all, > > wouldn't it be the time now to "svn move" the three directories to > make the source tree reflect the name changes to the tools? > > srv/qt-console-> srv/bat > srv/wx-console-> srv/bwx-console > srv/gnome-console -> srv bgnom

Re: [Bacula-devel] outdated directory names in src: qt-console, wx-console, gnome-console

2007-08-13 Thread Kern Sibbald
On Monday 13 August 2007 16:55, Marc Schiffbauer wrote: > Hi all, > > wouldn't it be the time now to "svn move" the three directories to > make the source tree reflect the name changes to the tools? > > srv/qt-console-> srv/bat > srv/wx-console-> srv/bwx-console > srv/gnome-console -> srv b

[Bacula-devel] outdated directory names in src: qt-console, wx-console, gnome-console

2007-08-13 Thread Marc Schiffbauer
Hi all, wouldn't it be the time now to "svn move" the three directories to make the source tree reflect the name changes to the tools? srv/qt-console-> srv/bat srv/wx-console-> srv/bwx-console srv/gnome-console -> srv bgnome-console svn supports renaming directories unlike cvs! -Marc -

Re: [Bacula-devel] developers.pdf

2007-08-13 Thread Kern Sibbald
On Monday 13 August 2007 15:48, Dan Langille wrote: > I notice that developers.pdf is no longer included with the Bacula > docs. If that's intentional, no worries. I'm just raising it in > case it was accidental. Yes, it is intentional, I recently stripped the bacula-docs down as much as I coul

[Bacula-devel] developers.pdf

2007-08-13 Thread Dan Langille
I notice that developers.pdf is no longer included with the Bacula docs. If that's intentional, no worries. I'm just raising it in case it was accidental. -- Dan Langille - http://www.langille.org/ Available for hire: http://www.freebsddiary.org/dan_langille.php ---

Re: [Bacula-devel] thanks!

2007-08-13 Thread Kern Sibbald
Hello, I'm copying this to the lists, because they will probably be interested in this. On Monday 13 August 2007 03:50, Bachman Kharazmi wrote: > Hi Kern > First I would like to thank you for good software! > I've been a bacula user for a few days, and I'm really impressed so far. > It's very we