Activity log for bug #994931

Date Who What changed Old value New value Message
2012-05-05 01:43:30 Malcolm Scott bug added bug
2012-05-05 02:00:06 Brad Figg linux (Ubuntu): status New Incomplete
2012-05-05 02:00:08 Brad Figg tags precise
2012-05-05 02:17:42 Malcolm Scott bug added subscriber Mathieu Trudel-Lapierre
2012-05-05 22:07:08 Malcolm Scott tags precise apport-collected precise
2012-05-05 22:07:09 Malcolm Scott description $ uname -a Linux expvr-alnilam 3.2.0-24-generic-pae #37-Ubuntu SMP Wed Apr 25 10:47:59 UTC 2012 i686 i686 i386 GNU/Linux $ sysctl net.ipv6.conf.eth2.use_tempaddr net.ipv6.conf.eth2.use_tempaddr = 2 # (as per the default /etc/sysctl.d/10-ipv6-privacy.conf in 12.04) # Add a static IPv6 address: $ sudo ip addr add 2001:470:9321:f003::1122/64 dev eth2 # Verify that it has been set up, and that a temporary address and a SLAAC address also exist: $ ip -6 addr list dev eth2 4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qlen 1000 inet6 2001:470:9321:f003:74e3:aa2b:7ee5:c002/64 scope global temporary dynamic valid_lft 86393sec preferred_lft 14393sec inet6 2001:470:9321:f003:6c97:24ff:fe3f:263b/64 scope global dynamic valid_lft 86393sec preferred_lft 14393sec inet6 2001:470:9321:f003::1122/64 scope global valid_lft forever preferred_lft forever inet6 fe80::6c97:24ff:fe3f:263b/64 scope link valid_lft forever preferred_lft forever # Disable RFC 4941 temporary addresses: $ sudo sysctl net.ipv6.conf.eth2.use_tempaddr=0 net.ipv6.conf.eth2.use_tempaddr = 0 $ ip -6 addr list dev eth2 4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qlen 1000 inet6 fe80::6c97:24ff:fe3f:263b/64 scope link tentative valid_lft forever preferred_lft forever I.e. on setting use_tempaddr=0, _all_ IPv6 addresses are removed, including statically-configured and non-temporary SLAAC-configured addresses. (The link-local address reappears quickly but the 'tentative' flag indicates that it has been newly re-added. The SLAAC address reappears after a slightly longer interval as the kernel continues to undergo SLAAC, but the static address is gone forever unless manually reinstated.) The same happens if use_tempaddr is changed from 0 back to 2. The expected outcome is that only temporary addresses are affected by a change to use_tempaddr. $ uname -a Linux expvr-alnilam 3.2.0-24-generic-pae #37-Ubuntu SMP Wed Apr 25 10:47:59 UTC 2012 i686 i686 i386 GNU/Linux $ sysctl net.ipv6.conf.eth2.use_tempaddr net.ipv6.conf.eth2.use_tempaddr = 2 # (as per the default /etc/sysctl.d/10-ipv6-privacy.conf in 12.04) # Add a static IPv6 address: $ sudo ip addr add 2001:470:9321:f003::1122/64 dev eth2 # Verify that it has been set up, and that a temporary address and a SLAAC address also exist: $ ip -6 addr list dev eth2 4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qlen 1000 inet6 2001:470:9321:f003:74e3:aa2b:7ee5:c002/64 scope global temporary dynamic valid_lft 86393sec preferred_lft 14393sec inet6 2001:470:9321:f003:6c97:24ff:fe3f:263b/64 scope global dynamic valid_lft 86393sec preferred_lft 14393sec inet6 2001:470:9321:f003::1122/64 scope global valid_lft forever preferred_lft forever inet6 fe80::6c97:24ff:fe3f:263b/64 scope link valid_lft forever preferred_lft forever # Disable RFC 4941 temporary addresses: $ sudo sysctl net.ipv6.conf.eth2.use_tempaddr=0 net.ipv6.conf.eth2.use_tempaddr = 0 $ ip -6 addr list dev eth2 4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qlen 1000 inet6 fe80::6c97:24ff:fe3f:263b/64 scope link tentative valid_lft forever preferred_lft forever I.e. on setting use_tempaddr=0, _all_ IPv6 addresses are removed, including statically-configured and non-temporary SLAAC-configured addresses. (The link-local address reappears quickly but the 'tentative' flag indicates that it has been newly re-added. The SLAAC address reappears after a slightly longer interval as the kernel continues to undergo SLAAC, but the static address is gone forever unless manually reinstated.) The same happens if use_tempaddr is changed from 0 back to 2. The expected outcome is that only temporary addresses are affected by a change to use_tempaddr. --- AcpiTables: AlsaDevices: total 0 crw-rw---T 1 root audio 116, 1 May 5 03:53 seq crw-rw---T 1 root audio 116, 33 May 5 03:53 timer AplayDevices: Error: [Errno 2] No such file or directory ApportVersion: 2.0.1-0ubuntu7 Architecture: i386 ArecordDevices: Error: [Errno 2] No such file or directory AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. CurrentDmesg: DistroRelease: Ubuntu 12.04 IwConfig: Error: [Errno 2] No such file or directory Lspci: Error: [Errno 2] No such file or directory Lsusb: Error: [Errno 2] No such file or directory Package: linux (not installed) PciMultimedia: ProcEnviron: TERM=screen.linux PATH=(custom, no user) LANG=en_GB.UTF-8 SHELL=/bin/bash ProcFB: ProcKernelCmdLine: root=UUID=b16ffd9c-a54a-4dd3-a839-16c382ea8787 ro console=hvc0 ProcModules: lp 17455 0 - Live 0x00000000 parport 40930 1 lp, Live 0x00000000 xenfs 17877 1 - Live 0x00000000 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14 RelatedPackageVersions: linux-restricted-modules-3.2.0-24-generic-pae N/A linux-backports-modules-3.2.0-24-generic-pae N/A linux-firmware 1.79 RfKill: Error: [Errno 2] No such file or directory Tags: precise Uname: Linux 3.2.0-24-generic-pae i686 UpgradeStatus: Upgraded to precise on 2012-05-05 (0 days ago) UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
2012-05-05 22:07:10 Malcolm Scott attachment added BootDmesg.txt https://bugs.launchpad.net/bugs/994931/+attachment/3132521/+files/BootDmesg.txt
2012-05-05 22:07:11 Malcolm Scott attachment added ProcCpuinfo.txt https://bugs.launchpad.net/bugs/994931/+attachment/3132522/+files/ProcCpuinfo.txt
2012-05-05 22:07:13 Malcolm Scott attachment added ProcInterrupts.txt https://bugs.launchpad.net/bugs/994931/+attachment/3132523/+files/ProcInterrupts.txt
2012-05-05 22:07:14 Malcolm Scott attachment added UdevDb.txt https://bugs.launchpad.net/bugs/994931/+attachment/3132524/+files/UdevDb.txt
2012-05-05 22:07:16 Malcolm Scott attachment added UdevLog.txt https://bugs.launchpad.net/bugs/994931/+attachment/3132525/+files/UdevLog.txt
2012-05-05 22:07:18 Malcolm Scott attachment added WifiSyslog.txt https://bugs.launchpad.net/bugs/994931/+attachment/3132526/+files/WifiSyslog.txt
2012-05-05 22:08:22 Malcolm Scott linux (Ubuntu): status Incomplete New
2012-05-05 22:08:50 Malcolm Scott linux (Ubuntu): status New Confirmed
2012-05-18 18:24:55 Joseph Salisbury linux (Ubuntu): importance Undecided Medium
2012-05-18 18:26:28 Joseph Salisbury tags apport-collected precise apport-collected kernel-da-key precise
2012-05-18 20:13:27 Malcolm Scott attachment added fixed IPv6 Privacy implementation https://bugs.launchpad.net/ubuntu/+source/linux/+bug/994931/+attachment/3152780/+files/ipv6-privacy-fix.diff
2012-05-18 20:20:49 Malcolm Scott bug watch added http://bugzilla.kernel.org/show_bug.cgi?id=42855
2012-05-18 20:26:43 Joseph Salisbury bug task added linux
2012-05-18 20:42:19 Ubuntu Foundations Team Bug Bot tags apport-collected kernel-da-key precise apport-collected kernel-da-key patch precise
2012-05-18 20:42:20 Ubuntu Foundations Team Bug Bot bug added subscriber Joseph Salisbury
2012-05-18 21:16:45 Bug Watch Updater linux: status Unknown Confirmed
2012-05-18 21:16:45 Bug Watch Updater linux: importance Unknown Medium
2012-05-30 16:16:32 Joseph Salisbury linux (Ubuntu): status Confirmed Triaged
2012-08-31 21:30:08 Bug Watch Updater linux: status Confirmed Invalid
2013-03-12 23:22:21 James Troup bug added subscriber The Canonical Sysadmins
2014-06-20 12:48:07 Tim Gardner nominated for series Ubuntu Trusty
2014-06-20 12:48:07 Tim Gardner bug task added linux (Ubuntu Trusty)
2014-06-20 12:48:07 Tim Gardner nominated for series Ubuntu Precise
2014-06-20 12:48:07 Tim Gardner bug task added linux (Ubuntu Precise)
2014-06-20 12:48:07 Tim Gardner nominated for series Ubuntu Utopic
2014-06-20 12:48:07 Tim Gardner bug task added linux (Ubuntu Utopic)
2014-06-20 12:48:24 Tim Gardner linux (Ubuntu Precise): status New In Progress
2014-06-20 12:48:24 Tim Gardner linux (Ubuntu Precise): assignee Tim Gardner (timg-tpi)
2014-06-20 12:48:39 Tim Gardner linux (Ubuntu Trusty): status New In Progress
2014-06-20 12:48:39 Tim Gardner linux (Ubuntu Trusty): assignee Tim Gardner (timg-tpi)
2014-06-20 12:48:51 Tim Gardner linux (Ubuntu Utopic): status Triaged In Progress
2014-06-20 12:48:51 Tim Gardner linux (Ubuntu Utopic): assignee Tim Gardner (timg-tpi)
2014-10-10 19:24:56 Scott Moser linux (Ubuntu Utopic): status In Progress Fix Released
2015-02-11 15:08:45 Andy Whitcroft linux (Ubuntu Precise): importance Undecided High
2015-02-11 15:08:47 Andy Whitcroft linux (Ubuntu Trusty): importance Undecided High
2015-02-11 18:43:58 Kamal Mostafa linux (Ubuntu Utopic): status Fix Released Invalid
2015-02-11 18:43:58 Kamal Mostafa linux (Ubuntu Utopic): assignee Tim Gardner (timg-tpi)
2015-02-11 18:44:20 Kamal Mostafa linux (Ubuntu): status Fix Released Confirmed
2015-02-11 23:06:57 Haw Loeung bug added subscriber Haw Loeung
2015-02-12 01:28:52 Kamal Mostafa linux (Ubuntu): assignee Tim Gardner (timg-tpi) Kamal Mostafa (kamalmostafa)
2015-02-12 01:28:57 Kamal Mostafa linux (Ubuntu Precise): assignee Tim Gardner (timg-tpi) Kamal Mostafa (kamalmostafa)
2015-02-12 01:29:00 Kamal Mostafa linux (Ubuntu Trusty): assignee Tim Gardner (timg-tpi) Kamal Mostafa (kamalmostafa)
2016-01-25 14:53:02 Sven Mueller bug added subscriber Goobuntu Team
2016-04-24 18:54:15 Tore Anderson bug added subscriber Tore Anderson
2016-09-21 21:18:06 Kamal Mostafa linux (Ubuntu Trusty): status In Progress Fix Committed
2016-09-21 21:18:10 Kamal Mostafa linux (Ubuntu Precise): status In Progress Fix Committed
2016-09-26 19:16:14 Brad Figg tags apport-collected kernel-da-key patch precise apport-collected kernel-da-key patch precise verification-needed-precise
2016-09-26 19:16:31 Brad Figg tags apport-collected kernel-da-key patch precise verification-needed-precise apport-collected kernel-da-key patch precise verification-needed-precise verification-needed-trusty
2016-09-27 17:13:31 Philipp Kern tags apport-collected kernel-da-key patch precise verification-needed-precise verification-needed-trusty apport-collected kernel-da-key patch precise verification-done-trusty verification-needed-precise
2016-09-30 16:20:11 Joseph Salisbury tags apport-collected kernel-da-key patch precise verification-done-trusty verification-needed-precise apport-collected kernel-da-key patch precise verification-done-precise verification-done-trusty
2016-10-10 17:49:46 Launchpad Janitor linux (Ubuntu Trusty): status Fix Committed Fix Released
2016-10-10 17:49:46 Launchpad Janitor cve linked 2016-6136
2016-10-10 17:49:46 Launchpad Janitor cve linked 2016-6480
2016-10-10 17:49:46 Launchpad Janitor cve linked 2016-6828
2016-10-10 17:49:46 Launchpad Janitor cve linked 2016-7039
2016-10-10 17:49:47 Launchpad Janitor linux (Ubuntu Trusty): status Fix Committed Fix Released
2016-10-10 18:01:20 Launchpad Janitor linux (Ubuntu Precise): status Fix Committed Fix Released
2016-10-10 18:01:22 Launchpad Janitor linux (Ubuntu Precise): status Fix Committed Fix Released