From: Mike Tierney (miket_at_marketview.co.nz)
Date: Mon 02 May 2005 - 23:22:49 BST
The startup script (/etc/init.d/rc) is trying to query /dev/console for its
width and height with something like:
test -z "$CONSOLE" && CONSOLE=/dev/console
set -- $(stty size < $CONSOLE)
LINES=$1
COLUMNS=$2
export LINES COLUMNS CONSOLE
I think I put in a quick and nasty work around by changing /dev/console to
/dev/tty
Cheers
Mike
> -----Original Message-----
> From: vserver-bounces_at_list.linux-vserver.org [mailto:vserver-
> bounces_at_list.linux-vserver.org] On Behalf Of Rik van den Eijnden
> Sent: Tuesday, 3 May 2005 7:40 a.m.
> To: vserver_at_list.linux-vserver.org
> Subject: [Vserver] stty: standard input: Inappropriate ioctl for device
>
> Hy,
>
> On startup of my vserver I get the message:
> stty: standard input: Inappropriate ioctl for device
>
> Everything is running as expected, but why am I getting this message?
>
> The box is SUSE8.2
> kernel 2.4.30
> vserver 1.2.10
> util-vserver 0.30
>
> Thanks,
> Rik
> --
> >From the Obscure Dictionary of Medical Terms:
> Sodomy: Special kind of fast growing grass.
>
> _______________________________________________
> Vserver mailing list
> Vserver_at_list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
_______________________________________________
Vserver mailing list
Vserver_at_list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver