Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2001 15:15:37 -0700 (PDT)
From:      Jim.Pirzyk@disney.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/27319: df displays amd pid mounts
Message-ID:  <200105142215.f4EMFbm00625@snoopy.fan.fa.disney.com>

next in thread | raw e-mail | index | archive | help

>Number:         27319
>Category:       bin
>Synopsis:       df displays amd pid processes
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 14 15:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jim Pirzyk
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD snoopy.fan.fa.disney.com 4.3-RELEASE FreeBSD 4.3-RELEASE #4: Fri Apr 27 01:14:59 PDT 2001 root@snoopy.fan.fa.disney.com:/auto/roy/dist/pub/FreeBSD/4.3-RELEASE/sys/compile/UP_WORKSTATION i386


	
>Description:
	when running df it shows the mount entries for amd which
	are processes.

Filesystem               1K-blocks     Used    Avail Capacity  Mounted on
pid202@zhou:/home        0        0        0   100%    /home
pid202@zhou:/release     0        0        0   100%    /release

>How-To-Repeat:
	df when amd is running
>Fix:

*** ./usr.sbin/amd/include/config.h.orig	Fri Nov  5 04:34:00 1999
--- ./usr.sbin/amd/include/config.h	Mon May 14 14:55:58 2001
***************
*** 458,464 ****
  /* #undef MNT2_GEN_OPT_FSS */
  
  /* ignore mount entry in df output */
! /* #undef MNT2_GEN_OPT_IGNORE */
  
  /* journaling filesystem (AIX's UFS/FFS) */
  /* #undef MNT2_GEN_OPT_JFS */
--- 458,464 ----
  /* #undef MNT2_GEN_OPT_FSS */
  
  /* ignore mount entry in df output */
! #define MNT2_GEN_OPT_IGNORE MNT_IGNORE
  
  /* journaling filesystem (AIX's UFS/FFS) */
  /* #undef MNT2_GEN_OPT_JFS */
***************
*** 570,576 ****
  /* #undef MNT2_NFS_OPT_HOSTNAME */
  
  /* ignore mount point */
! /* #undef MNT2_NFS_OPT_IGNORE */
  
  /* allow interrupts on hard mount */
  #define MNT2_NFS_OPT_INT 0x40
--- 570,576 ----
  /* #undef MNT2_NFS_OPT_HOSTNAME */
  
  /* ignore mount point */
! #define MNT2_NFS_OPT_IGNORE MNT_IGNORE
  
  /* allow interrupts on hard mount */
  #define MNT2_NFS_OPT_INT 0x40
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105142215.f4EMFbm00625>