From owner-freebsd-questions@FreeBSD.ORG Mon Jun 6 10:55:53 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6771316A41C for ; Mon, 6 Jun 2005 10:55:53 +0000 (GMT) (envelope-from vdaelli@hotmail.com) Received: from hotmail.com (bay103-f3.bay103.hotmail.com [65.54.174.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BF1A43D48 for ; Mon, 6 Jun 2005 10:55:53 +0000 (GMT) (envelope-from vdaelli@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 6 Jun 2005 03:55:52 -0700 Message-ID: Received: from 65.54.174.210 by by103fd.bay103.hotmail.msn.com with HTTP; Mon, 06 Jun 2005 10:55:52 GMT X-Originating-IP: [65.54.174.210] X-Originating-Email: [vdaelli@hotmail.com] X-Sender: vdaelli@hotmail.com In-Reply-To: <20050606014438.DC64A1DE8C@imss.sgp.fujixerox.com> From: "Valerio Daelli" To: freebsd-questions@FreeBSD.org Date: Mon, 06 Jun 2005 10:55:52 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 06 Jun 2005 10:55:52.0820 (UTC) FILETIME=[4EAF4B40:01C56A86] Cc: Subject: vipw: could not lock the passwd file: : Operation not supported X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 10:55:53 -0000 Hi all, we have FreeBSD 5.4 jail which is mounted via NFS from a host machine. The filesystem containing the jail is mounted from a remote machine. Everything is fine, except when I try to add a user in the jail I get a: vipw: could not lock the passwd file: : Operation not supported I solved the problem in pwd_mkdb using the -i switch. But I can't find any similar options in vipw. Has anyone an idea about this? Bye Valerio Daelli