Kern Sibbald [Mon, 5 Mar 2007 12:33:59 +0000 (12:33 +0000)]
5Mar07
kes File migrate bug with Pool Occupancy using mediaid instead
of jobids. Fixes bug #795.
kes Fix orphaned buffers in filed backup and verify due to
crypto buffers not freed during errors. Fixes bug #789.
04Mar07
kes Add smartctl call to bacula-sd.conf as an example of getting
tape alert info.
Kern Sibbald [Wed, 28 Feb 2007 10:33:19 +0000 (10:33 +0000)]
28Feb07
kes Correct typeo in var.c patch. 27Feb07
kes Don't let Bacula prune File or Job records for the current Job.
kes Fix variable substitution pad + inc bug reported (with patch)
in bug #791. 26Feb07
kes Correct SQLite log table index as reported by Luca Berra
Kern Sibbald [Thu, 22 Feb 2007 15:36:17 +0000 (15:36 +0000)]
kes Fix a few places in lib/message.c where the open fd may
not be zeroed. 21Feb07
kes Add LANG=C to autoconf/randpass so it works with languages other
than English. Fixes bug #788.
Kern Sibbald [Mon, 19 Feb 2007 18:00:26 +0000 (18:00 +0000)]
kes Restore of sockets created false error messages because Bacula
no longer restores sockets, but the code was still trying to
set the attributes on a non-existent file. Reported by a user.
Kern Sibbald [Thu, 15 Feb 2007 18:57:55 +0000 (18:57 +0000)]
15Feb07
kes Add quick disconnect FD code from 2.1.4 to 2.0.3. This code
causes the SD to release the FD as soon as the FD has sent
all the data to the SD. After that the SD will do any final
despooling (data and attributes) that are necessary. This
allows laptops to disconnect much quicker from the network
after a backup. 13Feb07
kes Apply Eric's ClientRunScriptAfter patch to 2.0 and 2.1. 11Feb07
kes Optimize the use of the database a bit in the Status dir command.
Only open it when needed, ensure that if any previous database
was opened, it is closed. 10Feb07
kes Modify dbcheck to handle orphaned JobMedia, Path, Filename,
and File records in 300K chunks to be more efficient. This
idea came from Juan Luis Frances (if I remember right). 09Feb07
kes Update projects list.
Kern Sibbald [Thu, 8 Feb 2007 10:56:41 +0000 (10:56 +0000)]
kes Fix dird/ua_cmds.c so that a cancel command checks if the
console is authorized to cancel the job. This fixes bug
#767.
kes Modify SD so that the VolCatJobs medium record is updated
at the beginning of a Job rather than the end. This
fixes bug #775 where exceeding MaxVolJobs caused jobs
to fail.
kes Added a mutex around getting and setting Volume information
so that multiple simultaneous jobs will single thread.
Switch to using Subversion
kes Remove src/pygtk-console/ from configure
Kern Sibbald [Tue, 6 Feb 2007 14:37:57 +0000 (14:37 +0000)]
06Feb07
kes Delete src/lib/btree.c from win32 build, then add rblist.c
plus the entrypoints.
kes Apply patch supplied that corrects debug print
in canceling jobs for max run time. Supplied as
part of bug #621, which was previously fixed. 05Feb07
kes Test on job_canceled() and sd_msg_thread_done inside
loop starting the message thread to avoid a race condition.
Fixes bug #771.
kes Remove rl_catch_signal from console.c as it conflicted
with the header definition. Fixes bug #765.
ebl Fixes bug #766 about RunsOnClient = Yes 04Feb07
kes Clarify some stored/acquire messages to indicate if the
problem is with read or append. 02Feb07
kes Fix memory leak with storage ids in cats/sql_get.c
kes Terminate watchdog earlier to avoid reference to released
memory -- reported by Jason Austin.
kes Move closing the database from jobq.c to the director daemon
termination routine. This fixes memory leaks for shadow jobs
(i.e. migration jobs).
kes Free up the unique jobid chain items in migrate.c. This fixes
a memory leak problem.
kes Convert some ugly looking for statements to use foreach_alist
in findlib/find.c. This will facilitate converting the structures
to use dlist (for large include/exclude lists).
kes Fix a bug in the btree.c and btree.h routines, then rename them
rblist and add them to be built in src/lib. Include some new
methods written by Rudolf Cejka that make the code more readable
(hides some of the ugly casting).
Kern Sibbald [Thu, 25 Jan 2007 11:26:57 +0000 (11:26 +0000)]
kes Change 'Device not configured to autolabel' from INFO
to WARNING.
kes Fix jobq.c to restart failed jobs when Reschedule Times = 0
which should restart an indefinite # of times.
kes Fix configure --help to print --with-mysql[=DIR]. Same for
other DIR specifications.
Kern Sibbald [Thu, 11 Jan 2007 20:15:48 +0000 (20:15 +0000)]
kes Add dynamic dll entry point for SHGetFolderPath to Win32 code.
This *should* fix bug #747.
kes Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
bug #742.
Kern Sibbald [Thu, 11 Jan 2007 16:38:35 +0000 (16:38 +0000)]
kes Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
bug #742.
09Jan06
kes Modify USTORE constructor to set an empty store_source string,
and don't copy the store_source string in a cancel. Hopefully
this will fix Arno's seg fault, bug #744.
kes Add back code to disable conio in configure. Fixes bug #743.
kes Correct the Options scanner in the FD to correctly handle
SHA1 option, which was eating the next option. Reported by
Sebastien Guilbaud.
kes Add code to indicate when the SD is spooling, spool wait, and
despooling as requested by Alan Brown.
Eric Bollengier [Wed, 3 Jan 2007 20:22:07 +0000 (20:22 +0000)]
ebl add file_histo and rep_histo new graph they works with bfileview
and only on postgresql at this time. With this graph, you will
follow directory and file evolution across backup.