[systemd-devel] Error: inappropriate ioctl stty standard input

Lennart Poettering lennart at poettering.net
Mon Jun 27 04:51:31 PDT 2011


On Sat, 25.06.11 21:57, Stef Bon (stefbon at 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.


More information about the systemd-devel mailing list