Ruby on Rails Saturday, October 2, 2010

Spoke too soon. Ctrl+z stops the server script but the ruby process that listens on 3000 hangs around. After using ctrl+z, I can't restart the server because the default port is still in use.


Raf

On Sat, Oct 2, 2010 at 5:11 PM, Rafael Szuminski <raf1hh@gmail.com> wrote:
Thanks, that ACTUALLY worked ;-)

The question is why does ctrl+z work and ctrl+c not?

Raf

On Sat, Oct 2, 2010 at 11:37 AM, Bala <bala.muthaiah@gmail.com> wrote:
use ctrl + z

On Sat, Oct 2, 2010 at 11:43 PM, Rafael Szuminski <raf1hh@gmail.com> wrote:
Hi All

I have setup a new dev system running LinuxMint  9 (Ubuntu 10.4). Running ruby 1.9.2, rails 3.0, RVM etc. 

One issue I have run into is that I can't stop webrick with ctrl+c or ctrl+d and killing the terminal always leaves a stranded ruby process.

Has anybody else run into this? Btw, webrick gets started by running "rails s" in.

Also, ctrl+c works fine to stop a standalone ruby or python apps. I can also exit irb with ctrl+d fine.

Anyhow, any help would be appreciated.

Thanks

Raf

--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.



--
http://www.bdcsoftware.com" - Automotive CRM



--
http://www.bdcsoftware.com" - Automotive CRM

--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment