From owner-freebsd-current@FreeBSD.ORG Sun Nov 18 00:01:21 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 E1A1316A46B for ; Sun, 18 Nov 2007 00:01:21 +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 48D9913C478 for ; Sun, 18 Nov 2007 00:01:20 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup80.ach.sch.gr [81.186.70.80]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lAI00Y0Q019881 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 18 Nov 2007 02:00:44 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id lAHMAeQP004704; Sun, 18 Nov 2007 00:10:40 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id lAHMAent004703; Sun, 18 Nov 2007 00:10:40 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 18 Nov 2007 00:10:40 +0200 From: Giorgos Keramidas To: Ivan Voras Message-ID: <20071117221040.GA4665@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.94, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.46, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Regression in 7.0BETA2: unionfs and cd9660 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, 18 Nov 2007 00:01:22 -0000 On 2007-11-17 22:29, Ivan Voras wrote: > Hi, > > I'm reporting a regression in recent RELENG_7, it was present (and I've > reported it) on BETA2, and I sadly confirm that it's also present in > BETA3. The problem is that cd9660 doesn't want to be the underlying > layer for unionfs. > > How to repeat: > > Boot a system with root on cd9660 (e.g. "LiveCD"), then create a > UFS-based md/mfs, then try to mount it via unionfs over (e.g.) /etc: > > # <...make a ram-drive / memory file system on /tmp> > # mount_unionfs /tmp /etc > mount_unionfs: /etc: operation not supported by device > > This worked ok with BETA1 and even -CURRENT versions, and I've located > the breaking point somewhere between: > > #*default date=2007.11.07.00.00.00 > # > #*default date=2007.11.08.00.00.00 > > I don't know if the date is local or UTC, [...] FWIW, if these are dates used as -D 'arg' in cvs(1), then they are UTC.