On Sat, 25.06.11 21:57, Stef Bon (stef...@gmail.com) wrote:

> Hi,
> 
> I've been able to make my shiny new LFS system boot using systemd, but
> still with errors. When the tty's are activated,
> Iget the message:
> 
>  stty: standard input: Inappropriate ioctl for device

This usually indicates that your standard input in this shell is not
actually a tty, but some other kind of fd. By doing "readlink
/proc/self/fd/0" you might be able to find out what your stdin is
connected to.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to