From owner-freebsd-stable@FreeBSD.ORG Sat Feb 3 08:33:00 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E5CC16A401 for ; Sat, 3 Feb 2007 08:33:00 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) by mx1.freebsd.org (Postfix) with ESMTP id CD6E213C478 for ; Sat, 3 Feb 2007 08:32:59 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (juno.lyxys.ka.sub.org [IPv6:2001:5c0:8521:0:20f:feff:fe0e:7312]) by saturn.lyxys.ka.sub.org (8.13.8/8.13.8) with ESMTP id l138VTxe038823; Sat, 3 Feb 2007 09:31:29 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.13.8/8.13.8) with ESMTP id l138VTjI074955; Sat, 3 Feb 2007 09:31:29 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.13.8/8.13.8/Submit) id l138VQQ7074954; Sat, 3 Feb 2007 09:31:26 +0100 (CET) (envelope-from wolfgang) From: Wolfgang Zenker Message-Id: <200702030831.l138VQQ7074954@juno.lyxys.ka.sub.org> In-Reply-To: <20070203075628.W18919@ramstind.fig.ol.no> To: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Date: Sat, 3 Feb 2007 09:31:26 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL123e (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (saturn.lyxys.ka.sub.org [IPv6:2001:5c0:8521:1:240:63ff:fed8:ce97]); Sat, 03 Feb 2007 09:31:29 +0100 (CET) Cc: FreeBSD stable Subject: Re: AMANDA 2.5.1p2 and GNU tar 1.16.1, the latter returning 1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2007 08:33:00 -0000 Hi, > Does anybody besides me have problems with AMANDA 2.5.1p2 and GNU tar > 1.16.1? The problem is that gtar exits with an exit status of 1 after > creating the archive. This leeds to AMANDA dumping the affected > filesystems at least twice. > [..] > Here's an exerpt from an AMANDA mail report: > /-- monitor.fig.ol.no / lev 0 FAILED [/usr/local/bin/gtar returned 1] > sendbackup: start [monitor.fig.ol.no:/ level 0] > sendbackup: info BACKUP=/usr/local/bin/gtar > sendbackup: info RECOVER_CMD=/usr/local/bin/gtar -f - ... > sendbackup: info end > ? GNUTAR: ./proc: file changed as we read it > | Total bytes written: 173752320 (166MiB, 3.0MiB/s) > sendbackup: error [/usr/local/bin/gtar returned 1] > \-------- the exit status of 1 is due to "./proc: file changed as we read it". As you probably don't want to backup /proc anyway, exclude it from your backup config. Wolfgang