From owner-freebsd-current@FreeBSD.ORG Tue Nov 29 19:53:06 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 495B116A420 for ; Tue, 29 Nov 2005 19:53:06 +0000 (GMT) (envelope-from rainer.alves@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76E6143D5D for ; Tue, 29 Nov 2005 19:53:05 +0000 (GMT) (envelope-from rainer.alves@gmail.com) Received: by zproxy.gmail.com with SMTP id q3so213290nzb for ; Tue, 29 Nov 2005 11:53:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aTN/qis/iCzVD3bzuz2NU93kVR1/Xbwkh08GZuaQvWi0XLEFrKcTaMG9iPjii6LBilVPRMl50nrcz50yp0rbaTg41HmGTngd6Im8Ha41QjLPSmAMIpffkxgiTlzppC02kZqi7X9wUhZUrlNqXKi+F2Vj7QDQF2kC/mVYRfrmeVc= Received: by 10.65.239.12 with SMTP id q12mr7118594qbr; Tue, 29 Nov 2005 11:53:04 -0800 (PST) Received: by 10.65.148.19 with HTTP; Tue, 29 Nov 2005 11:53:04 -0800 (PST) Message-ID: Date: Tue, 29 Nov 2005 16:53:04 -0300 From: Rainer Alves To: Maksim Yevmenkin In-Reply-To: <438C9FCF.7080405@savvis.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <438C9FCF.7080405@savvis.net> Cc: freebsd-current@freebsd.org Subject: Re: 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 19:53:06 -0000 On 11/29/05, Maksim Yevmenkin wrote: > 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 > Same thing here.. it's probably related to the huge DRM changes commited yesterday by anholt@. I'll try to enable some debugging stuff and see what's going on... -- Rainer