• 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

Recent content by hschramm

  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...
Back
Top