Kern Sibbald [Sat, 18 Dec 2004 10:27:32 +0000 (10:27 +0000)]
- While using the rescue CDROM after my computer would not
boot, I realized that it would be very useful to have
a umount_disks. So, it is not implemented, along with
updates to the READMEs and some minor tweaks.
- Moved mounting the CDROM in the rescue boot from /cdrom
to /mnt/cdrom (more standard location).
- Reboot in CDROM rescue should now work -- requires -d
option (no write) to work.
- Hopefully fixed all the IPV6/4 problems and buffer
problems with networking in lib. Bugs 190 and 204.
Cleaned up a lot of #ifdefing problems by using routines
in address_conf.c
Kern Sibbald [Thu, 9 Dec 2004 21:47:28 +0000 (21:47 +0000)]
- Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
patch to avoid doing MTIOCGET on OSes that do not support
it such as OpenBSD.
- Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
patch to add filesystem type matching to FileSets in the
Options resource.
- Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
patch to add Mac OSX resource fork support (save/restore)
to Bacula -- HFS Plus support.
Kern Sibbald [Mon, 6 Dec 2004 22:47:07 +0000 (22:47 +0000)]
- Implemented Preben 'Peppe' Guldberg <peppe@wielders.org>
patch to backup directories skipped (due to no file system
changes or no recursion), and to add a slash to the end
of the directory name during the match process.
Kern Sibbald [Sat, 4 Dec 2004 23:00:49 +0000 (23:00 +0000)]
- Implement conversion of the manual, and some minor tweaks
to the script tags.
- Apply a patch supplied by Preben 'Peppe' Guldberg that implements
ignore case in wild cards and regexes.
- Fix a truncated line in the above patch due to my cut and paste.
Kern Sibbald [Fri, 3 Dec 2004 21:00:19 +0000 (21:00 +0000)]
- Add user supplied patch to add inet_aton() of old Solaris
systems.
- Require pools to match before allowing multiple simultaneous
accesses to same storage resource.
- Add patch supplied by Martin to correct buffer overrun in
bsnprintf() with no library snprintf().
Kern Sibbald [Thu, 2 Dec 2004 11:03:04 +0000 (11:03 +0000)]
- Apply user supplied patch that implements No Hard Links.
- Document Python interface
- Add hardlink keyword patch supplied by David R Bosso <dbosso@lsit.ucsb.edu>
Kern Sibbald [Wed, 24 Nov 2004 17:16:58 +0000 (17:16 +0000)]
- Take Dan's fix to the fix_postgresql_tables (thanks Dan)
- Increase Maximum Concurrent Jobs to 20 in SD and FD!
- Fix improper handling of autochanger Volumes that are not
marked InChanger.
Kern Sibbald [Mon, 22 Nov 2004 09:28:41 +0000 (09:28 +0000)]
- Update authentication failure message to indicate possible
problem with Maximum Concurrent Jobs. Add to doc too.
- Commit PostgreSQL BIGINT fix -- apparently some people didn't
get it.
- Do not use a slot unless it is InChanger in the autochanger
code, otherwise autochanger gets upset not finding the Volume.
Kern Sibbald [Sun, 21 Nov 2004 08:53:22 +0000 (08:53 +0000)]
- Fix removing items from watchdog queue, which apparently
screwed up if there was more than one item.
- Rework mediaformat part of manual to separate out old
tape format for easier reading.
- Add a lot of debug code to the authentication code.
- Add seconds to the start/end times printed in the job report.
Kern Sibbald [Mon, 15 Nov 2004 22:43:33 +0000 (22:43 +0000)]
- Fix cancel bug in FD on /lib/tls with zero pid in
pthread_kill.
- Add date/time to all messages.
- Make Qmsg use time message was queued rather than time
printed.
- Indent job output two spaces.
Kern Sibbald [Fri, 12 Nov 2004 17:37:03 +0000 (17:37 +0000)]
Fix scripts/Makefile.in missing ;\ -- thanks Martin
- A bit of work on btape to keep if from going into infinite
loops when things do not work well, and to print a bit
better info.
Kern Sibbald [Mon, 8 Nov 2004 21:12:12 +0000 (21:12 +0000)]
08Nov04
- More doc updates
- Fix ps command for OpenBSD
- Rework the creation of indexes for SQL -- fall back
to the old code, but document what can be added.
06Nov04
- Add new Daemon message handler in default DIR conf.
05Nov04
- Fix Seg Fault with -D100 in bpipe.c.
- Fix Seg Fault in run specifying a JobId.
- Make mail from daemon with a Messages Resource use
the MailCommand with editing rather than the default
sendmail.
- Replace Jmsg in dispatch_message() with Qmsg.
- Make edit_job_codes handle NULL jcr.
Kern Sibbald [Fri, 29 Oct 2004 22:11:43 +0000 (22:11 +0000)]
30Oct04
- Fix count returned from write_bsr_file() to handle multiple
volumes. This fixes most cases of the Verify VolumeToCatalog.
- Cleanup a bit the make clean for the rescue cdrom and remove
unneeded files from the CVS.
28Oct04
- Fixed acquiring a tape so that it does not block all acquires
when operator intervention is needed.
- Platform build script updates from Scott
- Doc updates
- Add patch to force Linux LD_ASSUME_KERNEL to avoid using the
new /lib/tls. This is done in the startup scripts.
- Modify mtx-changer so that it checks for ONLINE while
waiting.
- Modify make_postgresql_tables.in so that EndBlock is stored
as a bigint. Prevents job failures when a disk volume is
larger than 2GB.
24Oct04
- Add grep ONLINE to wait_for_drive() in mtx-changer.in
- More doc.
- Rebuild Scott's new configure