Soekris net4801 and DragonFly BSD
Matthew Dillon
dillon at apollo.backplane.com
Tue Apr 10 14:02:05 PDT 2007
:Hi Chris,
:
:Yes they do... where/how do I switch the ttys?
:
:Mischa
Looks like your console is on sio0, which would probably be ttyd0.
So in your /etc/ttys enable this line:
ttyd0 "/usr/libexec/getty std.9600" dialup off secure
^^^^
change from off to on
From the dmesg output it looks like it booted, but simply never
started up a getty on the serial port, so that change should do it.
There are also clearly some problems with calls to /bin/kenv in
the diskless rc script, probably because kenv was moved to /usr/bin and
the rc script has the wrong location.
-Matt
More information about the Kernel
mailing list