Bug 13492

Summary: ls seems to kill ftp connection
Product: [Retired] Red Hat Linux Reporter: Padraig Sweeney <psweeney>
Component: wu-ftpdAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2CC: gedetil
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: 2000-07-05 11:39:06 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 Padraig Sweeney 2000-07-05 11:39:05 UTC
I'm new to this system so please excuse any stupid statements.

I had a look to see if there was anything posted against wu-ftpd but
couldnt find anything.
I just installed wu-ftpd-2.6.0-14.6x.i386 and found that whenever I used
the "ls" command the ftp connection would hang for a while then terminate
(probably timing out). If I used the "dir" command on the same directory it
would return the expected results.
Since I need ftp access I reverted to version 2.6.0-3 and the problems were
solved.
My machine is running standard Redhat 6.2 except for the kernel which is
2.2.14-12.

- Padraig.

Comment 1 Bernhard Rosenkraenzer 2000-07-10 20:18:20 UTC
The ls stuff hasn't changed at all. Check the ~ftp/bin/ls binary, possibly
reinstall the anonftp package.

Comment 2 Gilbert E. Detillieux 2000-07-17 22:15:00 UTC
The "ls stuff" has indeed changed, although perhaps inadvertently, when the
wu-ftpd update packages were issued.  If you look in the spec file, you'll find
the following...

%build
%configure --enable-quota --enable-pam --disable-rfc931 --enable-ratios \
        --enable-passwd --enable-ls

Note that the --enable-ls option is included.  This should not be there, as the
internal ls feature is still experimental, and apparently still contains memory
leaks which are potentially exploitable.