On Thu, Aug 27, 2009 at 12:20 PM, Lars Nooden<[email protected]> wrote:
> I'm running OpenBSD 4.6-current (GENERIC) #125: Tue Aug 25 06:13:48 MDT
> 2009 on an i386 and notice that mfs seems different than earlier
> versions. What have I missed in mounting /dev ram using MFS?
...
> $ cat /etc/fstab
> cat: stdout: Bad file descriptor
That would seem to imply that stdout isn't actually open in your
shell. So what's the output of
ls -ld / /dev /dev/stdout /dev/log
and what does
ktrace $SHELL -c 'echo' ; kdump
show for errors?