From owner-freebsd-hackers@FreeBSD.ORG Fri Jul 20 15:38:50 2007 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0EDC16A418 for ; Fri, 20 Jul 2007 15:38:50 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id A9F0013C47E for ; Fri, 20 Jul 2007 15:38:50 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id CD838EB1B66; Fri, 20 Jul 2007 23:22:00 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id GIPNJRUdE158; Fri, 20 Jul 2007 23:21:56 +0800 (CST) Received: from charlie.delphij.net (unknown [221.216.126.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id CA93BEB1B0C; Fri, 20 Jul 2007 23:21:56 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=RoOF5+MNTkgHZ93CytfcVPlda3rie9Yb1jxtWBVk8G5EnjvhCEnTZlIN6/2MEjH8s NKACxQ71Q7GmMLjoncxDg== Message-ID: <46A0D313.8010904@delphij.net> Date: Fri, 20 Jul 2007 23:21:55 +0800 From: Xin LI User-Agent: Thunderbird 2.0.0.4 (X11/20070711) MIME-Version: 1.0 To: Maxim Konovalov References: <20070720185101.F20123@mp2.macomnet.net> In-Reply-To: <20070720185101.F20123@mp2.macomnet.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: hackers@freebsd.org Subject: Re: tunefs.8 oddity X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2007 15:38:51 -0000 Maxim Konovalov wrote: > Hello, > > after spending a half an hour trying to help a friend of mine to turn > soft updates on the root filesystem on I'd like to revert a part of > rev. 1.21 just because it makes life of an average sysadmin easier: > > Index: tunefs.8 > =================================================================== > RCS file: /home/ncvs/src/sbin/tunefs/tunefs.8,v > retrieving revision 1.37 > diff -u -p -r1.37 tunefs.8 > --- tunefs.8 31 Oct 2006 21:52:28 -0000 1.37 > +++ tunefs.8 20 Jul 2007 14:57:30 -0000 > @@ -165,6 +165,8 @@ utility appeared in > .Bx 4.2 . > .Sh BUGS > This utility should work on active file systems. > +To change the root filesystem, the system must be rebooted > +after the filesystem is tuned. > .\" Take this out and a Unix Daemon will dog your steps from now until > .\" the time_t's wrap around. > .Pp > %%% Any chance that we resolve the bug instead of documenting it? :-) Cheers,