From owner-freebsd-current@FreeBSD.ORG Fri Sep 10 16:49:23 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D30F16A4CE for ; Fri, 10 Sep 2004 16:49:23 +0000 (GMT) Received: from zephon.secspace.de (zephon.secspace.de [62.75.136.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD4543D46 for ; Fri, 10 Sep 2004 16:49:22 +0000 (GMT) (envelope-from ml@ps102.de) Received: from ariel.office.volker.de (p50817A3B.dip.t-dialin.net [80.129.122.59]) by zephon.secspace.de (Postfix) with ESMTP id 36C176EB20; Fri, 10 Sep 2004 18:49:20 +0200 (CEST) Date: Fri, 10 Sep 2004 18:49:19 +0200 From: Volker Kindermann To: Rob Message-ID: <20040910184919.42dd4416@ariel.office.volker.de> In-Reply-To: <4140BF50.2080700@comcast.net> References: <4140BF50.2080700@comcast.net> X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-current Subject: Re: warning messages from root mount until login, also my rc.conf file X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 16:49:23 -0000 Hi Rob, > I can actually get even more warning messages if I delay logging in. > For example, sendmail claims it can't find a socket and comes back with > a multitude of warnings. In this particular case, just wanted to show a > few examples. could it be that /etc/defaults/rc.conf is broken, i.e. has wrong line-brakes? Did you edit it with a Windows-PC? If yes, please check if the file is still ascii (for example, if Ctrl+G in vi shows [dos] then you have the culprit). Besides of that: did you change the kernel? Do the same warnings appear with GENERIC? -volker