Subject: Re: config problems
To: Albert Zick <Amiga_User@excite.com>
From: Ignatios Souvatzis <is@beverly.kleinbus.org>
List: port-amiga
Date: 10/14/2000 19:57:45
On Sat, Oct 14, 2000 at 10:50:08AM -0700, Albert Zick wrote:

> I upgraded to 1.4.2, but there are still some error
> messages that I have not been able to get rid of. 
> 
> 1) During bootup I get 
> "Idconfig: /usr/X11R6/lib: No such file or directory"
> I didn't install X so I don't know why it is looking
> for this directory. I think that I should be able to
> edit a conf file, and take this out.

	/etc/ld.so.conf
> (Or is this something that I don't need to worry about?)

	no, don't worry.

> 2) After it boots it gives me the error
> "Oct 14 23:22:09 Agnus getty[173]: /dev/ttye2: Device not configured"
> It repeats this message for ttye6,ttye5,ttye3,ttye7,ttye4,ttye1.
> How do I configure this? 

In /etc/ttys , set all entries for ttye? to "off", that show the "device not
configured" message.

> 3) I can't download a file unless I use the IP address of the site.
> I don't think that I put in a Domain name server when I installed 
> NetBSD. How would I do that now?

/etc/resolv.conf

Man resolv.conf should explain what goes in there... normally a 
"nameserver 1.2.3.4" entry, at least.

	-is