X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by lists.alpinelinux.org (Postfix) with ESMTP id BC82017003B80 for ; Mon, 8 Dec 2008 16:04:40 +0000 (UTC) Received: by nf-out-0910.google.com with SMTP id d21so633699nfb.35 for ; Mon, 08 Dec 2008 08:04:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=k5cwE7BOOfQI+imKiwNj7W/npZRDKXv4aGqUtLB703c=; b=eZc7YaYFSlEa9lxygQe4ZnR26nF4vmf3YxqhRCPGY+EIt4uABm0pPgTzx7+6kuCFxD FZte9lD0l2GZCKRr+rIkQOu4X18ODkVkf7+jh7T+s3Qez0t4YGnuUrflBrIpaU646gM5 Sc0r9c7WnrRZqT+jtdp6bt0i11M48SOck8hN8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=Hlmh6i5FynSZboFKNvWx3Jfcbh8IHcYLcvpUAXyNlNgdOw9DeIJJej4jecTlb9vp9t AGgA8Zk7xftSfquoA1d8aWrkaY0SMVq61SJwOumta/FUaZCAb6drq8u1dssOhiJN2jIs HCd124Q/nK7xmkCsHcpziKJYjzjdb9ULdMTZE= Received: by 10.210.87.14 with SMTP id k14mr3728702ebb.159.1228752279743; Mon, 08 Dec 2008 08:04:39 -0800 (PST) Received: from ?10.65.0.5? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id 7sm6741262eyb.44.2008.12.08.08.04.38 (version=SSLv3 cipher=RC4-MD5); Mon, 08 Dec 2008 08:04:39 -0800 (PST) Subject: Re: [alpine-devel] 1.7.28 issues From: Natanael Copa To: Harry Lachanas Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <493CBFDB.1020508@freemail.gr> References: <493CBFDB.1020508@freemail.gr> Content-Type: text/plain Date: Mon, 08 Dec 2008 17:04:36 +0100 Message-Id: <1228752276.24384.135.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit On Mon, 2008-12-08 at 08:34 +0200, Harry Lachanas wrote: > Hi all, > > I salute the 1.7.28 release and found the following little problems ... > > xtables-addons + iptables 1.4.2 > > a) xtables-addons misses the ipp2p component It is supposed to be in the modloop (the loopback device where kernel modules are). No kernel modules are included in apk packages. > b) the old ipp2p component is still compiled in the Kernel > but since iptables version 1.4.2 is implied it cannot be used, are you 100% that its not the xtables-addons that is in there? looks to me that when you modprobe ipp2p you actually get the xtables-addons module. lsmod shows xt_ipp2p (new from xtables-addons) and not ipt_ipp2p (old ipp2p) thanks! --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---