My file mongrel_cluster.yml :
cwd: /var/www/CoreSong/current
log_file: log/mongrel.log
port: "8000"
environment: production
address: 127.0.0.1
pid_file: tmp/pids/mongrel.pid
servers: 2
When I run cap deploy:start it looks fine but there are no pid files
and when I execute cap deploy:stop it tells me "already stopped port
xxxx".
[EMAIL PROTECTED]:~/Desktop/CoreSong$ cap deploy:start
* executing `deploy:start'
* executing `mongrel:cluster:start'
* executing "mongrel_rails cluster::start -C /var/www/CoreSong/
current/config/mongrel_cluster.yml"
servers: ["herd.ida.liu.se"]
Password:
[herd.ida.liu.se] executing command
*** [err :: herd.ida.liu.se] ** Ruby version is not up-to-date;
loading cgi_multipart_eof_fix
*** [err :: herd.ida.liu.se]
*** [err :: herd.ida.liu.se] ** Ruby version is not up-to-date;
loading cgi_multipart_eof_fix
*** [err :: herd.ida.liu.se]
*** [err :: herd.ida.liu.se] ** Ruby version is not up-to-date;
loading cgi_multipart_eof_fix
*** [err :: herd.ida.liu.se]
** [out :: herd.ida.liu.se] starting port 8000
** [out :: herd.ida.liu.se] starting port 8001
command finished
[EMAIL PROTECTED]:~/Desktop/CoreSong$ cap deploy:stop
* executing `deploy:stop'
* executing `mongrel:cluster:stop'
* executing "mongrel_rails cluster::stop -C /var/www/CoreSong/
current/config/mongrel_cluster.yml"
servers: ["herd.ida.liu.se"]
Password:
[herd.ida.liu.se] executing command
*** [err :: herd.ida.liu.se] ** Ruby version is not up-to-date;
loading cgi_multipart_eof_fix
*** [err :: herd.ida.liu.se]
** [out :: herd.ida.liu.se] already stopped port 8000
** [out :: herd.ida.liu.se] already stopped port 8001
command finished
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---