MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: Joe on 2014-04-10, 22:32:04

Title: Starting php-fpm: /bin/bash: php-fpm: command not found
Post by: Joe on 2014-04-10, 22:32:04
Whenever I restart apache I get this error. How can this be resolved and what is php-fpm and why is it needed?

Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
Stopping php-fpm:                                          [FAILED]
Starting php-fpm: /bin/bash: php-fpm: command not found
                                                           [FAILED]
Title: Re: Starting php-fpm: /bin/bash: php-fpm: command not found
Post by: MRatWork on 2014-04-11, 03:15:52
What's version you install for php-branch?. If php52, above error will be appear because php52 doesn't have php-fpm.
Title: Re: Starting php-fpm: /bin/bash: php-fpm: command not found
Post by: RucLinux on 2014-04-11, 13:46:52
Whenever I restart apache I get this error. How can this be resolved and what is php-fpm and why is it needed?

Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
Stopping php-fpm:                                          [FAILED]
Starting php-fpm: /bin/bash: php-fpm: command not found
                                                           [FAILED]

# killall -9 php-fpm
# sh /script/restart-web
Title: Re: Starting php-fpm: /bin/bash: php-fpm: command not found
Post by: Joe on 2014-04-11, 18:32:55
Quote

# killall -9 php-fpm
# sh /script/restart-web

I do use php52. I tried that command and the error is still there. My obsessive compulsion wants this cleared.  :o

How do I stop php-fpm from attempting to run when it's not needed?
Title: Re: Starting php-fpm: /bin/bash: php-fpm: command not found
Post by: MRatWork on 2014-04-12, 09:51:48
Try update your Kloxo-MR 6.5.1.b to 2014041201.
Title: Re: Starting php-fpm: /bin/bash: php-fpm: command not found
Post by: Joe on 2014-04-12, 15:31:07
I just did and ran /script/cleanup and same error.
Title: Re: Starting php-fpm: /bin/bash: php-fpm: command not found
Post by: MRatWork on 2014-04-12, 15:59:40
No php-fpm in php 5.2. So, restart with error php-fpm is 'false positive'. Don't care about it.
Title: Re: Starting php-fpm: /bin/bash: php-fpm: command not found
Post by: MRatWork on 2014-04-12, 16:01:43
Try 'chkconfig php-fpm off' because possible php-fpm state still exists in init.
Title: Re: Starting php-fpm: /bin/bash: php-fpm: command not found
Post by: Joe on 2014-04-12, 16:11:37
That removes it but as soon as I run /script/cleanup the error is back. I'll just ignore the error.