From owner-freebsd-questions Tue Dec 3 08:22:08 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA26042 for questions-outgoing; Tue, 3 Dec 1996 08:22:08 -0800 (PST) Received: from jtnet.com (jtnet.com [165.254.156.252]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA26036 for ; Tue, 3 Dec 1996 08:22:05 -0800 (PST) Organization: Just The Net (div. of Onesimus Enterprises Int'l Inc) Received: (from root@localhost) by jtnet.com (8.8.3/8.8.3) id LAA00405; Tue, 3 Dec 1996 11:22:01 -0500 (EST) Date: Tue, 3 Dec 1996 11:22:01 -0500 (EST) Message-Id: <199612031622.LAA00405@jtnet.com> To: questions@freebsd.org X-URL: http://www.freebsd.org/support.html X-Mailer: Lynx, Version 2.5FM X-Personal_name: Johnny Chin From: jjchin@onesimus.com Subject: http://www.freebsd.org/support.html Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been having problems with kernel panics (page faults) doing the following command: find /home -name public_html -exec chgrp -R www {} \; Is anyone else having this problem? I have 80MB of RAM and 256MB of swap. It only happens if I exec the chgrp command. I've tried the chmod, and ls commands without any problem using the same find command. Please help. Thank you. -- JC