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

Issue FTP login not possible for one domain

Martin6969

Basic Pleskian
Hi,

For one of my domains login with FTP seems to be inpossible.

FTP client stops wit time-out error end in /var/log/secure i get this :

Code:
May 14 19:29:07 ns0 proftpd: pam_env(proftpd:setcred): Unable to open config file: /etc/security/pam_env.conf: Permission non accordée
May 14 19:29:07 ns0 proftpd: pam_systemd(proftpd:session): Failed to connect to system bus: Permission non accordée
May 14 19:29:07 ns0 proftpd: pam_unix(proftpd:session): session closed for user ftpfrankrijktopl
May 14 19:29:09 ns0 sshd[13501]: Accepted password for ftpgestion from 176.xxx.xxx.15 port 54565 ssh2
May 14 19:29:09 ns0 sshd[13501]: pam_unix(sshd:session): session opened for user ftpgestion by (uid=0)
May 14 19:29:17 ns0 proftpd: pam_listfile(proftpd:auth): Couldn't open /etc/ftpusers
May 14 19:29:18 ns0 proftpd: pam_unix(proftpd:session): session opened for user ftpfrankrijktopl by (uid=0)
May 14 19:29:18 ns0 proftpd[13508]: 127.0.0.1 (176.xxx.xxx.15[176.xxx.xxx.15]) - USER ftpfrankrijktopl: Login successful.
May 14 19:29:33 ns0 proftpd: pam_env(proftpd:setcred): Unable to open config file: /etc/security/pam_env.conf: Permission non accordée
May 14 19:29:33 ns0 proftpd: pam_systemd(proftpd:session): Failed to connect to system bus: Permission non accordée
May 14 19:29:33 ns0 proftpd: pam_unix(proftpd:session): session closed for user ftpfrankrijktopl

No problems with other domains on my server

Some help is really needed here...
 
Hi Martin6969,

pls. see my suggestion at ( for Debian/Ubuntu - based systems! ) : => #2
Code:
sudo update-rc.d dbus defaults
sudo service dbus restart
/etc/init.d/xinetd stop
/etc/init.d/xinetd start

... or the "systemd" - option ( for systems, which use "systemd" instead of "upstart":
Code:
update-rc.d dbus defaults
systemctl restart dbus.service
systemctl stop xinetd.service
systemctl start xinetd.service
 
Last edited by a moderator:
Back
Top