]> git.sur5r.net Git - bacula/docs/commit
kes All code added back. Fixed block.c read/write to loop only 3
authorKern Sibbald <kern@sibbald.com>
Sat, 23 Sep 2006 17:13:27 +0000 (17:13 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 23 Sep 2006 17:13:27 +0000 (17:13 +0000)
commit6755e3d24ca96b5024f04ed5b7dbd10aa5b16e6e
tree2c6e96ac88651f6617f922aa448c78efaf22e671
parent05cae6fb8e9366ea1f5bfa42d6ed810c75a12319
kes  All code added back. Fixed block.c read/write to loop only 3
     times. This apparently keeps the OS from crashing (at least
     most of the time).
kes  The kernel bug still persists. Backup something then immediately
     do a bscan on the same tape, and the kernel will crash.
kes  Simplifed tape open().  It no longer uses nonblocking mode, which
     means that opening with no tape loaded will probably take at least
     6 minutes before an error is reported.
kes  Do not use MTSETDRVBUFFER if not running as root.  Do a MTRESET
     when doing set_os_device_parameters.
kes  Report open error in mount.c
kes  Remove all .exe files from the installer directory on make clean.