From owner-freebsd-questions@FreeBSD.ORG Fri Jan 9 16:55:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61CE9106568D for ; Fri, 9 Jan 2009 16:55:26 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from QMTA10.emeryville.ca.mail.comcast.net (qmta10.emeryville.ca.mail.comcast.net [76.96.30.17]) by mx1.freebsd.org (Postfix) with ESMTP id 4D9A08FC12 for ; Fri, 9 Jan 2009 16:55:26 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from OMTA07.emeryville.ca.mail.comcast.net ([76.96.30.59]) by QMTA10.emeryville.ca.mail.comcast.net with comcast id 1QGv1b00K1GXsucAAUvTrn; Fri, 09 Jan 2009 16:55:27 +0000 Received: from [192.168.1.101] ([76.102.24.75]) by OMTA07.emeryville.ca.mail.comcast.net with comcast id 1UvS1b00Z1dCpWs8TUvSMd; Fri, 09 Jan 2009 16:55:26 +0000 Message-ID: <4967817D.5060900@comcast.net> Date: Fri, 09 Jan 2009 08:55:25 -0800 From: Rem P Roberti User-Agent: Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: re: Help with dmesg (problem solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 16:55:26 -0000 OK...follow me through on this one. The line 48 that was referred to in the error message as being in sendmail.cf was actually line 48 in the /etc/mail/freebsd.mc file, and subsequently in the .mc file that is created with the "make" command. That line is: OSTYPE(freebsd6), and it points to .m4 files in the /usr/share/sendmail/cf/ostype directory. Well, I had changed (don't even ask me why) OSTYPE(freebsd6) to OSTYPE(freebsd7.1) in the before mentioned files and, of course, there is no .m4 file that references freebsd7.1. This messed up everything. Once I put everything back the way it is supposed to be, and carefully followed the clamav installation instructions...guess what. All is well. There is a lesson here, and hopefully I have learned it. Rem