Kern Sibbald [Thu, 4 Aug 2005 08:49:00 +0000 (08:49 +0000)]
- Make reservation system single threaded during the
search to avoid two threads competing for the same
resource.
- Correct a return code in find_suitable_device_for_job()
Possibly cause of busy writing to another volume.
Kern Sibbald [Wed, 3 Aug 2005 19:01:43 +0000 (19:01 +0000)]
- Modify open() for tape so nonblocking really works.
- Use fcntl() to reset blocking status rather than close()
and reopen the drive.
- Make sure dev->open() is always called so that any change
in read/write permissions will occur.
- Open drives initially in daemon in read-only mode.
- Ensure that each time the VolHdr.VolumeName is zapped
or changed that free_volume() is called on the old name.
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.