• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. M

    Resolved how to use php 8.x in command line (terminal)?

    Or you use update-alternatives to change what /etc/alternatives/php points to.
  2. M

    Issue kernel.panic=10 after upgrade to Obsidian 18.0.57 Update 5

    I'd let the VPS provider check the SSD.
  3. M

    Resolved I am unable to find plesk webmail feature in a newly installed plesk.

    That's not the mail tab Peter meant. Isn't there a "Manage in Customer Panel" link in the dashboard?
  4. M

    Question Watchdog problem

    Logging in would produce even more log entries, so I'm not sure that would improve things.
  5. M

    Issue Backup utility and "Failed to copy files" error about .ssh keys

    Node.js Toolkit shows up under Extensions, no idea when it was (auto)installed. github doesn't.
  6. M

    Issue Backup utility and "Failed to copy files" error about .ssh keys

    I don't use Cloud Backup Pro. All of those backups use ftp(s) and have been set up some time ago, some even before the upgrade to Obsidian. These warnings showed up for two of the four webspaces on the server after Plesk auto-updated to 18.0.57 on Dec 20 for all scheduled backups running since...
  7. M

    Resolved Frustrated because of cronjob

    Waaait. If you're in a chrooted environment, shouldn't /var/www/vhost/<domain> be the chroot jail and thus removed from the file path?
  8. M

    Issue Server is permanently down and unavailable

    Do you retrieve all those feeds sequentially or in parallel? How do you do that anyway, do you use a WP plugin or is it something you programmed yourself? What I notice is that grafana uses a lot of CPU. Like, really a lot. Phusion Passenger Core too, what do you use that for?
  9. M

    Resolved Plesk - The Mysterious Location Of Plesk's Official IP Addresses / CIDR Addresses

    So an ugly workaround would be to take a list of FQDNs Plesk uses, resolve IPs for those, and add them to /etc/hosts and the whitelist.
  10. M

    Issue Emails forwarded by Plesk fail DKIM checks with certain attachments

    Before it was DMARC pass DKIM fail, though. @Alex Presland If you send from Outlook using an address on that server, are those headers wrapped too? (DKIM probably wouldn't fail in that case as the server generates the signature after mangling)
  11. M

    Resolved Save messages in the sent folder.

    Did you configure Outlook first, or import first? Outlook misbehaves if the Sent folder doesn't already exist, so I make sure to open a new account with webmail, which will create the special folders, before configuring Outlook.
  12. M

    Issue Server is permanently down and unavailable

    The problem with fpm is that the pools know nothing about each other and therefore you will get problems with oversubscribing when more than one pool gets considerable load.
  13. M

    Resolved The average load goes up and up

    The problem is that the default kernel might be too old for your CPU, so going back to an even older debian won't help. This would rather be a case for trying a kernel backported from debian 13.
  14. M

    Resolved Grafana installed does not match extension version of Grafana

    That's probably because it wasn't installed from the focal repository but from the above mentioned autoinstall.plesk.com.
  15. M

    Resolved The average load goes up and up

    Might be the i9-13900 with its different core types not being fully supported by the debian 12 kernel yet.
  16. M

    Resolved The average load goes up and up

    What load is: The number of tasks that are currently waiting. Optimal load distribution is to have one task per (virtual) core waiting so no core will be waiting for something to do. If you have more tasks than that waiting, things are starting to lag. Now if you have tasks that are dead...
  17. M

    Question .ssh directory in domain folder?

    For access it wouldn't need id_rsa*, though. Only authorized_keys, if at all.
  18. M

    Issue Let's Encrypt "urn:ietf:params:acme:error:caa" 403 failure

    Have you tried just setting that CAA record? It's best practice anyway.
Back
Top