Subject: Re: my actual (hopefully small) problems
To: None <port-i386@netbsd.org>
From: Frank Knappe <knappe@tu-harburg.de>
List: port-i386
Date: 04/15/2002 23:17:18
On Mon, 15 Apr 2002, Ignatios Souvatzis wrote:

> On Thu, Apr 11, 2002 at 11:56:24PM +0200, Frank Knappe wrote:
> > 
> > etc/hosts
> > 127.0.0.1               localhost, trinity
> 
> remove the comma in the above line.

Done.
this is now etc/hosts:
::1                     localhost
127.0.0.1               localhost trinity

in rc.conf:
hostname="trinity"

But I still get the following erros during booting:
trinity sendmail[134] My unqualified host name (localhost) unknown;
sleeping for retry

[alert] httpd: Could not determine the server's fully qualified
fomain name, using 127.0.0.1 for servername

The problem is, that I have to press CTRL-C after the first error to 
let the booting continue.

What can be wrong here?

Ciao , Frank .