• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Plesk 8.3 to 8.4 - FTP failure on Debian Etch

K

Karrde

Guest
After update from 8.3 to 8.4 its not possible to connect with FTP to any Domain!
I also try a clean Debain Etch and Plesk 8.4 installation with same problem.

Resolving host name "xxx"
Connecting to IP "xxx" Port: 21
Connected to "xxx"
Cannot login waiting to retry (30s)
Server closed connection

Need Help, somebody has an idea?
 
We are experiencing exactly the same issue on Fedora. Will be following this thread for a resolution.
 
SuSE 10.1 same problem

Hello guys,
we have openSuse10.1, same issue. Can't connect to any domain via ftp on server.
Any solutions?

Kind regards
Chris
 
Hello,
i have solved the problem.
In /var/log/messages was following failure logged:

mod_tls/2.1.2: compiled using OpenSSL version 'OpenSSL 0.9.8a 11 Oct 2005' headers, but linked to OpenSSL version 'OpenSSL 0.9.8e 23 Feb 2007' library

A simple recompiling of proftpd solved the problem.


cd /usr/src
wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.1.tar.gz
tar xfvz proftpd-1.3.1.tar.gz && cd proftpd-1.3.1
cp /etc/proftpd.conf /etc/proftpd_conf.bak
./configure --prefix=/usr --sbindir=/usr/sbin --sysconfdir=/etc --localstatedir=/var/run --disable-sendfile --enable-auth-pam --with-modules=mod_ratio:mod_readme:mod_tls:mod_quota
make
make install
/etc/init.d/xinetd restart
/usr/sbin/proftpd -t
Checking syntax of configuration file
Syntax check complete.

Greetz
Chris
 
I had the exact same problem, a few days ago - and by checking the /var/log/syslog files, searching for "ftp" i found that the /etc/proftpd.conf file was incomplete.

So, check your logs and your config file.
 
Compile fails :(

JCT - I followed your steps and i get this error.

...
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

then when I do "make", I get..

make: *** No targets specified and no makefile found. Stop.

I am a newbie, and needs desperate help. Thanks.
 
Back
Top