From owner-freebsd-ports@FreeBSD.ORG Sun Sep 7 07:34:03 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 718D0D58; Sun, 7 Sep 2014 07:34:03 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C2021D84; Sun, 7 Sep 2014 07:34:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=fk1P+93ONDKax6smr7bJtJCOWhDaVMtXn6h3ZPtciuM=; b=CHjhgx1CDSYShlBvs5REaCzlDG+W9e3FHAwSPYqSaFdYEMIJ8kG9Pqaf8t26yKuym2dkmbst0wtE2kWP0I+XBktbviND/yXKpr/AFDp9WQi3WS3o1iM6aEbbIkxzoYy9ZMH3ppCzlUQjFgur4J3cxMVfC6Mx7RdGg2566aghUfg=; Received: from [114.124.31.26] (port=1707 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XQWyv-0021Jk-LP; Sun, 07 Sep 2014 01:33:55 -0600 Date: Sun, 7 Sep 2014 15:33:42 +0800 From: Erich Dollansky To: "O. Hartmann" Subject: Re: service doen't get started at boottime, but can start manually Message-ID: <20140907153342.2366ad8b@X220.alogt.com> In-Reply-To: <20140907090321.12bbc428.ohartman@zedat.fu-berlin.de> References: <20140907090321.12bbc428.ohartman@zedat.fu-berlin.de> Organization: ALO Green Technologies MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erich@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD CURRENT , FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2014 07:34:03 -0000 Hi, On Sun, 7 Sep 2014 09:03:21 +0200 "O. Hartmann" wrote: > > I use a service (textprox/refdb from ports, refdb_enable="YES" > in /etc/rc.conf.local) that is supposed to startup at boottime. On > one CURRENT system, running > > FreeBSD 11.0-CURRENT #3 r271210: Sat Sep 6 22:39:59 CEST 2014 amd64 > > the service is not started at boottime, but I can start the service > manually via > > service refdb start > > I tried enabling rc_debug=YES in /etc/rc.conf but I do not see any > failure of the start attempt of that specific service in the logs or > on the console. > > Is there an elegant way to debug rc.d and the startup procedure > without having the system reboot (I do not have jails or VM, sorry)? > could it be that the spelling in either rc.conf and the spelling in the actual script differ so that FreeBSD does not start it? Erich