From owner-freebsd-stable@FreeBSD.ORG Tue Dec 2 06:50:54 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5646106568A for ; Tue, 2 Dec 2008 06:50:54 +0000 (UTC) (envelope-from awd@awdcomp.net) Received: from home.awdcomp.net (ppp121-45-10-50.lns10.adl2.internode.on.net [121.45.10.50]) by mx1.freebsd.org (Postfix) with ESMTP id 96D718FC12 for ; Tue, 2 Dec 2008 06:50:54 +0000 (UTC) (envelope-from awd@awdcomp.net) Received: from getafix.abdulla ([192.168.202.99]) by home.awdcomp.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1L7OlV-000JMb-MT for freebsd-stable@freebsd.org; Tue, 02 Dec 2008 16:59:45 +1030 Message-ID: <4934D5C5.4030302@awdcomp.net> Date: Tue, 02 Dec 2008 16:59:25 +1030 From: Andrew User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: 'FreeBSD Stable' Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: exim 4.69 freebsd 7.0 locking issues X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2008 06:50:54 -0000 Hi all, Running Exim 4.69 on 7.0-RELEASE-p6 FreeBSD. The box has been recently upgraded from 6.3 (like 24 hours ago). Currently Exim is sending the following lines to the log files. 2008-12-01 19:02:35 Failed to get write lock for /var/spool/exim/db/callout.lockfile: Invalid argument 2008-12-01 19:02:35 Failed to get write lock for /var/spool/exim/db/callout.lockfile: Invalid argument 2008-12-01 19:02:35 1L74Cp-000GRN-3R Cannot lock /var/spool/exim/input//1L74Cp-000GRN-3R-D (22): Invalid argument The permissions are all correct for the spool directories and for Exim itself. It is creating stacks and stacks of 0 byte files in the message spool directory. I have recompiled all the ports but to no avail. I've upgraded 2 other machines with 99.0% the same setup with no issues. The only difference is hostnames/ips and that this machine is running mysql on it. Everything else on the machine (spam-assassin, clamav, mysql) is working fine. Has anybody got any ideas, other than downgrade back to fbsd 6.3? Cheers cya Andrew