Hi,
some people reported the following problem back in august :
> xfsrestore: examining media file 1
> xfsrestore: seeking past media file directory dump
> xfsrestore: drive_scsitape.c:1461: do_next_mark: Assertion
> `rechdrp->first_mark_offset - rechdrp->file_offset <= ( off64_t )
> ( contextp->dc_recsz )' failed.
> Aborted (core dumped)
Steve Roseman gave the following fix for it:
523c523
< IXLATE(rh1, rh2, first_mark_offset);
---
> /* IXLATE(rh1, rh2, first_mark_offset); */
532a533
> BXLATE(first_mark_offset);
Today I ran into the same problem and after applying this fix, all seems to
work well again. Any reason this fix hasn't been applied in the CVS code ?
...Juergen
|