Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136839 - ipp2p have problem with kernel 2.6.16-r9
Summary: ipp2p have problem with kernel 2.6.16-r9
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-14 18:23 UTC by Benny Pedersen
Modified: 2006-06-15 11:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benny Pedersen 2006-06-14 18:23:01 UTC
Portage 2.1 (default-linux/amd64/2005.1, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-gentoo-r9 x86_64)
=================================================================
System uname: 2.6.16-gentoo-r9 x86_64 AMD Opteron(tm) Processor 246
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=k8 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.uni-c.dk/pub/gentoo/"
LINGUAS="da us gb"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --d                                            elete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/root/portage/xpoint"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 alsa apache2 avi bcmath berkdb bzip2 calendar caps cdb cgi cli crypt ctype cups curl dba dlz dri eds e                                            mboss encode exif expat extensions filter foomaticdb fortran ftp gd gif gmp gnome gpm gstreamer gtk gtk2 iconv im                                            ap imlib isdnlog jpeg kde logrotate lzw lzw-tiff mcal mhash mp3 mpeg mysql ncurses nls nolvmstatic nptl nptlonly                                             overload pam pcre pdflib perl png posix pppd python quicktime readline reflection sasl session sharedext snmp soc                                            kets spell spf spl sqlite ssl symlink sysvipc tcpd threads tiff tools truetype unicode usb userlocales vda xinetd                                             xml xmlrpc xorg xsl yaz zip zlib elibc_glibc kernel_linux linguas_da linguas_us linguas_gb userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Benny Pedersen 2006-06-14 18:23:54 UTC
Errors inserting modules:
    ipt_ipp2p (/lib/modules/2.6.16-gentoo-r9/ipp2p/ipt_ipp2p.ko) :
       Unknown symbol in module, or unknown parameter (see dmesg) : 1 Time(s)
 
Comment 2 Benny Pedersen 2006-06-14 18:39:50 UTC
ipt_ipp2p: disagrees about version of symbol xt_register_match
ipt_ipp2p: Unknown symbol xt_register_match
ipt_ipp2p: disagrees about version of symbol xt_unregister_match
ipt_ipp2p: Unknown symbol xt_unregister_match

this is what i see in dmesg log
Comment 3 Benny Pedersen 2006-06-14 18:44:08 UTC
i forgot to report version

net-firewall/ipp2p-0.8.0

Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-06-15 00:10:52 UTC
Have you recompiled it against your currently running kernel (i.e., 2.6.16-r9 presumably) and rebooted the system?
Comment 5 Benny Pedersen 2006-06-15 10:24:57 UTC
(In reply to comment #4)
> Have you recompiled it against your currently running kernel (i.e., 2.6.16-r9
> presumably) and rebooted the system?
> 

problem was that i missed iptables in the module-rebuild database and only rebuilded ipp2p with gave this problem, so in order for install

reboot
rebuild iptables
rebuild ipp2p
reboot

and it worked here

sorry i did not think about this was the problem before, but now i know it was

can i just mark bug as closed ?
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-06-15 11:12:07 UTC
Closing. Note that you can use sys-kernel/module-rebuild to automate this process after upgrading your kernel.