Am working on first_app for RoR and am running Ruby 1.8.7 and Rails 2.3.8 on Mac OSX Snow Leopard. Having trouble after I run the script/server command which boots up Mongrel. When I press Control-C to quit the server, I get no response. What is wrong, and what can I do to correct the issue? Thank you. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Marnen Laibow-Koser
2010-Aug-09 15:58 UTC
Re: Can''t quit server after running script/server command
Paul Denlinger wrote:> Am working on first_app for RoR and am running Ruby 1.8.7 and Rails > 2.3.8 on Mac OSX Snow Leopard. > > Having trouble after I run the script/server command which boots up > Mongrel. When I press Control-C to quit the server, I get no response. > > What is wrong,I''m not sure. In my experience, Mongrel is very responsive to ^C.> and what can I do to correct the issue?Use kill -9 to kill the process.> > Thank you.Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.