From owner-freebsd-questions@FreeBSD.ORG Mon Jun 6 17:01:02 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 6A4DF16A41C for ; Mon, 6 Jun 2005 17:01:02 +0000 (GMT) (envelope-from vdaelli@hotmail.com) Received: from hotmail.com (bay103-f38.bay103.hotmail.com [65.54.174.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4748E43D1F for ; Mon, 6 Jun 2005 17:01:02 +0000 (GMT) (envelope-from vdaelli@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 6 Jun 2005 10:01:02 -0700 Message-ID: Received: from 65.54.174.210 by by103fd.bay103.hotmail.msn.com with HTTP; Mon, 06 Jun 2005 17:01:01 GMT X-Originating-IP: [65.54.174.210] X-Originating-Email: [vdaelli@hotmail.com] X-Sender: vdaelli@hotmail.com In-Reply-To: From: "Valerio Daelli" To: freebsd-questions@freebsd.org Date: Mon, 06 Jun 2005 17:01:01 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 06 Jun 2005 17:01:02.0054 (UTC) FILETIME=[519B1860:01C56AB9] Subject: Re: 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 17:01:02 -0000 Yes, I am root. The problem is that some tools like vipw and pam utilities want to get a flock on some files, like /etc/passwd. If they can't (because of plain NFS) they complain. I've been suggested to try with rpc.lockd. Thanks for your help! Valerio Daelli >It sounds like your not logged in as root, I'm sure you are but I have >never played with jails. Have you tried the adduser or pw commands?, >vipw is not the best tool for adding users because you can fsck your >system if your not careful.