Bug 103680 - ls -la Input/output errors
Summary: ls -la Input/output errors
Keywords:
Status: CLOSED DUPLICATE of bug 103679
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: kernel
Version: 3.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-09-03 20:25 UTC by Ken Leung
Modified: 2007-11-30 22:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 18:58:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Ken Leung 2003-09-03 20:25:33 UTC
Description of problem: "ls -la" on NFS filesystem first produces Input/output 
errors then followed by the correct results


Version-Release number of selected component (if applicable):


How reproducible: probably easy to reproduce


Steps to Reproduce:
1. Mount NFS filesystem 
2. Cd to the mounted filesystem
3. Perform an "ls -la" in some directories
    
Actual results: ls -la returns "ls: file/dir Input/output error" for each 
file/dir, followed by the correct expected results of an ls command. Sample 
output:

[root@perseus1 kleung]# ls -la
ls: .: Input/output error
ls: ..: Input/output error
ls: .gtkrc: Input/output error
ls: Oracle: Input/output error
(and so on)
total 640
drwxr-xr-x   39 kleung   users        2048 Sep  3 12:31 .
drwxr-xr-x   45 root     root         1536 Aug 14 15:32 ..
-rw-r--r--    1 kleung   users         120 Sep  3 12:29 .gtkrc
drwxr-xr-x    4 kleung   users        1536 Aug 28 10:22 Oracle
(and so on)
[root@perseus1 kleung]# 

Expected results: ls -la should provide a listing of all the files/dirs in a 
directory


Additional info: ls -la can obviously see and list the files in the directory 
since the correct results are returned following those "Input/output error" 
messages. RedHat ES 2.1 prints results of an "ls -la" on the same directory 
without the errors, and so do RedHat 7.2, 7.3, 8.0, and 9.

Comment 1 Ken Leung 2003-09-03 20:27:20 UTC

*** This bug has been marked as a duplicate of 103679 ***

Comment 2 Red Hat Bugzilla 2006-02-21 18:58:25 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


Note You need to log in before you can comment on or make changes to this bug.