Bug 13492
| Summary: | ls seems to kill ftp connection | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Padraig Sweeney <psweeney> |
| Component: | wu-ftpd | Assignee: | Bernhard Rosenkraenzer <bero> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | CC: | 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
The ls stuff hasn't changed at all. Check the ~ftp/bin/ls binary, possibly reinstall the anonftp package. 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.
|