On Thu, 31 Jan 2002, Ben Collins wrote: > You can still perform my checks. Take the nmap 2.53 from the RH box and > see if it runs on Debian. Then take the 2.54BETA30 you compiled on > Debian, and see if it runs on the RH box.
Good point - Done: nmap V. 2.54BETA30, if run by root, fails with a bus error under both OS. nmap V. 2.53 runs as root on the debian system without any problems. Bob -- ><> ><> ><> ><> ><> ><> ><> ><> ><> ><> ><> ><> ><> Bob Van Cleef, Systems Administrator (408) 734-8100 MicroUnity, Inc. FAX (408) 734-8136 376 Martin Ave., Santa Clara, CA 95050 [EMAIL PROTECTED] [EMAIL PROTECTED]:~$ ./nmap -v saturn Starting nmap V. 2.54BETA30 ( www.insecure.org/nmap/ ) [snip] Nmap run completed -- 1 IP address (1 host up) scanned in 2 seconds [EMAIL PROTECTED]:~$ su Password: triton:/home/vancleef# ./nmap -v saturn Starting nmap V. 2.54BETA30 ( www.insecure.org/nmap/ ) No tcp,udp, or ICMP scantype specified, assuming vanilla tcp connect() scan. Use -sP if you really don't want to portscan (and just want to see what hosts are up). Bus error triton:/home/vancleef# uname -a Linux triton 2.2.18pre21 #3 SMP Tue Mar 27 21:01:02 PST 2001 sparc unknown -------------------------------------------------------------------------- tethys:/home/vancleef# ./nmap -v tethys Starting nmap V. 2.53 by [EMAIL PROTECTED] ( www.insecure.org/nmap/ ) [snip] Nmap run completed -- 1 IP address (1 host up) scanned in 0 seconds tethys:/home/vancleef# uname -a Linux tethys 2.4.10 #1 Tue Oct 2 15:18:15 EDT 2001 sparc64 unknown tethys:/home/vancleef#

