From owner-freebsd-stable@FreeBSD.ORG Mon Mar 22 21:55:18 2010 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 D13B81065673 for ; Mon, 22 Mar 2010 21:55:18 +0000 (UTC) (envelope-from dan.naumov@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 631728FC26 for ; Mon, 22 Mar 2010 21:55:18 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so640773fga.13 for ; Mon, 22 Mar 2010 14:55:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=P70DNmkyoJ2MWZ56QeL8jXo46BXWTgZA0u5iTkqSR+Y=; b=HikipFNh8Vu+VLaxZdqIgpXUM7Byi6VXhPBPWgP4xvlYby8O6GzLnDCihI63JuU6ZQ q4nirfXnPVrrQoRaAmDGLKkfuD9jFCNNg37LmAsWuDZVw6qidd+TSYaVEfK5w1Rx1qSx Qr4G8OUsDdZZJMyAqTgP/5Wli+q97PrtZ9Mcg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=xhNuxlejrcjWpDAKWcZephetE6Ax36IWhmN/Jho7BAx1yVtG+9ErH09qB4545twxlM II90srwgv53TkX8sFHR8AddBx4fCmMhc9kfNXde2WMHypssGVy20q+bZ5Asn+DRLwTyC dPD/yIT42eLMdKzUoW839rPvP0BpN+vhfTWno= MIME-Version: 1.0 Received: by 10.204.7.194 with SMTP id e2mr4290124bke.103.1269294917066; Mon, 22 Mar 2010 14:55:17 -0700 (PDT) In-Reply-To: <684e57ec1003221341s241c6d4fl9f2afa411c55d697@mail.gmail.com> References: <684e57ec1003221341s241c6d4fl9f2afa411c55d697@mail.gmail.com> Date: Mon, 22 Mar 2010 23:55:17 +0200 Message-ID: From: Dan Naumov To: Krzysztof Dajka Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD-STABLE Mailing List Subject: Re: Can't boot after make installworld 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: Mon, 22 Mar 2010 21:55:19 -0000 > I've read that FreeBSD kernel supports 3D acceleration in ATI R7xx > chipset and as I own motherboard with HD3300 built-in I thought that I > would give it a try. I upgraded to see if there is any progress with > =BFzfs? I don't really know if it's zfs related, but at certain load, my > system crashes, and reboots. It happens only when using bonnie++ to > benchmark I/O. And I'm a little bit to lazy to prepare my system for > coredumps - I don't have swap slice for crashdumps, because I wanted > to simplify adding drives to my raidz1 configuration. Could anyone > tell me what's needed, besides having swap to produce good crashdump? As of right now, even if you don't care about capability to take crash dumps, it is highly recommended to still use traditional swap partitions even if your system is otherwise fully ZFS. There are know stability problems involving using a ZVOL as a swap device. These issues are being worked on, but this is still the situation as of now. > At first I didn't knew that I am upgrading to bleeding edge/developer > branch of FreeBSD. I'll come straight out with it, 8.0-STABLE sounds > more stable than 8.0-RELEASE-p2, which I was running before upgrade ;) > I'm a little confused with FreeBSD release cycle at first I compared > it with Debian release cycle, because I'm most familiar to it, and I > used it a lot before using FreeBSD. Debian development is more > one-dimensional - unstable/testing/stable/oldstable whereas FreeBSD > has two stable branches - 8.0 and 7.2 which are actively developed. > But still I am confused with FreeBSD naming and it's relation with > tags which are used in standard-supfile. We have something like this: > 9.0-CURRENT -> tag=3D. > 8.0-STABLE -> tag=3DRELENG_8 > 8.0-RELEASE-p2 -> tag=3DRELENG_8_0 ? (btw what does p2 mean?) > If someone patient could explain it to me I'd be grateful. 9-CURRENT: the real crazyland 8-STABLE: a dev branch, from which 8.0 was tagged and eventually 8.1 will b= e RELENG_8_0: 8.0-RELEASE + latest critical security and reliability updates (8.0 is up to patchset #2, hence -p2) Same line of thinking applies to 7-STABLE, 7.3-RELEASE and so on. - Sincerely, Dan Naumov