Since Robie suggested that it is a local config problem: $ diff -u vsftpd.conf.dpkg-old vsftpd.conf --- vsftpd.conf.dpkg-old 2015-02-20 15:52:29.406670979 +0100 +++ vsftpd.conf 2015-03-05 17:18:21.000000000 +0100 @@ -11,7 +11,7 @@ # # Run standalone? vsftpd can run either from an inetd or as a standalone # daemon started from an initscript. -listen=YES +listen=NO # # This directive enables listening on IPv6 sockets. By default, listening # on the IPv6 "any" address (::) will accept connections from both IPv6 @@ -19,9 +19,9 @@ # sockets. If you want that (perhaps because you want to listen on specific # addresses) then you must run two copies of vsftpd with two configuration # files. -listen_ipv6=NO +listen_ipv6=YES # -# Allow anonymous FTP? (Disabled by default) +# Allow anonymous FTP? (Disabled by default). anonymous_enable=NO # # Uncomment this to allow local users to log in.
Do you suggest that switching listen from NO to YES is a "local configuration problem"???? -- 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/1486007 Title: package vsftpd 3.0.2-18ubuntu1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 100 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1486007/+subscriptions -- Ubuntu-server-bugs mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
