Kern Sibbald [Wed, 3 Aug 2005 11:35:29 +0000 (11:35 +0000)]
- Require 5 arguments to mtx-changer except list and slots
- Turn -EPIPE status returns from bpipe to ETIME
- Include Slot in SD status output
- Do not term_dev() during initialization in SD if the device
could not be opened. In the case of a tape drive, there may
be no tape in the drive.
Kern Sibbald [Tue, 2 Aug 2005 16:09:51 +0000 (16:09 +0000)]
02Aug05
- Correct PostgreSQL database scripts as suggested by a user.
- Add additional info to FATAL message generated when a device
is busy writing to another volume.
- Suppress an inappropriate NULL Volume name message after a cancel.
- Correct a warning message in reserve.c
29Jul05
- Apply user's patch to make mutiple modifiers for times
work correctly.
- Make read_dev_volume_label() handle ANSI/IBM labels
correctly -- ie space over any label at the beginning
of the tape.
28Jul05
- Make ANSI/IBM writing of HDR1/2 labels ignore any
errors if at end of tape.
- Apply Martin's patch to improve Python detection in
configure.in
28Jul05
- Temporarily turn off disk seeking until I find the
cause of the problem.
27Jul05
- Add OSF1 patch supplied by user.
- Use number of files selected from write_bsr() only
if it is not defined.
- Explicitly seek to end of file when getting size for
restore test.
- Correctly set EndBlock position in JobMedia record
for files.
- Remove unnecessary set StartBlock in bscan. Caused bscan
regression error.
- Correct compiler complaints in wx-console and tray-monitor.
- Correct VSS problems recognizing c:
- Add VSS before job status
- Fix output of status from being one big line.
- Change cd xx; make to cd xx && make as suggested by Phil.
- Cleanup projects file
- Remove unnecessary casting of FF_PKT in filed.
- Add check for df path for dvd_freespace
- Use df to get space used on DVD.
- Change sense of flag indicating erase DVD or not before writing.
- Fix bpipe so that it never modifies the result pointer.
- Replace more dev_name by print_name().
- Rewrite edit_device_codes_dev() so it does not overwrite the
supplied buffer.
- Update printing of labels (for bls) so that critical information
is printed (Job name and timestamp).
- Cleanup old spool files when starting the SD.
- Modify vss.cpp to allow C: as a path name. Otherwise VSS
doesn't work when only a drive name is given.
- Modify vss.c to eliminate double / in filenames.
- Update doc -- particularly the restore chapter.
- Move Python variables from Job to Bacula. They are
DirName, Version, ConfigFile, and WorkingDir
- Fix delete of bootstrap to only occur on Bacula created
filenames.
- Allow cancelling a Job name that is not active. It is
sent to the daemons.
- Fix name space pollution by OpenSSL 0.9.8 reported by
Matthias Kurz -- applied his patch.
- Fix bpipe.c so that it does not modify results pointer.
***FIXME*** calling sequence should be changed.
- Remove some remaining references to dev_name.
- Fix calls to mount_dev() and unmount_dev() to
correspond to returned value (bool instead of int).
- Try without success to make DVD writing work.
- Get VSS build scripts working with Thorsten's help.
- Unlink the bootstrap file after sending it to
the FD.
- Remove sending include/exclude lists to the FD during
a restore -- deprecated code.
- Cleanup the bootstrap files in the FD.
Thorsten Engel [Tue, 12 Jul 2005 15:55:42 +0000 (15:55 +0000)]
small change to work with correct buffer size on raw partitions when on win32.
I assume the BSD code part (line 424) is faulty as it only is activated when SPARSE is on.
- Lots of documentation.
- Do not prune volume marked as append when needing a
new Volume.
- Print a warning message in SD if a non-used Volume
is specified and autolabel not turned on.
- Correct a bug in chksum.c concerning SHA1 signatures
(an * should have been & when checking for a bit flag).
- Print File:Block for all label records in label.c -- concerns
primarily bls when doing Job listings (-j).
- Correct is_volume_in_use() to return false if testing
on the same device where the Volume is already mounted.
- Define a init_done flag in the SD that is set when the
devices are initialized and make users connecting wait.
This prevents useless connect failure warning messages.
- Do additional device locking in ask_op_to_mount_volume()
to prevent race conditions with a user labeling a Volume
or autolabeling.