Amanda-Users

Re: Odd amrecover and amverify issue in 2.5.0b2

2006-03-15 19:05:10
Subject: Re: Odd amrecover and amverify issue in 2.5.0b2
From: Kevin Till <kevin.till AT zmanda DOT com>
To: Amanda Mailing List <amanda-users AT amanda DOT org>
Date: Wed, 15 Mar 2006 16:04:06 -0800
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