Activity log for bug #1064521

Date Who What changed Old value New value Message
2012-10-09 16:45:00 Alex Bligh bug added bug
2012-10-09 17:25:27 Marc Deslauriers visibility private public
2012-10-09 17:30:08 Brad Figg linux (Ubuntu): status New Incomplete
2012-10-09 17:30:10 Brad Figg tags precise
2012-10-09 17:38:05 Alex Bligh tags precise apport-collected precise
2012-10-09 17:38:06 Alex Bligh description On the Precise default kernel, it is possible by executing zcat on a large file for an unprivileged user to disrupt I/O sufficiently that it causes serious disruption. Serious disruption means (e.g.) a single MySQL update hangs for over 120 seconds on the default scheduler (cfq), and between 1 and 11 seconds on the deadline scheduler. This is reproducible on 2 sets of hardware using: root@extility-qa-test:~# uname -a Linux extility-qa-test 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux linux-image-3.2.0-29-generic 3.2.0-29.46 root@extility-qa-test:~# cat /proc/sys/vm/dirty_ratio 20 root@extility-qa-test:~# cat /proc/sys/vm/dirty_background_ratio 10 No such problems occur on Lucid OS running the Oneiric Backports kernel. root@management-dev2:~# uname -a Linux management-dev2 3.0.0-15-server #26~lucid1-Ubuntu SMP Wed Jan 25 15:55:45 UTC 2012 x86_64 GNU/Linux linux-image-3.0.0-15-server 3.0.0-15.26~lucid1 In order to replicate, download (e.g.) this gzipped Lucid image (note this is not the OS we are running, this is just an example of the a file that causes the problem): http://repo.flexiant.com/images/public/kvm/ubuntu10.04.img.gz and as un unprivileged user, on a default, untuned Precise install, do zcat ubuntu10.04.img.gz > test Now in another window execute any trivial mysql update on any table. Note that this can take a hugely long time. "show full processlist" in mysql console will show the time taken executing the command. In kernel logs (with cfq) we see e.g.: Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268048] INFO: task mysqld:1358 blocked for more than 120 seconds. Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268144] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268267] mysqld D ffffffff81806200 0 1358 1 0x00000000 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268272] ffff8801921fde48 0000000000000082 ffff8801921fde00 0000000300000001 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268278] ffff8801921fdfd8 ffff8801921fdfd8 ffff8801921fdfd8 0000000000013780 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268283] ffff880195169700 ffff880191f79700 ffff8801921fde58 ffff8801912b2800 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268288] Call Trace: Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268298] [<ffffffff816579cf>] schedule+0x3f/0x60 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268303] [<ffffffff812650d5>] jbd2_log_wait_commit+0xb5/0x130 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268308] [<ffffffff8108aa50>] ? add_wait_queue+0x60/0x60 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268313] [<ffffffff81211248>] ext4_sync_file+0x208/0x2d0 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268317] [<ffffffff81177ba0>] ? vfs_write+0x110/0x180 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268321] [<ffffffff811a63a6>] do_fsync+0x56/0x80 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268325] [<ffffffff811a66d0>] sys_fsync+0x10/0x20 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268329] [<ffffffff81661ec2>] system_call_fastpath+0x16/0x1b Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268176] INFO: task mysqld:1358 blocked for more than 120 seconds. Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268282] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268393] mysqld D ffffffff81806200 0 1358 1 0x00000000 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268399] ffff8801921fde48 0000000000000082 ffff8801921fde00 0000000300000001 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268405] ffff8801921fdfd8 ffff8801921fdfd8 ffff8801921fdfd8 0000000000013780 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268410] ffff880195169700 ffff880191f79700 ffff8801921fde58 ffff8801912b2800 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268415] Call Trace: Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268426] [<ffffffff816579cf>] schedule+0x3f/0x60 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268431] [<ffffffff812650d5>] jbd2_log_wait_commit+0xb5/0x130 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268436] [<ffffffff8108aa50>] ? add_wait_queue+0x60/0x60 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268441] [<ffffffff81211248>] ext4_sync_file+0x208/0x2d0 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268445] [<ffffffff81177ba0>] ? vfs_write+0x110/0x180 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268450] [<ffffffff811a63a6>] do_fsync+0x56/0x80 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268454] [<ffffffff811a66d0>] sys_fsync+0x10/0x20 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268458] [<ffffffff81661ec2>] system_call_fastpath+0x16/0x1b Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268473] INFO: task master:1525 blocked for more than 120 seconds. Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268563] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. This isn't just a problem with MySQL. Here it is killing Postgres: Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269090] INFO: task postgres:2188 blocked for more than 120 seconds. Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269188] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269298] postgres D ffffffff81806200 0 2188 2186 0x00000000 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269302] ffff8801919cbe48 0000000000000082 ffff8801919cbe00 0000000300000001 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269307] ffff8801919cbfd8 ffff8801919cbfd8 ffff8801919cbfd8 0000000000013780 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269312] ffff880195169700 ffff8801916fae00 ffff8801919cbe58 ffff8801912b2800 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269317] Call Trace: Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269321] [<ffffffff816579cf>] schedule+0x3f/0x60 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269325] [<ffffffff812650d5>] jbd2_log_wait_commit+0xb5/0x130 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269328] [<ffffffff8108aa50>] ? add_wait_queue+0x60/0x60 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269332] [<ffffffff81211248>] ext4_sync_file+0x208/0x2d0 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269335] [<ffffffff81177ba0>] ? vfs_write+0x110/0x180 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269339] [<ffffffff811a63a6>] do_fsync+0x56/0x80 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269342] [<ffffffff811a66d0>] sys_fsync+0x10/0x20 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269346] [<ffffffff81661ec2>] system_call_fastpath+0x16/0x1b Standard information follows: root@extility-qa-test:~# lsb_release -rd Description: Ubuntu 12.04.1 LTS Release: 12.04 root@extility-qa-test:~# apt-cache policy linux-image-3.2.0-29-generic linux-image-3.2.0-29-generic: Installed: 3.2.0-29.46 Candidate: 3.2.0-29.46 Version table: *** 3.2.0-29.46 0 500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages 100 /var/lib/dpkg/status Expected behaviour: same as Lucid, perhaps MySQL slows down a bit, but cannot be DoS'd What actually happened: local DoS of MySQL. On the Precise default kernel, it is possible by executing zcat on a large file for an unprivileged user to disrupt I/O sufficiently that it causes serious disruption. Serious disruption means (e.g.) a single MySQL update hangs for over 120 seconds on the default scheduler (cfq), and between 1 and 11 seconds on the deadline scheduler. This is reproducible on 2 sets of hardware using: root@extility-qa-test:~# uname -a Linux extility-qa-test 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux linux-image-3.2.0-29-generic 3.2.0-29.46 root@extility-qa-test:~# cat /proc/sys/vm/dirty_ratio 20 root@extility-qa-test:~# cat /proc/sys/vm/dirty_background_ratio 10 No such problems occur on Lucid OS running the Oneiric Backports kernel. root@management-dev2:~# uname -a Linux management-dev2 3.0.0-15-server #26~lucid1-Ubuntu SMP Wed Jan 25 15:55:45 UTC 2012 x86_64 GNU/Linux linux-image-3.0.0-15-server 3.0.0-15.26~lucid1 In order to replicate, download (e.g.) this gzipped Lucid image (note this is not the OS we are running, this is just an example of the a file that causes the problem): http://repo.flexiant.com/images/public/kvm/ubuntu10.04.img.gz and as un unprivileged user, on a default, untuned Precise install, do zcat ubuntu10.04.img.gz > test Now in another window execute any trivial mysql update on any table. Note that this can take a hugely long time. "show full processlist" in mysql console will show the time taken executing the command. In kernel logs (with cfq) we see e.g.: Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268048] INFO: task mysqld:1358 blocked for more than 120 seconds. Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268144] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268267] mysqld D ffffffff81806200 0 1358 1 0x00000000 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268272] ffff8801921fde48 0000000000000082 ffff8801921fde00 0000000300000001 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268278] ffff8801921fdfd8 ffff8801921fdfd8 ffff8801921fdfd8 0000000000013780 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268283] ffff880195169700 ffff880191f79700 ffff8801921fde58 ffff8801912b2800 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268288] Call Trace: Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268298] [<ffffffff816579cf>] schedule+0x3f/0x60 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268303] [<ffffffff812650d5>] jbd2_log_wait_commit+0xb5/0x130 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268308] [<ffffffff8108aa50>] ? add_wait_queue+0x60/0x60 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268313] [<ffffffff81211248>] ext4_sync_file+0x208/0x2d0 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268317] [<ffffffff81177ba0>] ? vfs_write+0x110/0x180 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268321] [<ffffffff811a63a6>] do_fsync+0x56/0x80 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268325] [<ffffffff811a66d0>] sys_fsync+0x10/0x20 Oct 8 14:57:02 extility-qa-test kernel: [ 3840.268329] [<ffffffff81661ec2>] system_call_fastpath+0x16/0x1b Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268176] INFO: task mysqld:1358 blocked for more than 120 seconds. Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268282] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268393] mysqld D ffffffff81806200 0 1358 1 0x00000000 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268399] ffff8801921fde48 0000000000000082 ffff8801921fde00 0000000300000001 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268405] ffff8801921fdfd8 ffff8801921fdfd8 ffff8801921fdfd8 0000000000013780 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268410] ffff880195169700 ffff880191f79700 ffff8801921fde58 ffff8801912b2800 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268415] Call Trace: Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268426] [<ffffffff816579cf>] schedule+0x3f/0x60 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268431] [<ffffffff812650d5>] jbd2_log_wait_commit+0xb5/0x130 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268436] [<ffffffff8108aa50>] ? add_wait_queue+0x60/0x60 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268441] [<ffffffff81211248>] ext4_sync_file+0x208/0x2d0 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268445] [<ffffffff81177ba0>] ? vfs_write+0x110/0x180 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268450] [<ffffffff811a63a6>] do_fsync+0x56/0x80 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268454] [<ffffffff811a66d0>] sys_fsync+0x10/0x20 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268458] [<ffffffff81661ec2>] system_call_fastpath+0x16/0x1b Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268473] INFO: task master:1525 blocked for more than 120 seconds. Oct 8 14:59:02 extility-qa-test kernel: [ 3960.268563] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. This isn't just a problem with MySQL. Here it is killing Postgres: Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269090] INFO: task postgres:2188 blocked for more than 120 seconds. Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269188] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269298] postgres D ffffffff81806200 0 2188 2186 0x00000000 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269302] ffff8801919cbe48 0000000000000082 ffff8801919cbe00 0000000300000001 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269307] ffff8801919cbfd8 ffff8801919cbfd8 ffff8801919cbfd8 0000000000013780 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269312] ffff880195169700 ffff8801916fae00 ffff8801919cbe58 ffff8801912b2800 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269317] Call Trace: Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269321] [<ffffffff816579cf>] schedule+0x3f/0x60 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269325] [<ffffffff812650d5>] jbd2_log_wait_commit+0xb5/0x130 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269328] [<ffffffff8108aa50>] ? add_wait_queue+0x60/0x60 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269332] [<ffffffff81211248>] ext4_sync_file+0x208/0x2d0 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269335] [<ffffffff81177ba0>] ? vfs_write+0x110/0x180 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269339] [<ffffffff811a63a6>] do_fsync+0x56/0x80 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269342] [<ffffffff811a66d0>] sys_fsync+0x10/0x20 Oct 8 14:59:02 extility-qa-test kernel: [ 3960.269346] [<ffffffff81661ec2>] system_call_fastpath+0x16/0x1b Standard information follows: root@extility-qa-test:~# lsb_release -rd Description: Ubuntu 12.04.1 LTS Release: 12.04 root@extility-qa-test:~# apt-cache policy linux-image-3.2.0-29-generic linux-image-3.2.0-29-generic: Installed: 3.2.0-29.46 Candidate: 3.2.0-29.46 Version table: *** 3.2.0-29.46 0 500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages 100 /var/lib/dpkg/status Expected behaviour: same as Lucid, perhaps MySQL slows down a bit, but cannot be DoS'd What actually happened: local DoS of MySQL. --- AlsaDevices: total 0 crw-rw---T 1 root audio 116, 1 Oct 9 10:02 seq crw-rw---T 1 root audio 116, 33 Oct 9 10:02 timer AplayDevices: Error: [Errno 2] No such file or directory ApportVersion: 2.0.1-0ubuntu13 Architecture: amd64 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: [Errno 2] No such file or directory DistroRelease: Ubuntu 12.04 HibernationDevice: RESUME=UUID=5cd80c3d-3646-42ed-bf16-528a0151228d InstallationMedia: Ubuntu-Server 12.04.1 LTS "Precise Pangolin" - Release amd64 (20120817.3) IwConfig: Error: [Errno 2] No such file or directory MachineType: Dell Inc. PowerEdge R210 II Package: linux (not installed) PciMultimedia: ProcEnviron: LANGUAGE=en_GB:en TERM=xterm-color LANG=en_GB.UTF-8 SHELL=/bin/bash ProcFB: 0 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic root=UUID=9daecda1-1f0f-41a0-91b8-5981fdea5c9e ro quiet ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24 RelatedPackageVersions: linux-restricted-modules-3.2.0-29-generic N/A linux-backports-modules-3.2.0-29-generic N/A linux-firmware 1.79 RfKill: Error: [Errno 2] No such file or directory Tags: precise Uname: Linux 3.2.0-29-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 03/13/2012 dmi.bios.vendor: Dell Inc. dmi.bios.version: 2.0.5 dmi.board.name: 03X6X0 dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 23 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr2.0.5:bd03/13/2012:svnDellInc.:pnPowerEdgeR210II:pvr:rvnDellInc.:rn03X6X0:rvrA00:cvnDellInc.:ct23:cvr: dmi.product.name: PowerEdge R210 II dmi.sys.vendor: Dell Inc.
2012-10-09 17:38:07 Alex Bligh attachment added AcpiTables.txt https://bugs.launchpad.net/bugs/1064521/+attachment/3390384/+files/AcpiTables.txt
2012-10-09 17:38:08 Alex Bligh attachment added BootDmesg.txt https://bugs.launchpad.net/bugs/1064521/+attachment/3390385/+files/BootDmesg.txt
2012-10-09 17:38:09 Alex Bligh attachment added CurrentDmesg.txt https://bugs.launchpad.net/bugs/1064521/+attachment/3390386/+files/CurrentDmesg.txt
2012-10-09 17:38:11 Alex Bligh attachment added Lspci.txt https://bugs.launchpad.net/bugs/1064521/+attachment/3390387/+files/Lspci.txt
2012-10-09 17:38:12 Alex Bligh attachment added Lsusb.txt https://bugs.launchpad.net/bugs/1064521/+attachment/3390388/+files/Lsusb.txt
2012-10-09 17:38:14 Alex Bligh attachment added ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1064521/+attachment/3390389/+files/ProcCpuinfo.txt
2012-10-09 17:38:15 Alex Bligh attachment added ProcInterrupts.txt https://bugs.launchpad.net/bugs/1064521/+attachment/3390390/+files/ProcInterrupts.txt
2012-10-09 17:38:18 Alex Bligh attachment added ProcModules.txt https://bugs.launchpad.net/bugs/1064521/+attachment/3390391/+files/ProcModules.txt
2012-10-09 17:38:19 Alex Bligh attachment added UdevDb.txt https://bugs.launchpad.net/bugs/1064521/+attachment/3390392/+files/UdevDb.txt
2012-10-09 17:38:20 Alex Bligh attachment added UdevLog.txt https://bugs.launchpad.net/bugs/1064521/+attachment/3390393/+files/UdevLog.txt
2012-10-09 17:38:22 Alex Bligh attachment added WifiSyslog.txt https://bugs.launchpad.net/bugs/1064521/+attachment/3390394/+files/WifiSyslog.txt
2012-10-09 17:44:11 Alex Bligh linux (Ubuntu): status Incomplete Confirmed
2012-10-10 13:51:47 Ric Gamble attachment added python test script to show mySQL response times https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1064521/+attachment/3392797/+files/sql-test.py
2012-10-11 09:38:22 Ric Gamble attachment added updated sql-test2.py script https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1064521/+attachment/3394456/+files/sql-test2.py
2012-10-11 12:00:10 Ric Gamble attachment added log1 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1064521/+attachment/3394540/+files/logfile_10_46_11_10_2012.log
2012-10-11 12:01:11 Ric Gamble attachment added log2 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1064521/+attachment/3394541/+files/logfile_10_21_11_10_2012.log
2012-10-11 12:17:55 Ric Gamble attachment added 10:21+ log file https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1064521/+attachment/3394569/+files/mylog-10_21.txt
2012-10-11 12:18:59 Ric Gamble attachment added 10:26+ log file https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1064521/+attachment/3394570/+files/mylog-10_46.txt
2012-10-11 12:21:06 Ric Gamble attachment added 10:11 sql-test2.py log file https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1064521/+attachment/3394572/+files/logfile_10_11_11_10_2012.log
2012-10-11 12:21:41 Ric Gamble attachment added 10:11+ log file https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1064521/+attachment/3394573/+files/mylog-10_11.txt
2012-10-11 18:10:19 Joseph Salisbury linux (Ubuntu): importance Undecided Medium
2012-10-12 12:18:50 Ric Gamble attachment added 11:00 log https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1064521/+attachment/3396237/+files/logfile_11_00_12_10_2012.log
2012-10-12 12:19:19 Ric Gamble attachment added 11:17 log file https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1064521/+attachment/3396238/+files/logfile_11_17_12_10_2012.log
2012-10-12 12:19:53 Ric Gamble attachment added 11:35 log file https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1064521/+attachment/3396239/+files/logfile_11_35_12_10_2012.log
2012-10-12 12:20:17 Ric Gamble attachment added 11:55 log file https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1064521/+attachment/3396240/+files/logfile_11_55_12_10_2012.log
2012-10-13 02:20:17 Joseph Salisbury tags apport-collected precise apport-collected kernel-bug-exists-upstream kernel-da-key precise quantal
2012-10-13 02:22:53 Joseph Salisbury nominated for series Ubuntu Precise
2012-10-13 02:22:53 Joseph Salisbury bug task added linux (Ubuntu Precise)
2012-10-13 02:22:53 Joseph Salisbury nominated for series Ubuntu Quantal
2012-10-13 02:22:53 Joseph Salisbury bug task added linux (Ubuntu Quantal)
2012-10-13 02:23:05 Joseph Salisbury linux (Ubuntu Precise): importance Undecided Medium
2012-10-13 02:23:13 Joseph Salisbury linux (Ubuntu Precise): status New Triaged
2012-10-13 02:23:17 Joseph Salisbury linux (Ubuntu Quantal): status Confirmed Triaged
2012-10-13 16:05:11 dinamich bug added subscriber dinamich
2012-10-15 17:53:55 Karma Dorje bug added subscriber Karma Dorje
2012-10-17 02:56:37 Dimitrios Apostolou bug added subscriber Dimitrios Apostolou
2012-12-11 20:08:34 mrf bug added subscriber mrf
2013-11-29 00:59:01 penalvch tags apport-collected kernel-bug-exists-upstream kernel-da-key precise quantal apport-collected bios-outdated-2.6.1 kernel-bug-exists-upstream kernel-da-key needs-upstream-testing precise quantal regression-release
2014-05-19 23:28:32 Ivan Baldo bug added subscriber Ivan Baldo
2014-06-26 22:52:36 Jamie Strandboge linux (Ubuntu Quantal): status Triaged Won't Fix
2021-10-14 01:18:57 Steve Langasek linux (Ubuntu Precise): status Triaged Won't Fix