From owner-freebsd-current@FreeBSD.ORG Tue Sep 28 00:21:20 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B988A16A4CE for ; Tue, 28 Sep 2004 00:21:20 +0000 (GMT) Received: from thingy.tbd.co.nz (thingy.tbd.co.nz [210.48.70.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12AE743D49 for ; Tue, 28 Sep 2004 00:21:20 +0000 (GMT) (envelope-from thompsa@thingy.tbd.co.nz) Received: from thingy.tbd.co.nz (localhost [127.0.0.1]) i8S0U7Cc009869; Tue, 28 Sep 2004 12:30:07 +1200 Received: (from thompsa@localhost) by thingy.tbd.co.nz (8.12.3/8.12.3/Debian-6.6) id i8S0U5t7009867; Tue, 28 Sep 2004 12:30:05 +1200 Date: Tue, 28 Sep 2004 12:30:05 +1200 From: Andrew Thompson To: Cy Schubert Message-ID: <20040928003005.GA9919@thingy.tbd.co.nz> References: <4158A4F5.6030204@gamersimpact.com> <200409272349.i8RNnj61032122@cwsys.cwsent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200409272349.i8RNnj61032122@cwsys.cwsent.com> User-Agent: Mutt/1.3.28i cc: Ryan Sommers cc: current@freebsd.org Subject: Re: CD9660 Issue X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 28 Sep 2004 00:21:20 -0000 On Mon, Sep 27, 2004 at 04:49:45PM -0700, Cy Schubert wrote: > In message <4158A4F5.6030204@gamersimpact.com>, Ryan Sommers writes: > > Cy Schubert wrote: > > > > >Has anyone experienced this with CURRENT as of last week? > > >The app returns open error: Operation is not supported. > > > > > Shouldn't that be if (open(...) < 0)? > > > > Open return a positive value if the open succeeded. > > You are correct. Actually my problem is that tar, cp, dd, and cat all > return the same result. My test app was specifically designed for this > list. I fixed my test app. It returns the same result. You will find it is fixed in r1.101 of cd9660_vnops.c, the day after your kernel build. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/isofs/cd9660/cd9660_vnops.c Andrew