<div>hey, peter:</div>
<div> </div>
<div>thanks! I checked using dpkg, it didn&#39;t return anything, so all point to the direction that postgresql is not there; but why nmap insists that postgresql is open? Also, i start tomcat but it&#39;s not reported by nmap. I&#39;ll send the question to nmap&#39;s forum and see what they say.</div>

<div> </div>
<div>thx again! </div>
<div>Hai</div>
<div><br><br> </div>
<div class="gmail_quote">On Tue, Aug 18, 2009 at 12:12 AM, Peter Jay Salzman <span dir="ltr">&lt;<a href="mailto:p@dirac.org">p@dirac.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="h5">On Tue 18 Aug 09, 12:07 AM, Hai Yi &lt;<a href="mailto:yihai2004@gmail.com">yihai2004@gmail.com</a>&gt; said:<br>&gt;    hello all:<br>&gt;<br>&gt;    I noitced that postgresql has been installed on my ubuntu box, i no longer<br>
&gt;    use it, but there are few entries of postgresql in the application menu<br>&gt;    and becomes a eyesore.<br>&gt;<br>&gt;    I tried to remove it by launching:<br>&gt;<br>&gt;    sudo apt-get -f remove postgresql<br>
&gt;<br>&gt;    the message shows:<br>&gt;<br>&gt;    Reading package lists... Done<br>&gt;    Building dependency tree<br>&gt;    Reading state information... Done<br>&gt;    Package postgresql is not installed, so not removed<br>
&gt;    0 upgraded, 0 newly installed, 0 to remove and 97 not upgraded.<br>&gt;<br>&gt;    However, if I use nmap to test the running apps, it shows:<br>&gt;<br>&gt;    PORT     STATE SERVICE<br>&gt;    22/tcp   open  ssh<br>
&gt;    631/tcp  open  ipp<br>&gt;    5432/tcp open  postgresql<br>&gt;    8009/tcp open  ajp13<br>&gt;<br>&gt;    I am confused, anyone has any idea?<br>&gt;<br>&gt;    Thanks,<br>&gt;    Hai<br><br></div></div>Hai, to get the exact name of the postgresql package try this:<br>
<br>  dpkg -l &quot;*postgre*&quot; | grep ii<br><br>It&#39;ll search for all installed packages (grep ii) with the string<br>&quot;postgre&quot; somewhere in the package name (dpkg -l &quot;*postgre*&quot;).<br><br>Pete<br>
_______________________________________________<br>vox-tech mailing list<br><a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br><a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>
</blockquote></div><br>