On Sat, Apr 12, 2008 at 2:53 PM, Donald Murray, P.Eng. <[EMAIL PROTECTED]> wrote: > Around line 432 it's finished checking the last dump it checks, then > it starts the first dump from godel. I've included that section below: ... > ++ grep 'reached end of information' /tmp/amanda/amverify.3273/amrestore.out > + EOI='amrestore: 1: reached end of information'
OK, so amrestore is giving an EOF indication. In 2.5.2, at least (2.5.1 is only in the CVS repository, so I don't have it handy), that comes when read_file_header returns an error or zero. Is the header of that file intact? Can you look at /tmp/amanda/amverify.3273/amrestore.out to see if there are other error messages? To be fair, I already know the ending of this story. Almost all of the code you're looking at has been rewritten in 2.6.0, so whatever the problem is, the answer is probably going to be "upgrade to 2.6.0". Dustin -- Storage Software Engineer http://www.zmanda.com
