From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 16 23:30:19 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2A4F106566C for ; Sat, 16 Jun 2012 23:30:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BBB408FC08 for ; Sat, 16 Jun 2012 23:30:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q5GNUJ4M026496 for ; Sat, 16 Jun 2012 23:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q5GNUJiK026493; Sat, 16 Jun 2012 23:30:19 GMT (envelope-from gnats) Date: Sat, 16 Jun 2012 23:30:19 GMT Message-Id: <201206162330.q5GNUJiK026493@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Heikki Suonsivu Cc: Subject: Re: bin/85011: restore(8) on 5.4 will not read Solaris-sparc dumps, whereas 4.x restore will [regression] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Heikki Suonsivu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jun 2012 23:30:19 -0000 The following reply was made to PR bin/85011; it has been noted by GNATS. From: Heikki Suonsivu To: bug-followup@FreeBSD.org, Ted.Nolan@sri.com Cc: Subject: Re: bin/85011: restore(8) on 5.4 will not read Solaris-sparc dumps, whereas 4.x restore will [regression] Date: Sun, 17 Jun 2012 02:28:06 +0300 This bug still exists in 8.3-STABLE from few weeks back. Restoring tape likely written with Sunos lelu# restore -i -f file1 Tape is not a dump tape lelu# file file1 file1: dump format, 4.2 or 4.3 BSD without IDC lelu# restore -i -v -f file1 Verify tape and initialize maps Tape block size is 32 Tape is not a dump tape lelu# So, it seems that the tape is dump tape, but cannot be read. file1 has been pulled from the tape with dd. I happened to have a FreeBSD 4 in one host, and taking a binary from there seems to work.