Kern Sibbald [Sun, 25 Nov 2007 14:18:33 +0000 (14:18 +0000)]
kes This patch should ensure that queued messages to the console are
displayed as soon as possible. It should fix bug 1007, but has been
reported not to work.
Kern Sibbald [Wed, 14 Nov 2007 07:31:07 +0000 (07:31 +0000)]
kes This patch fixes the infinite loop when trying to increase the
maximum number of volumes in a Pool during the add command.
This patch fixes bug #1008.
Kern Sibbald [Sun, 4 Nov 2007 11:10:30 +0000 (11:10 +0000)]
kes This patch fixes bug #1003 where putting the message output from
a Verify job into the catalog results in a recursive loop. The problem
seems to show up only with postgresql (to be verified).
Kern Sibbald [Sun, 4 Nov 2007 10:43:02 +0000 (10:43 +0000)]
kes Fix bug #942 where lots of emails where generated when the heartbeat
interval was low and Bacula wanted a different tape from the one in
the drive.
Kern Sibbald [Sun, 4 Nov 2007 08:53:17 +0000 (08:53 +0000)]
kes Fix bug #942 where lots of emails where generated when the heartbeat
interval was low and Bacula wanted a different tape from the one in
the drive.
Kern Sibbald [Mon, 22 Oct 2007 21:47:58 +0000 (21:47 +0000)]
kes Add a security warning to src/cats/make_catalog_backup.in indicating
that passing the password via the command line (arg 3) is insecure.
This responds to bug #990 (it doesn't fix it).
Kern Sibbald [Mon, 22 Oct 2007 10:31:08 +0000 (10:31 +0000)]
kes Apply 2.2.5-postgresql-errors.patch
kes Remove unneeded File table index on JobId, which is already
present as the first index of another multi-index.
Kern Sibbald [Fri, 19 Oct 2007 11:47:58 +0000 (11:47 +0000)]
kes Set default debug_level to zero. This corrects bugs #991 and #993.
kes Fix a crash in bat when it cannot connect to the Director for example
if the Director is not running.
Kern Sibbald [Fri, 5 Oct 2007 14:59:31 +0000 (14:59 +0000)]
kes Fix listing performance problems in bat. Pointed out by
Chris Howells.
ebl Fix replace on restore. This fixes bug #969
kes Fix bat code that tests for Win32. This should fix bug #968
kes Query 5 list wrong Vol after migration. This fixes bug #960
Kern Sibbald [Wed, 3 Oct 2007 05:59:42 +0000 (05:59 +0000)]
Backport 2.3 code that fixes: it fixes incorrect or incomplete error
messages; it fixes a problem opening the SQLite3 database when multiple
simultaneous jobs were running; it fixes a bug with certain versions of
MySQL where batch inserts failed because of table name character case
(upper/lower) differences.
Fix race condition that drops final block written to volume.
This happens in rare cases with multiple simultaneous jobs
when the Volume fills. This fixes bug #964. May be related
to bug #935 and possibly #903.
es Fix FD->SD authorization failure, which was due to spurious
wakeups from a pthread_cond_timedwait(). Simply check the
predicate before continuing. This fixes bug #953
0Sep07
kes Apply 2.2.4-poll-mount fix, that resolves bug #908 where a tape
is not properly mounted (recognized) during a poll.
kes Apply 2.2.4-verify patch that resolves bug #958. A Verify catalog
Job that has differences reports Verify OK.