From owner-freebsd-current@FreeBSD.ORG Tue Aug 12 04:56:54 2003 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 912F237B401 for ; Tue, 12 Aug 2003 04:56:54 -0700 (PDT) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25FD443F3F for ; Tue, 12 Aug 2003 04:56:54 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-2ivfigt.dialup.mindspring.com ([165.247.202.29] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19mXlj-0000bk-00; Tue, 12 Aug 2003 04:56:52 -0700 Message-ID: <3F38D5AB.7DAE677E@mindspring.com> Date: Tue, 12 Aug 2003 04:55:23 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Mark Sergeant References: <1060612220.23362.7.camel@xyzzy.wireless.snsonline.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a45f54e9a7ad514a79c84aad74465c9995350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: freebsd-current@freebsd.org Subject: Re: makemap problem in virtusertable. 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, 12 Aug 2003 11:56:54 -0000 Mark Sergeant wrote: > I'm running current as of two weeks ago I get the following problem when > doing a make in /etc/mail ... > > makemap: virtusertable.db: line 206: key john@domain.com: put error: > Operation not permitted > *** Error code 74 > > This line contains ... > > john@domain.com j.smith@otherdomain.com > > As far as I am concerned this line should be valid, does anyone have any > idea why this would be an issue ? #define EPROGUNAVAIL 74 /* RPC prog. not avail */ ??? Maybe you are doing this over NFS? -- Terry