From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 10:00:34 2004 Return-Path: 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 89D8A16A4DB for ; Wed, 8 Dec 2004 10:00:34 +0000 (GMT) Received: from alpargata.net (alpargata.net [67.18.172.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED5EA43D49 for ; Wed, 8 Dec 2004 10:00:33 +0000 (GMT) (envelope-from nospam@illusionart.com) Received: from [192.168.1.100] (dsl081-061-217.dsl-isp.net [64.81.61.217] (may be forged)) (authenticated bits=0) by alpargata.net (8.13.1/8.13.1) with ESMTP id iB8A6v7r056971; Wed, 8 Dec 2004 04:07:05 -0600 (CST) (envelope-from nospam@illusionart.com) In-Reply-To: <20041208024050.GE2629@dan.emsphone.com> References: <20041208024050.GE2629@dan.emsphone.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vonleigh Simmons Date: Wed, 8 Dec 2004 01:59:56 -0800 To: Dan Nelson X-Mailer: Apple Mail (2.619) X-Virus-Scanned: ClamAV 0.80/620/Tue Dec 7 01:41:43 2004 clamav-milter version 0.80j on alpargata.net X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: mlock error: not setgid mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 10:00:34 -0000 > In the last episode (Dec 07), Vonleigh Simmons said: >> After updating to 5.3 I'm running into the following, I'm >> getting the following error in my mail log over and over: >> >> usr/local/libexec/mlock[755]: (64) not setgid mail >> >> I'm assuming it's an ownership problem, but what of? > > mlock should have these permissions: > > -rwx--s--x 1 root mail 5920 Nov 7 03:50 /usr/local/libexec/mlock > > mlock is part of the imap-uw port, so rebuilding that will also work. > It's recommended that you rebuild all your ports if upgrading from a > previous release. I rebuilt imap-uw with -DWITH_SSL_AND_PLAINTEXT, so I don't think that's it. Here are my permissions for mlock, they match yours: -rwx--s--x 1 root mail 5808 Dec 6 21:48 /usr/local/libexec/mlock Anyone have any other ideas? Vonleigh Simmons