From owner-freebsd-stable@FreeBSD.ORG Thu May 31 14:50:46 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED6E5106566B for ; Thu, 31 May 2012 14:50:45 +0000 (UTC) (envelope-from jhellenthal@dataix.net) Received: from mail-gh0-f172.google.com (mail-gh0-f172.google.com [209.85.160.172]) by mx1.freebsd.org (Postfix) with ESMTP id 95C178FC14 for ; Thu, 31 May 2012 14:50:45 +0000 (UTC) Received: by ghbg16 with SMTP id g16so943577ghb.17 for ; Thu, 31 May 2012 07:50:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dataix.net; s=rsa; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=ikO3tZOTKzrcb2hUfr12Mz6LMyYZbOaVS/ubCkATXrc=; b=Vn8RZ+hBHLU8csK9plQFE8DT2469GeUuyTPA+2aNcWOls/tnkBpM6Gg/jb9WYrmtOr BnhYXM30d6L086JFek38p8NB0KCM6RPeeUEztpCYwDMB9aXHUa6PbqFcDvwpsoDRcMld Psw8SUtwFlAblSadAJ1eas9VuWFmlOUf9ybNI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-gm-message-state; bh=ikO3tZOTKzrcb2hUfr12Mz6LMyYZbOaVS/ubCkATXrc=; b=N+wKN7A0ESL6f4Keffa6QglNsp9AtjBDRJDibkbmFn2rvVY/C2nKoEIucpJ/ugScif OOOkZ42SpEJJozSp75jZQNz/imdEBdm0BgbsAUi6i2X94TD7ANI9FtfycnruBObXrOPH tGXqN7zcmSiRJrXlaTwAWYkkBG5CvVuYcwYHx5edXJ0N7C8pAYQGOGC8o47tlMp9xTiG T2Sxy3xpgltbxTI5dw/Psd9M6iuqrmlRYDSztECXug/KQiCHzPhiYHK05wYZe95y9g7a n0s6XSq0GtotHp817pyz9HPO3f/bKV+3AoQ8lQBHG7f4jGTS9m2Bg2yYjm+Vewo4xBX6 +3vA== Received: by 10.50.188.201 with SMTP id gc9mr1726554igc.44.1338475844289; Thu, 31 May 2012 07:50:44 -0700 (PDT) Received: from DataIX.net (24-247-238-117.dhcp.aldl.mi.charter.com. [24.247.238.117]) by mx.google.com with ESMTPS id yg9sm1622688igb.15.2012.05.31.07.50.43 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 31 May 2012 07:50:43 -0700 (PDT) Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.5/8.14.5) with ESMTP id q4VEofJ1007626 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 31 May 2012 10:50:41 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Received: (from jh@localhost) by DataIX.net (8.14.5/8.14.5/Submit) id q4VEofIM007625; Thu, 31 May 2012 10:50:41 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Date: Thu, 31 May 2012 10:50:41 -0400 From: Jason Hellenthal To: "Andrey S. Rybak" Message-ID: <20120531145041.GB1976@DataIX.net> References: <4FC76E29.5010006@iop.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FC76E29.5010006@iop.kiev.ua> X-Gm-Message-State: ALoCoQlwhJXbyd8zJjXQE8kMNR0xOygPA03d14kdna5T7GBAOswZkolvPrG5wp0KnYGbRGZL+hyn Cc: "freebsd-stable@freebsd.org" Subject: Re: problem with nmap X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 14:50:46 -0000 On Thu, May 31, 2012 at 04:12:09PM +0300, Andrey S. Rybak wrote: > Hi! > I can not run nmap on my computer with next output: > "Error compiling our pcap filter: icmp6 not supported " > I had not such nmap's problem on any my computer with FreeBSD. > How I can solve this problem? > #uname -a > FreeBSD 9.0-STABLE FreeBSD 9.0-STABLE #5: Wed Feb 8 14:35:37 EET > 2012 root:/usr/obj/usr/src/sys/GENERIC i386 > #nmap -V > Nmap version 6.00 ( http://nmap.org ) > Platform: i386-portbld-freebsd9.0 > Compiled with: liblua-5.1.5 openssl-0.9.8q libpcre-8.30 libpcap-1.1.1 > nmap-libdnet-1.12 ipv6 > Compiled without: > Thank in advance > I have the following which is different from your output but on 8.3-STABLE Nmap version 6.00 ( http://nmap.org ) Platform: i386-portbld-freebsd8.3 Compiled with: liblua-5.1.5 openssl-0.9.8q libpcre-8.30 libpcap-1.2.1 nmap-libdnet-1.12 ipv6 You might consider installing libpcap from ports just to give it a shot. Also running nmap with -dd may yield more to what is going on. -- - (2^(N-1))