• 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

    Plesk 12.5 with MariaDB 10

    You should change start/stop command for MySQL server in watchdog: 1. Stop monitoring 2. Click in MySQL in watchdog services list 3. Replace start command to /usr/bin/systemctl start mysql, and stop to /usr/bin/systemctl stop mysql 4. Click OK, and start monitoring
  2. mizar

    Resolved [PPP-18000] Plesk 12.5.30 - Easy way to replace MariaDB 5.5 with 10 ?

    Also check this thread about Plesk 12.5 on CentOS7 + MariaDB 10 http://talk.plesk.com/threads/plesk-12-5-with-mariadb-10.334703/
  3. mizar

    Multiple versions php: sphinx module php version mismatch

    Yeah, this is a source of problem - pecl command appends bin_dir to PATH, and then execute phpize, so system one executed. You need install devel files for Plesk php 5.5 by yum install plesk-php55-devel and then run /opt/plesk/php/5.5/pecl install sphinx again
  4. mizar

    Multiple versions php: sphinx module php version mismatch

    It seems pecl executes wrong phpize binary (from system php), could you show /opt/plesk/php/5.5/bin/pecl config-show
  5. mizar

    Multiple versions php: sphinx module php version mismatch

    Hello, I did make && make install after configure (update post). Could you send an output of /opt/plesk/php/5.5/bin/pecl install sphinx command (may be in PM) and php.init entry with extension load?
  6. mizar

    12.5.30 - Watchdog sends reports saying apache is old ?

    If you don't have sites with php-fpm, this service will not start, and switching on minitoring does nothing
  7. mizar

    Multiple versions php: sphinx module php version mismatch

    Hello, /opt/plesk/php/5.5/bin/pecl install sphinx doesn't register extesion into php.ini, you should add it manually: # echo 'extension=sphinx.so' > /opt/plesk/php/5.5/etc/php.d/sphinx.ini Note, I succsessfully compiled this extension and load it into php 5.5: # cd libsphinxclient &&...
  8. mizar

    12.5.30 - Watchdog sends reports saying apache is old ?

    Regarding watchdog starting issue on server reboot - you can fix it by manually registering in systemd for autostart: # systemctl enable wdcollect.service monit.service
  9. mizar

    Plesk 12.5 RTM - Cannot connect to FTP

    Glad to help :)
  10. mizar

    Plesk 12.5 RTM - Cannot connect to FTP

    Hello, Yep, it seems problem in atomic proftpd package on centos7 - i'll check and write bug report about it. I recommend you to manually remove psa-proftpd package and then install from Plesk repo: # rpm -e --nodeps psa-proftpd # plesk installer --select-release-current...
  11. mizar

    Plesk 12.5 RTM - Cannot connect to FTP

    Hello, I cannot reproduce proftpd probls, and see explicitly set ScoreboardFile to /var/run/proftd.scoreboard on fresh installation of CentOS 7.1 # grep Scoreb /etc/proftpd.conf ScoreboardFile /var/run/proftpd.scoreboard # rpm -qf /etc/proftpd.conf...
  12. mizar

    Plesk 12.5 with MariaDB 10

    Hello, It seems psa.service require mariadb.service, and it absense confuses systemd. As workaround you can edit your plesk systemd unit (/lib/systemd/system/psa.service) in this way: remove mariadb.service from Requires= and add Wants=mariadb.service mysql.service and also add mariadb.service...
  13. mizar

    Resolved plesk component installer hangs at Running rpm_check_debug

    BTW, do you see something suspicious in /var/log/fail2ban.log ?
  14. mizar

    Resolved plesk component installer hangs at Running rpm_check_debug

    It's better kill "fail2ban-client stop" and also "fail2ban-client status". And if you do this, you don't need to kill yum_install or autoinstaller or rebuild rpm database
  15. mizar

    Resolved plesk component installer hangs at Running rpm_check_debug

    Plesk autoinstaller uses yum for installing rpm packages, and it seems it hangs inside of yum. KB-121921 does not help, as it describe slightly different situation You should perform next action to solve this. 1. Kill current autoinstaller and yum_install processes. Run ps xaf | grep -C4...
  16. mizar

    Resolved plesk component installer hangs at Running rpm_check_debug

    You should kill autoinstaller/installer and yum_install processes first with TERM, then with KILL signals
  17. mizar

    Resolved plesk component installer hangs at Running rpm_check_debug

    You can try to yum remove fail2ban
  18. mizar

    Please help! Plesk installation uninstalled after removing php5

    Restoring databases by zcat /var/lib/psa/dumps/mysql.daily.dump.0.gz | mysql -uadmin -p`cat /etc/psa/.psa.shadow` should not affect databases from hosting. But you may wish create a dump of current state /var/lib/mysql is location for mysql bases in binary form, copy to/from another source...
  19. mizar

    Please help! Plesk installation uninstalled after removing php5

    You mean database dumps? Plesk only dump own databases + mysql in /var/lib/psa/dumps/. But even mysql server deinstall doesn't remove users databases
Back
Top