Re: amanda 2.6.1 amrestore issue

2009-02-27 Thread Jon LaBadie
On Fri, Feb 27, 2009 at 12:03:21PM -0500, Dustin J. Mitchell wrote: > I'm sorry -- I somehow filed this away withot answering. > > On Mon, Feb 23, 2009 at 3:59 PM, Brian Cuttler wrote: > > read(4, 0x080887A0, 32768) ? ? ? ? ? ? ? ? ? ? ?Err#5 EIO > ... > Note that the actions Amanda is performin

Re: amanda 2.6.1 amrestore issue

2009-02-27 Thread Dustin J. Mitchell
I'm sorry -- I somehow filed this away withot answering. On Mon, Feb 23, 2009 at 3:59 PM, Brian Cuttler wrote: > read(4, 0x080887A0, 32768)                      Err#5 EIO This is the read error. As you can see, it doesn't give much detail -- just EIO. The subsequent > ioctl(4, (('m'<<8)|1), 0

Re: amanda 2.6.1 amrestore issue

2009-02-23 Thread Paul Yeatman
Are you able to manually seek to this tape file on this same host and device? mt -f /dev/rmt/0hn asf 2 If so, can you read the header? dd if=/dev/rmt/0hn bs=32k count=1 Trying to narrow it down to the device/tape or Amanda. Paul On Mon, 2009-02-23 at 14:40 -0500, Brian Cuttler wrote: >

Re: amanda 2.6.1 amrestore issue

2009-02-23 Thread Dustin J. Mitchell
On Mon, Feb 23, 2009 at 3:18 PM, Brian Cuttler wrote: > amdevchec liked the drive, and amlabel and amcheck report > success when labeling or checking it. Sorry, I didn't mean to reply privately in my last message. Anyway, can you try running the amrestore under 'truss' to see what is going on at