From owner-freebsd-current@FreeBSD.ORG Sun Dec 9 23:50:36 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4549216A417; Sun, 9 Dec 2007 23:50:36 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 9FB7F13C458; Sun, 9 Dec 2007 23:50:35 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup156.ach.sch.gr [81.186.70.156]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lB9NniEg003274 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 10 Dec 2007 01:49:55 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id lB9Nnh4Q000413; Mon, 10 Dec 2007 01:49:43 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id lB9Nnhit000412; Mon, 10 Dec 2007 01:49:43 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 10 Dec 2007 01:49:43 +0200 From: Giorgos Keramidas To: Ivan Voras Message-ID: <20071209234943.GB2112@kobe.laptop> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.949, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.45, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-doc@freebsd.org, freebsd-current@freebsd.org Subject: Re: FreeBSD 7 trivial problems / notes 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: Sun, 09 Dec 2007 23:50:36 -0000 On 2007-12-09 22:51, Ivan Voras wrote: > Hi, > I've started a page with the intention of enumerating small errors or > annoyances of RELENG_7: > > http://www.sharanet.org/%7Eivoras/freebsd/freebsd7-nags.html > > I'm posting the link here as it might be useful to people compiling > Release Notes or Errata documents for 7.0. Nice page. Some of the features which are new in 7.0 will certainly need at least a bit of `love and care', so their release notes are useful. Some of these are in the PEBKAC range of problems, though, i.e.: => tmpfs and fstab/fsck errors Since tmpfs /tmp is a memory file system, which is created from scratch every time, it makes no sense to fsck it on boot. => SCTP depends on IPv6 This is clearly documented in NOTES. I don't think it should count as a surprising fact.