[Bug 1481038] Re: iproute2 crashes being reported since kernel version 3.13-0-59-generic

2015-08-06 Thread Brian Murray
Things look good to me now.

ipdb counters_cf.get(old_vers_column, column_start='20150806', 
column_reversed=True)
OrderedDict([(u'20150806', 2), (u'20150805', 2), (u'20150804', 4), 
(u'20150803', 16), (u'20150802', 4), (u'20150801', 2), (u'20150731', 13), 
(u'20150730', 39), (u'20150729', 50), (u'20150728', 51), (u'20150727', 1), 
(u'20150623', 1), (u'20150523', 1), (u'20150519', 1), (u'20150511', 1), 
(u'20150509', 1), (u'20150419', 1), (u'20150413', 1), (u'20150329', 1), 
(u'20150302', 1), (u'20150220', 1), (u'20150130', 1), (u'20150129', 1), 
(u'20150128', 1), (u'20150103', 1), (u'20141021', 1), (u'20140930', 1), 
(u'20140917', 1), (u'20140904', 1), (u'20140826', 1), (u'20140818', 1), 
(u'20140808', 1), (u'20140801', 1), (u'20140723', 1)])

ipdb counters_cf.get(new_vers_column, column_start='20150806', 
column_reversed=True)
OrderedDict([(u'20150804', 6), (u'20150803', 7), (u'20150802', 1), 
(u'20150731', 8), (u'20150730', 24), (u'20150729', 25), (u'20150728', 2), 
(u'20150727', 1)])

The remaining crashes with the old version are probably slow updaters.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iproute2 in Ubuntu.
https://bugs.launchpad.net/bugs/1481038

Title:
  iproute2 crashes being reported since kernel version 3.13-0-59-generic

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481038] Re: iproute2 crashes being reported since kernel version 3.13-0-59-generic

2015-08-04 Thread Stefan Bader
Maybe we should make sure that this remains a problem with the latest
kernel *-61.100. The -59 kernel caused a lot of other problems. Usually
those were related to executing a 64bit binary from a 32bit binary. But
I would not completely rule out other odd failures. So if all the
reports are with -59 and the numbers again go down it is probably
related to that.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iproute2 in Ubuntu.
https://bugs.launchpad.net/bugs/1481038

Title:
  iproute2 crashes being reported since kernel version 3.13-0-59-generic

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481038] Re: iproute2 crashes being reported since kernel version 3.13-0-59-generic

2015-08-04 Thread Brian Murray
Stefan - that sounds like a good plan to me. Looking at the crashes from
2015-08-03 we can see the following:

 $ grep ^   20150803-iproute2-crashes.txt | awk -F, {'print $3'} | sort | 
uniq -c
 22  Linux 3.13.0-59-generic x86_64
  1  Linux 3.13.0-61-generic x86_64
  1  Linux 3.19.0-25-generic x86_64
  1  Linux 3.19.0-26-generic x86_64

Looking at the -61- crash it is actually a package installation failure
so not a concern.  The two 3.19 crashes are a package installation
failure and a good, complete, iproute2 crash. So I think things are
looking better.

I've attached the crashes I reviewed from 2015-08-03.

** Attachment added: 20150803-iproute2-crashes.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1481038/+attachment/4439157/+files/20150803-iproute2-crashes.txt

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iproute2 in Ubuntu.
https://bugs.launchpad.net/bugs/1481038

Title:
  iproute2 crashes being reported since kernel version 3.13-0-59-generic

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481038] Re: iproute2 crashes being reported since kernel version 3.13-0-59-generic

2015-08-04 Thread Brian Murray
Here is the same database query from the description with information
including today.

ipdb old_vers_column
'Ubuntu 14.04:iproute2:3.12.0-2'
ipdb counters_cf.get(old_vers_column, column_start='20150804', 
column_reversed=True, column_count=15)
OrderedDict([(u'20150804', 4), (u'20150803', 16), (u'20150802', 4), 
(u'20150801', 2), (u'20150731', 13), (u'20150730', 39), (u'20150729', 50), 
(u'20150728', 51), (u'20150727', 1), (u'20150623', 1), (u'20150523', 1), 
(u'20150519', 1), (u'20150511', 1), (u'20150509', 1), (u'20150419', 1)])
ipdb new_vers_column
'Ubuntu 14.04:iproute2:3.12.0-2ubuntu1'
ipdb counters_cf.get(new_vers_column, column_start='20150804', 
column_reversed=True, column_count=15)
OrderedDict([(u'20150804', 5), (u'20150803', 7), (u'20150802', 1), 
(u'20150731', 8), (u'20150730', 24), (u'20150729', 25), (u'20150728', 2), 
(u'20150727', 1)])

I'll run this query again later in the week to make sure we are all
good.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iproute2 in Ubuntu.
https://bugs.launchpad.net/bugs/1481038

Title:
  iproute2 crashes being reported since kernel version 3.13-0-59-generic

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1481038] Re: iproute2 crashes being reported since kernel version 3.13-0-59-generic

2015-08-03 Thread Joseph Salisbury
** Also affects: iproute2 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: iproute2 (Ubuntu)
   Status: New = Triaged

** Changed in: iproute2 (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: iproute2 (Ubuntu)
   Importance: Undecided = High

** Changed in: iproute2 (Ubuntu Trusty)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to iproute2 in Ubuntu.
https://bugs.launchpad.net/bugs/1481038

Title:
  iproute2 crashes being reported since kernel version 3.13-0-59-generic

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs