From owner-freebsd-questions@FreeBSD.ORG Tue Dec 4 18:06:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDA3A16A420 for ; Tue, 4 Dec 2007 18:06:34 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout1.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id 95FB713C4E7 for ; Tue, 4 Dec 2007 18:06:34 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 853A948354 for ; Tue, 4 Dec 2007 13:06:31 -0500 (EST) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (Postfix) with ESMTP id CBF7AB83F for ; Tue, 4 Dec 2007 18:06:28 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 4 Dec 2007 18:06:00 +0000 References: <200712032204.17941.lists-fbsd@shadypond.com> <20071204151132.GA1438@torus.slightlystrange.org> In-Reply-To: <20071204151132.GA1438@torus.slightlystrange.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712041806.02766.lists-fbsd@shadypond.com> Subject: Re: jabberd will not start on reboot, only starts manually X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2007 18:06:34 -0000 On Tuesday 04 December 2007 15:11:32 Daniel Bye wrote: > > Try removing the # BEFORE: LOGIN line from the jabberd control script. > I haven't tested it, but from a cursory glance at the respective control > scripts, it feels like a sane first guess... What exactly does this do? It worked. I first tried adding 'sleep 2' to the script as suggested in another reply. I thought that would work, but it did not. thanks to all who replied.