2011-12-28T10:06:42.255300+01:00 server xinetd[503]: socket creation failed (Address family not supported by protocol (errno = 97)). service = ftp 2011-12-28T10:06:42.255306+01:00 server xinetd[503]: Service ftp failed to start and is deactivated.
# grep v6 /etc/modprobe.conf alias ipv6 off options ipv6 disable=1 # grep -i v6 /etc/sysconfig/network NETWORKING_IPV6=no IPV6FORWARDING=yes
service ftp { flags = IPv6 flags = IPv4 disable = no socket_type = stream protocol = tcp wait = no user = root instances = UNLIMITED server = /usr/sbin/in.proftpd server_args = -c /etc/proftpd.conf }