Re: [Bacula-devel] Regression Dashboard

2008-05-30 Thread Thomas Mueller
hi there i've got a intel dual dual core with 4GB ram box standing around waiting for some workload. i could install a small number of linux distros as virtual machines. just tell me which ones are needed or on the wishlist. then i try to set up the whole thing. - Thomas Kern Sibbald schri

Re: [Bacula-devel] Regression Dashboard

2008-06-03 Thread Thomas Mueller
hi >> >> i've got a intel dual dual core with 4GB ram box standing around waiting >> for some workload. >> >> i could install a small number of linux distros as virtual machines. > > Nice, we would appreciate that. > >> just tell me which ones are needed or on the wishlist. then i try to set

Re: [Bacula-devel] [Bacula-beta] Release 2.4.0 cut please note changes !!!!!!

2008-06-04 Thread Thomas Mueller
hi >> >> This is to let you know that I have converted version 2.2.10-b5 into version >> 2.4.0 and committed it to the SVN. Releasing 2.4.0 (to be done tonight or >> tomorrow) makes more sense because it makes it clear that there are a lot of >> changes. >> >> Branch: >> For developers who wan

[Bacula-devel] regression tests: make db parameters configurable

2008-06-10 Thread Thomas Mueller
hi I ran into an issue with PostgreSQL. I don't know how to get it working without a password for user "regress". So here is my proposal to set the parameters in the config file. Patch generated with "svn diff" in "regress" folder. - Thomas Index: scripts/bacula-dir.conf.testrunscript.in ==

Re: [Bacula-devel] regression tests: make db parameters configurable

2008-06-11 Thread Thomas Mueller
hi Kern > >> So here is my proposal to set the parameters in the config file. Patch >> generated with "svn diff" in "regress" folder. >> > > Thanks. Nice patch. I have applied it, but I put default values in > create_sed so that for existing users without the db parameters in their > config

[Bacula-devel] PostgreSQL: Orphaned buffer

2008-06-11 Thread Thomas Mueller
hi if I run "make setup" in regress folder, with postgres i see the following messages ... GRANT GRANT Privileges for regress granted on regress. Starting the Bacula Storage daemon Starting the Bacula File daemon Starting the Bacula Director daemon Stopping the Bacula File daemon Stopping the Ba

[Bacula-devel] regression tests: test daemon start first

2008-06-11 Thread Thomas Mueller
hi if build fails and not all daemons can start or there is an db error, it doesn't make much sense to run all tests an wait for timeout or status failed. so i created a new test "pretest" as CTEST_CUSTOM_PRE_TEST which checks if bacula-fd,sd,dir are running and a simple bconsole command do

Re: [Bacula-devel] regression tests: make db parameters configurable

2008-06-12 Thread Thomas Mueller
Kern Sibbald schrieb: > On Wednesday 11 June 2008 16:43:42 Thomas Mueller wrote: >> hi Kern >> >>>> So here is my proposal to set the parameters in the config file. Patch >>>> generated with "svn diff" in "regress" folder. >>>

Re: [Bacula-devel] regression tests: test daemon start first

2008-06-17 Thread Thomas Mueller
hi kern Kern Sibbald schrieb: > Hello Thomas, > > Nice patch -- thanks, it will help cleanup the regression code -- especially > for new comers or when I screw up with an installation or a patch :-) found an error: the "exit 1" at the end in tests/pretest has to be "exit $error". next patch

[Bacula-devel] valgrind for regression tests

2008-06-18 Thread Thomas Mueller
hi there i see that ctest also supports testing with valgrind. a short test with a extended "accurate-test" revealed "Poentation memory leak 4, uninitialized memory conditional 8, uninitialize momory read 2" (tracking only bconsole. Dashboard url: http://regress.bacula.org:8081/Bacula/Dashboar

Re: [Bacula-devel] valgrind for regression tests

2008-06-29 Thread Thomas Mueller
hi > >> I am not very knowledgeable of ctest. Is there some way to turn on >> valgrind testing automatically? > > It looks like it's pretty straightforward: > > http://www.vtk.org/Wiki/CMake_Testing_With_CTest#Dynamic_Analysis i played with it a little, the "straigforwared way" problem is, t

[Bacula-devel] bacula beta: debian etch repository

2009-03-04 Thread Thomas Mueller
hi i've created a bacula beta (2.5) repository for debian etch. because of unsatisfied build dependencies in etch i've removed the gui's and the traymonitor. as kern wrote, that sqlite2 will be kicked out, i've also removed the sqlite2 packages. to enable the repository add deb http://cha

Re: [Bacula-devel] bacula beta: debian etch repository

2009-03-04 Thread Thomas Mueller
> > Now that Lenny is released, would it be possible for you to also link it > to "lenny-bacula" in your repository? I know it doesn't REALLY make a > difference, but if someone else is administering the system, I don't > want them to think "oh, etch-bacula, this is outdated, I need to update >

[Bacula-devel] bacula beta: debian etch/lenny amd64/i386 packages

2009-03-05 Thread Thomas Mueller
hi i've extended the repo: now lenny and etch in amd64 and i386 are available. README: - use at your own risk - no qt/wx gui's included - maybe one has to apply the DB upgrade himself: the sql-file is found here /usr/share/dbconfig-common/data/bacula-director-mysql/upgrade/ mysql/2.5.0 (replace

[Bacula-devel] mount twice to use purged tape

2009-03-10 Thread Thomas Mueller
hi bacula 2.4.4 on debian etch is this a normal behaviour? - start a job, job wants a volume - purge a volume - list volume, volume state = purged - mount - job still wants a volume - list volume, volume state = recycle - mount - job runs i would expect that the job uses the tape right away a

Re: [Bacula-devel] Next beta version of 2.5.42

2009-03-18 Thread Thomas Mueller
On Sun, 15 Mar 2009 12:29:48 +0100, Kern Sibbald wrote: > Hello, > > I was planning to cut the beta today, which means it would go out > tonight, but I have a couple of patches to apply, and I see that James > and Dirk are also fixing problems, so I will delay cutting the beta > until tomorrow mo

Re: [Bacula-devel] Bacula BETA 2.5.42-b2 released to Source Forge

2009-03-19 Thread Thomas Mueller
hi as one asked for ubuntu packages, i tried to recompile it for Ubuntu intrepid (8.10). it failes: make[1]: Leaving directory `/tmp/buildd/bacula-2.5.42~beta2mit1/debian/ tmp-build-sqlite3' /usr/bin/make -C /tmp/buildd/bacula-2.5.42~beta2mit1/debian/tmp-build- sqlite3/src/tools make[1]: Enteri

Re: [Bacula-devel] Bat doesn't show JobList

2009-03-19 Thread Thomas Mueller
> I've got bat compiled and didn't see any problems there. (By the way - > the makefile for bat / qt-console does not print a '=== Make of ... is > good ' line.) > > Bat in general works fine, but I can't see any JobList panel - neither > directly from the left tree view, nor going through th

Re: [Bacula-devel] Bacula BETA 2.5.42-b2 released to Source Forge

2009-03-20 Thread Thomas Mueller
On Fri, 20 Mar 2009 18:18:34 +0100, Kern Sibbald wrote: > It looks like you are trying to build Bacula using a Debian packaging > that was designed for 2.4. Version 2.5.x is significantly different and > will require a number of modifications. i made modifications for 2.5. the package builds wit

[Bacula-devel] build on ubuntu: libtool_args+=: not found (resolved)

2009-03-21 Thread Thomas Mueller
hi i've figured out why building failes on ubuntu: freshly installed ubuntus link /bin/sh to /bin/dash. Seems that some scripts use bashisms. rm /bin/sh && ln -s /bin/bash /bin/sh did the trick. seems also to be related to debian fakeroot bug #447022 - Thomas make[1]: Leaving directory

Re: [Bacula-devel] build on ubuntu: libtool_args+=: not found (resolved)

2009-03-21 Thread Thomas Mueller
> >> seems also to be related to debian fakeroot bug #447022 > > Could you send me a link to that bug? It sounds interesting and worth > knowing about. http://bugs.debian.org/447022 -- Apps built with the Adobe(R)

[Bacula-devel] kaboom on VirtualFull svn rev. 5782

2009-04-27 Thread Thomas Mueller
hi i've got problems with a VirtualFull making bacula-sd "Kaboom!". First seen with 3.0 beta 2 - then upgraded to svn rev. 5782 with the same results. it stops with "Bacula interrupted by signal 7: BUS error" - what does this mean? other VirtualFull jobs - also other jobs on the same compute

Re: [Bacula-devel] kaboom on VirtualFull svn rev. 8752

2009-04-27 Thread Thomas Mueller
Hi Eric > You can get needed information on www.bacula.org -> Support page. > > We need to know the operating system, and you need to turn on DEVELOPER > flag in > bacula/src/version.h then something like "make clean; make ; make > install" it seems that "#define DEVELOPER 1" is on by default?

Re: [Bacula-devel] kaboom on VirtualFull svn rev. 8752

2009-04-27 Thread Thomas Mueller
>> >> i've got problems with a VirtualFull making bacula-sd "Kaboom!". First >> seen with 3.0 beta 2 - then upgraded to svn rev. 5782 with the same >> results. >> >> > The next time, please, if you can, can you report the problem in during > the beta testing period... i tested the betas in my lim

Re: [Bacula-devel] kaboom on VirtualFull svn rev. 8752

2009-04-29 Thread Thomas Mueller
On Tue, 28 Apr 2009 09:29:39 +0200, Kern Sibbald wrote: > >> >> it stops with "Bacula interrupted by signal 7: BUS error" - what >> >> does this mean? >> > >> > This can be a double free or something alignment problem. According >> > to your log, it seems that your debug level is very high (some

[Bacula-devel] bacula-sd kaboom on VirtualFull

2009-06-08 Thread Thomas Mueller
hi on the same system that a while ago "kaboomed" (thread: kaboom on VirtualFull svn rev. 5782), kabooms again on VirtualFull. It is Bacula 3.0.1 on Debian Lenny (compiled with GCC 4.3.2). the last time the problem went away after it purged some backups from catalog. Config is the followin

[Bacula-devel] regress tets: results disappear somewhere on submit

2009-09-03 Thread Thomas Mueller
hi i finally managed to switch to git. so my regression tests are back on track. :) on changing the config i also disabled etch and started squeeze. On squeeze there seem to be problems on submitting. the tests "pass" but on regress.bacula.org there only shows up 1 sucecssfull test. do i ne

Re: [Bacula-devel] regress tets: results disappear somewhere on submit

2009-09-12 Thread Thomas Mueller
Am Thu, 10 Sep 2009 11:16:46 -0400 schrieb Frank Sweetser: > I don't see anything obviously wrong - from the output you pasted in > your email, everything looks right. The one thing that quickly jumps > out at me, though, is that the only build names that seem to be causing > the problem have a

Re: [Bacula-devel] newly created disk volumes -> file not found warning

2009-09-30 Thread Thomas Mueller
> > > I can't remember seen this warning befor upgrading to 3.0.x. Shouldn't > bacula first label the volume and then check if it "exists"? I don't see > a reason for this warning message. > bug #1254 (http://bugs.bacula.org/view.php?id=1254) "In any case, even if you are using automatic labe

Re: [Bacula-devel] newly created disk volumes -> file not found warning

2009-10-06 Thread Thomas Mueller
> Well... it's a bit annoying to get a warning mail from bacula just > because of that. And I'm quite sure I haven't seen this is 2.4.4 and > before. I don't see why bacula should warn me about this. Hm... yes it's annoying because you get a warning altough everything just works fine. but mayb

Re: [Bacula-devel] newly created disk volumes -> file not found warning

2009-10-06 Thread Thomas Mueller
> Well... it's a bit annoying to get a warning mail from bacula just > because of that. And I'm quite sure I haven't seen this is 2.4.4 and > before. I don't see why bacula should warn me about this. Hm... yes it's annoying because you get a warning altough everything just works fine. but mayb

[Bacula-devel] [PATCH] mtx-changer "unary operator expected"

2010-02-09 Thread Thomas Mueller
hi upgraded to bacula 5.0.0. got some warning messages from mtx-changer on "update slots" : Invalid Slot number: /etc/bacula/scripts/mtx-changer: line 176: test: - ne: unary operator expected Invalid Slot number: /etc/bacula/scripts/mtx-changer: line 181: test: - ne: unary operator expected rea

Re: [Bacula-devel] [PATCH] mtx-changer "unary operator expected"

2010-02-09 Thread Thomas Mueller
Am Tue, 09 Feb 2010 17:54:41 +0100 schrieb Kern Sibbald: > Hello, > > I don't quite understand this. Perhaps you don't realize that the next > statement after setting your variables is to source mtx-changer.conf, > which is supposed to set all those variables appropriately. this file exists but

Re: [Bacula-devel] [PATCH] mtx-changer "unary operator expected"

2010-02-10 Thread Thomas Mueller
Am Tue, 09 Feb 2010 18:23:31 +0100 schrieb Kern Sibbald: > On Tuesday 09 February 2010 18:08:21 Thomas Mueller wrote: >> Am Tue, 09 Feb 2010 17:54:41 +0100 schrieb Kern Sibbald: >> > Hello, >> > >> > I don't quite understand this. Perhaps you don

[Bacula-devel] [PATCH] list "verifylist" as option for "help run"

2010-02-12 Thread Thomas Mueller
hi i was missing the verifylist option for run when looking at "help run" on bconsole. - Thomas --- src/dird/ua_cmds.c.orig 2010-02-12 12:30:48.586355902 +0100 +++ src/dird/ua_cmds.c 2010-02-12 12:31:34.518490431 +0100 @@ -166,7 +166,7 @@ { NT_("reload"), reload_cmd,_("Reload

Re: [Bacula-devel] Feature request: add nice and ionice facilities

2010-03-12 Thread Thomas Mueller
Am Fri, 12 Mar 2010 13:51:57 +0530 schrieb bacula-devel: > Hello :-) > > Item: Add nice and ionice facilities. > > Origin: Charles, bacula-devel ||| catcons.co.uk Date: 12 March 2010 > Status: ? > > What: Add a ./configure option to prefix the sd and fd daemon > initialis

[Bacula-devel] PATCH: MaxFullInterval upgrades to VirtuallFull

2010-03-26 Thread Thomas Mueller
hi i'm backing up some clients over the internet. i would like to use the MaxFullInterval config, but it needs to upgrade to VirtualFull and not to a plain full. see the patch below. It introduces MaxFullIntervalAsVirtual BOOL config (dird_conf.c). In fd_cmds.c it checks if this config is set

[Bacula-devel] Bounty: promote "Max Full Interval" to VirtualFull

2010-07-29 Thread Thomas Mueller
hi i've failed to write a working patch myself. i'd like to use the "Max Full Interval" feature but have them promoted to VirtualFull instead of a normal Full. This would be done with a new config "Max Full Interval As Virtual" (or like that). I'll pay USD 500.- to the implementor as soons as

[Bacula-devel] [PATCH] update docs to reflect git repo move to git.bacula.org

2011-04-18 Thread Thomas Mueller
hi did notice the git repo moved from SF to git.bacula.org. I've updated to docs accordingly. find patch attached. - Thomas commit 5e20512923c36cb7a4414a3e78b2d9ad21beec5d Author: Thomas Mueller Date: Mon Apr 18 17:32:53 2011 +0200 updated git repo references (moved from

[Bacula-devel] [PATCH] show arguements for command "use" in help

2011-08-16 Thread Thomas Mueller
hi I wondered how to set the catalog without the menu. it can be selected by "use catalog=". Created a patch to show the argument with "help use". you'll find it attached. - Thomas diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index 0fb98da..e62f5a9 100644 --- a/bacula/

[Bacula-devel] [PATCH] list args for command use in bconsole docs

2011-08-17 Thread Thomas Mueller
hi same as the "help use" patch but this time for the bacula docs. Find the patch attached. - Thomas diff --git a/docs/manuals/de/console/bconsole.tex b/docs/manuals/de/console/bconsole.tex index f090374..9347e2d 100644 --- a/docs/manuals/de/console/bconsole.tex +++ b/docs/manuals/de/console/b

[Bacula-devel] Bacula 5.2.1 for Debian Squeeze

2011-11-23 Thread Thomas Mueller
Hi I've managed to upgrade the debian 5.0.3 package to 5.2.1. You can get the source package here: http://chaschperli.ch/debian/squeeze/bacula_5.2.1-0.1~mit60.2.dsc http://chaschperli.ch/debian/squeeze/bacula_5.2.1-0.1~mit60.2.debian.tar.gz http://chaschperli.ch/debian/squeeze/bacula_5.2.1.ori

Re: [Bacula-devel] Bacula 5.2.1 for Debian Squeeze

2011-11-23 Thread Thomas Mueller
On 23.11.2011 15:03, Jan Hauke Rahm wrote: > On Wed, Nov 23, 2011 at 02:32:45PM +0100, W. van den Akker wrote: >> I hope to adopt the package because it is orphaned in Debian. >> Perhaps I can also cherrypick from your source ;) > > It's not. [0] But if you want to help, mail the team at > pkg-bacu

Re: [Bacula-devel] USB HDDs as a backup media

2012-05-01 Thread Thomas Mueller
Am Thu, 26 Apr 2012 23:29:49 +1000 schrieb Ben Stanley: > Hi, > > I have configured bacula for my home network consisting of 5 machines, > backing up on to a USB hard disk. > > Initially, I configured it using the recommended configuration for hard > disks, that is, to mount the HDD externally t