From owner-freebsd-questions@FreeBSD.ORG Wed Mar 9 14:49:08 2005 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 D08F716A4CE for ; Wed, 9 Mar 2005 14:49:08 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94BF243D4C for ; Wed, 9 Mar 2005 14:49:08 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 9 Mar 2005 08:52:47 -0600 Message-ID: <422F0CE2.7040604@daleco.biz> Date: Wed, 09 Mar 2005 08:49:06 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warren References: <200503091924.30916.shinjii@virusinfo.rdksupportinc.com> In-Reply-To: <200503091924.30916.shinjii@virusinfo.rdksupportinc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Mar 2005 14:52:47.0982 (UTC) FILETIME=[A8D120E0:01C524B7] cc: freebsd-questions@freebsd.org Subject: Re: weird messages 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, 09 Mar 2005 14:49:08 -0000 Warren wrote: >Something is a lil funky somewhere as im almost every 10min getting a message >displayed on screensaying the following: > >Mar 9 18:50:00 enterprise sm-mta[171517]:j298o06o017151: syserr(root): >collect: cannot write ./dfj298o06o017151 (bfcommit, uid-0, gid=25) No such >file or directory > >Any ideas what this is and how i can fix it ? > > A very "rough" translation: "Sendmail running on the host "enterprise" is attempting to write a file to the filesystem. Either the filesystem (directory) itself doesn't exist, or the file itself has been deleted, but the mail daemon wasn't made aware of it." Any chance that the system's mail queues (under /var/spool) have been altered manually? Kevin