Bug 78410 - breaks with xinetd and IPv6
Summary: breaks with xinetd and IPv6
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: vsftpd
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-11-22 15:27 UTC by Joe Orton
Modified: 2014-03-17 02:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-11-22 15:27:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Joe Orton 2002-11-22 15:27:21 UTC
Description of Problem:
vsftpd breaks if IPv6 is enabled; needs flags = IPv4 in xinetd.d file

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

How Reproducible:
Always

Steps to Reproduce:
1. enable IPv6 networking
2. remove disable=yes from xinetd.d/vsftpd
3. telnet localhost ftp

Actual Results:
$ telnet localhost ftp
Trying ::1...
Connected to localhost.
Escape character is '^]'.
500 OOPS: can only support ipv4 currently


Expected Results:
$ telnet localhost ftp
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 ready, dude (vsFTPd 1.1.0: beat me, break me)

Comment 1 Bill Nottingham 2002-11-22 17:03:24 UTC
Hm, of course, the next version of vsftpd doesn't necessarily use xinetd. But
the fix is in.


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