From owner-freebsd-questions@FreeBSD.ORG Mon Jul 24 18:00:48 2006 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> 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 A1CDB16A4DF for <freebsd-questions@freebsd.org>; Mon, 24 Jul 2006 18:00:48 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81AA43D6A for <freebsd-questions@freebsd.org>; Mon, 24 Jul 2006 18:00:44 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 8525 invoked from network); 24 Jul 2006 18:00:44 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender <freebsd-questions-local@be-well.ilk.org>) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for <freebsd-questions@freebsd.org>; 24 Jul 2006 18:00:44 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9A6122842A; Mon, 24 Jul 2006 14:00:43 -0400 (EDT) To: zz_11@mail.bg References: <1153741158.2a48068fa8765@mail.bg> From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> Date: Mon, 24 Jul 2006 14:00:43 -0400 In-Reply-To: <1153741158.2a48068fa8765@mail.bg> (zz's message of "Mon, 24 Jul 2006 14:39:18 +0300") Message-ID: <44hd16vq5w.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: fbsd 6.1 and starting services problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 24 Jul 2006 18:00:48 -0000 zz_11@mail.bg writes: > Hi, > =A0 > =A0It is my first fbsd 6.1. > =A0 > =A0I migrate a system from fbsd 6.0 to 6.1. > =A0 > =A0I have a script postgresql.sh in /usr/local/etc/rc.d. > =A0It is executible. > =A0Also it is working on 6.0 at startup. > =A0 > =A0But it do not runs in fbsd 6.1. > =A0 > =A0If I try /usr/local/etc/rc.d/postgresql.sh start all is > fine. > =A0 > =A0I checked : > =A0cat /etc/defaults/rc.conf | grep local_startup > =A0local_startup=3D"/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # > startup script > dirs. > =A0 > =A0It looks ok for me. > =A0 > =A0Pls. help me to find the problem. > =A0 > Also fbsd do not start at boot any services with scripts > in /usr/local/etc/rc.d . Did you remember to use mergemaster(8) to update your /etc scripts?