Looks to me like your /dev directory might have been stepped on. Looks like
/dev/tty is a regular file created by the redirected output of the echo.
You might delete /dev/tty and create a new device.
I think the command would be:
mknod /dev/tty c 5 0
but someone might want to correct me on tha
On Tue, 7 Oct 1997, Darin Johnson wrote:
> Regarding my problem with login/passwd/su failing, I've tracked
> it a bit further. It seems that getpass() is failing, and more, that
> it's actually /dev/tty that's completely screwed up.
>
> Symptoms:
> $ echo howdy > /dev/tty
> $ cat /dev/tty
>
Regarding my problem with login/passwd/su failing, I've tracked
it a bit further. It seems that getpass() is failing, and more, that
it's actually /dev/tty that's completely screwed up.
Symptoms:
$ echo howdy > /dev/tty
$ cat /dev/tty
howdy
$ cat /dev/tty
howdy
$
That is, the first e
3 matches
Mail list logo