From owner-freebsd-stable@FreeBSD.ORG Wed Feb 23 05:13:36 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 820F216A4CE for ; Wed, 23 Feb 2005 05:13:36 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EDAC43D2D for ; Wed, 23 Feb 2005 05:13:36 +0000 (GMT) (envelope-from fehwalker@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so49754wri for ; Tue, 22 Feb 2005 21:13:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=juMGQSgXguQIRoWBatwkk/9oK9fHpb5Aevu5U2SqCsrEmskb2oOtnnydmloqrersv+QTOmG3qopxhpBmtvdX0mgNpCpXRi23Crx0Il6xnNg2inFdjrTuAboKUQQ8YgADZtIjCDe+5l47zqjetRk+Zh5DhPWoDo2aig8ugs2i0UU= Received: by 10.54.59.11 with SMTP id h11mr186603wra; Tue, 22 Feb 2005 21:13:34 -0800 (PST) Received: by 10.54.19.52 with HTTP; Tue, 22 Feb 2005 21:13:34 -0800 (PST) Message-ID: <35de0c3005022221132f9e4711@mail.gmail.com> Date: Wed, 23 Feb 2005 00:13:34 -0500 From: Bryan Fullerton To: freebsd-stable@freebsd.org In-Reply-To: <421C0E7E.5080602@infodev.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <421B4950.9040602@infodev.ca> <421C0E7E.5080602@infodev.ca> Subject: Re: dump mksnap_ffs: not found X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bryan Fullerton List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 05:13:36 -0000 On Wed, 23 Feb 2005 00:02:54 -0500, D.Pageau wrote: > creating /var/.snap/dump_snapshot is mksnap_ffs job. mksnap_ffs is > launch by dump without full path and can't be found. > > mksnap_ffs is in /sbin folder. This issue was fixed in revision 1.56 of src/sbin/dump/main.c on January 4, 2004, and the fix is in both FreeBSD 5.3 and 5-STABLE. Sadly for you, FreeBSD 5.2.1 has version 1.55 of that file. http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/dump/main.c Why you're posting questions about 5.2.1 to freebsd-stable instead of freebsd-questions is something I can't answer. Bryan