• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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