<div dir="ltr"><div><div><div><div>I'm not sure why you have the command shown twice here, once executing through sudo and once preceded by a hash symbol, but i presume you ran it as root.<br><br></div>The easy first question is: when run without grep ( `sudo netstat -lnp` ), does the string "10000" appear anywhere?  Especially in the "Local Address" column?  I assume so.<br>
<br></div>If there is an entry there that should be matched, it is likely something in the output setting of netstat or the matching by grep.  I don't know enough to be very effective in telling you what to look for, but read the manuals of both, and also try `which netstat` and `which grep` to see if they're aliased to include arguments or flags you're unaware of.<br>
<br></div>Good luck, and let us know what you find.<br><br>Cheers,<br></div>Sean<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 30, 2013 at 8:50 AM, akaluta <span dir="ltr"><<a href="mailto:a@kaluta.us" target="_blank">a@kaluta.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear nmglug:<br>
<br>
a@a-laptop:~$ dpkg --list webmin<br>
<br>
No packages found matching webmin.<br>
<br>
If webmin is not listening at 10000 what is ?<br>
<br>
sudo netstat -lpn | grep 10000<br>
<br>
# netstat -lpn | grep 10000<br>
<br>
Why is netstat not grepping?<br>
<br>
Anthony<br>
______________________________<u></u>_________________<br>
nmglug mailing list<br>
<a href="mailto:nmglug@lists.nmglug.org" target="_blank">nmglug@lists.nmglug.org</a><br>
<a href="http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org" target="_blank">http://lists.nmglug.org/<u></u>listinfo.cgi/nmglug-nmglug.org</a><br>
</blockquote></div><br></div>