Hi Tim,

If you are using Fedora try following command in terminal:

console$> ps -fu

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
user   3429  0.0  0.0   5072  1672 pts/1    Ss   Jun08   0:00 bash
user  15217  2.0  0.0   4628   908 pts/1    R+   03:17   0:00  \_ ps -fu
user   3355  0.0  0.0   5072  1340 pts/0    Ss   Jun08   0:00 bash
user   3412  0.0  2.0  73600 42684 pts/0    Sl+  Jun08   0:20  \_ ruby 
script

console$> kill -9 3412 (PID for ruby script/server)

Might Help!

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

Reply via email to