]> git.sur5r.net Git - bacula/rescue/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)
commit31e91eefdceb66a0b53d4bc9e57bc10f7a2e33bc
tree8d370c7d71c216685a541d91342639398be885dd
parent9787202d3caa27583554d47dcf249f81c8091963
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.