← Back to team overview

kernel-packages team mailing list archive

[Bug 1516052] Missing required logs.

 

This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1516052

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1516052

Title:
  [regression] 3.13.0-69 infinite ip rules

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When I run the 3.13.0-69 -proposed kernel on Trusty, I'm seeing
  infinite amount of ip rules:

  $ ip -f inet rule show | head
  0:	from all lookup local 
  0:	from all lookup local 
  0:	from all lookup local 
  0:	from all lookup local 
  0:	from all lookup local 
  0:	from all lookup local 
  0:	from all lookup local 
  0:	from all lookup local 
  0:	from all lookup local 
  0:	from all lookup local 

  And it never stops:

  $ time ip -f inet rule show | wc -l
  ^C

  real	3m30.262s
  user	0m46.742s
  sys	3m39.516s

  Deleting the "lookup local" then shows an infinite amount of "lookup
  main".

  When I go back to 3.13.0-68, things look normal:

  $ time ip -f inet rule show
  0:	from all lookup local 
  32766:	from all lookup main 
  32767:	from all lookup default 

  real	0m0.002s
  user	0m0.000s
  sys	0m0.002s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1516052/+subscriptions


References