From owner-freebsd-rc@FreeBSD.ORG Thu Sep 13 09:19:20 2007 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97C0816A417 for ; Thu, 13 Sep 2007 09:19:20 +0000 (UTC) (envelope-from octavianh@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id 349B313C46B for ; Thu, 13 Sep 2007 09:19:19 +0000 (UTC) (envelope-from octavianh@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so482037fka for ; Thu, 13 Sep 2007 02:19:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=RuDdl8QOtxAzJkSJbVpB/76gcSBdUtLMoKgfTWFoZLA=; b=Jubwbg9kMNTeD+V1yeIVhP6UuUv1f97Wu+3Fut8t7dyBiVxA1XxSW+quUkrmSEMMOmep5LM83EMXFR1dFRA/WvjW4+HAn+sccH4EZf05+dHPj90xToLZUFhEwUiMQNtLc/pkQznfeJxUVJqkifk73nlXUn8AcXkN0mz+04KCOcg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Hwi4KZCHuBKFpayixvu3wjaZJZn6WgcyRyZpl3TGpZtEbxL7hB19KdQNcZuruON7qdEYDkhyrHboghIsaX4VGmX8rbfIjhBysYNWw6uUm81Z0XsE7Fsu1TS9RALipCemiAFiU3zj//C/r28EK2yRT4JsT/202YjfgH6odt5SCmg= Received: by 10.82.177.3 with SMTP id z3mr643012bue.1189673433782; Thu, 13 Sep 2007 01:50:33 -0700 (PDT) Received: by 10.82.162.10 with HTTP; Thu, 13 Sep 2007 01:50:33 -0700 (PDT) Message-ID: <29bcfcd80709130150x618f4009w52150a9dd056ce8d@mail.gmail.com> Date: Thu, 13 Sep 2007 01:50:33 -0700 From: "Octavian Hornoiu" To: freebsd-rc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: All scripts in /usr/local/etc/rc.d/ fail to start on boot X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 09:19:20 -0000 FreeBSD 6.2 using RELENG_6 branch as of 2 days ago I have a really strange problem with one of my servers where the rc system is not starting any of the services in /usr/local/etc/rc.d except one that is an older *.sh format. The following files are in rc.d/ apache22 (enabled in rc.conf) mysql-server (enabled in rc.conf) postgresql (enabled in rc.conf) snmpd (enabled in rc.conf) snmptrapd svnserve svscan.sh (enabled in rc.conf) The only one that starts is svscan.sh which is the daemon for the djbdns tools. The rest simply do nothing on boot. However, once the server is running, i can manually start them by invoking the full path aka: /usr/local/etc/rc.d/apache22 start If i do it manually it works great. This is most perplexing as I have another server with almost completely identical configuration and it works just fine. The services in /etc/rc.d/ appear to work normally as sshd and ntpd start. I can provide additional information, I'm just completely stumped as to what to do. I've tried re-installing both the kernel and world, I've removed all the startup scripts except apache or postgres and neither started even by themselves. I've disabled ALL options in rc.conf such as aliases and pf, etc and still no success. The server with identical configuration also has svscan.sh and the same daemons in rc.d so hopefully someone on this list that is the guru of RC will help me figure this one out. Please CC me, I am not subscribed. Thank you very much for your time. -- Octavian Hornoiu