From owner-freebsd-questions@FreeBSD.ORG Mon May 12 21:05:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2290106564A for ; Mon, 12 May 2008 21:05:46 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 2FACA8FC16 for ; Mon, 12 May 2008 21:05:45 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so4279635fgb.35 for ; Mon, 12 May 2008 14:05:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=XzCFlOvQqQViKvDUnsDzOq0dUW6zs3xhvyNsVlW3mxU=; b=uICflG7dEFCEdGqtbGOJFpLxqqWntY0uut1fpEu1CoHpL4ljyvIZswSr/nWlzyyhJrVbTZJMsDbs6E4M2UdOHqeQjIOhxHTIYqlDQ6crbv/4HVXjIb3y0TfwxsGcrWPx8uDPY2tvbVgWHqzDlx9cC+UzaSnP+hgSjK1Xjk1VYkY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=EaGhYmWFPPV8vbHa2Up7n4ZZEvoEXorzPG+XZU8rnZUogwpGwyJAQiG19xVoBCVnxhH7BwqoF2ByZqnByYfdqxZ34T7q2js/YhEwevh2ERHF75a7FuVl/9w8UH3un+lAw63E03H39jbwnf1nSeQJ96mHyu5GRthdK4MfNTLDxKs= Received: by 10.86.77.5 with SMTP id z5mr12911515fga.35.1210626344706; Mon, 12 May 2008 14:05:44 -0700 (PDT) Received: from komp1.skl ( [84.40.169.29]) by mx.google.com with ESMTPS id u26sm1508092mug.4.2008.05.12.14.05.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 12 May 2008 14:05:43 -0700 (PDT) From: Zbigniew Komarnicki To: Roland Smith Date: Mon, 12 May 2008 23:05:48 +0200 User-Agent: KMail/1.9.9 References: <200805121251.26443.cblasius@gmail.com> <200805122034.17925.cblasius@gmail.com> <20080512202212.GA31293@slackbox.xs4all.nl> In-Reply-To: <20080512202212.GA31293@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805122305.48279.cblasius@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: kernel panic FreeBSD 7.0 - Xorg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 21:05:46 -0000 On Monday 12 of May 2008 22:22:12 Roland Smith wrote: > > > How *exactly* did you upgrade your ports? Sometimes old libraries hang > > > around causing trouble. > > > >I used portsnap to download ports: > > portsnap fetch > > [...] > > Did you do a 'portsnap extract' as well? Fetching alone isn't enough. Yes of course. I first use 'portsnap update', but the portsnap told me that the ports was not created by portsnap and gave me what to do next. So I do it and everythings go on succesfull after that. > You should definitely use the radeon driver for this hardware. I use on this computer also "Debian lenny" and everythings works well also Xorg. But in xorg.conf on Debian I have "ati" driver not "radeon". The Xorg have the following version on Debian: X.Org X Server 1.4.0.90 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080131-4) Current Operating System: Linux komp1 2.6.24-1-686 #1 SMP Sat Apr 19 00:37:55 UTC 2008 i686 Build Date: 29 April 2008 08:24:00PM > Saved cores are kept in /var/crash by default. See "dumpdir" in > /etc/defaults/rc.conf. Try > > kgdb /boot/kernel/kernel.symbols /var/crash/vmcore.8 I will try it. Thank you. > > Why Xorg do kernel panic? > > It has access to system internals via /dev/mem and /dev/io. So it can > potentially screw things up pretty badly. I understand. > It might also be a hardware problem. Testing the RAM would be a good > place to start. I check it. I run "memtest" today. It is strange why on Debian it works but here not? Thank you very much Roland. > Roland Best wishes, Zbigniew