[Bug 1208506] Re: vsftpd respawns too fast and fails on server boot with pasv_address & pasv_addr_resolve=YES
chud
1208506 at bugs.launchpad.net
Thu Aug 8 08:10:44 UTC 2013
Hi, thanks for reply - not using network-manager
$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.50
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.0.255
gateway 192.168.1.1
mtu 1460
$ cat /etc/init/vsftpd.conf
# vsftpd - FTP Daemon
#
description "vsftpd daemon"
author "Chuck Short <zulcss at ubuntu.com>"
start on runlevel [2345] or net-device-up IFACE!=lo
stop on runlevel [!2345]
respawn
<snip>
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/1208506
Title:
vsftpd respawns too fast and fails on server boot with pasv_address &
pasv_addr_resolve=YES
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1208506/+subscriptions
More information about the Ubuntu-server-bugs
mailing list