<div>hey, peter:</div>
<div> </div>
<div>thanks! I checked using dpkg, it didn'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's not reported by nmap. I'll send the question to nmap'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"><<a href="mailto:p@dirac.org">p@dirac.org</a>></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 <<a href="mailto:yihai2004@gmail.com">yihai2004@gmail.com</a>> said:<br>> hello all:<br>><br>> I noitced that postgresql has been installed on my ubuntu box, i no longer<br>
> use it, but there are few entries of postgresql in the application menu<br>> and becomes a eyesore.<br>><br>> I tried to remove it by launching:<br>><br>> sudo apt-get -f remove postgresql<br>
><br>> the message shows:<br>><br>> Reading package lists... Done<br>> Building dependency tree<br>> Reading state information... Done<br>> Package postgresql is not installed, so not removed<br>
> 0 upgraded, 0 newly installed, 0 to remove and 97 not upgraded.<br>><br>> However, if I use nmap to test the running apps, it shows:<br>><br>> PORT STATE SERVICE<br>> 22/tcp open ssh<br>
> 631/tcp open ipp<br>> 5432/tcp open postgresql<br>> 8009/tcp open ajp13<br>><br>> I am confused, anyone has any idea?<br>><br>> Thanks,<br>> Hai<br><br></div></div>Hai, to get the exact name of the postgresql package try this:<br>
<br> dpkg -l "*postgre*" | grep ii<br><br>It'll search for all installed packages (grep ii) with the string<br>"postgre" somewhere in the package name (dpkg -l "*postgre*").<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>