I have also found that my mac os x terminal windows need to be expanded really big to do:<br><br>ps aux | grep blah <br><br>especially for ruby proceses with paths like:<br><br>/usr/bin/nice -n 3 /usr/local/bin/ruby ....<br>
<br>I assume this is because it is really piping ps aux to the screen and then doing the grep, and if the screen is not big enough, it wont find the full path.<br><br>netstat -ano <br><br>should also show you what &quot;stuff&quot; is listening on all your ports and so you can see those 8000 ports still on.
<br><br>cheers,<br>-- <br>Charles Brian Quinn<br><a href="http://www.seebq.com">www.seebq.com</a>
<br><br><br><div><span class="gmail_quote">On 7/13/06, <b class="gmail_sendername">Sebastian Friedrich</b> &lt;<a href="mailto:sebastian@feldpost.com">sebastian@feldpost.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On Jul 13, 2006, at 2:47 PM, Scott Laird wrote:<br>&gt;<br>&gt; That error means that an existing process is using that port on this<br>&gt; system.&nbsp;&nbsp;It's not an issue of unclean shutown--it means that Mongrel<br>&gt; is still running in the background.&nbsp;&nbsp;Try 'ps awwwx | grep mongrel' to
<br>&gt; find its process ID, then use 'kill' to kill it.<br><br>you right, the process was still running.&nbsp;&nbsp;I had actually grepped for<br>a&nbsp;&nbsp;&quot;mongrel&quot; process before;&nbsp;&nbsp;it turned up empty because, in fact, i<br>had started it as &quot;script/server&quot; (Doh!). Sorry for the noise (and
<br>yes, i will put down that crack pipe!).<br><br>Sebastian<br>_______________________________________________<br>Mongrel-users mailing list<br><a href="mailto:Mongrel-users@rubyforge.org">Mongrel-users@rubyforge.org</a>
<br><a href="http://rubyforge.org/mailman/listinfo/mongrel-users">http://rubyforge.org/mailman/listinfo/mongrel-users</a><br></blockquote></div><br><br clear="all"><br><br>