From owner-freebsd-doc@FreeBSD.ORG Mon Dec 10 00:23:15 2007 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CAFA16A473 for ; Mon, 10 Dec 2007 00:23:15 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id 716A413C4D5 for ; Mon, 10 Dec 2007 00:23:15 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1560162rvb for ; Sun, 09 Dec 2007 16:23:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=0CUhV3gpBDcjX15ZQ1nMmqaxx7y6YFh7IKtj5jKdoAE=; b=JTBS04vmGaBjjz03ktjP/iDZukDJFvX5TYzqT7ouy0k2BuQzNK/YJdEXipRgE8nCV5flad2qqRB0/MAS9tbtZAcVuR5wlsQrAhCUl0iHGcEzSH5leMhnr4OVRlYKuFXnqspR4cUBgN6Mg0/FxMwg7UGj/F0fU1Wfy03Hyxcuk3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=hoke006fL6135tq7T1Gf01kWz7VA1h3JIAzhrOigkDBsCMjCjDn3bV5nEgjXh00LYuQ1lZFngB4PaMs/a7riCtBl31HkTHH0U01T3RJ+5O1ZQA+5eYXEUFGNTTvXK8IsZq6uZcOA+vzWvYFiBChy7tQ5By69hdSSCoOGNmE/V1Y= Received: by 10.141.18.14 with SMTP id v14mr3894093rvi.1197244490885; Sun, 09 Dec 2007 15:54:50 -0800 (PST) Received: by 10.141.63.14 with HTTP; Sun, 9 Dec 2007 15:54:50 -0800 (PST) Message-ID: <9bbcef730712091554p63d4ec54sdaf0abcb6e5b1c65@mail.gmail.com> Date: Mon, 10 Dec 2007 00:54:50 +0100 From: "Ivan Voras" Sender: ivoras@gmail.com To: "Giorgos Keramidas" In-Reply-To: <20071209234943.GB2112@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071209234943.GB2112@kobe.laptop> X-Google-Sender-Auth: 07896ded17c81573 Cc: freebsd-doc@freebsd.org, freebsd-current@freebsd.org Subject: Re: FreeBSD 7 trivial problems / notes X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2007 00:23:15 -0000 On 10/12/2007, Giorgos Keramidas wrote: > 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. And this gives it the right to block system from booting? I'd at least like a symlink from "true" to "fsck_tmpfs". > => SCTP depends on IPv6 > > This is clearly documented in NOTES. I don't think it should count > as a surprising fact. I know it's in the NOTES - I've added it when it bit me since I didn't read the notes. Maybe I'll remove it.