From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 17:49:37 2003 Return-Path: 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 7A05337B401 for ; Mon, 7 Jul 2003 17:49:37 -0700 (PDT) Received: from fed1mtao07.cox.net (fed1mtao07.cox.net [68.6.19.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF50243F3F for ; Mon, 7 Jul 2003 17:49:36 -0700 (PDT) (envelope-from brently@bjwcs.com) Received: from samba ([68.98.5.134]) by fed1mtao07.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030708004930.KGFM29962.fed1mtao07.cox.net@samba> for ; Mon, 7 Jul 2003 20:49:30 -0400 From: "Brent Wiese" To: Date: Mon, 7 Jul 2003 17:49:36 -0700 Message-ID: <097a01c344ea$ce19a8d0$0a0114ac@home.bjwcs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Importance: Normal Subject: Startup scripts not running on 4.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 00:49:37 -0000 I have never had this issue before in all the years I've ran freebsd. I have a relatively new install of 4.8 (my only 4.8 box). When I reboot the box, none of the scripts in /usr/local/etc/rc.d are = being run, nor are the things in /etc/rc.local. I've checked the /etc/defaults/rc.conf and see that "local_startup" = includes that dir and none of my scripts have spaces in the name, so the "script_name_sep" is fine. The box is in a remote datacenter so I'm unable to look at the console = right now. Message log and dmesg are giving no clues as to whats happening. I checked perms on the files/dirs and they appear to be fine. I haven't really messed with the box much since the initial install, so everything should be set to the default. Running the scripts manually works fine. Other rc.* files seem to run fine (sshd and postfix start fine). Any ideas? Brent