From mark@dogma.freebsd-uk.eu.org  Thu Dec 23 12:19:44 1999
Return-Path: <mark@dogma.freebsd-uk.eu.org>
Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69])
	by hub.freebsd.org (Postfix) with SMTP id A1EA214F57
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Dec 1999 12:19:43 -0800 (PST)
	(envelope-from mark@dogma.freebsd-uk.eu.org)
Received: (qmail 19550 invoked from network); 23 Dec 1999 20:19:38 -0000
Received: from userco81.uk.uudial.com (HELO marder-1.) (62.188.156.11)
  by smtp.dial.pipex.com with SMTP; 23 Dec 1999 20:19:38 -0000
Received: (from root@localhost)
	by marder-1. (8.9.3/8.8.8) id UAA01669;
	Thu, 23 Dec 1999 20:19:36 GMT
	(envelope-from mark)
Message-Id: <199912232019.UAA01669@marder-1.>
Date: Thu, 23 Dec 1999 20:19:36 GMT
From: Mark Ovens <mark@ukug.uk.freebsd.org>
Sender: mark@dogma.freebsd-uk.eu.org
Reply-To: Mark Ovens <mark@ukug.uk.freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Addition to tunefs(8) manpage
X-Send-Pr-Version: 3.2

>Number:         15657
>Category:       docs
>Synopsis:       Document warning message in tunefs(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 23 12:20:02 PST 1999
>Closed-Date:    Fri Jan 7 05:06:07 PST 2000
>Last-Modified:  Fri Jan  7 05:06:36 PST 2000
>Originator:     Mark Ovens
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	

>Description:

	Document a waring that tunefs(8) emits when enabling/disabling
	soft updates on an unmounted filesystem.

>How-To-Repeat:

	

>Fix:
	
	
*** tunefs.8.orig	Thu Dec 23 19:01:03 1999
--- tunefs.8	Thu Dec 23 20:13:40 1999
***************
*** 120,125 ****
--- 120,144 ----
  .Xr dumpfs 8
  manual page.
  .El
+ .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:
State-Changed-From-To: open->closed 
State-Changed-By: phantom 
State-Changed-When: Fri Jan 7 05:06:07 PST 2000 
State-Changed-Why:  
Patch commited to both -CURRENT and -STABLE. Thanks! 
>Unformatted:
