outroll / vesta

VESTA Control Panel
http://vestacp.com
GNU General Public License v3.0
2.97k stars 1.03k forks source link

Ubuntu 16.04 clean php-fpm error #1238

Open romanlex opened 7 years ago

romanlex commented 7 years ago

/etc/php/7.0/fpm/pool.d: Is a directory usage: update-rc.d [-n] [-f] remove update-rc.d [-n] disable|enable [S|2|3|4|5] -n: not really -f: force

The disable|enable API is not stable and might change in the future. Usage: /etc/init.d/php-fpm7.0 {start|stop|status|restart|reload|force-reload} Error: php-fpm start failed

root@69354:/tmp# $(ls /etc/init.d/php*-fpm* |grep -v "php-fpm"|cut -f 4 -d /);
php7.0-fpm: command not found

because command is another php-fpm7.0 How I can fix install?

romanlex commented 7 years ago

and another problem

root@69354:/tmp# $(find /etc/php* -type d \( -name "pool.d" -o -name "*fpm.d" \))
-bash: /etc/php/7.0/fpm/pool.d: Is a directory
nbpalomino commented 7 years ago

Having same issue... any ideas how to fix it?

anton-reutov commented 7 years ago

Write more about thus problem. When this problem is appears?

noogen commented 7 years ago

I'm guessing they're referencing line 887-895 in the install script here: https://github.com/serghey-rodin/vesta/blob/d9095aecdf5e169216c9f594dc3f795baefa1598/install/vst-install-ubuntu.sh#L887