Hi Folks, I have a simple question When I have to stop the webrick server on my OSX Lion I use the follow keyboard button: Ctrl + Z but after that I launch the command: "ps" the webrick server is always active I have to kill the process with: kill -9 [ID PROCESS] exist a command to kill instantly the webrick server? thanks, C -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Control-C always works for me - in fact, that''s part of the message on screen when I start it from command line. Craig On Feb 4, 2013, at 4:23 PM, Cluter Vipic wrote:> Hi Folks, > > I have a simple question > > When I have to stop the webrick server on my OSX Lion I use the follow > keyboard button: > > Ctrl + Z > > but after that I launch the command: "ps" > > the webrick server is always active I have to kill the process with: > > kill -9 [ID PROCESS] > > exist a command to kill instantly the webrick server? > > thanks, > > C > > -- > 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit https://groups.google.com/groups/opt_out. > >-- Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ craig.white-wmL3h9Ogt9DQT0dZR+AlfA@public.gmane.org 1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ www.ttiassessments.com Improving Productivity and Communication in the Workplace Webinar https://www4.gotomeeting.com/register/353378831 February 21, 2013, 11am EST Enhanced productivity begins with effective communication -- providing clear information, communicating honestly, listening, asking questions, letting others talk, and bringing a positive approach when engaging in difficult conversations. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
ctrl-z doesn''t kill a process, it moves it to the background; this is standard UNIX/Linux behavior, not at all unique to OS X. ctrl-c interrupts a process On Feb 4, 2013, at 4:23 PM, Cluter Vipic wrote:> Hi Folks, > > I have a simple question > > When I have to stop the webrick server on my OSX Lion I use the follow > keyboard button: > > Ctrl + Z > > but after that I launch the command: "ps" > > the webrick server is always active I have to kill the process with: > > kill -9 [ID PROCESS] > > exist a command to kill instantly the webrick server? > > thanks, > > C > > -- > 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit https://groups.google.com/groups/opt_out. > > >-- Scott Ribe scott_ribe-ZCQMRMivIIdUL8GK/JU1Wg@public.gmane.org http://www.elevated-dev.com/ (303) 722-0567 voice -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
thanks, C -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Maybe Matching Threads
- Beta Invitation in Rails 3, little problem
- Viewing Rails from non-localhost using WEBrick server
- Why would Webrick use 0.0.0.0:3000 instead of 127.0.0.1:3000 ?
- celtenc 0.11.1 not generating encoded file on OSX Lion
- using windows vst plug-ins with logic 9 on mac osx lion