Bug 103680

Summary: ls -la Input/output errors
Product: Red Hat Enterprise Linux 3 Reporter: Ken Leung <kleung>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 18:58:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.