Re: [Bacula-devel] Multiple fd plugins in one fileset: Restore problems

2008-10-06 Thread Kern Sibbald
On Monday 06 October 2008 10:35:00 Bastian Friedrich wrote: > Hello Kern, > > On Saturday 04 October 2008, Kern Sibbald wrote: > > Could you retry your plugin test? There were a couple of problems with > > calling the plugin close write subroutines that were almost surely the

Re: [Bacula-devel] [Bacula-users] Bacula Status

2008-10-06 Thread Kern Sibbald
d* a file/dir with that name. > > To make it more clearer, maybe one of the following: > > Ignore Dir Containing > Exclude Dir Containing > Ignore Dir Holding > Ignore Dir Holding > > Using the Exclude* syntax would keep it in line with current Bacula > naming conventions

Re: [Bacula-devel] Bacula Status

2008-10-06 Thread Kern Sibbald
On Monday 06 October 2008 15:42:27 Dan Langille wrote: > On Oct 6, 2008, at 5:33 AM, Kern Sibbald wrote: > > On Monday 06 October 2008 10:42:39 Kjetil Torgrim Homme wrote: > >> Kern Sibbald <[EMAIL PROTECTED]> writes: > >>> I think the best suggestion

Re: [Bacula-devel] Bacula Status

2008-10-06 Thread Kern Sibbald
On Monday 06 October 2008 15:53:24 Dan Langille wrote: > On Oct 6, 2008, at 9:50 AM, Kern Sibbald wrote: > > On Monday 06 October 2008 15:42:27 Dan Langille wrote: > >> On Oct 6, 2008, at 5:33 AM, Kern Sibbald wrote: > >>> On Monday 06 October 2008 10:42:39 Kjetil To

Re: [Bacula-devel] [Bacula-users] Fwd: Windows File daemon problems with VSS on 64 bit systems.

2008-10-06 Thread Kern Sibbald
On Monday 06 October 2008 17:07:01 Michael Da Cova wrote: > Hi Kern > > I did have a quick go at testing the client on a Vista 64bit AMD pc and I > get > > |-Original Message- > |06-Oct 15:53 -dir JobId 0: Fatal error: File daemon > |at "192.168.200.13

[Bacula-devel] Windows File daemon problems with VSS on 64 bit systems.

2008-10-06 Thread Kern Sibbald
st it is worth a try. You can download the binary from: http://www.sibbald.com/download/winbacula-2.4.3.exe Thanks for testing this, and I am keeping my fingers crossed. Best regards, Kern - This SF.Net email is sponsor

Re: [Bacula-devel] [Bacula-users] Bacula Status

2008-10-06 Thread Kern Sibbald
On Monday 06 October 2008 22:04:39 Martin Simmons wrote: > >>>>> On Mon, 6 Oct 2008 13:05:49 +0200, Kern Sibbald said: > > > > On Monday 06 October 2008 06:22:51 Troy Daniels wrote: > > > Hi, > > > > > > Not sure if this has been discus

Re: [Bacula-devel] bat for windows

2008-10-06 Thread Kern Sibbald
If you are interested in working on it, that would really be appreciated. Let me know, and perhaps later today or Wed, I can try building it here again to make sure there are no problems. I think building it is documented in one of the README.xxx files in src/w

Re: [Bacula-devel] bat for windows

2008-10-06 Thread Kern Sibbald
On Tuesday 07 October 2008 01:44:28 James Harper wrote: > > On Mon, Oct 6, 2008 at 6:33 PM, James Harper > > > > <[EMAIL PROTECTED]> wrote: > > > Can anyone offer a guess at the effort required to make bat build > > and > > > > run under windows? Is anyone working on this at the moment? > > > > htt

Re: [Bacula-devel] bat for windows

2008-10-06 Thread Kern Sibbald
et build Qt. We download the same version that is on our system, and during the cross compiling of bat we use the Linux headers for Qt. I'll take a look at the build process tomorrow, or perhaps Eric will have a moment or two today ... Kern --

Re: [Bacula-devel] bat for windows

2008-10-07 Thread Kern Sibbald
On Tuesday 07 October 2008 02:01:50 James Harper wrote: > > Those instructions don't quite work. > > > > './make-win32' gives me: > > > > Cannot find file: bat.pro.mingw32. > > make: Makefile.mingw32: No such file or directory > > make: *** No rule to make target `Makefile.mingw32'. Stop. > > > >

Re: [Bacula-devel] Alternative DB proposal

2008-10-07 Thread Kern Sibbald
roceed, we *may* need similar tests with MySQL, but that is not necessary for the moment. Regards, Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applica

Re: [Bacula-devel] bat for windows

2008-10-07 Thread Kern Sibbald
Hello, I have fixed the problems with building bat for Win32 (at least it builds fine here). Please svn update to the latest version of the trunk SVN, then following the instructions in src/qt-console/README.mingw32 taking care not to skip any steps. Regards, Kern

Re: [Bacula-devel] Missing file src/qt-console/bat.pro.mingw32.in SVN HEAD?

2008-10-07 Thread Kern Sibbald
On Tuesday 07 October 2008 12:36:16 Martin Simmons wrote: > The configure output ends with > > config.status: error: cannot find input file: > src/qt-console/bat.pro.mingw32.in > > I didn't pass the --enable-bat option. Yes, sorry. In my haste, I seem to have forgotten to add it, but Eric fixed

Re: [Bacula-devel] Regression 'make setup' broken in svn?

2008-10-07 Thread Kern Sibbald
On Tuesday 07 October 2008 16:04:34 Graham Keeling wrote: > On Tue, Oct 07, 2008 at 02:31:13PM +0100, Graham Keeling wrote: > > I've just been trying to build the regression tests from svn (checked out > > last night). > > The reason that I want to do this is that I've been trying out the > Virtual

Re: [Bacula-devel] Regression 'make setup' broken in svn?

2008-10-08 Thread Kern Sibbald
On Wednesday 08 October 2008 10:25:20 Graham Keeling wrote: > On Tue, Oct 07, 2008 at 06:41:13PM +0200, Kern Sibbald wrote: > > On Tuesday 07 October 2008 16:04:34 Graham Keeling wrote: > > > On Tue, Oct 07, 2008 at 02:31:13PM +0100, Graham Keeling wrote: > > > > I&#x

Re: [Bacula-devel] Regression 'make setup' broken in svn?

2008-10-08 Thread Kern Sibbald
Hello, The code I used didn't properly sort the JobIds because it was not needed by the subroutine in the previous code -- my mistake. So, it *should* now be fixed in the latest SVN. Thanks for doing such careful testing :-) Kern On Wednesday 08 October 2008 10:25:20 Graham Keeling

Re: [Bacula-devel] Bacula copy pools , volumes option

2008-10-08 Thread Kern Sibbald
s, please see: http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html Best regards, Kern > > Best regards, > > Tomasz > > -- > Dodaj strone www do katalogu. Pokaz ze

Re: [Bacula-devel] Bacula copy pools , volumes option

2008-10-08 Thread Kern Sibbald
On Wednesday 08 October 2008 18:04:27 Pasi Kärkkäinen wrote: > On Wed, Oct 08, 2008 at 03:31:42PM +0200, Kern Sibbald wrote: > > On Wednesday 08 October 2008 09:01:41 [EMAIL PROTECTED] wrote: > > > Hello, > > > > > > I'd like to ask if it is planed to im

Re: [Bacula-devel] Question on bpipe

2008-10-08 Thread Kern Sibbald
On Thursday 09 October 2008 01:28:40 David Boyes wrote: > Reading through the new features list, I like the bpipe stuff, but I > have some questions: > > > > It looks like there can be only one object name in the Plugin directive > line, and that it is fixed for each Plugin. Well, you might want

Re: [Bacula-devel] Regression 'make setup' broken in svn?

2008-10-10 Thread Kern Sibbald
thus not properly dealt with. Best regards, Kern PS: I will look at moving the code that generates the bsr file from the pre-run to the run section. On Thursday 09 October 2008 19:09:17 Graham Keeling wrote: > On Wed, Oct 08, 2008 at 03:39:43PM +0100, Graham Keeling wrote: > > On Wed

[Bacula-devel] Bacula version 2.4.3 ready

2008-10-10 Thread Kern Sibbald
Hello, This is to let you know that I will be releasing Bacula version 2.4.3 either later today or sometime on Saturday. If you are a tester, I would appreciate it if you would test the current Branch-2.4 code as in the SVN. Thanks. Best regards, Kern

[Bacula-devel] Virtual Full bsr problem

2008-10-10 Thread Kern Sibbald
Hello, This problem should now be fixed in the SVN. Best regards, Kern On Thursday 09 October 2008 19:09:17 Graham Keeling wrote: > On Wed, Oct 08, 2008 at 03:39:43PM +0100, Graham Keeling wrote: > > On Wed, Oct 08, 2008 at 03:27:57PM +0200, Kern Sibbald wrote: > > > The

[Bacula-devel] 2.4.3 Released

2008-10-10 Thread Kern Sibbald
Hello, Version 2.4.3 is now released to Source Forge. Regards, Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK &

[Bacula-devel] Bacula version 2.4.3 released to Source Forge

2008-10-11 Thread Kern Sibbald
. Best regards, Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Op

[Bacula-devel] Creation of Bacula Systems SA

2008-10-12 Thread Kern Sibbald
announcements and news about our commercial activities, and so that you can send feedback to our new company, Bacula Systems. Thank you for your interest and participation in the Bacula community. Sincerely, Kern Sibbald Bacula Project Leader

[Bacula-devel] Bacula Regression

2008-10-12 Thread Kern Sibbald
, and to those of you who run regression tests -- it is very important for the project. Best regards, Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

Re: [Bacula-devel] regression tests

2008-10-12 Thread Kern Sibbald
On Sunday 12 October 2008 20:22:20 Yuri Timofeev wrote: > Hi > > I run regression test. > How can I post the results on http://regress.bacula.org/? See regress/README.ctest Regards, Kern - This SF.

Re: [Bacula-devel] cmake

2008-10-12 Thread Kern Sibbald
On Sunday 12 October 2008 20:40:26 John Huttley wrote: > Congrats on your new company, Kern! > > Also I see you've discovered cmake et al. Yes, I have been interested in it for a long time. Unfortunately, it is not as portable as autotools. For example, there is no cmake rpm on R

Re: [Bacula-devel] cmake

2008-10-12 Thread Kern Sibbald
On Sunday 12 October 2008 21:32:22 Yuri Timofeev wrote: > Hi > > 2008/10/12 Kern Sibbald <[EMAIL PROTECTED]>: > > On Sunday 12 October 2008 20:40:26 John Huttley wrote: > >> Congrats on your new company, Kern! > >> > >> Also I see you've discov

[Bacula-devel] Modifications for the new CDash

2008-10-12 Thread Kern Sibbald
he information is there. Best regards, Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is

Re: [Bacula-devel] Modifications for the new CDash

2008-10-12 Thread Kern Sibbald
On Monday 13 October 2008 06:01:22 Frank Sweetser wrote: > Kern Sibbald wrote: > > Hello Frank, > > > > One thing that annoys me a bit about the new CDash presentation is that > > the Site column is too wide and the Build Name column is not wide enough. > > I

Re: [Bacula-devel] FileSet refactoring mockup (was: Re: Bacula Status)

2008-10-13 Thread Kern Sibbald
her with a set of rules that are clear so that it can be programmed, and they may exist for your proposal, but it is not obvious to me, so I would like to see those rules (or flow chart). Best regards, Kern On Monday 13 October 2008 14:58:17 Marc Schiffbauer wrote: > * Martin Simmons schrieb am

Re: [Bacula-devel] win32 restore warning on german umlauts

2008-10-13 Thread Kern Sibbald
s of > C:/bacula-restores/C/Dokumente und Einstellungen/All > Users/Startmenü/Programme/Autostart: ERR=No such file or directory > > > Is it a WARNING, an ERR or a BUG ? A warning is a warning, a "minor" but not critical error. Regards, Kern > > > Thanks > Ulrich

Re: [Bacula-devel] regression tests

2008-10-13 Thread Kern Sibbald
xperimental run with only a few regression tests in the very beginning, because it will run faster and you analyse the problems faster. E.g. Change line 14 of experimetal-disk from: nice ctest -D Experimental -R "^disk:" to nice ctest -D Experimental -R "^disk:a.*" R

Re: [Bacula-devel] Virtual Full time/date bug?

2008-10-13 Thread Kern Sibbald
On Monday 13 October 2008 16:56:34 Graham Keeling wrote: > On Fri, Oct 10, 2008 at 11:03:17AM +0200, Kern Sibbald wrote: > > In the future, it would be helpful if you would at a minimum change the > > title. > > OK, sorry about that. > > > I've found more beh

Re: [Bacula-devel] Virtual Full time/date bug?

2008-10-13 Thread Kern Sibbald
On Monday 13 October 2008 18:50:53 Graham Keeling wrote: > On Mon, Oct 13, 2008 at 06:34:16PM +0200, Kern Sibbald wrote: > > On Monday 13 October 2008 16:56:34 Graham Keeling wrote: > > > First: > > > a) Set the time forward a year, to be 2009. > > > b

Re: [Bacula-devel] regression tests

2008-10-13 Thread Kern Sibbald
nt. Regards, Kern > > > Submit via corporate http proxy (squid). > > $ export http_proxy=username:[EMAIL PROTECTED]://proxy.domain.tld:3128/ > > $ ctest -D Experimental -R disk:auto-label-test >Site: tim-bacula-srv2 >Build name: 2.5.14-11Oct08-mysql-fedora-6 > Cr

Re: [Bacula-devel] Virtual Full time/date bug?

2008-10-13 Thread Kern Sibbald
On Monday 13 October 2008 18:50:53 Graham Keeling wrote: > On Mon, Oct 13, 2008 at 06:34:16PM +0200, Kern Sibbald wrote: > > On Monday 13 October 2008 16:56:34 Graham Keeling wrote: > > > First: > > > a) Set the time forward a year, to be 2009. > > > b

Re: [Bacula-devel] regression tests

2008-10-13 Thread Kern Sibbald
), but ctest no > reports an error. > And no one in the world don't uses http proxy (together with > authorization)? ;) Well, I am happy you figured it out ... > > 2008/10/13 Kern Sibbald <[EMAIL PROTECTED]>: > > On Monday 13 October 2008 20:01:50 Yuri Timofeev

Re: [Bacula-devel] Alternative DB proposal

2008-10-14 Thread Kern Sibbald
to have a better measure of disk times, you can sprinkle "sync" shell commands between each of the 10 test runs. Regards, Kern > > Thats odd. > > are you running 64Bit? > Whats your Ram? > Version of Mysql? > > > I'll run it on my system also. > >

Re: [Bacula-devel] Alternative DB proposal

2008-10-14 Thread Kern Sibbald
On Tuesday 14 October 2008 10:06:22 Yuri Timofeev wrote: > 2008/10/14 Kern Sibbald <[EMAIL PROTECTED]>: > > On Tuesday 14 October 2008 09:39:27 John Huttley wrote: > >> So the modified version is actually a bit faster? > > > > That is what I understood too

Re: [Bacula-devel] tray-monitor in trunk and fd access

2008-10-14 Thread Kern Sibbald
up with a better idea? Hopefully the change I just committed to the SVN will fix the problem. It should be slightly more upward compatible. If it doesn't work, please let me know. Regards, Kern > > Thx >Bastian -

Re: [Bacula-devel] Alternative DB proposal

2008-10-14 Thread Kern Sibbald
a smaller size. If that is true, then I don't understand the timing differences. Regards, Kern On Tuesday 14 October 2008 09:22:44 Yuri Timofeev wrote: > Hi > > 2008/10/7 John Huttley <[EMAIL PROTECTED]>: > > Hi > > My first test are complete. > > To aid

Re: [Bacula-devel] Alternative DB proposal

2008-10-14 Thread Kern Sibbald
On Tuesday 14 October 2008 10:42:22 Yuri Timofeev wrote: > 2008/10/14 Kern Sibbald <[EMAIL PROTECTED]>: > > On Tuesday 14 October 2008 10:06:22 Yuri Timofeev wrote: > >> 2008/10/14 Kern Sibbald <[EMAIL PROTECTED]>: > >> > On Tuesday 14 October 2008 0

Re: [Bacula-devel] Alternative DB proposal

2008-10-14 Thread Kern Sibbald
On Tuesday 14 October 2008 11:12:17 Yuri Timofeev wrote: > 2008/10/14 Kern Sibbald <[EMAIL PROTECTED]>: > > On Tuesday 14 October 2008 10:42:22 Yuri Timofeev wrote: > >> 2008/10/14 Kern Sibbald <[EMAIL PROTECTED]>: > >> > On Tuesday 14 October 2008 10:06:

[Bacula-devel] SVN configure broken

2008-10-15 Thread Kern Sibbald
tsdir and includedir environment variables got mixed up. I'm working on fixing it, but it is going rather slowly. Best regards, Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: [Bacula-devel] win32 restore warning on german umlauts

2008-10-15 Thread Kern Sibbald
On Wednesday 15 October 2008 04:37:07 Matthew Rhoten wrote: > I ran across this same problem at work recently. FindFirstFile, and > _stat/_wstat if you're using the C runtime, definitely don't want to see > the trailing path separator. > > But I looked at the code a little bit too. In compat.cpp I

Re: [Bacula-devel] win32 restore warning on german umlauts

2008-10-15 Thread Kern Sibbald
On Wednesday 15 October 2008 12:01:33 Ulrich Leodolter wrote: > Hello, > > On Wed, 2008-10-15 at 10:50 +0200, Kern Sibbald wrote: > > On Wednesday 15 October 2008 04:37:07 Matthew Rhoten wrote: > > > I ran across this same problem at work recently. FindFirstFile, and >

Re: [Bacula-devel] win32 restore warning on german umlauts

2008-10-15 Thread Kern Sibbald
Thanks for the update. That makes the problem much clearer now. I will try to look in detail at this as quickly as possible. Kern On Wednesday 15 October 2008 13:22:33 Ulrich Leodolter wrote: > On Wed, 2008-10-15 at 12:36 +0200, Kern Sibbald wrote: > > On Tuesday 14 October 2008

Re: [Bacula-devel] win32 restore warning on german umlauts

2008-10-15 Thread Kern Sibbald
racter APIs were found. If there are any ! characters in the APIs= lines, then there is a problem with your OS. Regards, Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the cool

[Bacula-devel] Problems with the SVN

2008-10-15 Thread Kern Sibbald
than static compiled in libraries, so there may still be a few problems to be ironed out. Thanks for your help testing, please keep it up, we need it more than ever before in order to ensure that our development version is solid. Best regards,

Re: [Bacula-devel] win32 restore warning on german umlauts

2008-10-15 Thread Kern Sibbald
On Tuesday 14 October 2008 15:22:03 Ulrich Leodolter wrote: > On Mon, 2008-10-13 at 16:42 +0200, Kern Sibbald wrote: > > On Monday 13 October 2008 15:45:23 Ulrich Leodolter wrote: > > > Hello, > > > > > > Today i have built a winbacula-2.5.14.exe (README.mingw

[Bacula-devel] Re-organization of the development documents

2008-10-17 Thread Kern Sibbald
les that make up the whole will all be together in one place. Does anyone have any objections to this change? Best regards, Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Buil

Re: [Bacula-devel] Trying out the virtual disk changer feature.

2008-10-17 Thread Kern Sibbald
On Friday 17 October 2008 17:37:00 Graham Keeling wrote: > Hello, > Going back a couple of months, there was this short exchange: > > On Fri, Aug 15, 2008 at 10:49:50AM +0200, Kern Sibbald wrote: > > On Friday 15 August 2008 10:36:36 Graham Keeling wrote: > > > It woul

Re: [Bacula-devel] Feature request: List inChanger flag when doing restore.

2008-10-18 Thread Kern Sibbald
lost. Regards, Kern On Friday 17 October 2008 18:28:00 Jesper Krogh wrote: > I dont know if an official feature request is needed for this "small > stuff". > > Item n: List inChanger flag when doing restore. >Origin: Jesper Krogh<[EMAIL PROTECTED]> >Date:

Re: [Bacula-devel] Feature Request #26

2008-10-18 Thread Kern Sibbald
the projects file. Thanks, Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for

Re: [Bacula-devel] Ubuntu question

2008-10-18 Thread Kern Sibbald
On Saturday 18 October 2008 23:45:03 Scott Barninger wrote: > On Sat, 2008-10-18 at 22:52 +0200, Kern Sibbald wrote: > > On Saturday 18 October 2008 21:45:07 Scott Barninger wrote: > > > I figured it out. Ubuntu's install/config is broken again (remember I > > > had

Re: [Bacula-devel] Ubuntu question

2008-10-19 Thread Kern Sibbald
On Sunday 19 October 2008 10:48:57 Philipp Geschke wrote: > Hi, > > Kern Sibbald schrieb: > >>>> The problem is the FDAddress line. Take it out and things work. > >>> > >>> Yes, they are making it listen on localhost only rather than on any > &g

Re: [Bacula-devel] tests/virtual-backup2-test says OK but is actually failing?

2008-10-20 Thread Kern Sibbald
flavors ... Regards, Kern On Monday 20 October 2008 11:32:03 Graham Keeling wrote: > Hello, > It looks like tests/virtual-backup-test is working well for me now, so I > tried tests/virtual-backup2-test. > > At first glance, it appeared to work. It would output some

[Bacula-devel] Trunk SVN "freeze"

2008-10-20 Thread Kern Sibbald
Hello, I would like to freeze the trunk svn for the next few days so that we can release the first BETA version of 2.5.x. There is no problem committing bug fixes, but for development code, please wait a few days. Best regards, Kern

Re: [Bacula-devel] tests/virtual-backup2-test says OK but is actually failing?

2008-10-21 Thread Kern Sibbald
. I didn't imagine that anyone was going to try to use a test that is under development. That test has pointed out some issues that I have mentioned on the developers list and that will require new code implementation to resolve. Regards, Kern On Tuesday 21 October 2008 11:23:54 Graham Ke

[Bacula-devel] SVN freeze

2008-10-21 Thread Kern Sibbald
Hello, I have now made the Beta release and will release it in the next day or so. As a consequence, please feel free to make normal commits to the trunk SVN. Best regards, Kern - This SF.Net email is sponsored by the

Re: [Bacula-devel] SVN freeze

2008-10-21 Thread Kern Sibbald
On Tuesday 21 October 2008 13:50:20 Pasi Kärkkäinen wrote: > On Tue, Oct 21, 2008 at 01:28:35PM +0200, Kern Sibbald wrote: > > Hello, > > > > I have now made the Beta release and will release it in the next day or > > so. As a consequence, please feel free to make norm

Re: [Bacula-devel] Ubuntu question

2008-10-23 Thread Kern Sibbald
ssibly tomorrow, I will send you a list (rather big I am afraid) of things where we believe we can improve the security and usability of Bacula for users. Some things can be implemented rather easily and quickly and others are more long term. More later ... Kern ---

Re: [Bacula-devel] Fwd: [Bacula-users] Unlimited Retention

2008-10-23 Thread Kern Sibbald
would be welcome. Dan: thanks for reporting this. Best regards, Kern On Thursday 23 October 2008 14:19:07 Dan Langille wrote: > FYI > > Begin forwarded message: > > From: LeJav <[EMAIL PROTECTED]> > > Date: October 23, 2008 4:10:25 AM EDT > > To: [EMAIL

[Bacula-devel] Bacula BETA version 2.5.16 released

2008-10-23 Thread Kern Sibbald
alues and adding new tables (job history, job statistics, and perhaps device data). Best regards, Kern === Release Notes for Bacula 2.5.16 Bacula code: Total files = 517 Total lines = 199,415 (*.h *.c *.in) This Director and Storage daemon mu

Re: [Bacula-devel] Bacula BETA version 2.5.16 released

2008-10-24 Thread Kern Sibbald
On Friday 24 October 2008 09:05:27 Jesper Krogh wrote: > Kern Sibbald wrote: > > Hello, > > > > We have released Bacula BETA version 2.5.16 source tar file and Win32 > > binaries to the bacula-beta and win32-beta sections of the Bacula Source > > Forge download are

Re: [Bacula-devel] Ubuntu question

2008-10-24 Thread Kern Sibbald
oint, Ubuntu (and Debian) are creating lots of database indexes > that are used in few cases and are not mandatory. Can you give me an example of what they are creating. I am just now starting to work on the Certified binaries document again, and maybe I can add something along these lin

[Bacula-devel] Patches

2008-10-25 Thread Kern Sibbald
lists. 5. Put patches in the news (time consuming and I doubt that many read news). 6. Create an rss feed (I doubt that many users use rss, and this also could be time consuming). If anyone else has ideas we would like to hear them. Best regards,

Re: [Bacula-devel] Patches

2008-10-26 Thread Kern Sibbald
On Saturday 25 October 2008 21:53:00 Ulrich Leodolter wrote: > On Sat, 2008-10-25 at 21:11 +0200, Eric Bollengier wrote: > > Le Saturday 25 October 2008 13:41:15 Ulrich Leodolter, vous avez écrit : > > > On Sat, 2008-10-25 at 11:32 +0200, Kern Sibbald wrote: > > > > H

Re: [Bacula-devel] Patches

2008-10-26 Thread Kern Sibbald
On Sunday 26 October 2008 12:38:22 Timo Neuvonen wrote: > "Kern Sibbald" <[EMAIL PROTECTED]> kirjoitti viestissä > news:[EMAIL PROTECTED] > > > On Saturday 25 October 2008 21:53:00 Ulrich Leodolter wrote: > >> On Sat, 2008-10-25 at 21:11 +0200, Eric Bolleng

Re: [Bacula-devel] Patches

2008-10-26 Thread Kern Sibbald
On Saturday 25 October 2008 23:31:54 Yuri Timofeev wrote: > I think that bacula-announce will be enough. Yes, that seems like a reasonable compromise ... :-) > > 2008/10/25 Kern Sibbald <[EMAIL PROTECTED]>: > > 1. Change nothing (signing up for bugs and patch notification i

Re: [Bacula-devel] DBI, make_sqlite_table and make_sqlite3_table

2008-10-26 Thread Kern Sibbald
João, This looks like a resonable fix to me, so I will try to integrate it today or tomorrow. Thanks, Kern On Sunday 26 October 2008 13:41:46 João Henrique Freitas wrote: > I have a problem with libdbi and sqlite* > > In libdbi driver for sqlite and sqlite3 CHAR columns are interpr

Re: [Bacula-devel] Implementation of acls and extended attributes

2008-10-27 Thread Kern Sibbald
and I must say that I started using Bacula > about 2 months ago. From then on I pushed some changes back to Kern > which got integrated just recently. Most important ones are > > - libtool support for supporting shared libs with the bacula common > functions (like the libbac, libbacfind

Re: [Bacula-devel] Patches

2008-10-27 Thread Kern Sibbald
Thanks for the tips. We'll certainly consider all these ideas. Regards, Kern On Monday 27 October 2008 15:25:34 David Boyes wrote: > ne thing i am missing are patched packages, rpm and also deb packages > > > > have a mechanism to include patch files an apply duri

Re: [Bacula-devel] Patches

2008-10-27 Thread Kern Sibbald
are already doing a lot. Other than the Win32 binaries, I don't build any binaires. Within Bacula Systems, I do not think we will be releaseing source diff RPM and APT packages, but rather re-certified binaries, which is part of the

Re: [Bacula-devel] Restore using wrong SD

2008-10-28 Thread Kern Sibbald
you want to use on the restore command line. This is the currently recommended solution for Copy jobs. I haven't really tested it yet though. Regards, Kern - This SF.Net email is sponsored by the Moblin Your Move Devel

Re: [Bacula-devel] patch: smoother refresh for bat

2008-10-29 Thread Kern Sibbald
is well with you. For the moment Bacula Systems is going very slow. Lots of interest but no customers signed up yet ... Do you know anything about deduplication (e.g. rsync, rdiff)? If so, we are working on getting a funded project going, and we need a developer for the p

Re: [Bacula-devel] fix for build-depkgs-mingw32 failing on nsis

2008-10-30 Thread Kern Sibbald
ect to be cross compilied. I have upgraded a few packages, and it is not too hard, but it takes a bit of careful checking the details of the previous patch to see what parts should and what parts should not be applied. Bottom line. If you wish, please go a

Re: [Bacula-devel] Current beta stable enough?

2008-10-30 Thread Kern Sibbald
the SVN -- some people, including myself do it, but you can end up with a broken Bacula. Anyone who sticks with a beta release at least has the assurance that we consider it stable within a development and beta context. Regards,

[Bacula-devel] Critical 2.4.3-orphaned-jobs.patch released

2008-11-03 Thread Kern Sibbald
load area as well as in the directory patches of both the trunk and Branch-2.4 SVN. Best regards, Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based ap

Re: [Bacula-devel] Restore Problems

2008-11-03 Thread Kern Sibbald
problems the users list believes are bugs. Please read: www.bacula.org -> Support and www.bacula.org -> Bugs for our procedures. Thanks, Kern On Monday 03 November 2008 15:07:20 Dinesh Gunasekar wrote: > Hello all, > > > I lately got bacula-2.4.2 installed, and I recent

Re: [Bacula-devel] Accept "spooldata" flag on bconsole "run" cmd

2008-11-04 Thread Kern Sibbald
ould I display them, after all?), which resulted in implementing > (b). > > The simplicity you request is absolutely a valid point; on the other hand, > I think that all other central options of jobs can be modified in that > menu. Spooling _is_ a central option in some scenarios. >

Re: [Bacula-devel] MaximumBlockSize Problem and Question

2008-11-05 Thread Kern Sibbald
For writing to tape (providing it is LTO-n) I strongly recommend a block size not to exceed 256K. On Wednesday 05 November 2008 14:48:20 Ulrich Leodolter wrote: > On Wed, 2008-11-05 at 13:34 +0200, Pasi Kärkkäinen wrote: > > On Wed, Nov 05, 2008 at 11:12:01AM +0100, Ulrich Leodolter wrote: > > >

Re: [Bacula-devel] win32 restore warning on german umlauts

2008-11-05 Thread Kern Sibbald
t the version I have built and report back. You can find it at: http://www.sibbald.com/download/winbacula-2.4.3.exe Many thanks, Kern On Friday 31 October 2008 15:44:08 yistoneriver wrote: > Hi, > > I had the same problem when I tried to restore folders with Japanese file > names i

Re: [Bacula-devel] win32 restore warning on german umlauts

2008-11-06 Thread Kern Sibbald
On Thursday 06 November 2008 10:16:31 Ulrich Leodolter wrote: > On Wed, 2008-11-05 at 23:25 +0100, Kern Sibbald wrote: > > Hello, > > > > Thanks for the patch. I have modified the Bacula Win32 source code to > > use wide characters in chmod similar to what you did, bu

Re: [Bacula-devel] MaximumBlockSize Problem and Question

2008-11-06 Thread Kern Sibbald
On Thursday 06 November 2008 22:02:26 Alex Chekholko wrote: > On Wed, 5 Nov 2008 16:12:51 +0100 > > Kern Sibbald <[EMAIL PROTECTED]> wrote: > > For writing to tape (providing it is LTO-n) I strongly recommend a block > > size not to exceed 256K. > > Hi Kern, >

Re: [Bacula-devel] MaximumBlockSize Problem and Question

2008-11-06 Thread Kern Sibbald
On Thursday 06 November 2008 22:47:41 Ralf Gross wrote: > Alex Chekholko schrieb: > > On Wed, 5 Nov 2008 16:12:51 +0100 > > > > Kern Sibbald <[EMAIL PROTECTED]> wrote: > > > For writing to tape (providing it is LTO-n) I strongly recommend a > > > b

Re: [Bacula-devel] Fwd: [Bacula-users] 64bit for File.FileId

2008-11-07 Thread Kern Sibbald
default. Best regards, Kern PS: I would be interested to hear about your setup since you seem to have quite big backup needs. On Friday 07 November 2008 15:23:01 Dan Langille wrote: > Sorry, I meant this for devel@ > > Begin forwarded message: > > From: Dan Langille <[EMAIL PR

[Bacula-devel] Vacation

2008-11-07 Thread Kern Sibbald
Hello, This is just to let you know that I will be on vacation from 8 Nov until 14 Nov. Hopefully, I will have Internet connection to check emails from time to time :-) Best regards, Kern - This SF.Net email is

Re: [Bacula-devel] MaximumBlockSize Problem and Question

2008-11-07 Thread Kern Sibbald
On Friday 07 November 2008 16:38:51 Ulrich Leodolter wrote: > On Fri, 2008-11-07 at 14:47 +0100, Eric Bollengier wrote: > > Le Friday 07 November 2008 14:36:46 Kern Sibbald, vous avez écrit : > > > On Friday 07 November 2008 13:19:45 Ralf Gross wrote: > > > > Kern

Re: [Bacula-devel] MaximumBlockSize Problem and Question

2008-11-07 Thread Kern Sibbald
On Friday 07 November 2008 10:55:57 Ulrich Leodolter wrote: > On Thu, 2008-11-06 at 22:20 +0100, Kern Sibbald wrote: > > On Thursday 06 November 2008 22:02:26 Alex Chekholko wrote: > > > On Wed, 5 Nov 2008 16:12:51 +0100 > > > > > > Kern Sibbald <[EMAIL PR

Re: [Bacula-devel] patch: bat fixes

2008-11-07 Thread Kern Sibbald
and are you using it? If so, perhaps it is time for me to automate the build process a bit more and include it in the Win32 installer. Regards, Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's ch

Re: [Bacula-devel] MaximumBlockSize Problem and Question

2008-11-07 Thread Kern Sibbald
On Friday 07 November 2008 13:19:45 Ralf Gross wrote: > Kern Sibbald schrieb: > > On Thursday 06 November 2008 22:47:41 Ralf Gross wrote: > > > Alex Chekholko schrieb: > > > > On Wed, 5 Nov 2008 16:12:51 +0100 > > > > > > > > Kern Sibbald &l

Re: [Bacula-devel] win32 restore warning on german umlauts

2008-11-07 Thread Kern Sibbald
code a bit more to see what went wrong. Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand pr

Re: [Bacula-devel] patch: include reorder for win32 bat

2008-11-07 Thread Kern Sibbald
thanks for doing so. I've applied your patch and will commit it tonight before I leave on vacation :-) Many thanks, Kern - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest

Re: [Bacula-devel] Slow CopyDiskToTape, was: MaximumBlockSize Problem and Question

2008-11-13 Thread Kern Sibbald
> On Fri, 2008-11-07 at 17:17 +0100, Kern Sibbald wrote: >> On Friday 07 November 2008 16:38:51 Ulrich Leodolter wrote: >> > On Fri, 2008-11-07 at 14:47 +0100, Eric Bollengier wrote: >> > > Le Friday 07 November 2008 14:36:46 Kern Sibbald, vous avez écrit : >>

Re: [Bacula-devel] Director bug when using two storage daemons?

2008-11-14 Thread Kern Sibbald
On Tuesday 11 November 2008 12:51:56 Graham Keeling wrote: > Hello, > > Since my last email, I found out that you only need one director, one file > daemon, and one storage daemon in order to see the problem. > > Since there has been no response to my last email, I tried to come up with > an easy w

Re: [Bacula-devel] patch: use DLL_IMP_EXP for all exported symbols on win32

2008-11-14 Thread Kern Sibbald
ing them. If we can automate the make_def script so that it really works (I just cut and pass the appropriate output into the real .def file) then that would even be better. Regards, Kern > Bye > > Le Thursday 13 November 2008 21:01:11 rgh, vous avez écrit : > > Hello, > >

<    1   2   3   4   5   6   7   8   9   10   >