Re: [Bacula-devel] Which docs to update?

2008-02-20 Thread Kern Sibbald
On Monday 18 February 2008 23.22:28 Dan Langille wrote: > We have two sets of docs now... the old and the new. Where should > we be updating? I've been updating the old for now If there is something critical for the old doc in the Branch-2.2, it might be nice to update it as there will prob

Re: [Bacula-devel] Pre-alpha version of Bacula plugins working

2008-02-20 Thread Kern Sibbald
On Tuesday 19 February 2008 23.13:04 John Stoffel wrote: > Kern> Mark today in your calendar. Bacula just did its first backup > Kern> and restore of a MySQL database using a plugin. I did it with > Kern> using a simplistic "pipe" plugin. > > Congrats! > > Kern> The operation consisted of adding

Re: [Bacula-devel] Bacula 2.2.8 segfaulting with multiple autochangers

2008-02-20 Thread Kern Sibbald
Hello, I would suggest that you start by reading www.bacula.org -> Support and then asking for help on the support list. Off hand, I would say that you build was perhaps broken, but most likely you just have your bacula-sd.conf file incorrectly configured, and we don't deal with those issues o

Re: [Bacula-devel] empty Filename

2008-02-20 Thread Kern Sibbald
On Tuesday 19 February 2008 15.40:07 Jean-Sébastien Hederer wrote: > Hi, > > We found that for there is a line in "Filename" table who has an empty > "Name". It seems this is a feature because bweb searches it in > "brestore.pl": > "SELECT FilenameId FROM Filename WHERE Name = ''" (line 2414) > > b

Re: [Bacula-devel] Bacula 2.2.8 segfaulting with m ultiple autochangers

2008-02-21 Thread Kern Sibbald
t the *best* procedure is to open a bug report (see www.bacula.org -> Bug Reports), even more so if you do not have a solution or patch. Kern > > On Wed, 2008-02-20 at 23:20 +0100, Kern Sibbald wrote: > > Hello, > > > > I would suggest that you start by reading ww

Re: [Bacula-devel] Pre-alpha version of Bacula plugins working

2008-02-21 Thread Kern Sibbald
On Thursday 21 February 2008 20.57:08 John Stoffel wrote: > >>>>> "Kern" == Kern Sibbald <[EMAIL PROTECTED]> writes: > > Kern> On Tuesday 19 February 2008 23.13:04 John Stoffel wrote: > Kern> Mark today in your calendar. Bacula just did its fir

Re: [Bacula-devel] backup levels - Base not used for future diffs

2008-02-21 Thread Kern Sibbald
On Monday 18 February 2008 16.42:49 Dan Langille wrote: > This was reported to me on IRC > > If you run a BASE level job, it is actually run as a FULL. > > However, that FULL will not be recognized by a DIFF job. The DIFF > job will use a previous FULL, not the one run as a BASE. > > Is this inten

Re: [Bacula-devel] Pre-alpha version of Bacula plugins working

2008-02-22 Thread Kern Sibbald
Hello, Thanks for your comments and the encouragement :-) see below for more: On Friday 22 February 2008 09.05:35 Bastian Friedrich wrote: > Kern, > > On Thursday 14 February 2008, Kern Sibbald wrote: > > Mark today in your calendar. Bacula just did its first backup and > &g

Re: [Bacula-devel] backup levels - Base not used for future diffs

2008-02-22 Thread Kern Sibbald
On Friday 22 February 2008 09.24:42 Ralf Gross wrote: > Kern Sibbald schrieb: > > On Monday 18 February 2008 16.42:49 Dan Langille wrote: > > > This was reported to me on IRC > > > > > > If you run a BASE level job, it is actually run as a FULL. > &

Re: [Bacula-devel] Feature Request: Backup and Restore of Windows Encrypted Files through raw encryption functions

2008-02-22 Thread Kern Sibbald
Thanks, I have added this to the projects file. Kern On Friday 22 February 2008 11.54:43 [EMAIL PROTECTED] wrote: > Item 1: Backup and Restore of Windows Encrypted Files through raw > encryption functions > > Origin: Michael Mohr, SAG > > Date: 22 February 2008 > > Status: > > What: M

Re: [Bacula-devel] backup levels - Base not used for future diffs

2008-02-22 Thread Kern Sibbald
On Friday 22 February 2008 14.38:51 Dan Langille wrote: > Ralf Gross wrote: > > Kern Sibbald schrieb: > >> On Monday 18 February 2008 16.42:49 Dan Langille wrote: > >>> This was reported to me on IRC > >>> > >>> If you run a BASE level job, i

Re: [Bacula-devel] [Bacula-users] Redundant Run in Schedule

2008-02-22 Thread Kern Sibbald
On Friday 22 February 2008 15.44:56 Bastian Friedrich wrote: > Hi, > > On Wednesday 20 February 2008, Bastian Friedrich wrote: > > when configuring multiple "Run"s in a schedule that occur at the same > > time, they are run sequentially: > > Run = Full Pool = PoolSpecial w01 mon at 8:00 > > Run

Re: [Bacula-devel] libdbi backend to catalog database

2008-02-23 Thread Kern Sibbald
On Saturday 23 February 2008 03.07:05 João Henrique Freitas wrote: > Very good notice > > On Fri, Feb 22, 2008 at 2:42 PM, Kern Sibbald <[EMAIL PROTECTED]> wrote: > > Hello João, > > > > I had a few problems integrating your patch into the SVN trunk, but it >

Re: [Bacula-devel] Movement detection and funding

2008-02-23 Thread Kern Sibbald
Hello, On Saturday 23 February 2008 08.02:45 John Enok Vollestad wrote: > The following is a showstopper for what I want to use Bacula for at work: > > Item: 1 Accurate restoration of renamed/deleted files > > Since comercial alternatives is far from cheap it might be less > expensive to fund

[Bacula-devel] Improving job scheduling flexibility

2008-02-23 Thread Kern Sibbald
Hello, As you know, current job scheduling has a few deficiencies, particular if for some reason your backups get blocked (a bad tape driver or operator intervention required), which can lead to a big pile of duplicate jobs being scheduled. We have previously discussed ways of fixing this, wit

Re: [Bacula-devel] Movement detection and funding

2008-02-23 Thread Kern Sibbald
On Saturday 23 February 2008 13.20:56 John Enok Vollestad wrote: > Kern Sibbald wrote: > > Hello, > > > > On Saturday 23 February 2008 08.02:45 John Enok Vollestad wrote: > >> The following is a showstopper for what I want to use Bacula for at > >> work: >

Re: [Bacula-devel] libdbi backend to catalog database

2008-02-24 Thread Kern Sibbald
Hello João, On Sunday 24 February 2008 20.43:54 João Henrique Freitas wrote: > Hello, > > > > > > 2- Review the options ./configure --with-dbi > > > > What needs reviewing here? > > > > > > > 3- To solve/review the make install when ./configure --with-dbi. > > > > > Currently,the database s

Re: [Bacula-devel] libdbi backend to catalog database

2008-02-24 Thread Kern Sibbald
On Sunday 24 February 2008 21.24:21 Jacek Konieczny wrote: > On Sun, Feb 24, 2008 at 09:02:59PM +0100, Kern Sibbald wrote: > > I think you should add a new configure option: > > > > --with-dbi-driver=xxx > > > > this will be a bit complicated, because you will n

Re: [Bacula-devel] libdbi backend to catalog database

2008-02-24 Thread Kern Sibbald
can keep your DBI type ... Kern PS: Don't hesitate to ask if you need help. Modifying such varables or adding a new one is quite easy for me ... > > Thanks > > On Sun, Feb 24, 2008 at 5:24 PM, Jacek Konieczny <[EMAIL PROTECTED]> wrote: > > On Sun, Feb 24, 2008 at 09:

Re: [Bacula-devel] [Bacula-users] Redundant Run in Schedule

2008-02-25 Thread Kern Sibbald
On Monday 25 February 2008 10.45:16 Bastian Friedrich wrote: > Hi, > > I'll keep my answer on this subject short, as you are obviously currently > working on the topic in a larger scope; I'll add some comments on your new > thread on bacula-devel. > > On Friday 22 Fe

Re: [Bacula-devel] Reporting of regression tests

2008-02-25 Thread Kern Sibbald
On Monday 25 February 2008 14.18:52 Dan Langille wrote: > What I'd like to have is a system for reporting regression tests. > I'm seeking > volunteers to help design and maintain this system. I volunteer to > be the > project manager / overseer / gopher. Others can do the fun stuff: > coding, > e

Re: [Bacula-devel] Reporting of regression tests

2008-02-25 Thread Kern Sibbald
On Monday 25 February 2008 14.31:40 Frank Sweetser wrote: > Dan Langille wrote: > > What I'd like to have is a system for reporting regression tests. > > I'm seeking > > volunteers to help design and maintain this system. I volunteer to > > be the > > project manager / overseer / gopher. Others c

Re: [Bacula-devel] Improving job scheduling flexibility

2008-02-25 Thread Kern Sibbald
On Monday 25 February 2008 11.04:31 Bastian Friedrich wrote: > Hi, > > On Saturday 23 February 2008, Kern Sibbald wrote: > > My current idea is to create a new "DuplicateJobs" resource and a new > > Duplicate Jobs directive which would point to the duplicate jobs &

Re: [Bacula-devel] [Bacula-users] Improving job scheduling flexibility

2008-02-25 Thread Kern Sibbald
On Monday 25 February 2008 18.47:50 [EMAIL PROTECTED] wrote: > In the message dated: Sat, 23 Feb 2008 12:40:43 +0100, > Kern Sibbald used the subject line > <[Bacula-users] Improving job scheduling flexibility> > and wrote: > > => Hello, > => > => As

Re: [Bacula-devel] [Bacula-users] Improving job scheduling flexibility

2008-02-25 Thread Kern Sibbald
On Monday 25 February 2008 22.07:06 Arno Lehmann wrote: > Hi, > > 25.02.2008 18:47, [EMAIL PROTECTED] wrote: > > In the message dated: Sat, 23 Feb 2008 12:40:43 +0100, > > Kern Sibbald used the subject line > > <[Bacula-users] Improving job schedul

Re: [Bacula-devel] Reporting of regression tests

2008-02-25 Thread Kern Sibbald
On Monday 25 February 2008 21.42:00 Frank Sweetser wrote: > Kern Sibbald wrote: > > On Monday 25 February 2008 14.31:40 Frank Sweetser wrote: > >> IIRC, wasn't Kern already talking about transitioning the build system > >> away from automake to cmake? > > >

Re: [Bacula-devel] Reporting of regression tests

2008-02-26 Thread Kern Sibbald
hook it up with the Kitware public dashboard. If that works, we'll see if Dan can get our own dashboard installed for us :-) Best regards, Kern On Tuesday 26 February 2008 04.24:48 Frank Sweetser wrote: > Kern Sibbald wrote: > >> of tests by hand with a manually generated co

Re: [Bacula-devel] [Bacula-users] Improving job schedulingflexibility

2008-02-26 Thread Kern Sibbald
On Tuesday 26 February 2008 17.45:23 David Boyes wrote: > > > => Job Proximity = (0) > > > => Finally Job Proximity is to allow a bit of overlap. For example, > > if > > > a > > > > > job has => been running 20 minutes or ran 20 minutes ago, you might > > want > > > to > > > > > not apply => t

Re: [Bacula-devel] FW: s390-unknown-linux-gnu --- rpmbuild of Bacula.

2008-02-26 Thread Kern Sibbald
Thanks, I have applied your patch and released a new version of depkgs, which also has the latest version of SQLite. Kern On Monday 11 February 2008 23.03:51 David Boyes wrote: > Problem reported elsewhere with compiling Bacula from source RPM on > zSeries Linux in 64-bit mode. Patch attached to

Re: [Bacula-devel] Patch: Migration jobmedia table insert incomplete

2008-02-26 Thread Kern Sibbald
On Tuesday 26 February 2008 17.48:05 Peter Much wrote: > <[EMAIL PROTECTED]> aka Kern Sibbald schrieb > mit Datum Sun, 10 Feb 2008 10:11:26 +0100 in m2n.bacula.devel: > > Hello Kern, > > reporting back. There were soem things that kept me occupied, so > sorry for t

Re: [Bacula-devel] Reporting of regression tests

2008-02-27 Thread Kern Sibbald
On Wednesday 27 February 2008 00.34:09 Michael Short wrote: > How will this all effect Windows regression tests? No -- at least not yet ... if and when it does, we will discuss it. Kern - This SF.net email is sponsored by:

Re: [Bacula-devel] Improving job schedulingflexibility

2008-02-27 Thread Kern Sibbald
On Wednesday 27 February 2008 12.25:55 Carsten Menke wrote: > Arno Lehmann wrote: > > ... as it is, if you need that feature it's easily done - see Dan's > > example. It's not a very pressing issue anyway. Given that, I assume > > it's very unlikely that one of the regular developers spends much ti

Re: [Bacula-devel] libdbi backend to catalog database

2008-02-27 Thread Kern Sibbald
Hello João, I've applied your patch and it is now in the SVN. Many thanks. Best regards, Kern On Tuesday 26 February 2008 01.29:17 João Henrique Freitas wrote: > Hello, > > Kern, this patch fix the make install question without break things. > > So far only mysql and postgresql. > > ./configu

Re: [Bacula-devel] Regression Tests Patch: tests/accurate-test

2008-02-27 Thread Kern Sibbald
Hello, Thanks. I've applied your patch :-) Best regards, Kern On Wednesday 27 February 2008 14.57:50 Allan Black wrote: > Hi, > > Just run the regression tests on Solaris, and tests/accurate-test > generated a few error messages. The script has some ksh/bash-isms, > which do not work with the

Re: [Bacula-devel] CTest testers needed

2008-02-28 Thread Kern Sibbald
On Thursday 28 February 2008 12.52:35 Allan Black wrote: > The second patch (fix-update-ctest.diff) looks as if it has already > been applied to SVN - is that correct? Yes, I have applied it. Kern > > Also, scripts/update-ctest.in (and the patch) contain this code: > > if [ -d build ] ; then >

Re: [Bacula-devel] CTest testers needed

2008-02-28 Thread Kern Sibbald
On Thursday 28 February 2008 13.01:19 Frank Sweetser wrote: > Allan Black wrote: > > Dan's patch was identical to yours, except it contained: > > > > if [ ! -d build ] ; then > > > > Which is correct? > > Dan's patch is, I simply attached the wrong version in email. I've also applied it to the SVN

Re: [Bacula-devel] CTest testers needed

2008-02-28 Thread Kern Sibbald
Hello, I have tweaked the cool new Dart code developed by Frank just a bit to add the Bacula version to the BuildName line, so before running ctest again, you must do: scripts/do_sed I've also added ./nightly-all which does all the regression tests including the tape tests, and it turns on

Re: [Bacula-devel] CTest testers needed

2008-02-28 Thread Kern Sibbald
On Thursday 28 February 2008 19.21:56 Frank Sweetser wrote: > Kern Sibbald wrote: > > Hello, > > > > I have tweaked the cool new Dart code developed by Frank just a bit to > > add the Bacula version to the BuildName line, so before running ctest > > again, yo

Re: [Bacula-devel] CTest testers needed

2008-02-29 Thread Kern Sibbald
On Friday 29 February 2008 01.29:19 Frank Sweetser wrote: > Kern Sibbald wrote: > >>> which does all the regression tests including the tape tests, and it > >>> turns on REGRESS_DEBUG so that the full output should be available. > >> > >> Heh. I was ab

Re: [Bacula-devel] Patch: Update Volume Command

2008-02-29 Thread Kern Sibbald
On Friday 29 February 2008 00.33:23 Allan Black wrote: > Eric Bollengier wrote: > > Good idea, but it would be much greater if this option was available in > > user interface (menu). Direct command line is always > > optional/obscure/undocumented. > > > > We can imagine something like > > > > updat

[Bacula-devel] Bacula regression

2008-02-29 Thread Kern Sibbald
Hello Frank, I have now, applied your patch, created regress.bacula.org and pointed to your Dart setup, and committed it all. I've also separated the configuration of Dart into a separate script because it failed on a clean system when "make setup" had not previously been called. I think we m

Re: [Bacula-devel] [Fwd: Re: bacula : about the bacula.spec form rpms]

2008-03-03 Thread Kern Sibbald
age > From: Scott Barninger <[EMAIL PROTECTED]> > To: Bruno Friedmann <[EMAIL PROTECTED]> > Cc: Kern Sibbald <[EMAIL PROTECTED]> > Subject: Re: bacula : about the bacula.spec form rpms > Date: Sat, 01 Mar 2008 06:55:49 -0500 > > Hello Bruno, > >

Re: [Bacula-devel] Bacula regression

2008-03-03 Thread Kern Sibbald
On Friday 29 February 2008 16.59:25 Allan Black wrote: > Kern Sibbald wrote: > > I would appreciate it if everyone could try the latest SVN code. In > > general after pulling it down, you need to do a "make distclean" to get > > it to synchronize correctl

Re: [Bacula-devel] regression tests - accurate - 2.2

2008-03-03 Thread Kern Sibbald
On Monday 03 March 2008 17.20:05 Dan Langille wrote: > Hi, > > Any way to make sure that regression tests against 2.2 still pass? Yes, use the 2.2 regress directory -- see below for more. > > See > http://regress.bacula.org:8081/Bacula/Dashboard/Test?testname=.Test.all-non >-root%3Aaccurate-test&

Re: [Bacula-devel] [Bacula-users] [Fwd: Re: bacula : about the bacula.spec form rpms]

2008-03-03 Thread Kern Sibbald
On Monday 03 March 2008 20.29:09 Martin Simmons wrote: > >>>>> On Mon, 3 Mar 2008 11:48:37 +0100, Kern Sibbald said: > > > > Hello Scott, > > > > I've copied the bacula-users list because some people may not be aware of > > the problems they

Re: [Bacula-devel] [Fwd: Re: bacula : about th e bacula.spec formrpms]

2008-03-03 Thread Kern Sibbald
On Monday 03 March 2008 15.41:20 Frank Sweetser wrote: > David Boyes wrote: > >> There are standards such as FHS, and these are good and useful for > > > > most > > > >> programs, but they really do a big disservice to Bacula users when we > > > > are > > > >> dealing with recovery. If you spread

Re: [Bacula-devel] [Bacula-users] [Fwd: Re: bacula : about the bacula.spec form rpms]

2008-03-03 Thread Kern Sibbald
On Monday 03 March 2008 22.00:23 Frank Sweetser wrote: > Kern Sibbald wrote: > >> If you do it by reinstalling the OS from normal distro media, then you > >> can also reinstall Bacula from rpms on a CD. > > > > As mentioned above, the binaries are not necessarily

Re: [Bacula-devel] [Bacula-users] [Fwd: Re: bacula : about the bacula.spec form rpms]

2008-03-03 Thread Kern Sibbald
On Monday 03 March 2008 22.15:37 Arno Lehmann wrote: > Hi. > > 03.03.2008 22:00, Frank Sweetser wrote: > > Kern Sibbald wrote: > >>> If you do it by reinstalling the OS from normal distro media, then you > >>> can also reinstall Bacula from rpms on a CD. >

Re: [Bacula-devel] [Fwd: Re: bacula : about the bac ula.spec formrpms]

2008-03-03 Thread Kern Sibbald
going to bring it up on several boxes so that I can test multiple distros ... > > On Mon, 2008-03-03 at 22:13 +0100, Kern Sibbald wrote: > > Everyone is perfectly free to put files where they want and regardless of > > what I recommend, they are going to continue to be installed on

Re: [Bacula-devel] libdbi backend to catalog database

2008-03-05 Thread Kern Sibbald
Hello, On Wednesday 05 March 2008 12.27:01 João Henrique Freitas wrote: > Hello Kern > > > OK, good luck. I hope dbi has the capabilities we need for batch insert > > -- I'm a bit worried that they won't have those kinds of more "advanced" > > features ... > > Don't worry, libdbi has support to

[Bacula-devel] Interesting Software comparison site

2008-03-07 Thread Kern Sibbald
Hello, You might be interested in checking out www.osalt.com. It matches up well known commercial software with Open Source alternatives, which is quite interesting. As you might imagine, Bacula is featured against Amanda in the Open Software side and Veritas NetBackup on the commercial side.

Re: [Bacula-devel] Autoloader issue (was: Patch: Migration jobmedia table insert incomplete)

2008-03-08 Thread Kern Sibbald
Hello, I am sorry, but this email is not something we cannot act on because: 1. The background is snipped, and the problem is not described sufficiently (see www.bacula.org -> Bugs for information; e.g. we don't even know what version of Bacula you are using). 2. Unfortunately your patch will

Re: [Bacula-devel] Autoloader issue (was: Patch: Migration jobmedia table insert incomplete)

2008-03-09 Thread Kern Sibbald
Hello, Please try the following patch (based on 2.2.8): Index: jobq.c === --- jobq.c (revision 6531) +++ jobq.c (working copy) @@ -478,7 +478,7 @@ */ if (jcr->acquired_resource_locks) { if

Re: [Bacula-devel] Compling fails on only one of my director's

2008-03-09 Thread Kern Sibbald
Hello Dirk, Nice for the client window ... I'll take a look at it shortly :-) Sorry, you ran into some *old* non-portable debug code that only recently has been used. I've fixed it (I think) and comitted the fix. If it is not fixed, please send me the output and I'll work on it some more ...

[Bacula-devel] Client status

2008-03-10 Thread Kern Sibbald
Hello Dirk, The client status page looks nice. Thanks. One additional feature that could be nice would be to have a refresh button ... or possibly a way to make it refresh at a particular interval as we have with the .messages command ... I've now made the first cut of a Storage status interfa

Re: [Bacula-devel] Plugins Work On Solaris

2008-03-11 Thread Kern Sibbald
Hello Allan, On Tuesday 11 March 2008 01.40:25 Allan Black wrote: > what more can I say? > > I did not have to change a line of the source code, it just > worked Nice. I *did* however change a couple of lines of code that were probably causing a failure on Solaris when executing the unloa

Re: [Bacula-devel] Plugins Work On Solaris

2008-03-11 Thread Kern Sibbald
On Tuesday 11 March 2008 10.37:56 Allan Black wrote: > Kern Sibbald wrote: > > Nice. I *did* however change a couple of lines of code that were > > probably causing a failure on Solaris when executing the unload plugin > > code when none existed. > > Yes, I had noticed

Re: [Bacula-devel] Bug report on wx-console win with bacula 2.2.8

2008-03-11 Thread Kern Sibbald
On Tuesday 11 March 2008 14.20:12 Adam Cécile wrote: > Hello Kern, > > I set up Bacula 2.2.8 a few days ago for a new customer and I > experienced a bug with the wx-console win32. It seems the console > doesn't parse well what bacula outputs when using the "restore tab". > > Could you please have a

Re: [Bacula-devel] Bug report on wx-console win with bacula 2.2.8

2008-03-12 Thread Kern Sibbald
ities. What seems strange to me is that you say that it works with the Debian bwx-console program -- can you explain that? Best regards, Kern On Wednesday 12 March 2008 08.49:24 Adam Cécile wrote: > Kern Sibbald a écrit : > > On Tuesday 11 March 2008 14.20:12 Adam Cécile wrote: &

Re: [Bacula-devel] Bug report on wx-console win with bacula 2.2.8

2008-03-12 Thread Kern Sibbald
you make corresponding changes in the bwx-console program. Best regards, Kern On Wednesday 12 March 2008 08.49:24 Adam Cécile wrote: > Kern Sibbald a écrit : > > On Tuesday 11 March 2008 14.20:12 Adam Cécile wrote: > >> Hello Kern, > >> > >> I set up B

Re: [Bacula-devel] Bug report on wx-console win with bacula 2.2.8

2008-03-12 Thread Kern Sibbald
On Wednesday 12 March 2008 11.05:30 Adam Cécile wrote: > Kern Sibbald a écrit : > > Hello, > > > > At this point, I recommend that you submit a bug report to > > bugs.bacula.org. Please make sure the instructions for reproducing the > > problem are clear (they ma

[Bacula-devel] SVN considered unstable

2008-03-12 Thread Kern Sibbald
Hello, This is just to advise you that the SVN should be considered unstable -- I have recently made several changes that are unstable. Best regards, Kern - This SF.net email is sponsored by: Microsoft Defy all challenges.

Re: [Bacula-devel] Instalation Bacula on AIX

2008-03-14 Thread Kern Sibbald
Hello, For the future, please read www.bacula.org -> Support on how to get support. Sending an email to the address you used is not appropriate. The problem is quite easily fixed by replacing line 47 of file /src/lib/bsys.c with something like: initgroups(const char*, gid_t); Best regards,

[Bacula-devel] Win32 build

2008-03-15 Thread Kern Sibbald
Hello, If any of you are doing Win32 builds on the SVN trunk, please be advised that I recently upgraded the wxWidgets version, so to make the build work, you must either rebuild all of the depkgs-mingw32, or simply do the following: cd /src/win32 ./build-depkgs-mingw32 wx If you want to do

Re: [Bacula-devel] jcr->client->FDport

2008-03-16 Thread Kern Sibbald
On Saturday 15 March 2008 16:25:13 Petar Bogdanovic wrote: > Hi, > > in order to backup multiple client simultaneously over a ssh-tunnel, the > director should be able to pass FDPort to RunBeforeJob. I'm thinking > about implementing something like %p which later would be substituted by > the port

Re: [Bacula-devel] Bug report on wx-console win with bacula 2.2.8

2008-03-17 Thread Kern Sibbald
See: www.bacula.org -> Bug Reports for details. Best regards, Kern On Wednesday 12 March 2008 14:13:24 Adam Cécile wrote: > Kern Sibbald a écrit : > > On Wednesday 12 March 2008 11.05:30 Adam Cécile wrote: > >> Kern Sibbald a écrit : > >>> Hello, > >

Re: [Bacula-devel] libdbi backend to catalog database

2008-03-17 Thread Kern Sibbald
On Wednesday 12 March 2008 12:15:21 João Henrique Freitas wrote: > Hello, > > I found some memory leaks in dbic.c. In regression tests, bacula > always report buffers not release allocates in dbi.c after run tests. > > Comparing to postgresql.c I have some doubts. > > Every call of PQgetvalue is re

Re: [Bacula-devel] New option: Max Sched Run Time

2008-03-19 Thread Kern Sibbald
On Friday 14 March 2008 22:51:24 Eric Bollengier wrote: > Hi, > > I want to add a new option to job time control. At this time, we have > 3 of them. > > Max Start Delay = > The time specifies the maximum delay between the scheduled time and the > actual start time for the Job. > > Max Run Time =

[Bacula-devel] Bacula Status

2008-03-19 Thread Kern Sibbald
Hello, We would like to bring you up to date on a number of subjects: 1. Testimonials 2. Regression dashboard 3. Bugs and version 2.2.x 4. Development and the next version (probably 3.0.0) 5. Misc 1. Testimonials: As you can imagine having testimonials is an important aspect for spreading the u

Re: [Bacula-devel] Prefer Mounted Volumes

2008-03-20 Thread Kern Sibbald
Do you have an Autochanger or are you talking about two separate drives? Some of what you write is very sketchy and hard to understand, mostly because you did not include any actual output that shows what you are trying to describe. If you are talking about separate drives, you are asking for s

Re: [Bacula-devel] Pre-alpha version of Bacula plugins working

2008-03-20 Thread Kern Sibbald
Hello, Just to let you know that I have received your patch and will be looking at it carefully in the near future ... I have been a bit overloaded lately (switched back from development to bugs and getting version 2.2.9 out), but I appreciate your contribution :-) Kern On Wednesday 12 March

Re: [Bacula-devel] Feature request: "minimum spool size" setting

2008-03-21 Thread Kern Sibbald
On Friday 21 March 2008 22:06:21 David Boyes wrote: > Rather than putting any more work into the current spooling code, > wouldn't it be more productive to modify the migration code to do > threshold-based triggers? That would be generally useful, and replace > the current spooling code with someth

Re: [Bacula-devel] [Bacula-users] Redundant Run in Schedule

2008-03-22 Thread Kern Sibbald
e fix. Best regards, Kern On Monday 25 February 2008 12:03:21 Bastian Friedrich wrote: > On Monday 25 February 2008, Kern Sibbald wrote: > > > > 2. The current list of Run directives are essentially ANDed. That is > > > > Bacula will walk down the list and schedule a

Re: [Bacula-devel] sql query with PathId=0 during verify job

2008-03-24 Thread Kern Sibbald
On Monday 24 March 2008 20:17:05 Ralf Gross wrote: > Hi, > > while trying to debug the bsock errors that I get during some verify > jobs, I found something interesting in the fd's debug file (-d100). This is a good idea. > > A verify job of the same jobid (diff backup from sunday) first > failed

Re: [Bacula-devel] sql query with PathId=0 during verify job

2008-03-24 Thread Kern Sibbald
Hello Ralf, I just took my dog out for his late night run. The nice thing about that is that it gave me a chance to think about your problem given your new information, and I now am about 95% sure I now know what is going wrong. The FFFA you are seeing is a negative integer, as I previou

Re: [Bacula-devel] sql query with PathId=0 during verify job

2008-03-24 Thread Kern Sibbald
On Monday 24 March 2008 22:24:54 Frank Sweetser wrote: > Kern Sibbald wrote: > > On Monday 24 March 2008 20:17:05 Ralf Gross wrote: > >> Hi, > >> > >> while trying to debug the bsock errors that I get during some verify > >> jobs, I found someth

Re: [Bacula-devel] sql query with PathId=0 during verify job

2008-03-24 Thread Kern Sibbald
On Monday 24 March 2008 23:28:07 Ralf Gross wrote: > Kern Sibbald schrieb: > > I just took my dog out for his late night run. The nice thing about that > > is that it gave me a chance to think about your problem given your new > > information, and I now am about 95% sure I n

Re: [Bacula-devel] sql query with PathId=0 during verify job

2008-03-25 Thread Kern Sibbald
On Tuesday 25 March 2008 09:09:19 Ralf Gross wrote: > Kern Sibbald schrieb: > > On Monday 24 March 2008 23:28:07 Ralf Gross wrote: > > > > The workaround is either to turn off heartbeat in your FD for your > > > > Verify jobs (not possible on a job by job basis)

[Bacula-devel] Bacula BETA 2.2.9-b1 released to Source Forge

2008-03-25 Thread Kern Sibbald
Hello, I have just released the first BETA version of Bacula 2.2.9 (named 2.2.9-b1) as well as the Win32 binaries to Source Forge. I am releasing it first as a beta release because it contains a large number of changes and a backport of a lot of fixes for the Storage daemon reservation system.

[Bacula-devel] Bacula BETA 2.2.9-b2 released

2008-03-25 Thread Kern Sibbald
Hello, Well Bacula BETA 2.2.9-b1 was probably the shortest lived release ever. :-( Eric Bollengier found a serious error (not properly tested in the regression scripts, but will be soon) and quickly sent a patch -- bravo Eric! :-) So, I have release 2.2.9-b2 which contains the patch plus bet

[Bacula-devel] Accurate file project hash tables

2008-03-25 Thread Kern Sibbald
Hello Eric, Background (somewhat simplified): The Accurate delete/restore project (item #1) is now implemented (thanks to Eric). For it to work, the client machine must maintain a temporary table supplied by the Director for each job. This table contains all the files that are in the current b

Re: [Bacula-devel] Accurate file project hash tables

2008-03-25 Thread Kern Sibbald
On Tuesday 25 March 2008 19:07:45 David Boyes wrote: > Use a dbm-based lookaside cache to store the values for the indexes > keyed by the hash code. That will take a minimal amount of memory > (25-30K) and the hashes make useful unique keys; also scales for large > clients and small ones. > > Dbm h

Re: [Bacula-devel] Accurate file project hash tables

2008-03-25 Thread Kern Sibbald
On Tuesday 25 March 2008 19:48:02 David Boyes wrote: > > The problem with all "libraries" is either porting, which apparently > > with > > > dbm > > is not a problem, or the license. About the only license that works > > with > > > Bacula is the BSD 3 clause license. Can you point me to code that

Re: [Bacula-devel] Windows bacula-fd abend during a backup.

2008-03-25 Thread Kern Sibbald
On Tuesday 25 March 2008 19:58:00 Bob Hetzel wrote: > Hi all, > > This is with the 2.2.9-b2 beta candidate announced today, but similarly > affected backups on this computer with other versions. > > I've got a problem whereby bacula-fd abends in the middle of a backup. > This is on a windows Server

Re: [Bacula-devel] Accurate file project hash tables

2008-03-25 Thread Kern Sibbald
On Tuesday 25 March 2008 20:01:03 Peter Buschman wrote: > At 19:48 25.3.2008, David Boyes wrote: > > > The problem with all "libraries" is either porting, which apparently > > > >with > > > > > dbm > > > is not a problem, or the license. About the only license that works > > > >with > > > > > Bacu

Re: [Bacula-devel] Accurate file project hash tables

2008-03-25 Thread Kern Sibbald
On Tuesday 25 March 2008 20:21:58 Dan Langille wrote: > On Mar 25, 2008, at 6:29 PM, Martin Simmons wrote: > >>>>>> On Tue, 25 Mar 2008 14:23:17 -0400, Dan Langille said: > >> > >> On Mar 25, 2008, at 12:55 PM, Kern Sibbald wrote: > >>> What d

Re: [Bacula-devel] Accurate file project hash tables

2008-03-25 Thread Kern Sibbald
On Tuesday 25 March 2008 20:29:03 Eric Bollengier wrote: > On Tuesday 25 March 2008 20:01:03 Peter Buschman wrote: > > At 19:48 25.3.2008, David Boyes wrote: > > > > The problem with all "libraries" is either porting, which apparently > > > > > >with > > > > > > > dbm > > > > is not a problem, or t

Re: [Bacula-devel] Accurate file project hash tables

2008-03-25 Thread Kern Sibbald
On Tuesday 25 March 2008 21:41:09 Jesper Krogh wrote: > Kern Sibbald wrote: > > Hello Eric, > > > > Background (somewhat simplified): > > The Accurate delete/restore project (item #1) is now implemented (thanks > > to Eric). For it to work, the client machine mu

Re: [Bacula-devel] Accurate file project hash tables

2008-03-25 Thread Kern Sibbald
On Tuesday 25 March 2008 22:33:06 David Boyes wrote: > > SQlite is too big for just a hash usage, > > It is kind of swatting flies with atom bombs, yes. :-) > > > It's true that good libraries exist for this job. For example DB > > Berkeley > > > is > > present everywhere and the licence is compa

Re: [Bacula-devel] Accurate file project hash tables

2008-03-26 Thread Kern Sibbald
On Tuesday 25 March 2008 23:39:46 Martin Simmons wrote: > >>>>> On Tue, 25 Mar 2008 17:55:50 +0100, Kern Sibbald said: > > > > Hello Eric, > > > > Background (somewhat simplified): > > The Accurate delete/restore project (item #1) is now implem

Re: [Bacula-devel] Accurate file project hash tables

2008-03-26 Thread Kern Sibbald
On Tuesday 25 March 2008 23:56:16 Martin Simmons wrote: > >>>>> On Tue, 25 Mar 2008 17:55:50 +0100, Kern Sibbald said: > > > > As currently implemented this table is a hash table using the hash class > > that I wrote 3 or 4 years ago for this particular p

Re: [Bacula-devel] Accurate file project hash tables

2008-03-26 Thread Kern Sibbald
On Wednesday 26 March 2008 11:46:55 Martin Simmons wrote: > >>>>> On Wed, 26 Mar 2008 09:55:23 +0100, Kern Sibbald said: > > > > On Tuesday 25 March 2008 23:39:46 Martin Simmons wrote: > > > >>>>> On Tue, 25 Mar 2008 17:55:5

[Bacula-devel] regression ctest reorganization

2008-03-26 Thread Kern Sibbald
Hello, I recently purchased a rather big server (David would snicker at the "rather big") so that I can run Virtual Machines and do more testing without affecting my development work. Yesterday, I moved my test autochanger to that machine, and found that it is not possible to load from slot 1.

Re: [Bacula-devel] Accurate file project hash tables

2008-03-26 Thread Kern Sibbald
On Wednesday 26 March 2008 13:50:43 Peter Buschman wrote: > At 22:24 25.3.2008, Kern Sibbald wrote: > >We considered SQLite and rejected before starting the project because it > > is too big for what we need both in the size of the code and in its > >functionality. SQL

Re: [Bacula-devel] Windows bacula-fd abend during a backup.

2008-03-26 Thread Kern Sibbald
e only way to *guarantee* that the problem will be eventually resolved. Best regards, Kern On Wednesday 26 March 2008 14:23:30 Bob Hetzel wrote: > Kern Sibbald wrote: > > On Tuesday 25 March 2008 19:58:00 Bob Hetzel wrote: > >> Hi all, > >> > >> This is with

Re: [Bacula-devel] A bug in 2.2.8-jobmedia.patch?

2008-03-26 Thread Kern Sibbald
On Wednesday 26 March 2008 14:12:50 Tom Ivar Helbekkmo wrote: > There's definitely something fishy in the recording of start and > end blocks in the JOBMEDIA table. This is a snip from last night's > incremental run (still using 2.2.8 plus the four published patches, plus > my posted fix for the j

Re: [Bacula-devel] A bug in 2.2.8-jobmedia.patch?

2008-03-26 Thread Kern Sibbald
On Wednesday 26 March 2008 16:56:20 Tom Ivar Helbekkmo wrote: > Kern Sibbald <[EMAIL PROTECTED]> writes: > > This inefficiency has probably existed since day one, but I will check > > it, and in any case, will put it on my priority list to fix. > > Great! :) > >

Re: [Bacula-devel] regression ctest reorganization

2008-03-26 Thread Kern Sibbald
On Wednesday 26 March 2008 17:36:09 Frank Sweetser wrote: > Kern Sibbald wrote: > > If you are running only the nightly-disk or experimental-disk, you won't > > need to make many changes, only add a few more environment variables to > > your config file. If you are r

[Bacula-devel] Branch-2.2 regress updated

2008-03-27 Thread Kern Sibbald
Hello, This is just to let you know that I have backported the most recent changes I made to the trunk regression scripts (more control over tape drive usage) to the Branch-2.2. As a consequence, if you are using tapes for testing the 2.2.9 code, you must update your config file to have the fo

Re: [Bacula-devel] Tape Drives Race

2008-03-27 Thread Kern Sibbald
Hello, Unless I have misunderstood your description, I think this is a support problem, and so you should not really be writing to the bacula-users list unless they told you otherwise. Please see www.bacula.org -> Support If you are working without an autochanger and you set PreferMountedVolum

  1   2   3   4   5   6   7   8   9   10   >