Hi Anthony,

The following patch should fix the amverify problem, could you give it a try?

--- amverify.sh.in      24 Feb 2006 04:44:59 -0000      1.35
+++ amverify.sh.in      15 Mar 2006 23:56:47 -0000
@@ -460,6 +460,9 @@
                elif [ -n "$EOF" ]; then
                        report "End-of-Tape detected."
                        break
+               elif [ -n "$EOI" ]; then
+                        report "End-of-Information detected."
+                        break
                else
                        report "** Error detected ($FILE)"
                        echo "$VOLUME ($FILE):" >>$DEFECTS



Anthony Valentine wrote:

    amrestore: missing file header block
    amrestore: WARNING: not at start of tape, file numbers will be offset
    amrestore: missing file header block
    amrestore: missing file header block
    amrestore: missing file header block
    amrestore: missing file header block
    amrestore: missing file header block
    amrestore: missing file header block
    amrestore: missing file header block
    amrestore: missing file header block
    amrestore: missing file header block
    amrestore: missing file header block
    amrestore:  10: reached end of information
    ** No header
    0+0 in
    0+0 out
    Too many errors.




--
Thank you!
Kevin Till

Amanda documentation: http://wiki.zmanda.com
Amanda forums:        http://forums.zmanda.com

Reply via email to