Linux FTP passive problem after upgrading to Ubuntu 13.10
#10
Here is how to fix

Download this file here to your ~/Downlaods: http://launchpadlibrarian.net/137271377/..._amd64.deb

Open terminal, run these commands
Code:
sudo dpkg -P --force-all libcurl3-gnutls
sudo dpkg -i '~/Downloads/libcurl3-gnutls_7.29.0-1ubuntu3_amd64.deb'

This will not require you to reinstall all the other packages that depend on libcurl3-gnutls.

Open Synaptic Package Manger
Search for libcurl3-gnutls
Highlight libcurl3-gnutls
In the menu bar, click Package->Lock Version

Image

Then run this in terminal.

Code:
echo "libcurl3-gnutls hold" | sudo dpkg --set-selections


Working with 12.3 Frodo on a fresh Ubuntu 13.10 install.
Reply


Messages In This Thread
RE: FTP passive problem after upgrading to Ubuntu 13.10 - by blindmist - 2014-01-05, 21:35
Logout Mark Read Team Forum Stats Members Help
FTP passive problem after upgrading to Ubuntu 13.101