Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Sep 2000 14:57:39 +0900 (JST)
From:      Masachika ISHIZUKA <ishizuka@ish.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/21009: /etc/security make the system hangup
Message-ID:  <200009030557.OAA97636@onion.ish.org>

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

>Number:         21009
>Category:       kern
>Synopsis:       /etc/security make the system hangup
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 02 23:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Masachika ISHIZUKA
>Release:        FreeBSD 4.1-RELEASE i386
>Organization:
>Environment:

	Too many files on disks.

>Description:

	daily cron crashs system if I have too many files
	on disks as follows.

	/etc/crontab (periodic daily)
	-> /etc/periodic/daily/450.status-security
	-> /etc/security

>How-To-Repeat:

	

>Fix:

	I don't know.
	I have too many files on the disk mounted to /www,
	I changed line 30 of /etc/security from

	MP=`mount -t ufs | grep -v " nosuid" | sed 's;/dev/;&r;'
	     | awk '{ print $3 }'`

	to

	MP=`mount -t ufs | grep -v " nosuid" | sed 's;/dev/;&r;'
	     | awk '{ print $3 }' | grep -v '^/www$'`

	But it is not good idea, I think.

>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?200009030557.OAA97636>