From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 23 10:20:05 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 228B11065671 for ; Sun, 23 Mar 2008 10:20:05 +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 098038FC15 for ; Sun, 23 Mar 2008 10:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2NAK4ae044603 for ; Sun, 23 Mar 2008 10:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2NAK4sB044602; Sun, 23 Mar 2008 10:20:04 GMT (envelope-from gnats) Date: Sun, 23 Mar 2008 10:20:04 GMT Message-Id: <200803231020.m2NAK4sB044602@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: =?windows-1250?Q?Derek_Kuli=F1ski?= Cc: Subject: Re: bin/121502: option -P appears to be broken in restore(8) since FreeBSD 6.3 (regression) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?windows-1250?Q?Derek_Kuli=F1ski?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2008 10:20:05 -0000 The following reply was made to PR bin/121502; it has been noted by GNATS. From: =?windows-1250?Q?Derek_Kuli=F1ski?= To: Jaakko Heinonen Cc: bug-followup@FreeBSD.org Subject: Re: bin/121502: option -P appears to be broken in restore(8) since FreeBSD 6.3 (regression) Date: Sun, 23 Mar 2008 02:49:45 -0700 Hello Jaakko, Sunday, March 23, 2008, 2:14:28 AM, you wrote: > This seems to be somehow related to gzip(1) change in 6.3. Can you > reproduce the problem with GNU gzip from ports? I was actually really puzzled by this, after I submitted the PR, I was looking at changes to restore and dump commands and found that there was no significant changes, I even downgraded those commands to those from 6.2 and they still behaved the same. Now I tried to your suggestion and it seems to work as it supposed to with the gzip from ports. Well.. I see the "Header with wrong dumpdate." but other than that it works fine. I would never thought that gzip was to blame for that... P.S. I upgraded to 7.0 recently, but it didn't affect that bug anyway. -- Derek