Mailing List Archive

2.2.0-final and /dev/stdout and pipes
2.2.0-pre6 and 2.0.36:
$ echo hi > /dev/stdout | wc -l
1
2.2.0-final:
$ echo hi > /dev/stdout | wc -l
bash: /dev/stdout: No such file or directory
$ echo hi > /dev/stdout
hi
$ ls -la /dev/stdout
lrwxrwxrwx 1 root root 17 Wed Sep 16 05:04:02 1998
/dev/stdout -> ../proc/self/fd/1
I've got egcs-1.1.1, Cyrix 6x86, RH5.0. I didn't change
my config between 2.2.0-pre6 and -final.
Please CC msgs to me.
--
Safari - sfarin@ratol.fi - PGP key 0x443BD271 - http://surf.to/safari
"One World, One Web, One Program" - Microsoft Promotional Ad
"Ein Volk, Ein Reich, Ein Fuhrer" - Adolf Hitler
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Re: 2.2.0-final and /dev/stdout and pipes [ In reply to ]
On Jan 22, Sami Farin wrote:
> 2.2.0-pre6 and 2.0.36:
> $ echo hi > /dev/stdout | wc -l
> 1
>
> 2.2.0-final:
> $ echo hi > /dev/stdout | wc -l
> bash: /dev/stdout: No such file or directory
> $ echo hi > /dev/stdout
> hi
> $ ls -la /dev/stdout
> lrwxrwxrwx 1 root root 17 Wed Sep 16 05:04:02 1998
> /dev/stdout -> ../proc/self/fd/1
>
>
>
> I've got egcs-1.1.1, Cyrix 6x86, RH5.0. I didn't change
> my config between 2.2.0-pre6 and -final.
> Please CC msgs to me.
running 2.2.0-final for the first night, a similar problem shows up:
for the first time I got the following mail from a cron job
running makewhatis:
/usr/sbin/makewhatis: /dev/fd/62: No such file or directory
/usr/sbin/makewhatis: /dev/fd/62: No such file or directory
/usr/sbin/makewhatis: /dev/fd/62: No such file or directory
/usr/sbin/makewhatis: /dev/fd/62: No such file or directory
/usr/sbin/makewhatis: /dev/fd/62: No such file or directory
/usr/sbin/makewhatis: /dev/fd/62: No such file or directory
/usr/sbin/makewhatis: /dev/fd/62: No such file or directory
I'm using gcc-2.7.2.1 with SusE 5.3. this didn't happen before
(up to pre4, haven't tested pre5-pre8).
Harald
--
All SCSI disks will from now on ___ _____
be required to send an email notice 0--,| /OOOOOOO\
24 hours prior to complete hardware failure! <_/ / /OOOOOOOOOOO\
\ \/OOOOOOOOOOOOOOO\
\ OOOOOOOOOOOOOOOOO|//
Harald Koenig, \/\/\/\/\/\/\/\/\/
Inst.f.Theoret.Astrophysik // / \\ \
koenig@tat.physik.uni-tuebingen.de ^^^^^ ^^^^^
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/