netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink
       [not found] <20120315120008.14655.64028.reportbug@apollon>
@ 2012-03-15 17:14 ` Ben Hutchings
  2012-03-16  8:53   ` Reinhard Karcher
       [not found]   ` <4F622E92.9010007@gmx.net>
  0 siblings, 2 replies; 4+ messages in thread
From: Ben Hutchings @ 2012-03-15 17:14 UTC (permalink / raw)
  To: Reinhard Karcher, 664064; +Cc: netdev

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

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 code that generates this warning (nla_parse()) has not changed
between 3.2 and 3.3-rc6, so this is probably due to a difference
elsewhere.  It seems to indicate a bug in the userland program sending
the message that is being parsed, but perhaps I misunderstand.

It would be useful if we could tell which program is sending the
message, but I think that may be difficult to do.

Ben.

-- 
Ben Hutchings
Life would be so much easier if we could look at the source code.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink
  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>
  1 sibling, 0 replies; 4+ messages in thread
From: Reinhard Karcher @ 2012-03-16  8:53 UTC (permalink / raw)
  To: 664064; +Cc: netdev

Am 15.03.2012 18:14, schrieb Ben Hutchings:
> It would be useful if we could tell which program is sending the
> message, but I think that may be difficult to do.
>

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.

Reinhard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink
       [not found]   ` <4F622E92.9010007@gmx.net>
@ 2012-03-18  3:15     ` Ben Hutchings
  2012-03-18 10:59       ` Reinhard Karcher
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Hutchings @ 2012-03-18  3:15 UTC (permalink / raw)
  To: Reinhard Karcher; +Cc: 664064, netdev

[-- 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 --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink
  2012-03-18  3:15     ` Ben Hutchings
@ 2012-03-18 10:59       ` Reinhard Karcher
  0 siblings, 0 replies; 4+ messages in thread
From: Reinhard Karcher @ 2012-03-18 10:59 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: 664064, netdev

Am 18.03.2012 04:15, schrieb Ben Hutchings:
> 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?
>

Yes, that fixes the problem. Thanks for your help.
Should the bug be filed against an other package?
kde-runtime -> libntrack-qt4-1 -> libntrack0 -> ntrack-module-rtnetlink-0
Which one from the packages above?

Reinhard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-18 10:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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
2012-03-18 10:59       ` Reinhard Karcher

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).