From owner-freebsd-stable@FreeBSD.ORG Tue Jun 14 15:48:25 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B86A16A41C for ; Tue, 14 Jun 2005 15:48:25 +0000 (GMT) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0401A43D4C for ; Tue, 14 Jun 2005 15:48:24 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 4C26EB811 for ; Tue, 14 Jun 2005 11:48:24 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v730) In-Reply-To: <20050614151939.GA63065@bewilderbeast.blackhelicopters.org> References: <20050614150240.GA62949@bewilderbeast.blackhelicopters.org> <42AEF361.2010405@t-hosting.hu> <20050614151939.GA63065@bewilderbeast.blackhelicopters.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6E39C810-AA1D-43AA-B2FA-CA8C387141CF@khera.org> Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Tue, 14 Jun 2005 11:48:23 -0400 To: stable@freebsd.org X-Mailer: Apple Mail (2.730) Cc: Subject: Re: /usr/local/etc/rc.d/*.sh not working? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 15:48:25 -0000 On Jun 14, 2005, at 11:19 AM, Michael W. Lucas wrote: > For example, I have a server with about 400 separate MRTG daemons on > it. (Yes, they must be separate, for administrative rather than > technical reasons.) Each daemon has a custom script. These aren't > ports, and they have no rcNG infrastructure. > that many, eh... perhaps you're running into a shell command line limit somewhere which does something like foreach i (/usr/local/etc/rc.d/*.sh) and having that glob expansion blowing up in the shell. not sure the solution other than having one script that reads a config file and does the multiple startups. Vivek Khera, Ph.D. +1-301-869-4449 x806