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

Search results

  1. J

    Resolved Can't open MariaDB remote connection anymore - Error 10060

    is there something like a firewall an my CGNAT IP is maybe on a blacklist?
  2. J

    Resolved Can't open MariaDB remote connection anymore - Error 10060

    Problem seems to be suddenly on EVERY datebase / domain
  3. J

    Resolved Can't open MariaDB remote connection anymore - Error 10060

    Hi this: Thank you very much for your feedback(s) :-)
  4. J

    Question Change DNS server that plesk internally uses?

    *chattr +i /etc/resolv.conf
  5. J

    Question Change DNS server that plesk internally uses?

    Hmmm. in all these file ("tail", "head") they belong to /etc/init/resolvconf.conf is written: "Do not edit ... will not be saved" to complicated... so: 1.) unlink /etc/resolv.conf 2.) touch /etc/resolv.conf 3.) nano /etc/resolv.conf 4.) Write DNS entries into /etc/resolv.conf 5.) chattr +i...
  6. J

    Question Change DNS server that plesk internally uses?

    OK, thx, will look on it ASAP :-) df -Th /etc/init/resolvconf.conf Filesystem Type Size Used Avail Use% Mounted on /dev/ploop38847p1 ext4 50G 31G 17G 66% /
  7. J

    Question Change DNS server that plesk internally uses?

    Only one workaround? - Remove symlink - Create new file /etc/resolv.conf - Make it read-only with "chattr" on its ext4 location? I can't believe that such a trivial thing is so tricky...
  8. J

    Question Change DNS server that plesk internally uses?

    Hmmm... the symlink target is also on a tempfs file system, so i can't protect it by setting read only flag via "chattr +i ..." after i changed the DNS list in /etc/resolvconf/run/resolv.conf: chattr +i /etc/resolvconf/run/resolv.conf chattr: Inappropriate ioctl for device while reading flags...
  9. J

    Question Change DNS server that plesk internally uses?

    Thank you very much for your feedback! :-)
  10. J

    Question Change DNS server that plesk internally uses?

    But /etc mount point is not tmpfs... the backup file i've created, /etc/resolv.conf.0, is on ext4: df -Th /etc/resolv.conf.0 Filesystem Type Size Used Avail Use% Mounted on /dev/ploop38847p1 ext4 50G 31G 17G 65% / While /etc/resolv.conf links to that path: ls -l...
  11. J

    Question Change DNS server that plesk internally uses?

    Hmmm... its a "tmpfs" file system (my Plesk is hosted on a VServer on an external service provider, maybe it because of his configuration) df -Th /etc/resolv.conf Filesystem Type Size Used Avail Use% Mounted on tmpfs tmpfs 1.0G 9.3M 1015M 1% /run
  12. J

    Question Change DNS server that plesk internally uses?

    Oh, "-f" flag only supresses the error message, so i don't need to wonder, lol https://man7.org/linux/man-pages/man1/chattr.1.html
  13. J

    Question Change DNS server that plesk internally uses?

    After a restart, the file has its old values...
  14. J

    Question Change DNS server that plesk internally uses?

    Hmmm, interesting... So it seems, it was necessary to use "-f" option to make it read-only, not just "+i" (so the file will not be re-created with old DNS servers on system reboot): chattr -f +i /etc/resolv.conf Otherwise, i got the messsage "chattr: Operation not supported while reading...
  15. J

    Question Change DNS server that plesk internally uses?

    Hi there As the title says! ;-) I had some problems with automatic downloading webapp firewall many times, so maybe its a DNS problem. Because of that, i would like to change to Google DNS 8.8.8.8 & 8.8.4.4. Thank you very much for your feedback(s) :-)
  16. J

    Resolved The current version 18.0.63 of your Plesk server XXX is unsupported. This usually happens when a server has not been updated for a long time [...]

    On Plesk 360 , i also can't see any problems, but i just use the free version, so without "360 Monitoring"...
  17. J

    Resolved The current version 18.0.63 of your Plesk server XXX is unsupported. This usually happens when a server has not been updated for a long time [...]

    Forum does manipulate texts: root@vps27375:/etc/apt/sources.list.d# cat php.list #deb h t t p s : / / p a c k a g e s . s u r y . o r g / p h p / buster main
  18. J

    Resolved The current version 18.0.63 of your Plesk server XXX is unsupported. This usually happens when a server has not been updated for a long time [...]

    Maybe the problem is that i commented out that (after an APT signature error which needs some steps to solve) in APT file /etc/apt/sources.list.d/php.list root@vps27375:/etc/apt/sources.list.d# cat php.list #deb Index of /php/ buster main
Back
Top