DragonFly kernel List (threaded) for 2007-04
DragonFly BSD
DragonFly kernel List (threaded) for 2007-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Soekris net4801 and DragonFly BSD


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 10 Apr 2007 13:57:33 -0700 (PDT)

: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




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]