• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue No connection FTP - Service is up and running and listen

Robin Schumacher

New Pleskian
Hello unfortunately I can not establish a connection with FTP since yesterday, unfortunately I built with the rights of the Ornder on the server.

Connect with 145.XXXXXXXXX.
Status: Connection established, wait for welcome message ...
Error: Connecting to the server failed

root @ plesk: ~ # /etc/init.d/xinetd restart
[ok] Restarting xinetd (via systemctl): xinetd.service.
root @ plesk: ~ # /etc/init.d/xinetd status
● xinetd.service - LSB: Starts or stops the xinetd daemon.
Loaded: loaded (/etc/init.d/xinetd; bad; vendor preset: enabled)
Active: active (running) since Tue 2018-02-20 17:06:39 CET; 2s ago
Docs: man: systemd-sysv-generator (8)
Process: 32547 ExecStop = /etc/init.d/xinetdstop (code = exited, status = 0 / SUCCESS)
Process: 32556 ExecStart = /etc/init.d/xinetdstart (code = exited, status = 0 / SUCCESS)
CGroup: /system.slice/xinetd.service
└─32568 / usr / sbin / xinetd -pidfile /run/xinetd.pid -stayalive -inetd_compat -inetd_ipv6

Feb 20 17:06:39 plesk xinetd [32568]: removing daytime
Feb 20 17:06:39 plesk xinetd [32568]: removing daytime
Feb 20 17:06:39 plesk xinetd [32568]: removing discard
Feb 20 17:06:39 plesk xinetd [32568]: removing discard
Feb 20 17:06:39 plesk xinetd [32568]: removing echo
Feb 20 17:06:39 plesk xinetd [32568]: removing echo
Feb 20 17:06:39 plesk xinetd [32568]: removing time
Feb 20 17:06:39 plesk xinetd [32568]: removing time
Feb 20 17:06:39 plesk xinetd [32568]: xinetd Version 2.3.15 started with libwrap loadavg options compiled in.
Feb 20 17:06:39 plesk xinetd [32568]: Started working: 2 available services


root @ plesk: ~ # lsof -i tcp: 21
COMMAND PID USER FD TYPE DEVICE SIZE / OFF NODE NAME
xinetd 1963 root 5u IPv6 132404114 0t0 TCP *: ftp (LISTEN)


Thanks and greetings Robin
 
The issue may be caused by SELinux. Check that you have:

# getenforce
Enforcing

If it is so, change that to permissive

# getenforce

Permissive
 
Back
Top