こんにちは。
Mongrel_cluster 1.0.5
をインストールされてるようですが、
スタートの方法を
mongrel_rails cluster::start
とやってませんか?
もしそうなら、
mongrel_rails cluster::stop
とされてはいかがでしょうか。
ちなみにpidファイルが見つからないというメッセージなので、
tmp/pids にそれらしきpidファイルがあれば -P オプションで指定してもいいかもしれません。
参考
$ mongrel_rails help
Usage: mongrel_rails <command> [options]
Available commands are:
- cluster::configure
- cluster::restart
- cluster::start
- cluster::status
- cluster::stop
- restart
- start
- stop
$ mongrel_rails stop -h
Usage: mongrel_rails <command> [options]
-c, --chdir PATH Change to dir before starting
(will be expanded).
-f, --force Force the shutdown (kill -9).
-w, --wait SECONDS Wait SECONDS before forcing
shutdown
-P, --pid FILE Where the PID file is located.
-h, --help Show this message
--version Show version
On 11月18日, 午前10:01, tama <
tamatama0...@gmail.com> wrote:
> Mongrelの停止について1点ご質問させてください。
>
> ①Mongrelの停止について
> 現在、下記コマンドを打つと、
> -----------------------------
> mongrel_rails stop
> -----------------------------
> 以下のメッセージが表示されます。
> ------------------------------------------------------------------------------------
> !!! PID file log/mongrel.pid does not exist. Not running?
> mongrel::stop reported an error. Use mongrel_rails mongrel::stop -h to
> get help.
> ------------------------------------------------------------------------------------