• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Can not log in to FTP

Pentarou

Basic Pleskian
Hello,

There is suddenly something strange going on with the plesk FTP server that prevents me from logging in, I have not changed anything regarding FTP.

The command service xinetd status outputs the following error:

Code:
PAM unable to dlopen(/usr/lib64/security/pam_stack.so): /usr/lib64/security/pam_stack.so: cannot open shared object file: No such file or directory
PAM adding faulty module: /usr/lib64/security/pam_stack.so

What is going on and how do I solve this?

Thank you in advance!
 
Maybe I'm not supposed to, because of my lack of knowledge about passive FTP, but I can't reach both passive ports 49152 65535 from my computer, added both ports the same way I did for the database in this post.

Still not reachable.

I can access FTP through powershell just fine, just not FileZilla it would seem.
 
Please take into concider to tell the comunity which system and Plesk Version you use and also the log from filezilla would be revealing

for passive ftp see also: [Troubleshooting]Unable to connect to the server via FTP in the passive mode & (Plesk for Linux) Configuring Passive FTP Mode

but I can't reach both passive ports 49152 65535 from my computer, added both ports the same way I did for the database in this post.

Still not reachable.

I can access FTP through powershell just fine, just not FileZilla it would seem.

Passiv ftp is not using 2 Ports it is using a Port Range like from-to (49152-65535) and has to be configured in the proftp config file and of course in the firewall
BTW your link where you reference to database post seems to be broken
 
Last edited:
Hello Brujo, and thank you kindly for your reply.

Good call, I'm running Plesk 17.5.3 on CentOS 7, below you will find the log file from FileZilla.
For security reasons, I replaced the host name and IP with fictitious values.
Code:
Status:    Resolving address of ftp.renandstimpy.com
Status:    Connecting to 123.456.789.0:21...
Status:    Connection established, waiting for welcome message...
Status:    Initializing TLS...
Status:    Verifying certificate...
Status:    TLS connection established.
Status:    Logged in
Status:    Retrieving directory listing...
Command:    PWD
Response:    257 "/" is the current directory
Command:    TYPE I
Response:    200 Type set to I
Command:    PASV
Response:    227 Entering Passive Mode (136,144,181,178,214,145).
Command:    MLSD
Error:    Connection timed out after 20 seconds of inactivity
Error:    Failed to retrieve directory listing
Status:    Disconnected from server

And below is what xinetd status had to say about all of this:
I replaced the host name with fictitious values.
Code:
Apr 06 19:39:59 server.renandstimpy.com xinetd[8290]: START: ftp pid=13354 from=...
Apr 06 19:40:19 server.renandstimpy.com xinetd[8290]: START: ftp pid=13378 from=...
Apr 06 19:40:40 server.renandstimpy.com xinetd[8290]: START: ftp pid=13382 from=...
Apr 06 19:50:13 server.renandstimpy.com xinetd[8290]: EXIT: ftp status=0 pid=133...
Apr 06 19:50:20 server.renandstimpy.com xinetd[8290]: EXIT: ftp status=0 pid=133...
Apr 06 19:50:41 server.renandstimpy.com xinetd[8290]: EXIT: ftp status=0 pid=133...
Apr 06 21:10:46 server.renandstimpy.com xinetd[8290]: START: ftp pid=14466 from=...
Apr 06 21:11:05 server.renandstimpy.com xinetd[8290]: START: ftp pid=14490 from=...
Apr 06 21:11:05 server.renandstimpy.com xinetd[8290]: EXIT: ftp status=0 pid=144...


Again, out of the blue.
 
Hello Mark Muyskens, and thank you kindly for your reply.

After encountering the same problem before, I followed, checked and rechecked this documentation on configuring the passive FTP mode.
Configuring the passive FTP mode solved the problem for a while, but now the problem is suddenly back again.

The firewall is set to Allow incoming from all on port 49152-65535/tcp
 
So I've checked my firewall and deleted an unused rule Allow incoming from all on port 8447/tcp, which I can't remember what I used it for.
Somehow, this solved the problem.
 
Hello Mark Muyskens, and thank you kindly for your reply.
Strange, how does opening port 8447 for the auto installer conflicts with FTP, I wonder.
 
Back
Top