"cat -v" does not work as expected on /proc files

Bug #66571 reported by linuxball
4
Affects Status Importance Assigned to Milestone
coreutils (Debian)
Fix Released
Unknown
coreutils (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: coreutils

"cat -v" works with plain files but will neither produce any output nor error if a file from proc file system is given as argument to "cat -v".

How to reproduce:
$ cat -v /proc/version_signature
$ echo $?
0
$ cat /proc/version_signature
Ubuntu 2.6.17-10.33-generic
$ echo $?
0

Background: In order to make my Conexant HSF modem work under Ubuntu I wanted to install a modem driver from www.linuxant.com. But its "hfsconfig" script does not work correctly because it relies on "cat -v" to read (and filter) files from proc file system.

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks for your bug. That's fixed upstream according to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370583

Changed in coreutils:
status: Unconfirmed → Fix Committed
Revision history for this message
Sebastien Bacher (seb128) wrote :

will be fixed when coreutils is synced from Debian after edgy

Changed in coreutils:
status: Unknown → Fix Released
Revision history for this message
Wouter Stomp (wouterstomp-deactivatedaccount) wrote :

Fixed long ago

Changed in coreutils:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.