Subject: Re: Keyboard goes mad
To: Christian Hattemer <chris@heaven.riednet.wh.tu-darmstadt.de>
From: Andrew Gillham <gillham@vaultron.com>
List: port-i386
Date: 09/26/2001 11:59:54
On Wed, Sep 26, 2001 at 07:48:04PM +0200, Christian Hattemer wrote:
> 
> Ok, I've got so far. But now the real problem is what to edit, I don't have
> a clue. Guess I'll try around some things.

So, my brother found a problem with the latest i386 snapshot.  Apparently
/dev/console and /dev/ttyE0 are both "on" in /etc/ttys, causing problems
with the first virtual terminal.  I don't know if this is related to your
issue or not.

Anyway, regarding what to edit in single-user, you problably want to enable
the /dev/console in /etc/ttys and disable /dev/ttyE0.  This is done by 
changing "on" to "off" as appropriate.
You also probably want to add "sshd=YES" in /etc/rc.conf and configure the
network by creating an /etc/ifconfig.blah0 with "w.x.y.z netmask n.n.n.n"
so you can login remotely.
Oh, and you might need to set "PermitRootLogin = yes" in /etc/sshd.conf or
create a user like this:
	useradd -G wheel -m your_userid

-Andrew