Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink

2014-09-17 Thread kittyofthebox
Source: linux
Version: 3.14.15-2
Followup-For: Bug #664064

Hi,

This bug is still present for me on the latest kernel, my 
ntrack-module-rtnetlink-0 version is 016-1.2 
as per the original bug report the messages occur every 2-4 minutes:

Kitty

Sep 17 21:05:01 host CRON[11802]: pam_unix(cron:session): session opened for 
user root by (uid=0)
Sep 17 21:05:01 host /USR/SBIN/CRON[11803]: (root) CMD (command -v debian-sa1  
/dev/null  debian-sa1 1 1)
Sep 17 21:05:01 host CRON[11802]: pam_unix(cron:session): session closed for 
user root
Sep 17 21:05:05 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:05:05 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:05:05 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:06:06 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:06:06 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:06:06 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:06:11 host sudo[14039]: user : TTY=pts/8 ; PWD=/home/user ; USER=root 
; COMMAND=/bin/journalctl 
Sep 17 21:06:11 host sudo[14039]: pam_unix(sudo:session): session opened for 
user root by user(uid=0)
Sep 17 21:07:27 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:07:27 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:07:27 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:08:58 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:08:58 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:08:58 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:09:01 host CRON[19949]: pam_unix(cron:session): session opened for 
user root by (uid=0)
Sep 17 21:09:01 host /USR/SBIN/CRON[19950]: (root) CMD (  [ -x 
/usr/lib/php5/sessionclean ]  /usr/lib/php5/sessioncl
Sep 17 21:09:01 host CRON[19949]: pam_unix(cron:session): session closed for 
user root
Sep 17 21:09:16 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:09:16 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:09:16 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:10:17 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:10:17 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:10:17 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:12:21 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:12:21 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:12:21 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:13:52 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:13:52 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:13:52 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:15:01 host CRON[31724]: pam_unix(cron:session): session opened for 
user root by (uid=0)
Sep 17 21:15:01 host /USR/SBIN/CRON[31726]: (root) CMD (command -v debian-sa1  
/dev/null  debian-sa1 1 1)
Sep 17 21:15:01 host CRON[31724]: pam_unix(cron:session): session closed for 
user root
Sep 17 21:16:00 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.
Sep 17 21:16:00 host kernel: netlink: 128 bytes leftover after parsing 
attributes in process `kded4'.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'testing'), (650, 'stable'), (600, 
'stable'), (450, 'oldstable'), (400, 'oldstable'), (300, 'unstable'), (200, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140917125746.11639.92230.reportbug@madoka.workgroup



Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink

2012-03-18 Thread Reinhard Karcher

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





--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f65bff9.2050...@gmx.net



Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink

2012-03-17 Thread Ben Hutchings
[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   REG8,2 24712 
7391593 /usr/lib/libnfnetlink.so.0.2.0 
 
 kded4 2839reinhard  mem   REG8,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.


signature.asc
Description: This is a digitally signed message part


Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink

2012-03-16 Thread Reinhard Karcher

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



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f62ff97.9080...@gmx.net



Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink

2012-03-15 Thread Reinhard Karcher
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.
[46368.760289] netlink: 140 bytes leftover after parsing attributes.
[46368.760442] netlink: 140 bytes leftover after parsing attributes.
[46368.760496] netlink: 140 bytes leftover after parsing attributes.
[46428.760127] netlink: 140 bytes leftover after parsing attributes.
[46428.760138] netlink: 140 bytes leftover after parsing attributes.
[46428.760290] netlink: 140 bytes leftover after parsing attributes.
[46428.760342] netlink: 140 bytes leftover after parsing attributes.
[46488.759746] netlink: 140 bytes leftover after parsing attributes.
[46488.759757] netlink: 140 bytes leftover after parsing attributes.
[46488.759901] netlink: 140 bytes leftover after parsing attributes.
[46488.759953] netlink: 140 bytes leftover after parsing attributes.
[46548.760537] netlink: 140 bytes leftover after parsing attributes.
[46548.760548] netlink: 140 bytes leftover after parsing attributes.
[46548.760700] netlink: 140 bytes leftover after parsing attributes.
[46548.761953] netlink: 140 bytes leftover after parsing attributes.
[46608.760342] netlink: 140 bytes leftover after parsing attributes.
[46608.760353] netlink: 140 bytes leftover after parsing attributes.
[46608.760503] netlink: 140 bytes leftover after parsing attributes.
[46608.760555] netlink: 140 bytes leftover after parsing attributes.
[46668.760002] netlink: 140 bytes leftover after parsing attributes.
[46668.760057] netlink: 140 bytes leftover after parsing attributes.
[46668.760215] netlink: 140 bytes leftover after parsing attributes.
[46668.760268] netlink: 140 bytes leftover after parsing attributes.
[46728.759484] netlink: 140 bytes leftover after parsing attributes.
[46728.759497] netlink: 140 bytes leftover after parsing attributes.
[46728.759655] netlink: 140 bytes leftover after parsing attributes.
[46728.759709] netlink: 140 bytes leftover after parsing attributes.
[46788.759250] netlink: 140 bytes leftover after parsing attributes.
[46788.759264] netlink: 140 bytes leftover after parsing attributes.
[46788.759418] netlink: 140 bytes leftover after parsing attributes.
[46788.759475] netlink: 140 bytes leftover after parsing attributes.
[46848.760392] netlink: 140 bytes leftover after parsing attributes.
[46848.760403] netlink: 140 bytes leftover after parsing attributes.
[46848.760552] netlink: 140 bytes leftover after parsing attributes.
[46848.760604] netlink: 140 bytes leftover after parsing attributes.
[46908.760746] netlink: 140 bytes leftover after parsing attributes.
[46908.760753] netlink: 140 bytes leftover after parsing attributes.
[46908.760875] netlink: 140 bytes leftover after parsing attributes.
[46908.760911] netlink: 140 bytes leftover after parsing attributes.
[46968.761077] netlink: 140 bytes leftover after parsing attributes.
[46968.761088] netlink: 140 bytes leftover after parsing attributes.
[46968.761244] netlink: 140 bytes leftover after parsing attributes.
[46968.761297] netlink: 140 bytes leftover after parsing attributes.
[47028.759895] netlink: 140 bytes leftover after parsing attributes.
[47028.759905] netlink: 140 bytes leftover after parsing attributes.
[47028.760121] netlink: 140 bytes leftover after parsing attributes.
[47028.760175] netlink: 140 bytes leftover after parsing attributes.
[47088.759828] netlink: 140 bytes leftover after parsing attributes.
[47088.759838] netlink: 140 bytes leftover after parsing attributes.
[47088.759987] netlink: 140 bytes leftover after parsing attributes.
[47088.760117] netlink: 140 bytes leftover after parsing attributes.
[47148.760571] netlink: 140 bytes leftover after parsing attributes.
[47148.760583] netlink: 140 bytes leftover after parsing attributes.
[47148.760735] netlink: 140 bytes leftover after parsing attributes.
[47148.760785] netlink: 140 bytes leftover after parsing attributes.
[47208.760978] netlink: 140 bytes leftover after parsing attributes.
[47208.760986] netlink: 140 bytes leftover after parsing attributes.
[47208.761105] netlink: 140 bytes leftover after parsing attributes.
[47208.761139] netlink: 140 bytes leftover after parsing attributes.
[47268.759727] netlink: 140 bytes leftover after parsing attributes.
[47268.759739] netlink: 140 bytes leftover after parsing 

Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink

2012-03-15 Thread 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 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.


signature.asc
Description: This is a digitally signed message part