From owner-freebsd-fs@FreeBSD.ORG Sat May 8 23:50:04 2010 Return-Path: Delivered-To: freebsd-fs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E1B01065677 for ; Sat, 8 May 2010 23:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 64CA18FC0A for ; Sat, 8 May 2010 23:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o48No4Eo087281 for ; Sat, 8 May 2010 23:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o48No4S2087280; Sat, 8 May 2010 23:50:04 GMT (envelope-from gnats) Date: Sat, 8 May 2010 23:50:04 GMT Message-Id: <201005082350.o48No4S2087280@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org From: Alistair Phipps Cc: Subject: Re: kern/145778: [zfs] [panic] panic in zfs_fuid_map_id (known issue fixed in opensolaris) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alistair Phipps List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2010 23:50:04 -0000 The following reply was made to PR kern/145778; it has been noted by GNATS. From: Alistair Phipps To: bug-followup@freebsd.org, pjd@freebsd.org Cc: Subject: Re: kern/145778: [zfs] [panic] panic in zfs_fuid_map_id (known issue fixed in opensolaris) Date: Sat, 8 May 2010 19:40:22 -0400 I tried changing the panic to a return (uid_t) 0; and it seems to have worked -- no more panic and I'm able to access my files. This seems to be an acceptable workaround for others in the same situation. I think the files now have uid/gid 0 (root:wheel) which could be a security risk on a multi-user system.