From owner-freebsd-questions@FreeBSD.ORG Sat Oct 28 16:19:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85F5B16A40F for ; Sat, 28 Oct 2006 16:19:30 +0000 (UTC) (envelope-from zenzee@xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B5BD43D55 for ; Sat, 28 Oct 2006 16:19:29 +0000 (GMT) (envelope-from zenzee@xs4all.nl) Received: from xs2.xs4all.nl (xs2.xs4all.nl [194.109.21.3]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id k9SGJSE9044796 for ; Sat, 28 Oct 2006 18:19:28 +0200 (CEST) (envelope-from zenzee@xs4all.nl) Received: from xs2.xs4all.nl (zenzee@localhost [127.0.0.1]) by xs2.xs4all.nl (8.13.6/8.13.6) with ESMTP id k9SGJSLY007188 for ; Sat, 28 Oct 2006 18:19:28 +0200 (CEST) (envelope-from zenzee@xs4all.nl) Received: (from zenzee@localhost) by xs2.xs4all.nl (8.13.6/8.13.6/Submit) id k9SGJSun007187 for freebsd-questions@freebsd.org; Sat, 28 Oct 2006 18:19:28 +0200 (CEST) (envelope-from zenzee) Date: Sat, 28 Oct 2006 18:19:28 +0200 From: Vincent Zee To: freebsd-questions@freebsd.org Message-ID: <20061028161927.GA7094@xs4all.nl> Mail-Followup-To: freebsd-questions@freebsd.org References: <20061028150344.GB850@xs4all.nl> <20061028151814.F421043D53@mx1.FreeBSD.org> <20061028152853.GC850@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061028152853.GC850@xs4all.nl> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by XS4ALL Virus Scanner Subject: Re: slimserver port 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: Sat, 28 Oct 2006 16:19:30 -0000 On Saturday, 28 October 2006 at 17:28:53 +0200, Vincent Zee wrote: > On Saturday, 28 October 2006 at 11:18:29 -0400, Steve Bertrand wrote: > > > > > Can anyone shed some light on this? > > > > > > > > /usr/local/etc/rc.d/ holds the startup scripts for this > > > kind of server. > > > > Further you'll need slimserver_enable="YES" in your /etc/rc.conf > > > > > > I added slimserver_enable="YES" and mysql_enable="YES" (I > > > think it is needed by slimserver) to /etc/rc.conf and > > > rebooted and still it doesn't work. It is suppossed to run a > > > html server on localhost:9000 but it doesn't. > > > > Is there a startup script in /usr/local/etc/rc.d for slimserver? If so, > > is it set with executable bits? > > > > Try this: > > > > # /usr/local/etc/rc.d/nameofstartupscript start > > > > ...and see what results that produces. > > > > If that produces nothing, locate the slimserver executable directly and > > try to run it to produce some sort of output. > > > > Steve > > Hi Steve, > > yes there is a startup script and its executable bits are set. > > When I run the script as you suggest it says: > > zenzee@chuck:/usr/local/etc/rc.d% ./slimserver start > Starting slimserver. > > But the server still doesn't run. When I run the program directly > ./slimserver.pl --daemon > > still nothing happens. > > /\ > Vincent Hi All, it works. After deinstalling and reinstalling the problem went away. Thank you both for helping. Thanks. /\ Vincent