netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ben Hutchings <ben@decadent.org.uk>
To: Reinhard Karcher <reinhard.karcher@gmx.net>
Cc: 664064@bugs.debian.org, netdev <netdev@vger.kernel.org>
Subject: Re: Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink
Date: Sun, 18 Mar 2012 03:15:54 +0000	[thread overview]
Message-ID: <1332040554.31699.22.camel@deadeye> (raw)
In-Reply-To: <4F622E92.9010007@gmx.net>

[-- Attachment #1: Type: text/plain, Size: 2593 bytes --]

[Please reply to all, not just to me.]

On Thu, 2012-03-15 at 19:01 +0100, Reinhard Karcher wrote:
> Am 15.03.2012 18:14, schrieb Ben Hutchings:
> > On Thu, 2012-03-15 at 13:00 +0100, Reinhard Karcher wrote:
> >> Package: linux-2.6
> >> Version: 3.3~rc6-1~experimental.1
> >> Severity: normal
> >>
> >> The kernel log says all!
> >> I have 2 laptops showing the messages, both amd64.
> >> One of them runs a 32-bit system in a VM with the linux-image-3.3.0-rc6-686-pae kernel,
> >> that does not have this problem.
> >> The amd64 kernel from unstable (3.2.0-2) does not show the messages.
> >>
> >> Reinhard
> >>
> >> -- Package-specific info:
> >> ** Version:
> >> Linux version 3.3.0-rc6-amd64 (Debian 3.3~rc6-1~experimental.1) (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-1) ) #1 SMP Mon Mar 5 20:53:11 UTC 2012
> >>
> >> ** Command line:
> >> BOOT_IMAGE=/boot/vmlinuz-3.3.0-rc6-amd64 root=UUID=9bb56ba6-3117-47d6-b07c-2cca477643e9 ro quiet cgroup_enable=memory
> >>
> >> ** Not tainted
> >>
> >> ** Kernel log:
> >> [46368.760279] netlink: 140 bytes leftover after parsing attributes.
[...]
> The same system, but using the kernel from unstable and not from 
> experimental does not show the messages, so they are related to the 
> experimetal kernel.
> Does this tell anything?
> root@apollon:/home/reinhard# lsof | grep netlink
> dnsmasq   1862     dnsmasq  mem       REG                8,2     24712 
>    7391593 /usr/lib/libnfnetlink.so.0.2.0 
> 
> kded4     2839    reinhard  mem       REG                8,2     12272 
>    9683029 /usr/lib/ntrack/modules/ntrack-rtnetlink.so 

Well, netlink is a protocol, not a file.  But most programs using
netlink will probably use a library with 'netlink' or 'libnl' in its
name, so this does provide some clues.

[later:]
> Some further investigation showed that the 1st occurrence of the message 
> is related to the start of KDE. After stopping X (and KDE) there are no 
> new messages logged.

OK, so it's something running in your KDE session.  And the results you
got from lsof suggest that it's some kind of network monitor that's
hosted by kded4, using the ntrack library
<https://launchpad.net/ntrack>.  I've never heard of this before.

ntrack appearently has the option to use either libnl or its own
built-in netlink protocol code, and is using the latter on your system.
If you install ntrack-module-libnl-0 and remove
ntrack-module-rtnetlink-0, does this fix the problem?

Ben.

-- 
Ben Hutchings
Larkinson's Law: All laws are basically false.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

  parent reply	other threads:[~2012-03-18  3:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20120315120008.14655.64028.reportbug@apollon>
2012-03-15 17:14 ` Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink Ben Hutchings
2012-03-16  8:53   ` Reinhard Karcher
     [not found]   ` <4F622E92.9010007@gmx.net>
2012-03-18  3:15     ` Ben Hutchings [this message]
2012-03-18 10:59       ` Reinhard Karcher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1332040554.31699.22.camel@deadeye \
    --to=ben@decadent.org.uk \
    --cc=664064@bugs.debian.org \
    --cc=netdev@vger.kernel.org \
    --cc=reinhard.karcher@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).