• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. AYamshanov

    Resolved PUM error persists....

    Is the file /usr/share/keyrings/kcare.gpg on your system?
  2. 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.
  3. 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';"...
  4. 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...
  5. 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
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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 -...
  13. AYamshanov

    Question SSL certificate for a new domain

    But efcarf.org points to absolutely other addresses, (c) Network Tools: DNS,IP,Email To pass a domain verification, the domain should point to a server with Plesk. You will likely need to update records on the GoDaddy side since their nameservers are authoritative (Network Tools: DNS,IP,Email).
  14. AYamshanov

    Resolved [MailQueueList.Filter.Status.maildrop] since last update of Plesk Email Security

    @Polli, the bug is confirmed and identified with ID EXTPLESK-6366. I believe the fix will be released with the next update for the Log Browser extension. The bug is not in Plesk Email Security, it is in the Log Browser extension.
  15. AYamshanov

    Resolved [MailQueueList.Filter.Status.maildrop] since last update of Plesk Email Security

    Hi, This feature (screen) is provided by the Log Browser extension (not Plesk Email Security); they should not interfere with each other. But in any case, it looks like there is a problem or even several. Let's try to debug them. > [MailQueueList.Filter.Status.maildrop] It sounds like we...
  16. AYamshanov

    Issue No NVMe Disks in Grafana

    Thank you for the details; I have reproduced the issue. The issue has been reported as EXTPLESK-6356.
  17. AYamshanov

    Issue No NVMe Disks in Grafana

    Interesting... Plesk uses collectd to collect metrics; for disks, it uses the next settings # more /etc/sw-collectd/conf.d/02disk.conf #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED...
  18. AYamshanov

    Question Process "ftpsgin+" use 60% of CPU.+

    An example of ps aux from my server (the output is with columns' headers): root@panel:~# ps aux | grep -E '(^USER|php-fpm:)' | head USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 762 0.0 0.6 255892 40912 ? Ss Jan10 0:37 php-fpm: [...] root...
  19. AYamshanov

    Question When will PHP 8.1 be available?

    Thank you for the information; we were able to reproduce the issue. The GD extension is compiled with AVIF support, but it relies on libraries provided by the OS vendor. On Debian 11: # apt install -qy libavif-dev libavif-bin # avifdec --version Version: 0.8.4 (dav1d [dec]:0.7.1, libgav1...
  20. AYamshanov

    Question When will PHP 8.1 be available?

    What OS is installed on your server? Do you have an example of code that generates the warning?
Back
Top