• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by enerspace

  1. enerspace

    Issue Plesk Premium Antivirus update fails

    Why should that be easier? My script does it fully automated without the need to manually adjust anything. Additionally, the script can be used for the future as well. Moreover, only the IP addresses that are not working are redirected. After the script is finished, the changes are reverted...
  2. enerspace

    Issue Plesk Premium Antivirus update fails

    V2 #!/bin/bash # copyright by enerspace.de # Retrieve all IP addresses for update.drweb.com ips=$(dig +short update.drweb.com) reachable_ips=() unreachable_ips=() # Check each IP address for reachability for ip in $ips; do if ping -c 1 -W 1 $ip > /dev/null 2>&1; then...
  3. enerspace

    Issue Plesk Premium Antivirus update fails

    I've written the following script as a temporary solution to the issue. The script checks which IP addresses under update.drweb.com are reachable and which are not. Unreachable IP addresses are redirected to one of the reachable IP addresses using IPTABLES. Afterwards, the updater is run...
  4. enerspace

    Issue Plesk Premium Antivirus update fails

    Type: nslookup update.drweb.com Output: Non-authoritative answer: Name: update.drweb.com Address: 209.160.32.82 Name: update.drweb.com Address: 209.160.33.8 Name: update.drweb.com Address: 195.133.219.93 Name: update.drweb.com Address: 213.59.3.178 Name: update.drweb.com Address...
  5. enerspace

    Question Update the version 10.3.39 MariaDB to 10.11

    I mentioned that it could lead to damage, but not necessarily. In any case, the notes should be read beforehand. Before an upgrade is carried out. We have upgraded many servers to MariaDB 10.11 in the last few weeks and have experienced quite a few errors. Therefore, based on experience, I...
  6. enerspace

    Question Update the version 10.3.39 MariaDB to 10.11

    No, this could cause damage. The correct upgrade process would be as follows: MariaDB 10.3 -> 10.4 - Upgrading from MariaDB 10.3 to MariaDB 10.4 MariaDB 10.4 -> 10.5 - Upgrading from MariaDB 10.4 to MariaDB 10.5 MariaDB 10.5 -> 10.6 - Upgrading from MariaDB 10.5 to MariaDB 10.6 MariaDB 10.6 ->...
  7. enerspace

    Outgoing email messages not DKIM signed when enabled for a domain and in server settings

    Why isn't a SMTP solution simply introduced that fundamentally sends all notifications via this connection? For example: Plesk Panel notifications Watchdog notifications Grafana notifications
  8. enerspace

    Question CentOS2Alma conversion: Your expectations and experience?

    Can the tool also be used with Cloudlinux?
  9. enerspace

    Forwarded to devs Slave DNS manager does not transfer subdomains

    What is the forum for? Please, click Post New Thread button and fill the form if you really believe you discovered a new bug and need to report it to the Plesk developers. It does allow us to handle and resolve your requests much more efficiently. Please be careful and do not submit any found...
  10. enerspace

    Forwarded to devs Slave DNS manager does not transfer subdomains

    Thank you for your response. However, I fail to see how this issue relates solely to Plesk support. My original query was about a clear compatibility issue between the plesk-dns-bind-driver-18.0-2 package and BIND 9.16. This seems to me more like a technical problem or even a bug within Plesk's...
  11. enerspace

    Forwarded to devs Slave DNS manager does not transfer subdomains

    Why am I not getting a response to my question? Or should I open a new bug report for it?
  12. enerspace

    Forwarded to devs Slave DNS manager does not transfer subdomains

    There is the option to install BIND 9.16 afterwards. However, the plesk-dns-bind-driver-18.0-2 does not recognize the version. Therefore, it would be uninstalled. Is there a workaround for this? Or can someone tell me if plesk-dns-bind-driver-18.0-2 is compatible with BIND 9.16?
  13. enerspace

    Forwarded to devs Slave DNS manager does not transfer subdomains

    Thank you for the information. Is there already an ETA for this? Unfortunately, I can't find anything about it (EXTPLESK-5261). Can one install a different version of Bind to fix the problem?
  14. enerspace

    Forwarded to devs Slave DNS manager does not transfer subdomains

    Username: TITLE Slave DNS manager does not transfer subdomains PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Version 18.0.58 Update #2, CloudLinux 8.9 PROBLEM DESCRIPTION When a new subdomain is created, the command rndc delzone subdomain.domain.de must be executed on the slave DNS...
Back
Top