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 <zul...@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 -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs