From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 18:28:24 2005 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 66C7716A41C for ; Tue, 28 Jun 2005 18:28:24 +0000 (GMT) (envelope-from rucci@warganizer.com) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E67943D1F for ; Tue, 28 Jun 2005 18:28:24 +0000 (GMT) (envelope-from rucci@warganizer.com) Received: from [192.168.1.104] (ool-18b92f9e.dyn.optonline.net [24.185.47.158]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-2.06 (built May 11 2005)) with ESMTP id <0IIT009CM4MFDO00@mta2.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Tue, 28 Jun 2005 14:27:52 -0400 (EDT) Date: Tue, 28 Jun 2005 14:28:05 -0400 From: Daniel Rucci To: freebsd-questions@freebsd.org Message-id: <42C196B5.8010108@warganizer.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050416) Subject: Devd not processing a Notify statement when started at boot 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: Tue, 28 Jun 2005 18:28:24 -0000 Hi, Devd doesn't seem to be reading my whole devd.conf file when it first starts (via system startup scripts): In my /etc/devd.conf I have added the following entry: notify 10 { match "system" "ACPI"; match "subsystem" "Lid"; action "/usr/X11R6/bin/xrandr -s 0"; }; my /etc/rc.conf has devd_enable="YES". Devd seems to start when i boot When i run /etc/rc.d/devd restart it says: Stopping devd. Starting devd. instead of, devd not running? Starting devd. but until I restart devd manually the above action does not occur (when i open the lid). It works fine after devd is restarted. How can i get devd to behave how I want it to on its initial startup? Thanks! Dan