Re: Need an up-to-date, accurate, complete install doc
Michael Thibault <[email protected]> Sun, 25 Apr 2004 11:55:25 -0400
| Newsgroups | gmane.os.openbsd.mac68k |
|---|---|
| Message-ID | <[email protected]> |
At 1:02 PM -0400 21/04/2004, Michael Thibault wrote: >I'm supposing that this nesting is responsible for the error messages I >reported earlier. > >>Now booting seems to mount the partitions at the desired points, but >>things >>get hung up on an error message: >> >>... init: can't exec getty '/usr/libexec/getty' for port /dev/ttye0: No >>such file or directory > >If so, instead of: > >cd /oldusr; dump 0f - . | (cd /usr; restore -rf -) > >where /dev/sd0e is the partition I'd like to use for /usr; >the post-base-install /usr has been mv'ed to /oldusr; and, >the named partition has been mounted on /usr, should I use: > >cp -Rf /oldusr /usr This one seems to work. Next time I'll remember to chase the newfs bunny, too. I also "./MAKEDEV all"'ed in /dev, and that seems to have resulted in the desired population explosion there. However, I'm still getting the endless error message at boot: "init: can't exec getty '/usr/libexec/getty' for port /dev/ttye0: No such file or directory". What is responsible for this "exec getty"? And why doesn't it time out? What is ttye0? I've had a look in rc.conf but didn't see any reference to ttye0. I've also looked online, but queries about similar error messages at boot were either unanswered or, if answered, not very helpful...