From owner-freebsd-stable Mon Jan 10 14:21:57 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.7]) by hub.freebsd.org (Postfix) with ESMTP id 5CC671537B for ; Mon, 10 Jan 2000 14:21:50 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca ([204.244.186.218]) by mail2.uniserve.com with smtp (Exim 3.03 #4) id 127nC7-00084S-00; Mon, 10 Jan 2000 14:21:48 -0800 Date: Mon, 10 Jan 2000 14:21:44 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: "Marcelo J. Iturbe" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: System hanging.. kind of... In-Reply-To: <4.2.0.58.20000110191137.00b8eb80@192.168.1.10> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 10 Jan 2000, Marcelo J. Iturbe wrote: > Hello, > I am running FreeBSD 3.3, and I have set up 3 files in my > /usr/local/etc/rc.d system. > They are apache.sh, mysql.sh, and postfix.sh > When ever the system boots it seems to hang after the last .sh file. > I have to type ^D to get the login prompt. > I thought that this command would kill what ever process it last booted, > but that is not the case. I also thought that it might be an error within > the .sh files no matter what the last command is, it still hangs. > > Any thoughts? First of all, this belongs on questions. Second, ^D is the end-of-file character. Something in your startup is prompting for input. By sending it the ^D, it seems to be continuing without input. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message