From owner-freebsd-stable@FreeBSD.ORG Wed May 17 15:37:05 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BDEF16AA7B for ; Wed, 17 May 2006 15:37:05 +0000 (UTC) (envelope-from josepht@nickel.oss.ntelos.net) Received: from nickel.oss.ntelos.net (nickel.oss.ntelos.net [209.145.66.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C3A43D6B for ; Wed, 17 May 2006 15:36:58 +0000 (GMT) (envelope-from josepht@nickel.oss.ntelos.net) Received: from nickel.oss.ntelos.net (localhost [127.0.0.1]) by nickel.oss.ntelos.net (8.13.6/8.13.4) with ESMTP id k4HFTubX075716; Wed, 17 May 2006 11:29:56 -0400 (EDT) (envelope-from josepht@nickel.oss.ntelos.net) Received: (from josepht@localhost) by nickel.oss.ntelos.net (8.13.6/8.13.4/Submit) id k4HFTunb075715; Wed, 17 May 2006 11:29:56 -0400 (EDT) (envelope-from josepht) Date: Wed, 17 May 2006 11:29:56 -0400 From: Joe Talbott To: Sergei Mozhaisky Message-ID: <20060517152955.GA75705@nickel.oss.ntelos.net> Mail-Followup-To: Sergei Mozhaisky , freebsd-stable@freebsd.org References: <20060517145640.369c4f1c.technix@mediana.net.ua> <84dead720605170756t418ba83cm5defbeecc393e784@mail.gmail.com> <20060517180050.44c75bfd.technix@mediana.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060517180050.44c75bfd.technix@mediana.net.ua> User-Agent: Mutt/1.5.11 X-Bayes: bayes-milter Cc: freebsd-stable@freebsd.org Subject: Re: Messages from rc-scripts are not displayed at all 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: Wed, 17 May 2006 15:37:05 -0000 On Wed, May 17, 2006 at 06:00:50PM +0300, Sergei Mozhaisky wrote: > Hello. > > > > This bug was seen not on all computers. Currently > > > I found 3 PC with this problem (two on AMD platform, > > > one on Intel). Video adapters on them are also > > > different. > > > > > > Any suggestions? > > > > Its really unlikely to be a video adapter problem. You > > could debug this by adding a 'set -x' to the beginning > > of /etc/rc. > > > This does not help :( There is no output at all, commands > aren't display too. > > The problem is much more complex, I suppose. Not only rc-scripts > messages aren't display, there are no messages at all, > from any scripts and programs, started between kernel boot and > login prompt. > But kernel messages displayed OK. For example, I've enabled > fuse kernel module and tried to boot on such PC. Kernel message > about Fuse version was displayed, but message "Starting fusefs", > which must be printed by starting script in /usr/local/etc, > was not shown. > This sounds like your output is going to the serial console for those stages of the boot. Joe