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

Locked
User avatar
Alexander
Keyweb AG
Posts: 3809
Joined: Wed 20. Jan 2016, 02:23

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

Post 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.
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Blackmoon
Posts: 345
Joined: Sat 1. Dec 2018, 16:42

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

Post by Blackmoon »

Danke für den Hinweis. Hat funktioniert.
Solche Themen vllt. pinnen, damit Sie gleich oben ersichtlich sind.
Locked