Kern Sibbald [Tue, 16 Oct 2007 19:10:47 +0000 (19:10 +0000)]
kes Add PATH command to SunOS part of mtx-changer.in so that sed and
awk are on the path.
kes Redirect stderror to stdin on mt status command in mtx-changer.in
since the status is returned on stderr on Solaris.
kes Activate Close button on tray-monitor window. This fixes
bug #986.
kes Check for NULL item in parse_conf.c before calling it. In the
case of Device, there is no item and this caused a seg fault when
Device appears in the conf file.
kes Add a #define __CONFIG_H when including config.h in bacula.h. This
avoids pulling in config.h multiple times in some new code.
Kern Sibbald [Fri, 5 Oct 2007 16:56:55 +0000 (16:56 +0000)]
kes Fix listing performance problems in bat. Pointed out by
Chris Howells.
kes Remove old debug code.
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
Dan Langille [Tue, 2 Oct 2007 19:50:54 +0000 (19:50 +0000)]
Rename some sample configuration files to *.in
This allows us to rm *.conf and get back to the start.
Adjust scripts/do_sed to do a cp of those two files
Dan Langille [Mon, 1 Oct 2007 00:28:27 +0000 (00:28 +0000)]
Welcome to self-contained regression testing.
You should now be able to run multiple regression
test instances on the same machine without
stepping on each others toes.
kes Save jcr in thread specific data (tsd) for each thread.
kes Make Dmsg() print JobId as -%u.
kes Make Jmsg, Emsg, and others automatically pickup the jobid
for the thread if it exists.
kes Remove old reservation debug jid code.
kes Remove get_jcr_from_tid() from OpenSSL and tls code.
ebl Add an option that permit to specify spool size in job
definition. (Applying patches/testing/spoolsize_per_job.patch).
You must upgrade SD and DIR at the same time.
More tweaks to the mount volume routines to get everything
right. Changed variable name from find to have_vol, which is
much easier to understand.
kes Enhance btimer debug code.
kes Setup SQLite busy handler before doing queries.
kes Don't overwrite error message in check_tables_version.
kes Unlock batch insert tables with same calls used elsewhere.
kes Make SD code that contructs attribute insert check string lengths
more carefully.
kes If Dir gets an error during inserting attributes, cancel SD.
This reduces unnecessary error messages.
Dan Langille [Mon, 24 Sep 2007 19:12:54 +0000 (19:12 +0000)]
Let people know that Bacula passwords are plain text and are not generated
though any special magic process. We're getting this question more often
now.
kes Back out one small change to the reservation system (reserving a volume).
kes Rework how a Volume is mounted. It is now much more intelligent and
will always attempt to use any mounted volume if possible and reduces
calls to the Director asking about volumes.
kes Rework the reservation system to take into account that the Director
might give us a Volume that is different from the current one being
used, and to ensure that we don't exceed Maximum Volume Jobs.
This fixes (mostly) bug #947 ' Maximum Volume Jobs = 1 produces
fatal error with multiple jobs running'
kes Add more debug code in reservation system.
kes Implement maxvol-test to check bug #947.