From owner-freebsd-stable@FreeBSD.ORG Sat Nov 10 14:54:46 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7846F16A41A for ; Sat, 10 Nov 2007 14:54:46 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (unknown [IPv6:2001:41d0:1:2ad2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 017D213C4B2 for ; Sat, 10 Nov 2007 14:54:45 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (avoriaz.tunnel.bel [IPv6:2001:41d0:1:2ad2::fffe:0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "avoriaz.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTP id ABD661BAC24; Sat, 10 Nov 2007 15:54:44 +0100 (CET) Received: from morzine.restart.bel (morzine6.restart.bel [IPv6:2001:41d0:1:2ad2::1:2]) (authenticated bits=0) by restart.be (8.14.1/8.14.1) with ESMTP id lAAEseMr005095; Sat, 10 Nov 2007 15:54:41 +0100 (CET) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1194706484; bh=Vlbp+eKz5quk2GFQxeNT3y04pKY9B77sL6xTvyg S0uA=; h=DomainKey-Signature:Message-ID:Date:From:Organization: User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To: Content-Type:Content-Transfer-Encoding:X-Scanned-By; b=B7nEGnQCNz/ 0wnDEgln4VlMY7A0PHH/4V5Pb3ZgT3zspAz1u9LoClNy0H5hzwWGSqir/cnMHYHp59V N/Q9Th1w== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:content-type: content-transfer-encoding:x-scanned-by; b=vnCd84boB7qZEj+GS5e7HY87k/JJVYgjT5xfkTmH6gKZfrYENJlZOsgaC1MTYlPxJ 9zBGVRgaK0+CTWRYO3hyw== Message-ID: <4735C630.7000902@restart.be> Date: Sat, 10 Nov 2007 15:54:40 +0100 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: AngryWolf References: <200711091556.22569.angrywolf@flashmail.com> In-Reply-To: <200711091556.22569.angrywolf@flashmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on IPv6:2001:41d0:1:2ad2::1:1 Cc: freebsd-stable@freebsd.org Subject: Re: No boot messages after upgrading to 7.0-BETA2 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: Sat, 10 Nov 2007 14:54:46 -0000 AngryWolf wrote: > Hi, > > Recently I upgraded my FreeBSD 6.2 system to 7.0-BETA2 using cvsup and the > following howto, except that what I first did was a `pkg_delete -a': > > http://d-kriptik.com/blog/2007/10/30/updating-to-freebsd-7-beta-1-from-freebsd-62/ > > Everything went OK, except that, after the second reboot, now I can see: > > - no system messages (what I usually see in dmesg), > - no rc messages (about daemons startup), > - no general syslog messages (like using command 'su'). Just a thought, are you using a serial console, have you a /boot.config file? Henri > > It's like I've lost the default tty or something, because after the boot > process finishes, I can still log in, KDM starts up fine, etc. > > How can I fix this? > > FreeBSD localhost.localdomain 7.0-BETA2 FreeBSD 7.0-BETA2 #7: Fri Nov 9 > 13:16:53 CET 2007 > angrywolf@localhost.localdomain:/usr/obj/usr/src/sys/MYKERNEL i386 > > I used the GENERIC configuration with the only difference that I added `device > atapicam' for kbd. > > Also, I'm not sure whether I should enable SMP for my CPU, which is Intel(R) > Celeron(R) D 3.20GHz. > > Thanks in advance. >