• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Search results

  1. websavers

    Issue init at 100% CPU and pleskrc very slow to reload processes

    Found the source of this issue and a solid workaround. Apparently Virtuozzo/OpenVZ symlinks /sbin/init to systemd within the container, but then on the node when vzctl launches things it passes init parameters in like: init -z, which results in systemd -z. For reasons unknown to me, the -z...
  2. websavers

    Question Upgrade Virtuozzo container from CentOS 7

    @Dave W would welcome a pull request with these changes over on GitHub if only to ensure it works in more scenarios! Technically we could modify the --d value to --description in alamconvert8_plesk via sed, though I'd also recommend submitting that to Virtuozzo devs. If you have a vz license...
  3. websavers

    Issue Changing mail password changes the plesk access password too (same password) !!!?

    I believe these might have been two different things. 1. @mow described that when you create an email account in Plesk, it creates a *mail* user that can login to Plesk. It has limited capabilities, just to set things like the autoresponder and manage the spam filter for that particular email...
  4. websavers

    Question Upgrade Virtuozzo container from CentOS 7

    @Dave W Just realized - did you remove /root/almaconvert8-plesk after updating Virtuozzo/OpenVZ? Our wrapper will likely need to copy an updated version of the software over and modify it, but it assumes you started this from an updated node.
  5. websavers

    Question Upgrade Virtuozzo container from CentOS 7

    @Dave W Wish we could help more with this, but almaconvert8 is entirely written by Virtuozzo devs. The -plesk modified version does only one thing: excludes Plesk from the list of exceptions that would cause it to not run at all from the start. Considering you appear to be running Virtuozzo...
  6. websavers

    Question Upgrade Virtuozzo container from CentOS 7

    OpenVZ 7.0.21 - I suspect almaconvert8 only works smoothly on 7.0.20 and newer. That would explain some odd issues like this!
  7. websavers

    Question Upgrade Virtuozzo container from CentOS 7

    We have used it to successfully convert a 'recommended' Plesk install on a fresh CentOS 7 test container repeatedly (it was for testing after all: convert, revert, convert, revert), as well as one live container with a less common combination of Plesk components. The latter was more complicated...
  8. websavers

    Question Upgrade Virtuozzo container from CentOS 7

    We've created a shell script to make this work. It's essentially a Plesk-specific wrapper for almaconvert8 - the utility provided by Virtuozzo/OpenVZ devs. You can find it here: GitHub - websavers/centos2alma_openvz: A CentOS 7 to AlmaLinux 8 conversion utility for OpenVZ / VIrtuozzo containers...
  9. websavers

    Forwarded to devs SPF_FAIL for internally forwarded emails

    Noticed this occurring recently since we bumped up the SPF_FAIL score. What's odd to me is that the mail server still records the Received-SPF header as a pass, yet Spamassassin apparently ignores this for its scoring. This is odd because `ignore_received_spf_header` is 0 and...
  10. websavers

    Issue init at 100% CPU and pleskrc very slow to reload processes

    @Peter Debik curious if anyone at Plesk knows what the circumstances are that lead to needing this dbus timeout adjustment. As in, do you know what environment that is expected to apply to? I'd definitely be curious to learn if the KB article was created from a report on another OpenVZ...
  11. websavers

    Issue init at 100% CPU and pleskrc very slow to reload processes

    Indeed - it certainly was the last time. It appears to be connected to cgroups sessions clashing with the default dbus timeout. Yet it only occurs on busier servers. I think it's going like this: 1. There must be many processes generating short-running cgroups sessions (perhaps php-fpm ondemand...
  12. websavers

    Issue init at 100% CPU and pleskrc very slow to reload processes

    This issue was fixed with a Virtuozzo update, as indicated above. We were able to remove our workarounds for all CentOS 7 boxes. Now a very similar issue has occurred with AlmaLinux 9 where there are thousands of abandoned sessions to the point they reach the session limit of 8192. The very...
  13. websavers

    Resolved Migration from Plesk 11 to Plesk Onyx 17 rsync errors

    We've run into this issue as well. What I don't understand then is why Plesk allows setting the symbolic link as the document root to begin with if it's just going to cause failure during migrations. Seems to me that either: 1. Plesk should block using symbolic links as the document root, OR 2...
  14. websavers

    Forwarded to devs Plesk migrator don't migrate backup settings

    We've written a guide and PHP script to show how to export the data, then automatically update the exported data with the new domain and client IDs, then import the data into the new server. It can be found here: GitHub - websavers/Plesk-Migrate-Backup-Settings: Run this on old and new server to...
  15. websavers

    Input Migrator Re-Sync wastes time at "Fetch configuration data from Plesk servers" every 5 subscriptions

    Hey @Peter Debik This was already requested here: Increase migration speed And marked Completed in 2016 at which point the admin said "Please let us know on Plesk Forum if still have problems with migration speed." Which is what we did here... Nonetheless it has been added here: Improve...
  16. websavers

    Input Migrator Re-Sync wastes time at "Fetch configuration data from Plesk servers" every 5 subscriptions

    The Plesk migrator still behaves exactly this way, which means it's very slow to resync.
  17. websavers

    Forwarded to devs Plesk issues an incorrect warning that a CNAME doesn't resolve

    We’re seeing a *lot* more CNAME to TXT records because of DKIM rollout for Google services. This means more people than ever are being confused by this warning. Would be nice to see this addressed.
  18. websavers

    Forwarded to devs Plesk migrator don't migrate backup settings

    Any tips as to where we might find the configurations for cloud backups? I'd like to see if we can find a way to manually move those over.
  19. websavers

    Forwarded to devs Plesk migrator don't migrate backup settings

    It did work! CentOS 7 -> AlmaLinux 8 was smooth. I then took it to AlmaLinux 9, and there were odd charset issues showing in initram initialization and it needed a manual reboot after it finished there, but OS seems to work OK other than it refusing to accept root logins despite PermitRootLogin...
Back
Top