Kern Sibbald [Mon, 30 Jun 2008 12:56:49 +0000 (12:56 +0000)]
kes Generally clean up the manual tape loading code. The main
conceptial change is that when a volume is marked to be unloaded,
its volume name is retained, and it is only marked as unloaded
when either the autoloader says it is unloaded or another tape
is read on that drive.
Kern Sibbald [Thu, 26 Jun 2008 08:31:49 +0000 (08:31 +0000)]
kes Fix a recycling problem with two autochangers reported in bug
#1106. This may also (unlikely) fix a second recycling bug as
reported in #1103.
kes Fix a SD lock volumes deadlock problem reported in bug #1100.
Kern Sibbald [Tue, 17 Jun 2008 16:23:24 +0000 (16:23 +0000)]
es Fix bug reported by Scott Barninger where the bacula script
refers to scripts in the wrong directory. Needed to meet the
requirements of recent FHS location changes.
kes Fix word alignment problem on non-Intel 64 bit machines
such as Solaris. This should fix bug #1097 -- bus error in SD.
Kern Sibbald [Mon, 26 May 2008 21:03:27 +0000 (21:03 +0000)]
kes If operator has rewind tape, print warning, release tape and
try once more. If tape is positioned somewhere, something went
wrong, so mark the tape in error and try once more. Previously
this error was fatal, now it produces an error message.
kes Ensure correct volume name displayed during restore
kes Ensure that Volume is mounted for restore.
Kern Sibbald [Wed, 21 May 2008 11:59:00 +0000 (11:59 +0000)]
kes Fix Win32 reparse points. Bacula will not recurse into any
reparse point directory, including mount points, unless the
directory is explicitly mentioned at the top level (same as
with Unix). A file that is linked to another file will be
backed up -- much as Unix does for hardlinked files.
This *should* fix bug #1041.
Kern Sibbald [Tue, 20 May 2008 15:42:58 +0000 (15:42 +0000)]
kes Remove double quotes from ChangeLog and ReleaseNotes
kes Remove StorageId test when pruning and recycling (Eric's changes).
kes Remove old form of locking when getting volumes -- causes deadlock.
kes Fix buffer overruns detected by Coverity.
Kern Sibbald [Sat, 3 May 2008 09:03:33 +0000 (09:03 +0000)]
kes Implement regression that explicitly tests swapping a Volume
from one drive to another.
kes Enhance disk-changer to detect most error conditions.
kes Fix SD code so that it properly swaps a Volume between drives.
This fixes bug #1083.
Kern Sibbald [Thu, 1 May 2008 16:33:28 +0000 (16:33 +0000)]
kes Fix strippath so that it does not get a buffer overrun and crash FD.
This fixes bug #1078.
kes Make inability to change owner/group when creating a dir only a
warning rather than an error.
kes Close bat console windows first to eliminate error message
from the notifier.
kes Remove useless code in Scheduler that causes seg fault on
termination.
kes Correct some SD catalog request error messages.
kes Don't allow pruning of any running job.
kes Turn off code in read_record that cause seg fault in the SD
when reading past an EOS_LABEL.
kes Turn off unloading the autochanger in reserve.c as it just
causes problems.
kes Lock volumes when unreserving a device.
kes Do not mark volume unused when recycling.
kes When acquiring, don't mark volume unused if it is reserved (busy).