Douglas,
There is a bug if the taper crash early, the attached patch fix, the
dump should go to holding disk.
Douglas K. Rand wrote:
/usr/local/lib/perl5/5.10.1 .) at
/usr/local/lib/perl5/site_perl/5.10.1/Amanda/Device.pm line 34
It would seem that the error "Can't locate
auto/Amanda/Device/Device/swig_volume.al"
means that it had problems reading the tape?
No, it is an installation problem, are you sure
/usr/local/lib/perl5/site_perl/5.10.1/Amanda/Device.pm is the 3.2.1 release?
Uninstal all previous release.
Jean-Louis
diff --git a/server-src/driver.c b/server-src/driver.c
index 2a7ca74..17bebab 100644
--- a/server-src/driver.c
+++ b/server-src/driver.c
@@ -1870,6 +1870,7 @@ handle_taper_result(
* checks. If there are dumps waiting for diskspace to be freed,
* cancel one.
*/
+ taper_started = 1;
if(!nodump) {
log_add(L_WARNING,
_("going into degraded mode because of taper component error."));
@@ -1925,6 +1926,7 @@ handle_taper_result(
}
} while(areads_dataready(taper_fd));
+ start_some_dumps(&runq);
startaflush();
}