Page 1 of 1

Known Issue 20.2 | FTP Failed to start / ECONNREFUSED  [SOLVED]

Posted: Fri 21. Aug 2020, 14:37
by Alexander
Problem: FTP connection not possible. Proftpd cannot be started properly.

Cause: The configuration in the init script "/etc/init.d/proftpd" was incorrect.

Affected systems: Affected are all systems with Ubuntu 20.04

Fixing the problem:

Simply execute the following command: ATTENTION - ONLY FOR UBUNTU 20.04

Code: Select all

wget https://install.keyhelp.de/misc/proftpd -O /etc/init.d/proftpd ; chmod +x /etc/init.d/proftpd ; systemctl daemon-reload ; service proftpd restart
Otherwise the fix is part of the upcoming update.

Re: Known Issue 20.2 | FTP Failed to start / ECONNREFUSED

Posted: Wed 16. Sep 2020, 12:10
by Blackmoon
Danke für den Hinweis. Hat funktioniert.
Solche Themen vllt. pinnen, damit Sie gleich oben ersichtlich sind.