Search results

  1. AYamshanov

    Question Cron Stil "30 11,16 * * 3-7" allowed in Plesk?

    It seems the question is answered :) For history, for people who find the thread in the future, the main thing here is to switch the "Run" setting to the "Cron style"; then Plesk will pass the provided options to the cron. (c) How to add a scheduled task in Plesk UI using crontab syntax?
  2. AYamshanov

    Error: Your IP is Blocked

    I am glad to hear that! But what plugin was it?
  3. AYamshanov

    Error: Your IP is Blocked

    Interesting. As additional option, I recommend checking what security plugins you have in WordPress and trying to disable them one by one to find out which one blocked the IP address.
  4. AYamshanov

    Question Docker

    https://support.plesk.com/hc/en-us/articles/12377286180503-How-to-proxy-requests-from-domains-to-Docker-container-in-Plesk ?
  5. AYamshanov

    Issue Help for cached memory - The memory usage status is critical!

    Try to run the free -m in SSH, and let's see the output.
  6. AYamshanov

    Issue Help for cached memory - The memory usage status is critical!

    Hi! Do you have swap? Is it used by the system? Just in case, - Help! Linux ate my RAM! - Resolved - High memory usage
  7. AYamshanov

    Question XML API - get option value for "do not deliver copies of forwarded emails to mailbox"

    Thank you for the feedback, I have created an internal request to the docs.team to update the documentation page.
  8. AYamshanov

    Resolved PUM error persists....

    It seems it could be a reason. I see the file kernelcare.gpg, but its size differs from that of my systems. I can only guess you need to save the https://repo.cloudlinux.com/kernelcare/kernelcare.gpg file as /usr/share/keyrings/kcare.gpg, set the correct owner/group (root:root), and permissions...
  9. AYamshanov

    Resolved PUM error persists....

    Is the file /usr/share/keyrings/kcare.gpg on your system?
  10. AYamshanov

    Question I have been seeing this error in the log for a while.

    I would say it is better to ask the plugin vendor's support team because, IMHO, the error is related to the extension code.
  11. AYamshanov

    Question Horde to Roundcube migration

    With CLI, you can quickly find out what domains use Horde as a webmail, here is an example, # plesk db "\ SELECT d.name AS domain_name, param.val AS webmail_service \ FROM domains d \ JOIN dom_param param ON d.id = param.dom_id \ WHERE param.param = 'webmail' AND param.val = 'horde';"...
  12. AYamshanov

    Resolved PUM error persists....

    What do you have in the /etc/apt/sources.list.d/kcare.list file? On a test server, I see # grep -Ri kernelcare /etc/apt/ /etc/apt/sources.list.d/kcare.list:deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/kcare.gpg] https://repo.cloudlinux.com/kernelcare-ubuntu/24.04 noble main # ls -la...
  13. AYamshanov

    Resolved PUM error persists....

    My colleague has helped me to find this KB article, https://support.plesk.com/hc/en-us/articles/12377139806359-Plesk-update-fails-GPG-error-The-following-signatures-couldn-t-be-verified-because-the-public-key-is-not-available-NO-PUBKEY
  14. AYamshanov

    Question Docker

    With the latest Docker versions, you can use docker-compose files to configure a few containers and connections between them. It seems Zabbix provides examples of these files; see 5 Installation from containers. If you plan to monitor this server with Zabbix resources, I recommend moving...
  15. AYamshanov

    Resolved The tab content cannot be loaded because the Grafana service is stopped. Start the service?

    "11.5.1" sounds like the latest available version from https://grafana.com/grafana/download. I recommend removing the Grafana 11.5.1 package from the system and reinstalling the Grafana extension from the Plesk Ext. Catalog. The extension will configure another repository with packages we test...
  16. AYamshanov

    Question Docker

    I believe it is because a container itself contains the lo interface inside with the 127.0.0.1 address. # docker run --rm -i -t alpine /bin/sh Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine 52f827f72350: Pull complete Digest...
  17. AYamshanov

    Resolved High memory usage

    I am sure you installed some security updates (like kernel updates) during the past 1.5 years that require a server restart, so it makes sense to reboot the server :) (or do you use some Kernel live patches?) Based on the first screenshot, the server does not use swap (1GB) and uses 1.6Gb for...
  18. AYamshanov

    Resolved Multi-Factor Extension does not appear in the list of extensions.

    What about the "My Extensions" tab? It will show the extensions that have been installed on your system. Anyway, since you can't find the extension through the search field, I still suspect something was customized; let's check two guesses. To do so, examine the `panel.ini` file for the next...
  19. AYamshanov

    Resolved Multi-Factor Extension does not appear in the list of extensions.

    Hi! Due to the lack of details, it is difficult to advise. I have checked on Windows 2019 with Plesk 18.0.67; the extension is here, and nothing special action is required. Do you use a Plesk admin account? Do you have any custom settings in the Plesk panel.ini file? Any related errors in...
  20. AYamshanov

    Resolved PUM error persists....

    It is not an error; it is a warning; currently, it could be ignored. The key will be changed in one of the future releases. The team is already working on the improvement; see Issue - Plesk Updates - Expected in 18.0.65 - Now Overdue for details. Other threads with the same question: Issue -...
Back
Top