From owner-freebsd-stable@FreeBSD.ORG Tue Jan 30 06:01:37 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E9DD16A401 for ; Tue, 30 Jan 2007 06:01:37 +0000 (UTC) (envelope-from kazakov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 0D45A13C48E for ; Tue, 30 Jan 2007 06:01:36 +0000 (UTC) (envelope-from kazakov@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1352267uge for ; Mon, 29 Jan 2007 22:01:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=e3fH7MZ9vS1RaIjnSM01vTWmcxxcGx7Ua9NYdJ1uGxwyh3Sq7fQELzjeAMQwyrI9RTRUjuIlad4SV2gVI/8992p1pgKXp8ujGypk5suELT/YHbVRFHh8USfEGn1Cueo5Zgj+LkcTttkkUmx0hV2EW7RKIybfrVb6mu8jX9RSBqA= Received: by 10.67.20.3 with SMTP id x3mr9618879ugi.1170135248088; Mon, 29 Jan 2007 21:34:08 -0800 (PST) Received: by 10.67.119.17 with HTTP; Mon, 29 Jan 2007 21:34:08 -0800 (PST) Message-ID: Date: Tue, 30 Jan 2007 14:34:08 +0900 From: "Artem Kazakov" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: diskless boot /usr/local/etc/rc.d/ scripts do not run, why? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2007 06:01:37 -0000 Hello everyone, I'm using 6-stable on 4 amd64 machines. One of them has FreeBSD on its HD and others are booted via network with PXE. But I encounter that /usr/local/etc/rc.d/* are not executed during the boot process? Is there some kind of option to change this? Or may be I misconfigured something ? Also, I do not see any messages on console after kernel is loaded into memory. The next thing I see is login: prompt. How to turn on boot messages for network booted machines. I have to say that I use this loader.rc for network boot: load /boot/kernel/kernel echo \007\007 set console="vidconsole" autoboot Cheers, Tyoma.