<br><br><div class="gmail_quote">On Thu, Aug 20, 2009 at 2:13 AM, JCX <span dir="ltr">&lt;<a href="mailto:jcx721@gmail.com">jcx721@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Thanks for your help.<br>
<br>
I use &quot;netstat -tlp&quot; command. The following is the result:<br>
<br>
Active Internet connections (only servers)<br>
Proto Recv-Q Send-Q Local Address      Foreign Address   State<br>
PID/Program name<br>
tcp        0      0           *:41990                 *:*<br>
       LISTEN      -<br>
tcp        0      0           *:sunrpc                *:*<br>
       LISTEN      5569/portmap<br>
tcp        0      0           localhost:ipp           *:*<br>
      LISTEN      13521/cupsd<br>
tcp        0      0           *:35323                 *:*<br>
       LISTEN      5584/rpc.statd<br>
tcp6       0      0          [::]:distcc               [::]:*<br>
        LISTEN      7854/distccd</blockquote><div><br>I&#39;m guessing that means that process number 7854 (&quot;distccd&quot;) is the one using the &quot;distcc&quot; port (port 3623).<br><br>That process may be running as root, or as the &quot;distcc&quot; user, in which case you would need to use &quot;sudo killall distccd&quot; or &quot;sudo kill 7854&quot; to kill it.  (Try again with &quot;-9&quot; if that doesn&#39;t work.) <br>

</div></div>-- <br>Fergus Henderson &lt;<a href="mailto:fergus@google.com">fergus@google.com</a>&gt;<br>