• 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

Search results

  1. hschramm

    Issue Plesk Migrator: Subscribers, Service Plans and Customers not properly transferred

    I have this problem too. Could you forward this to the devs or should i file a bugreport?
  2. hschramm

    Issue Unexpected Disk Usage At The Same Time Everyday

    @watchturks: I fully agree to Peter. Your screens are now useless, because they show not the typical situation. I have looked at the screens in your first post. vhostmng-find is known for causing i/o problems due to the searching through all vhosts. maybe your hoster is doing backups or sth at...
  3. hschramm

    Issue Unexpected Disk Usage At The Same Time Everyday

    if the problem occours on the same time every day run iotop to look what processes are writing/reading data
  4. hschramm

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

    Thanks for the informations. Your system has plenty of ram. no need to clear the caches. i do not know if the adivsor is clearing the caches. the cron is run by root. there must a cronjob file elsewhere with the instructions. look closely at the /etc/crontab, /etc/cron.d/, /etc/cron.daily...
  5. hschramm

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

    Could you give some more informations about the system, like ram (free -m), cpu power, drive type (hdd, ssd, nvme) I would remove the "sync; echo 3 > /proc/sys/vm/drop_caches" from the crons. this cron removes the cached informations about the filescache. the result is that all files that get...
  6. hschramm

    Question The future of mailing list management?

    Any news on the future mailinglist management with mailman 3?
  7. hschramm

    Resolved No DKIM key generated/shown when DNS component is not installed

    As addition to my and peters answer, find the following simple bash script. it generates as output the dkim record for the dns. #!/bin/bash if [ "$#" -ne 1 ]; then echo "Usage: $0 <Domain>" exit 1 fi domain="$1" key_dir="/etc/domainkeys/$domain" private_key="$key_dir/default" # Create...
  8. hschramm

    Resolved No DKIM key generated/shown when DNS component is not installed

    a possible workaround could be: - create a folder like the domain name unter /etc/domainkeys - generate the dkim key with openssl command: openssl genrsa -out default 2048 to generate the dns record do: - openssl rsa -in default -pubout -outform der 2> null | openssl base64 -A - add in front of...
  9. hschramm

    Question Installing Zulip on Plesk?

    maybe via docker: GitHub - zulip/docker-zulip: Container configurations, images, and examples for Zulip.
  10. hschramm

    Forwarded to devs Joomla Toolkit fails to install on subdomain of an additional domain

    The workaround would not work for me as we do not allow our customers to add domains on their own.
  11. hschramm

    Extension SSLit: Dovecot unable to start due to too many SNI ssl certificate config files

    Try the following systemctl edit dovecot.service [Service] LimitNOFILE=infinity Restart and try again.
  12. hschramm

    Forwarded to devs Phar Binary broken signature (PHP 7.1 - 8.2)

    Username: hschramm TITLE Phar Binary broken signature (PHP 7.1 - 8.2) PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE PLESK Obsidian, 18.0.49.1, Debian Buster (10), 64 Bit PROBLEM DESCRIPTION Running the phar Cli results in a stack trace error PHP Fatal error: Uncaught PharException...
  13. hschramm

    Forwarded to devs Joomla Toolkit fails to install on subdomain of an additional domain

    Username: TITLE Joomla Toolkit fails to install on subdomain of an additional domain PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Product version: Plesk Obsidian 18.0.48.0 OS version: Debian 10.13 x86_64 Build date: 2022/11/04 03:00 Revision...
  14. hschramm

    Extension SSLit: Dovecot unable to start due to too many SNI ssl certificate config files

    Dovecot tells you what to do: The service "config" needs a higher vzs_limit not the service imap :) this is the way to go: restart dovecot and everything is fine.
  15. hschramm

    Question Purpose of assigning db to site / How to filter Databases

    Hi what is the purpose of assigning a database to a site? I thought it helps to filter out a large number of databases. But it does not. Situation: A customer creates 20+ Databases on 10 Domains. If he is in domain view and clicks on databases, all databases are shown. The "active list" hasn't...
  16. hschramm

    Question Problem with composer?

    you need to change the composer version in panel.ini to version 2. there is a setting for it. then you need to update composer with composer self-update --2
  17. hschramm

    Resolved The new function Dedicated FPM application served by Apache

    I know that. I am using PLESK on a daily basis and since many many years. But currently i can not allow a customer to change its php version but deny selection the handler. all i can do is forbidding all, and write an own plugin to allow parts of it, namely the php version selection. a dedicated...
  18. hschramm

    Resolved The new function Dedicated FPM application served by Apache

    This is the biggest issue I have with it. As a hosting company you have small hostings and big (expensive) hostings. but even the smalles hosting can now use a dedicated pool for its page - and there is no option to deny this. the only option is to disable it for all. in the end we had to do it...
Back
Top