On Wed, Mar 13, 2002 at 07:59:02PM -0500, John R. Jackson wrote:
> >Every day now (for the past 3 days) I have been getting the same errors:
> >
> > "Bad file descriptor"
>
> Sigh. Amanda is not telling you the whole story there (can't remember
> if this is fixed in the current source or not).
It's not, this patch should fix it.
Or maybe just set degraded_mode to 1.
Jean-Louis
--
Jean-Louis Martineau email: [EMAIL PROTECTED]
Departement IRO, Universite de Montreal
C.P. 6128, Succ. CENTRE-VILLE Tel: (514) 343-6111 ext. 3529
Montreal, Canada, H3C 3J7 Fax: (514) 343-5834
--- server-src/driver.c.1 Wed Mar 13 18:34:12 2002
+++ server-src/driver.c Thu Mar 14 09:57:30 2002
@@ -2189,6 +2189,7 @@
update_failed_dump_to_tape(dp);
free_serial(result_argv[2]);
failed = 2; /* fatal problem */
+ start_degraded_mode(&runq);
}
/* reset statistics & return */