Start PHP-FPM fail
-
currently I'm on this tuts
http://vpsbible.com/php/compile-install-php-fpm-mysql-nginx/ and stuck when it comes tops aux | grep php-fpm
root 8227 0.0 0.2 3012 764 pts/0 S+ 20:12 0:00 grep php-fpm-bash: root command not found
update-rc.d php-fpm defaults; invoke-rc.d php-fpm start
$ update-rc.d php-fpm defaults; invoke-rc.d php-fpm start
-bash: update-rc.d: command not found
-bash: invoke-rc.d: command not foundmaybe I'm missing something?
the only thing I got correct is
$ ps aux | grep php-fpm
amd 22257 0.0 0.0 1692 500 pts/1 S+ 00:44 0:00 grep php-fpmI guess that's my username and not sure what are the others means
Posted 2 years ago # -
what OS are you using, mraz?
Posted 2 years ago # -
ubuntu 32 bit LTS 8.04
mayb i should just stick to the old setup which is easier for a noob?
Posted 2 years ago # -
or you could wait for the php-fpm Integrated tut which is on the way.
.. you shouldn't be getting an error with that .. were you logged in as root? if not or to be sure, append the command with:-
sudo [command]
Posted 2 years ago # -
it's only working when I use root
maybe you need to edit the tuts to let other noobs like me know to get into root
thxs for the help
Posted 2 years ago # -
well mraz, it's always been there, the very first command in the tut is to assume root:-
Assume Super-User root privileges. At the command line type:-
sudo -i
.. and the last command is to leave root.
there's a lot going on in that guide tho, for sure. just gotta pay attention, Sir :P
Posted 2 years ago #
Reply
You must log in to post.
Want HTML?
a blockquote code em strong ul ol liPlace code between backticks `codeHere`
You've got it.
