[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2012-01-23 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 2.6.32-38.83 --- linux (2.6.32-38.83) lucid-proposed; urgency=low [Herton R. Krzesinski] * Release Tracking Bug - LP: #911405 [ Upstream Kernel Changes ] * Revert clockevents: Set noop handler in clockevents_exchange_device()

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2012-01-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/maverick-proposed/linux-mvl-dove -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863394 Title: kernel fails to notify IPv6 allocation correctly. To manage notifications

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2012-01-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/linux-ec2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863394 Title: kernel fails to notify IPv6 allocation correctly. To manage notifications about

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2012-01-05 Thread Herton R. Krzesinski
This bug is awaiting verification that the kernel in -proposed solves the problem (2.6.32-38.83). Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed-lucid' to 'verification-done-lucid'. If verification is not done by one week

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2012-01-05 Thread Neil Wilson
Confirmed fixed on i686 with kernel 2.6.32-38-generic-pae #83-Ubuntu SMP Wed Jan 4 12:11:13 UTC 2012 i686 GNU/Linux Confirmed fixed on x86_64 with kernel 2.6.32-38-server #83-Ubuntu SMP Wed Jan 4 11:26:59 UTC 2012 x86_64 GNU/Linux Many thanks! ** Tags removed: verification-needed-lucid **

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-12-16 Thread Neil Wilson
Confirmed fixed on i386. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863394 Title: kernel fails to notify IPv6 allocation correctly. To manage notifications about this bug go to:

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-12-16 Thread Neil Wilson
Confirmed fixed on amd64 ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863394 Title: kernel fails to notify IPv6 allocation

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-12-16 Thread Brad Figg
** Description changed: + SRU Justification + + Impact: + 2.6.32 has a problem with allocating IPv6 addresses that shows up using later versions of libvirt, or if you create lots of IPv6 addresses manually. What happens is that 'ip addr show dev' for a particular device fails to

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-12-16 Thread Brad Figg
** Description changed: SRU Justification Impact: 2.6.32 has a problem with allocating IPv6 addresses that shows up using later versions of libvirt, or if you create lots of IPv6 addresses manually. What happens is that 'ip addr show dev' for a particular device fails to

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-12-16 Thread Tim Gardner
** Also affects: linux (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: In Progress = Fix Released ** Changed in: linux (Ubuntu Lucid) Status: New = Fix Committed -- You received this bug notification because you are a member of

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-12-15 Thread Brad Figg
@Neil, I've applied your patch to the latest Lucid kernel source and have test kernels available at: http://people.canonical.com/~bradf/lp863394/ Please test and add a comment back here indicating if they fix your issue or not. -- You received this bug notification because you are a member of

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-12-15 Thread Brad Figg
** Changed in: linux (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863394 Title: kernel fails to notify IPv6 allocation correctly. To manage

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-12-15 Thread Ubuntu Foundation's Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863394 Title: kernel fails to notify IPv6 allocation correctly. To manage notifications about this bug go to:

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-10-04 Thread Neil Wilson
Fixes backported to 2.6.32 ** Patch added: 0001-addrconf.c-Prevent-missing-IPv6-addresses.patch https://bugs.launchpad.net/ubuntu/+source/linux/+bug/863394/+attachment/2508136/+files/0001-addrconf.c-Prevent-missing-IPv6-addresses.patch -- You received this bug notification because you are a

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-10-04 Thread Neil Wilson
Fault has been introduced by commit 5d5619b40c2474de01c64bdf6bb9f1211d3e967a https://github.com/mirrors/linux-2.6/commit/5d5619b40c2474de01c64bdf6bb9f1211d3e967a which fails to check the return value of 'err' and break out of the enclosing for loop. The fault is corrected during the refactoring

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-10-03 Thread Neil Wilson
This fault can be shown more simply with the attached create dummies ruby script, which simply adds 16 IPv6 addresses to dummy interfaces. Running ./create-dummies.rb creates five dummy interfaces 'dummy01' to 'dummy05' each with 16 IPv6 addresses on them. Running 'ip addr show dev dummy04' and

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-10-03 Thread Neil Wilson
Running 'ip link del dummy01' moves the problem from dummy04 to dummy05 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863394 Title: kernel fails to notify IPv6 allocation correctly. To manage

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-09-30 Thread Neil Wilson
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863394 Title: kernel fails to notify IPv6 allocation correctly. To manage notifications about this bug go to:

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-09-30 Thread Neil Wilson
ip -o -6 addr show dev br25006e Will then return no entry, but ifconfig br25006e shows the ipv6 addresses as expected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863394 Title: kernel fails to

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-09-30 Thread Brad Figg
** Changed in: linux (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863394 Title: kernel fails to notify IPv6 allocation correctly. To manage notifications

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-09-30 Thread Neil Wilson
Later kernels don't appear to suffer this fault, but it is replicable on RHEL 6.x and derivatives, which uses the 2.6.32 kernel similarly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863394 Title:

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-09-30 Thread Neil Wilson
Steps to replicate From a clean booted Lucid server (cloud image or otherwise). sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install bridge-utils dnsmasq-base ruby Install the attached files (bradd.sh, create-bridges.rb) in the home directory and run sudo ./create-bridges.rb 25

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-09-30 Thread Neil Wilson
** Attachment added: Looped bridge creator https://bugs.launchpad.net/ubuntu/+source/linux/+bug/863394/+attachment/2487354/+files/create-bridges.rb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 863394] Re: kernel fails to notify IPv6 allocation correctly.

2011-09-30 Thread Neil Wilson
https://bugzilla.redhat.com/show_bug.cgi?id=742588 RHEL Bug ** Bug watch added: Red Hat Bugzilla #742588 https://bugzilla.redhat.com/show_bug.cgi?id=742588 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.