• 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. mizar

    Resolved Exception: Failed to solve dependencies: psa-proftpd-xinetd-1.3.6-11.el6.art.x86_64

    Hello, As I know, atomic has been published updated version of thier packages with proftpd 1.3.6b at Nov 11. This problems should gone
  2. mizar

    Resolved Innodb corrupt after Plesk update

    Manual run of plesk installer can install such kind of update. Could you please PM me part of /var/log/plesk/install/autoinstaller3.log, where mariadb has been updated (or just full log) to find out why this happen. Thanks!
  3. mizar

    Issue Onyx to Obsidian - php problem

    Hello, Do you have set systemd unit names, when php handler has been registered ? You can check service names in plesk sbin php_handlers_control --list-json
  4. mizar

    Resolved MariaDB package updates via Plesk have broken MariaDB and now won't restart

    Hello, In short - after upgrade your DB server to MariaDB 10.2.28 can refuse to start (if you have manually install the such version) See also MariaDB does not start after update on November the 5th: Assertion failure in file
  5. mizar

    Resolved Innodb corrupt after Plesk update

    Hello, Probably it would be some kind of announce from MariaDB side, or just a new version with fix Best way is blacklist packages in package manager level by exclude=MariaDB-* in yum.conf
  6. mizar

    Issue Onyx to Obsidian - php problem

    Hello, It seems Plesk cannot operate with custom fpm service. Do you have an systemd units or sysvinit scripts or something else for it ?
  7. mizar

    Resolved Issues with Grafana / Advanced monitoring

    It's bad idea to do such kind of manual repair, it's advised to remove customisation and reinstall the system packages: # mv /usr/lib/ssl /root/ssl.saved # apt-get install --reinstall openssl ca-certificates and for validation you can run: # python2 -c 'import urllib2 ; print...
  8. mizar

    Issue Onyx to Obsidian - dependency problem

    Hello, You can uninstall postfix-perl-scripts (yum remove postfix-perl-scripts) and rerun the upgrade
  9. mizar

    Resolved Error while upgrading from Onyx 17.8.11 to Obsidian (Debian 9.8‬)

    Hello, It seems you use php packages from sury.org, but doesn't have their GPG key installed. Please install it, as written in https://packages.sury.org/php/README.txt, and then rerun the update
  10. mizar

    Issue SELinux preventing sh from executing ldconfig

    Hello, Rather strange: it seems some shell script is executed as part of mail sending. I don't remember same thing in Plesk. May be you have some customised sendmail wrappers or other mail things ?
  11. mizar

    Issue Some crontask kills current download backup

    Hello, Actually, plesk-php-cleanuper cron task doesn't terminate php processes. It used to remove obsoleted client php sessions, and doesn't affect plesk. If your OS is CloudLinux see Orphaned PHP processes and FCGID
  12. mizar

    Resolved Cronjob notices issue after obsidian upgrade

    Hello, Some PHP has enabled ZendExtensionManager.so, which cannot be loaded, as it has different architecture. Best way to resolve this - it's find where this faulty extension is loaded, and comment it. It probably loaded in some /etc/php.d/*.ini /etc/php.ini or...
  13. mizar

    Issue SELinux preventing sh from executing ldconfig

    Hello, Could you post exact AVC messags from SELinux ? Becuse sh can be executed from almost everywhere.
  14. mizar

    Resolved How do you change default Plesk message?

    Hello, Looks like you want to modify content of created sites ? if yes - see How to change the default content for newly created domains in Plesk?
  15. mizar

    Resolved Can someone explain the decision to drop MySQL for MariaDB?

    Hello, This doesn't means that we are going to drop MySQL in favour of MariaDB, it means that replacement of database server is not simple operation, and something can goes wrong. The KB article has been updated, thanks for your report!
  16. mizar

    Resolved Can someone explain the decision to drop MySQL for MariaDB?

    Hello, Could you explain, please, what do mean by 'drop MySQL'? We support both MariaDB and MySQL in Obsidian, and by default install server, provided by OS vendor
  17. mizar

    Resolved dovecot add zlib in a custom config file

    Configration override should be enough (it allow to access gzipped messages for me). But in case you want to modify /etc/dovecot/dovecot.conf it's better to create a copy of config (i.e /etc/dovecot/dovecot2.conf) and use systemd unit override to pass this config to dovecot
  18. mizar

    Resolved dovecot add zlib in a custom config file

    Hello, No, I means that just create the file /etc/dovecot/conf.d/35-zlib.conf with plugin configuration and with overridden protocol imap settings. No changes in dovecot.conf required
  19. mizar

    Resolved dovecot add zlib in a custom config file

    Hello, I recommend to not modify dovecot.conf, but override required service in conf.d, i.e: #/etc/dovecot/conf.d# cat 35-zlib.conf plugin { zlib_save_level = 6 zlib_save = gz } protocol imap { mail_plugins = quota imap_quota zlib }
  20. mizar

    Resolved PPP-44542 >> Host-Domain:8443 TLSv1.2 Obsidian / Host-Domain:8443 TLSv1.3 Onyx 17.8.11

    Hello, Although we are not claim that we support TLS v 1.3 for sw-cp-server, this issue has been registered as PPP-44542, and planned to fix with nearest future. Thanks for reporting!
Back
Top