On Monday 28 April 2008 00:48, Michael D. Setzer II wrote:
> > > It does work fine when using it on a Fedora system with busybox, but
> > > doesn't work when booted from the kernel.org kernel and using the
> > > /dev/tty1,
> > > but then same thing happens when I copy the Fedora8 more command to
> > > the cd. I just don't know why?
> >
> > Me neither. Let's find out. Run:
> >
> > cat scriptfile | strace -o strace.log more
> >
> > and post strace.log to the mailing list.
>
> Not sure what all the stuff means, but perhaps it shows something I need to
> add to the
> ramdrive.gz image file.
>
> I created a test file with just 1 - 0 a number of times with one per line.
>
> testmore.log
Bingo!
> open("/dev/tty", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or
> directory)
You don't have correct /dev/tty. mknod it.
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox