From owner-freebsd-current@FreeBSD.ORG Tue Nov 29 18:37:07 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72CC016A424 for ; Tue, 29 Nov 2005 18:37:07 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from ismybrain.com (ismybrain.com [64.246.42.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD58243D5E for ; Tue, 29 Nov 2005 18:37:06 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [10.254.186.111] (localhost.localdomain [127.0.0.1]) by ismybrain.com (8.11.6/8.11.6) with ESMTP id jATIb5J18991 for ; Tue, 29 Nov 2005 13:37:05 -0500 Message-ID: <438C9FCF.7080405@savvis.net> Date: Tue, 29 Nov 2005 10:37:03 -0800 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: problems with -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2005 18:37:07 -0000 dear hackers, after cvsup'ing recent current (as of yesterday evening pst) and building/installing new kernel/world i started having problems: problem 1: startx simply reboots my laptop. i can see x coming up, then after just a few seconds my laptop reboots. no window manager, no nothing. my laptop is a dell with some radeon video card. will provide more details on request. problem 2: when system is booted and filesystem is not clean fsck is started and checks all dirty filesystems. then boot process continues as usual, however root filesystem is still mounted read-only, i.e. ---> /dev/ad0s1a on / (ufs, local, read-only) <--- devfs on /dev (devfs, local) /dev/ad0s1d on /tmp (ufs, local, soft-updates) /dev/ad0s1f on /usr (ufs, local, soft-updates) /dev/ad0s1e on /var (ufs, local, soft-updates) linprocfs on /usr/compat/linux/proc (linprocfs, local) devfs on /var/named/dev (devfs, local) so, anyone sees this as well or its just me. thanks, max