From owner-freebsd-doc Sun Nov 25 4:20:18 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A63C37B41B for ; Sun, 25 Nov 2001 04:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAPCK2Y02532; Sun, 25 Nov 2001 04:20:02 -0800 (PST) (envelope-from gnats) Received: from relay1.macomnet.ru (relay1.macomnet.ru [195.128.64.10]) by hub.freebsd.org (Postfix) with ESMTP id E5E8D37B417 for ; Sun, 25 Nov 2001 04:14:39 -0800 (PST) Received: from macomnet.ru (nas-host-250.macomnet.ru [195.128.64.250]) by relay1.macomnet.ru (8.11.3/8.11.3) with ESMTP id fAPCEaF758711 for ; Sun, 25 Nov 2001 15:14:37 +0300 (MSK) Received: (from maxim@localhost) by macomnet.ru (8.11.6/8.11.6) id fAPCEPv06836; Sun, 25 Nov 2001 15:14:25 +0300 (MSK) (envelope-from maxim) Message-Id: <200111251214.fAPCEPv06836@macomnet.ru> Date: Sun, 25 Nov 2001 15:14:25 +0300 (MSK) From: Maxim Konovalov Reply-To: Maxim Konovalov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/32266: an incorrect ERROR section in tunefs.8 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32266 >Category: docs >Synopsis: an incorrect ERROR section in tunefs.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 25 04:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Maxim Konovalov, maxim@macomnet.ru >Release: FreeBSD 5.0-CURRENT i386 >Organization: n/a >Environment: System: FreeBSD miss 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Wed Nov 7 21:38:49 MSK 2001 maxim@miss:/vol0/obj/usr/src/sys/MISS i386 >Description: tunefs.8 claims that tunefs trying to remount a filesystem ever if it was not previously mounted. This behaviour was fixed in tunefs.c 1.7. >How-To-Repeat: n/a >Fix: Here is the patch for tunefs.8: Index: tunefs.8 =================================================================== RCS file: /home/ncvs/src/sbin/tunefs/tunefs.8,v retrieving revision 1.16 diff -u -r1.16 tunefs.8 --- tunefs.8 10 Jul 2001 11:02:35 -0000 1.16 +++ tunefs.8 25 Nov 2001 11:25:31 -0000 @@ -131,27 +131,6 @@ .El .Pp At least one of the above flags is required. -.Sh ERRORS -If -.Nm -.Fl n -is run to enable/disable soft update on an unmounted file system -after booting single-user then -.Nm -will output the warning -.Pp -reload\&: Invalid argument -.Pp -preceded by the raw device name. -This occurs because the filesystem -is not currently mounted read-only. -.Nm -is trying to reload the incore (r*) device, but it was never loaded -to begin with. -When you boot single user, only -.Dq / -is mounted, so all other filesystems will give you that warning. -It is completely harmless. .Sh SEE ALSO .Xr fs 5 , .Xr dumpfs 8 , >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message