From steve@stevenwills.com  Mon Apr 14 12:16:43 2003
Return-Path: <steve@stevenwills.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7265237B40C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Apr 2003 12:16:43 -0700 (PDT)
Received: from stevenwills.com (rdu57-89-227.nc.rr.com [66.57.89.227])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A0C6543F75
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Apr 2003 12:16:40 -0700 (PDT)
	(envelope-from steve@stevenwills.com)
Received: from tigger.example.com (slw@localhost.example.com [127.0.0.1])
	by stevenwills.com (8.12.8p1/8.12.6) with ESMTP id h3EJGbA1035542
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Apr 2003 15:16:39 -0400 (EDT)
	(envelope-from steve@tigger.example.com)
Received: (from steve@localhost)
	by tigger.example.com (8.12.8p1/8.12.6/Submit) id h3EJGbHW035541;
	Mon, 14 Apr 2003 15:16:37 -0400 (EDT)
Message-Id: <200304141916.h3EJGbHW035541@tigger.example.com>
Date: Mon, 14 Apr 2003 15:16:37 -0400 (EDT)
From: Steve <freebsd@stevenwills.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: daily_status_disks_df_flags in /etc/defaults/periodic.conf inconsistent
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50956
>Category:       conf
>Synopsis:       daily_status_disks_df_flags in /etc/defaults/periodic.conf inconsistent
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    matteo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 14 12:20:09 PDT 2003
>Closed-Date:    Sat Jun 19 04:41:11 UTC 2010
>Last-Modified:  Sat Jun 19 04:41:11 UTC 2010
>Originator:     Steve
>Release:        FreeBSD 4.7-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD tigger.example.com 4.7-RELEASE-p9 FreeBSD 4.7-RELEASE-p9 #4: Mon Mar 24 16:21:47 EST 2003 steve@tigger.example.com:/common/FreeBSD/obj/common/FreeBSD/src/sys/TIGGER i386


	
>Description:

    The flags to df for daily status mail (specified by
daily_status_disks_df_flags") is inconsistent. The flags were set to include
"-t nonfs" in rev 1.5. Since the commit doesn't say why, I assume this is to
prevent non local file systems from being listed. If this is the case, then
"-l" would be a better option, as it will also exclude all network file
systems, for example smbfs, which -t "nonfs" does not do. If my reasoning is
wrong, please let me know.

>How-To-Repeat:
	mount non nfs network file systems (smbfs for example) and receive daily
periodic mail. 

>Fix:

	Change daily_status_disks_df_flags in /etc/defaults/periodic.conf to
"-k -l"

>Release-Note:
>Audit-Trail:

From: Matteo Riondato <rionda@gufi.org>
To: freebsd-bugs@freebsd.org
Cc: bug-followup@freebsd.org
Subject: Re: conf/50956: daily_status_disks_df_flags in /etc/defaults/periodic.conf
Date: Thu, 31 Mar 2005 19:14:16 +0200

 --ey/N+yb7u/X9mFhi
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 This does make sense.
 Here is a patch for it.
 --- periodic.conf.orig  Tue Mar 29 17:38:40 2005
 +++ periodic.conf       Thu Mar 31 19:08:41 2005
 @@ -86,7 +86,7 @@
 
  # 400.status-disks
  daily_status_disks_enable=3D"YES"			# Check disk status
 -daily_status_disks_df_flags=3D"-k -t nonfs"		# df(1) flags for check
 +daily_status_disks_df_flags=3D"-k -l"			# df(1) flags for check
 
 # 405.status-ata_raid
  daily_status_ata_raid_enable=3D"NO"			# Check ATA raid status
 
 Best Regards
 --=20
 Rionda aka Matteo Riondato
 Disinformato per default
 G.U.F.I. Staff Member (http://www.gufi.org)
 FreeSBIE Developer (http://www.freesbie.org)
 
 --ey/N+yb7u/X9mFhi
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCTC/o2Mp4pR7Fa+wRAoEKAKCW1MAitHV5b8F9EN0QktbY2We1FgCgqRif
 07+3Tlgbbhxmw7JewkR7ouw=
 =Ywu6
 -----END PGP SIGNATURE-----
 
 --ey/N+yb7u/X9mFhi--
State-Changed-From-To: open->patched 
State-Changed-By: matteo 
State-Changed-When: Mon Jan 30 19:25:28 UTC 2006 
State-Changed-Why:  
Committed to head 


Responsible-Changed-From-To: freebsd-bugs->matteo 
Responsible-Changed-By: matteo 
Responsible-Changed-When: Mon Jan 30 19:25:28 UTC 2006 
Responsible-Changed-Why:  
I will handle this 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50956 

From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org, freebsd@stevenwills.com
Cc:  
Subject: Re: conf/50956: daily_status_disks_df_flags in /etc/defaults/periodic.conf
 inconsistent
Date: Thu, 31 Jan 2008 14:21:20 +0100

 MFC is missing!
 
 This can be closed, if the MFC has been done.

From: Gavin Atkinson <gavin@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/50956: daily_status_disks_df_flags in
	/etc/defaults/periodic.conf
Date: Thu, 29 May 2008 12:38:12 +0100

 This was fixed in -HEAD before RELENG_7 was branched, but still needs an
 MFC to RELENG_6.
State-Changed-From-To: patched->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Jun 19 04:40:54 UTC 2010 
State-Changed-Why:  
At this point it is unlikely that it will be MFCed to 6. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50956 
>Unformatted:
