Subject: Re: Kernel panic
To: None <ebkrauss@ls.wustl.edu>
From: Ken Nakata <kenn@echna.or.jp>
List: port-mac68k
Date: 03/24/1998 20:27:00
On Tue, 24 Mar 1998 03:02:28 -0600,
"Eric B. Krauss" <ebkrauss@ls.wustl.edu> wrote:
> I cannot
> login as root, however, and I am denied /etc/rc.conf access which I want to
> configure.

Hm, *exactly* what error messages do you get?  If it's the "Don't
login as root...", it's not an error but a warning so you can ignore
it.

As for /etc/rc.conf, I suspect you are booting in single-user mode in
which the root filesystem is mounted read-only by default.  Do:

mount -u /

to remount root fs read-write.

> I am booting in single user mode.

Ah, Ok, as I suspected.

Ken