From owner-freebsd-questions Fri Jun 8 10:58:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from antares.gecadsoftware.com (antares.gecadsoftware.com [193.230.167.76]) by hub.freebsd.org (Postfix) with SMTP id 545FD37B407 for ; Fri, 8 Jun 2001 10:58:35 -0700 (PDT) (envelope-from teo@gecadsoftware.com) Received: (qmail 62693 invoked from network); 8 Jun 2001 17:59:01 -0000 Received: from unknown (HELO taz.gecadsoftware.com) (193.230.245.17) by antares.gecadsoftware.com with SMTP; 8 Jun 2001 17:58:58 -0000 Received: from teo.gecadsoftware.com ([193.230.245.169]) by taz.gecadsoftware.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id M3427RCB; Fri, 8 Jun 2001 20:55:54 +0300 Received: (qmail 13676 invoked by uid 500); 8 Jun 2001 17:55:57 -0000 Date: Fri, 8 Jun 2001 20:55:57 +0300 From: teo@gecadsoftware.com To: freebsd-questions Subject: Re: qmail error Message-ID: <20010608205557.A13558@gecadsoftware.com> Reply-To: teo@gecadsoftware.com Mail-Followup-To: teo@gecadsoftware.com, freebsd-questions References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: ; from budsan02@bdg.centrin.net.id on Fri, Jun 08, 2001 at 10:55:37PM +0700 Organization: GeCAD Software Comment: Worry less, RAV is watching! X-Operating-System: Linux 2.2.16 i686 up 1 day, 6:04 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi budsz! On Fri, 08 Jun 2001, budsz wrote: > Hi... > > When i compiled qmail in FreeBSD 4.2 ,i got some message "multilog: > fatal: unable to lock directory /var/log/qmail: temporary failure" are you also using daemontools? we encountered the same problem on our server, and the elegant solution was to use svc to shut the service down properly (svc -dx ) otherwise, - check the permisions on that directory (it should be qmail.qnofiles): # ls -ld /var/log/qmail - check if there is no other multilog process running and holding the lock on the directory: # lsof +d /var/log/qmail and eventualy kill that/those process(es): # kill `!! | awk '/multilog/{print $2}'` hope it helps cheers, -- teodor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message