Comment 5 for bug 186366

Revision history for this message
Anderson Lizardo (lizardo) wrote :

Still happens on hardy (LTS):

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.04.3 LTS
Release: 8.04
Codename: hardy
$ cpio -E no_such_file -t
cpio: no_such_file: Cannot open: No such file or directory
Segmentation fault

Also happens on karmic (with latest updates):

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu karmic (development branch)
Release: 9.10
Codename: karmic
# cpio -E no_such_file -t
cpio: no_such_file: Cannot open: No such file or directory
Segmentation fault

And finally, also happens on jaunty:

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.04
Release: 9.04
Codename: jaunty
# cpio -E no_such_file -t
cpio: no_such_file: Cannot open: No such file or directory
Segmentation fault