Nmap Development mailing list archives

Re: DNS broken in 5.21


From: Fyodor <fyodor () insecure org>
Date: Fri, 29 Jan 2010 13:33:53 -0800

On Fri, Jan 29, 2010 at 09:29:50AM +0100, Simon wrote:
On 01/29/2010 03:13 AM, Fyodor wrote:

That sounds like that could be the problem then, I assume F12 is
self-hosting and so the Fedora packagers compile on F12, so don't have
the glibc mismatch.

Maybe we should just wait for the Fedora guys to package up F12 RPM's,
although I think they've only just done 5.00 and have no ncat/zenmap.

That is a good idea on an individual basis to get Nmap, but it sort of
defautes the purpose our our distributing RPMs in the first place.  If
our RPMs don't work for all/most people on that platform, we should
see what we can do to fix it.  Fedora 12 is the latest release of one
of the most popular Linux distributions, so surely many people here
are running it.  Can someone (or 3) try the following and send the
full output to nmap-dev?

# Check your platform info (feel free to X-out the hostname)
uname -a 
# Grab Nmap
rpm -vhU http://nmap.org/dist/nmap-5.21-1.i386.rpm
# Make sure nscd is not running (fail is OK here, it might already be off)
service nscd stop
# Try Nmap
nmap -sP test1.nmap.org
# Start ncsd
service nscd start
# Try Nmap again
nmap -sP test2.nmap.org

Thanks,
-F
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: