From owner-freebsd-current@FreeBSD.ORG Tue Nov 29 19:57:33 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 4457016A41F for ; Tue, 29 Nov 2005 19:57:33 +0000 (GMT) (envelope-from freebsd-current@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8062F43D62 for ; Tue, 29 Nov 2005 19:57:17 +0000 (GMT) (envelope-from freebsd-current@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EhBXi-0001dJ-6L for freebsd-current@freebsd.org; Tue, 29 Nov 2005 20:53:34 +0100 Received: from gw205.f5.com ([205.229.151.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Nov 2005 20:53:34 +0100 Received: from atkin901 by gw205.f5.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Nov 2005 20:53:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Mark Atkinson Date: Tue, 29 Nov 2005 11:51:20 -0800 Lines: 39 Message-ID: References: <438C9FCF.7080405@savvis.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: gw205.f5.com User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en In-Reply-To: <438C9FCF.7080405@savvis.net> Sender: news 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:57:33 -0000 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. I cvsup'd this morning and build/installed. But it didn't go so well. I see this as well, on my desktop (also a dell but with a intel graphics chipset. I note that I can do Xorg -config /etc/X11/xorg.conf and exit out (ctrl-alt-backspace). If I change my windows manager in .xinitrc to exec twm. I can open and close a few xterms just fine, but if I ctrl-alt-backspace out the machine will reboot. > 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. mount options are broken it seems. -o rw, which is what everyone here uses, no longer works. Only -w -u / seems to work. Then again sometimes that doesn't and it will complain about the ad0s1a device being invalid. -Mark