• 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.

Plesk 11.0.9#55 All domain FTP access now rejecting

FlashGen

New Pleskian
Hi,

I've just tried to FTP in to various domains on my dedicated Plesk 11.0.9#55 box and all result in a "Login Incorrect" response from the server. On opening the control panel for each of them everything looks A-OK except that when viewing the HTTPDocs folder in control panel results in the following error ('mydomain.com' used in place of actual domain):


ERROR: PleskUtilException
filemng: stat failed: Permission denied

System error 13: Permission denied
0: FileMng.php:186
Service_FileMng->_execAndGetOutput(array)
1: FileMng.php:21
Service_FileMng->ls(string '/var/www/vhosts/mydomain.com', string 'dirs', string 'blocks')
2: FileManager.php:271
FileManager->ls_wrapper(string 'dirs', string '/var/www/vhosts/mydomain.com')
3: FileManager.php:257
FileManager->ls_dirs_wrapper(string '/var/www/vhosts/mydomain.com')
4: class.FileList.php:113
FileList->fetchFileList()
5: cList.php:85
cList->fetchList()
6: cList.php:104
cList->init()
7: FileManagerUIPointer.php:185
FileManagerUIPointer->accessItem(string 'GET', NULL null)
8: client.domain.hosting.file-manager.php:82
plesk__client__domain__hosting__file_manager->accessItem(string 'GET', NULL null)
9: UIPointer.php:595
UIPointer->access(string 'GET')
10: plesk.php:45

Everything has been working perfectly - in fact I only came across this issue as I was trying to create a new domain entry for a client and it failed.

Any insight / suggestions gratefully received
-
m
 
OK, on further exploration it appears that ProFTPd is failing to start up citing the following error:

mydomain.com proftpd[15449] 127.0.0.1: fatal: Socket operation on non-socket

Setting the ServerType to Standalone in the proftpd.conf file resolves the error, but results in a server closed connection response to the FTP client…
 
Thanks InderS.

I tried setting ServerType to standalone but that just results in hte server closing the connection. A tail of the logs pulls up the following issue:

FTP session opened.
notice: unable to use '~/' [resolved to '/var/www/vhosts/myDomain.com/']: Permission denied
Preparing to chroot to directory '~/'
chroot to '~/' failed for user 'myAdmin': Operation not permitted
error: unable to set default root directory

I'll explore further, in the meantime thanks again.
-
m
 
Hi FlashGen,
Just wondering if & how you resolved this issue. I have it right now after installing #55 this morning. I am getting the identical problem in /var/log/messages as your last post above.
It would appear proftpd is logging in the user. But then the user is getting rejected from viewing the files?
Thanks for your help in advance.
 
Back
Top