Activity log for bug #1232473

Date Who What changed Old value New value Message
2013-09-28 14:54:10 5zwvKGFr bug added bug
2013-09-28 15:00:07 Brad Figg linux (Ubuntu): status New Incomplete
2013-09-28 15:00:08 Brad Figg tags precise
2013-09-28 15:03:00 5zwvKGFr tags precise apport-collected precise running-unity staging
2013-09-28 15:03:02 5zwvKGFr description I ran update manager, it was installing a new kernel (3.2.0-54-generic). Then an error dialog/message popped up that the disk (root partition) was full, the dialog had two buttons (examine - starts baobab and skip/cancel). At first I tried to find any big files (du didn't help, showed that only 8GB of 20GB was used). Long story short, googled a bit about why df and du might disagree and someone recommended lsof | grep deleted. depmod (i think) had created a file and deleted it then kept writing to it filling up my root partition. In the end I had to kill it, because it just kept writing to it even when I zeroed out that deleted file. Here's a log of what I typed in the console: root@localhost:/tmp/fooroot# lsof | grep deleted lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andris/.gvfs Output information may be incomplete. rsyslogd 1046 syslog txt REG 8,1 385048 541758 /usr/sbin/rsyslogd (deleted) compiz 2133 andris 9r REG 0,21 133516 2235018 /home/andris/.local/share/gvfs-metadata/home (deleted) compiz 2133 andris 10r REG 0,21 32768 2236823 /home/andris/.local/share/gvfs-metadata/home-a5eca004.log (deleted) nautilus 2149 andris 14r REG 0,21 133516 2235018 /home/andris/.local/share/gvfs-metadata/home (deleted) nautilus 2149 andris 15r REG 0,21 32768 2236823 /home/andris/.local/share/gvfs-metadata/home-a5eca004.log (deleted) gvfsd-tra 2222 andris 9r REG 0,21 132484 2236225 /home/andris/.local/share/gvfs-metadata/home (deleted) gvfsd-tra 2222 andris 17r REG 0,21 32768 2236270 /home/andris/.local/share/gvfs-metadata/home-e8e5eff2.log (deleted) gvfsd-tra 2222 andris 18r REG 0,21 63236 2236055 /home/andris/.local/share/gvfs-metadata/root (deleted) gvfsd-tra 2222 andris 19r REG 0,21 32768 2236104 /home/andris/.local/share/gvfs-metadata/root-da97291d.log (deleted) bamfdaemo 2225 andris 12r REG 0,21 62912 2229546 /home/andris/.local/share/gvfs-metadata/root (deleted) bamfdaemo 2225 andris 13r REG 0,21 32768 2236924 /home/andris/.local/share/gvfs-metadata/root-691fc386.log (deleted) sh 2246 andris 9r REG 0,21 133516 2235018 /home/andris/.local/share/gvfs-metadata/home (deleted) sh 2246 andris 10r REG 0,21 32768 2236823 /home/andris/.local/share/gvfs-metadata/home-a5eca004.log (deleted) gtk-windo 2247 andris 9r REG 0,21 133516 2235018 /home/andris/.local/share/gvfs-metadata/home (deleted) gtk-windo 2247 andris 10r REG 0,21 32768 2236823 /home/andris/.local/share/gvfs-metadata/home-a5eca004.log (deleted) update-ma 2585 andris 18u REG 0,17 524 27997 /tmp/vteKY8D4W (deleted) update-ma 2585 andris 19u REG 0,17 176 27998 /tmp/vtePX8D4W (deleted) update-ma 2585 andris 108r REG 8,1 2300543 134094 /var/lib/dpkg/status (deleted) aptd 3245 root 10r REG 8,1 2300543 134094 /var/lib/dpkg/status (deleted) aptd 3269 root 10r REG 8,1 2300543 134094 /var/lib/dpkg/status (deleted) depmod 8673 root 3w REG 8,1 14525296640 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/tmp/fooroot# lsof | grep deleted | grep depmod lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andris/.gvfs Output information may be incomplete. depmod 8673 root 3w REG 8,1 14525296640 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/tmp/fooroot# sudo lsof | grep deleted | grep depmod lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andris/.gvfs Output information may be incomplete. depmod 8673 root 3w REG 8,1 14525296640 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/tmp/fooroot# cd cd /proc/8673/fd bash: cd: cd: No such file or directory root@localhost:/tmp/fooroot# cd /proc/8673/fd root@localhost:/proc/8673/fd# ls 0 1 102 2 3 root@localhost:/proc/8673/fd# ll -h total 0 dr-x------ 2 root root 0 sep 28 16:52 ./ dr-xr-xr-x 8 root root 0 sep 28 16:01 ../ lr-x------ 1 root root 64 sep 28 16:52 0 -> /dev/null l-wx------ 1 root root 64 sep 28 16:52 1 -> /dev/null lrwx------ 1 root root 64 sep 28 16:52 102 -> /dev/pts/2 l-wx------ 1 root root 64 sep 28 16:52 2 -> /dev/null l-wx------ 1 root root 64 sep 28 16:52 3 -> /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/proc/8673/fd# > 3 root@localhost:/proc/8673/fd# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 23067108 9398176 12497172 43% / udev 1958476 12 1958464 1% /dev none 1970340 3960 1966380 1% /tmp tmpfs 788140 916 787224 1% /run none 5120 0 5120 0% /run/lock none 1970340 196 1970144 1% /run/shm /dev/sda2 96121612 40710888 50527936 45% /home /home/andris/.Private 96121612 40710888 50527936 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 9,3G 12G 45% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# sudo lsof | grep deleted | grep depmod lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andris/.gvfs Output information may be incomplete. depmod 8673 root 3w REG 8,1 27424661504 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/proc/8673/fd# ll -h total 0 dr-x------ 2 root root 0 sep 28 16:52 ./ dr-xr-xr-x 8 root root 0 sep 28 16:01 ../ lr-x------ 1 root root 64 sep 28 17:33 0 -> /dev/null l-wx------ 1 root root 64 sep 28 17:33 1 -> /dev/null lrwx------ 1 root root 64 sep 28 17:33 102 -> /dev/pts/2 l-wx------ 1 root root 64 sep 28 17:33 2 -> /dev/null l-wx------ 1 root root 64 sep 28 17:33 3 -> /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 22G 0 100% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# > 3 root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 8,8G 13G 42% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 8,9G 13G 43% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 8,9G 13G 43% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 9,7G 12G 47% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 10G 11G 48% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 11G 11G 49% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# > 3 root@localhost:/proc/8673/fd# pgrep depmod 8673 root@localhost:/proc/8673/fd# pkill depmod root@localhost:/proc/8673/fd# pgrep depmod 28300 Seems I'm not the only one who's seen this issue with kernel updates: http://askubuntu.com/questions/157740/updating-to-linux-image-3-2-0-26-generic-occupies-all-disk-space I ran update manager, it was installing a new kernel (3.2.0-54-generic). Then an error dialog/message popped up that the disk (root partition) was full, the dialog had two buttons (examine - starts baobab and skip/cancel). At first I tried to find any big files (du didn't help, showed that only 8GB of 20GB was used). Long story short, googled a bit about why df and du might disagree and someone recommended lsof | grep deleted. depmod (i think) had created a file and deleted it then kept writing to it filling up my root partition. In the end I had to kill it, because it just kept writing to it even when I zeroed out that deleted file. Here's a log of what I typed in the console: root@localhost:/tmp/fooroot# lsof | grep deleted lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andris/.gvfs Output information may be incomplete. rsyslogd 1046 syslog txt REG 8,1 385048 541758 /usr/sbin/rsyslogd (deleted) compiz 2133 andris 9r REG 0,21 133516 2235018 /home/andris/.local/share/gvfs-metadata/home (deleted) compiz 2133 andris 10r REG 0,21 32768 2236823 /home/andris/.local/share/gvfs-metadata/home-a5eca004.log (deleted) nautilus 2149 andris 14r REG 0,21 133516 2235018 /home/andris/.local/share/gvfs-metadata/home (deleted) nautilus 2149 andris 15r REG 0,21 32768 2236823 /home/andris/.local/share/gvfs-metadata/home-a5eca004.log (deleted) gvfsd-tra 2222 andris 9r REG 0,21 132484 2236225 /home/andris/.local/share/gvfs-metadata/home (deleted) gvfsd-tra 2222 andris 17r REG 0,21 32768 2236270 /home/andris/.local/share/gvfs-metadata/home-e8e5eff2.log (deleted) gvfsd-tra 2222 andris 18r REG 0,21 63236 2236055 /home/andris/.local/share/gvfs-metadata/root (deleted) gvfsd-tra 2222 andris 19r REG 0,21 32768 2236104 /home/andris/.local/share/gvfs-metadata/root-da97291d.log (deleted) bamfdaemo 2225 andris 12r REG 0,21 62912 2229546 /home/andris/.local/share/gvfs-metadata/root (deleted) bamfdaemo 2225 andris 13r REG 0,21 32768 2236924 /home/andris/.local/share/gvfs-metadata/root-691fc386.log (deleted) sh 2246 andris 9r REG 0,21 133516 2235018 /home/andris/.local/share/gvfs-metadata/home (deleted) sh 2246 andris 10r REG 0,21 32768 2236823 /home/andris/.local/share/gvfs-metadata/home-a5eca004.log (deleted) gtk-windo 2247 andris 9r REG 0,21 133516 2235018 /home/andris/.local/share/gvfs-metadata/home (deleted) gtk-windo 2247 andris 10r REG 0,21 32768 2236823 /home/andris/.local/share/gvfs-metadata/home-a5eca004.log (deleted) update-ma 2585 andris 18u REG 0,17 524 27997 /tmp/vteKY8D4W (deleted) update-ma 2585 andris 19u REG 0,17 176 27998 /tmp/vtePX8D4W (deleted) update-ma 2585 andris 108r REG 8,1 2300543 134094 /var/lib/dpkg/status (deleted) aptd 3245 root 10r REG 8,1 2300543 134094 /var/lib/dpkg/status (deleted) aptd 3269 root 10r REG 8,1 2300543 134094 /var/lib/dpkg/status (deleted) depmod 8673 root 3w REG 8,1 14525296640 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/tmp/fooroot# lsof | grep deleted | grep depmod lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andris/.gvfs Output information may be incomplete. depmod 8673 root 3w REG 8,1 14525296640 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/tmp/fooroot# sudo lsof | grep deleted | grep depmod lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andris/.gvfs Output information may be incomplete. depmod 8673 root 3w REG 8,1 14525296640 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/tmp/fooroot# cd cd /proc/8673/fd bash: cd: cd: No such file or directory root@localhost:/tmp/fooroot# cd /proc/8673/fd root@localhost:/proc/8673/fd# ls 0 1 102 2 3 root@localhost:/proc/8673/fd# ll -h total 0 dr-x------ 2 root root 0 sep 28 16:52 ./ dr-xr-xr-x 8 root root 0 sep 28 16:01 ../ lr-x------ 1 root root 64 sep 28 16:52 0 -> /dev/null l-wx------ 1 root root 64 sep 28 16:52 1 -> /dev/null lrwx------ 1 root root 64 sep 28 16:52 102 -> /dev/pts/2 l-wx------ 1 root root 64 sep 28 16:52 2 -> /dev/null l-wx------ 1 root root 64 sep 28 16:52 3 -> /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/proc/8673/fd# > 3 root@localhost:/proc/8673/fd# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 23067108 9398176 12497172 43% / udev 1958476 12 1958464 1% /dev none 1970340 3960 1966380 1% /tmp tmpfs 788140 916 787224 1% /run none 5120 0 5120 0% /run/lock none 1970340 196 1970144 1% /run/shm /dev/sda2 96121612 40710888 50527936 45% /home /home/andris/.Private 96121612 40710888 50527936 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 9,3G 12G 45% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# sudo lsof | grep deleted | grep depmod lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andris/.gvfs Output information may be incomplete. depmod 8673 root 3w REG 8,1 27424661504 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/proc/8673/fd# ll -h total 0 dr-x------ 2 root root 0 sep 28 16:52 ./ dr-xr-xr-x 8 root root 0 sep 28 16:01 ../ lr-x------ 1 root root 64 sep 28 17:33 0 -> /dev/null l-wx------ 1 root root 64 sep 28 17:33 1 -> /dev/null lrwx------ 1 root root 64 sep 28 17:33 102 -> /dev/pts/2 l-wx------ 1 root root 64 sep 28 17:33 2 -> /dev/null l-wx------ 1 root root 64 sep 28 17:33 3 -> /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 22G 0 100% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# > 3 root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 8,8G 13G 42% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 8,9G 13G 43% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 8,9G 13G 43% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 9,7G 12G 47% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 10G 11G 48% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 11G 11G 49% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# > 3 root@localhost:/proc/8673/fd# pgrep depmod 8673 root@localhost:/proc/8673/fd# pkill depmod root@localhost:/proc/8673/fd# pgrep depmod 28300 Seems I'm not the only one who's seen this issue with kernel updates: http://askubuntu.com/questions/157740/updating-to-linux-image-3-2-0-26-generic-occupies-all-disk-space --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu17.4 Architecture: amd64 ArecordDevices: **** List of CAPTURE Hardware Devices **** card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: andris 2142 F.... pulseaudio Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf1c00000 irq 50' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:10ec0269,10280446,00100100 HDA:80862805,80860101,00100000' Controls : 25 Simple ctrls : 12 DistroRelease: Ubuntu 12.04 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: Dell Inc. Dell System XPS 15Z MarkForUpload: True Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-53-generic root=UUID=9543673d-3cae-4de0-ad02-31f9d0ae1614 ro quiet splash elevator=noop vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-53.81-generic 3.2.50 RelatedPackageVersions: linux-restricted-modules-3.2.0-53-generic N/A linux-backports-modules-3.2.0-53-generic N/A linux-firmware 1.79.6 StagingDrivers: mei Tags: precise running-unity staging Uname: Linux 3.2.0-53-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-06-02 (482 days ago) UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare vboxusers wireshark dmi.bios.date: 08/11/2011 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: 0MFNCV dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA05:bd08/11/2011:svnDellInc.:pnDellSystemXPS15Z:pvr:rvnDellInc.:rn0MFNCV:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: Dell System XPS 15Z dmi.sys.vendor: Dell Inc.
2013-09-28 15:03:04 5zwvKGFr attachment added AcpiTables.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847345/+files/AcpiTables.txt
2013-09-28 15:03:06 5zwvKGFr attachment added AlsaDevices.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847346/+files/AlsaDevices.txt
2013-09-28 15:03:07 5zwvKGFr attachment added AplayDevices.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847347/+files/AplayDevices.txt
2013-09-28 15:03:09 5zwvKGFr attachment added BootDmesg.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847348/+files/BootDmesg.txt
2013-09-28 15:03:11 5zwvKGFr attachment added CRDA.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847349/+files/CRDA.txt
2013-09-28 15:03:12 5zwvKGFr attachment added Card0.Amixer.values.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847350/+files/Card0.Amixer.values.txt
2013-09-28 15:03:14 5zwvKGFr attachment added Card0.Codecs.codec.0.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847351/+files/Card0.Codecs.codec.0.txt
2013-09-28 15:03:15 5zwvKGFr attachment added Card0.Codecs.codec.3.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847352/+files/Card0.Codecs.codec.3.txt
2013-09-28 15:03:17 5zwvKGFr attachment added CurrentDmesg.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847353/+files/CurrentDmesg.txt
2013-09-28 15:03:18 5zwvKGFr attachment added IwConfig.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847354/+files/IwConfig.txt
2013-09-28 15:03:21 5zwvKGFr attachment added Lspci.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847355/+files/Lspci.txt
2013-09-28 15:03:22 5zwvKGFr attachment added Lsusb.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847356/+files/Lsusb.txt
2013-09-28 15:03:24 5zwvKGFr attachment added PciMultimedia.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847357/+files/PciMultimedia.txt
2013-09-28 15:03:25 5zwvKGFr attachment added ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847358/+files/ProcCpuinfo.txt
2013-09-28 15:03:27 5zwvKGFr attachment added ProcEnviron.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847359/+files/ProcEnviron.txt
2013-09-28 15:03:29 5zwvKGFr attachment added ProcInterrupts.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847360/+files/ProcInterrupts.txt
2013-09-28 15:03:31 5zwvKGFr attachment added ProcModules.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847361/+files/ProcModules.txt
2013-09-28 15:03:33 5zwvKGFr attachment added PulseList.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847362/+files/PulseList.txt
2013-09-28 15:03:34 5zwvKGFr attachment added RfKill.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847363/+files/RfKill.txt
2013-09-28 15:03:36 5zwvKGFr attachment added UdevDb.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847364/+files/UdevDb.txt
2013-09-28 15:03:39 5zwvKGFr attachment added UdevLog.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847365/+files/UdevLog.txt
2013-09-28 15:03:43 5zwvKGFr attachment added WifiSyslog.txt https://bugs.launchpad.net/bugs/1232473/+attachment/3847366/+files/WifiSyslog.txt
2013-09-28 15:04:54 5zwvKGFr linux (Ubuntu): status Incomplete Confirmed
2013-09-30 06:59:29 5zwvKGFr attachment removed WifiSyslog.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232473/+attachment/3847366/+files/WifiSyslog.txt
2013-09-30 06:59:54 5zwvKGFr attachment removed PulseList.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232473/+attachment/3847362/+files/PulseList.txt
2013-09-30 07:00:12 5zwvKGFr attachment removed AlsaDevices.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232473/+attachment/3847346/+files/AlsaDevices.txt
2013-09-30 07:01:22 5zwvKGFr attachment removed PciMultimedia.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232473/+attachment/3847357/+files/PciMultimedia.txt
2013-09-30 07:02:18 5zwvKGFr attachment removed Card0.Codecs.codec.3.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232473/+attachment/3847352/+files/Card0.Codecs.codec.3.txt
2013-09-30 07:02:23 5zwvKGFr attachment removed Card0.Codecs.codec.0.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232473/+attachment/3847351/+files/Card0.Codecs.codec.0.txt
2013-09-30 07:02:29 5zwvKGFr attachment removed Card0.Amixer.values.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232473/+attachment/3847350/+files/Card0.Amixer.values.txt
2013-09-30 07:03:43 5zwvKGFr attachment removed AplayDevices.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232473/+attachment/3847347/+files/AplayDevices.txt
2013-09-30 07:03:52 5zwvKGFr attachment removed RfKill.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232473/+attachment/3847363/+files/RfKill.txt
2013-09-30 07:16:22 5zwvKGFr description I ran update manager, it was installing a new kernel (3.2.0-54-generic). Then an error dialog/message popped up that the disk (root partition) was full, the dialog had two buttons (examine - starts baobab and skip/cancel). At first I tried to find any big files (du didn't help, showed that only 8GB of 20GB was used). Long story short, googled a bit about why df and du might disagree and someone recommended lsof | grep deleted. depmod (i think) had created a file and deleted it then kept writing to it filling up my root partition. In the end I had to kill it, because it just kept writing to it even when I zeroed out that deleted file. Here's a log of what I typed in the console: root@localhost:/tmp/fooroot# lsof | grep deleted lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andris/.gvfs Output information may be incomplete. rsyslogd 1046 syslog txt REG 8,1 385048 541758 /usr/sbin/rsyslogd (deleted) compiz 2133 andris 9r REG 0,21 133516 2235018 /home/andris/.local/share/gvfs-metadata/home (deleted) compiz 2133 andris 10r REG 0,21 32768 2236823 /home/andris/.local/share/gvfs-metadata/home-a5eca004.log (deleted) nautilus 2149 andris 14r REG 0,21 133516 2235018 /home/andris/.local/share/gvfs-metadata/home (deleted) nautilus 2149 andris 15r REG 0,21 32768 2236823 /home/andris/.local/share/gvfs-metadata/home-a5eca004.log (deleted) gvfsd-tra 2222 andris 9r REG 0,21 132484 2236225 /home/andris/.local/share/gvfs-metadata/home (deleted) gvfsd-tra 2222 andris 17r REG 0,21 32768 2236270 /home/andris/.local/share/gvfs-metadata/home-e8e5eff2.log (deleted) gvfsd-tra 2222 andris 18r REG 0,21 63236 2236055 /home/andris/.local/share/gvfs-metadata/root (deleted) gvfsd-tra 2222 andris 19r REG 0,21 32768 2236104 /home/andris/.local/share/gvfs-metadata/root-da97291d.log (deleted) bamfdaemo 2225 andris 12r REG 0,21 62912 2229546 /home/andris/.local/share/gvfs-metadata/root (deleted) bamfdaemo 2225 andris 13r REG 0,21 32768 2236924 /home/andris/.local/share/gvfs-metadata/root-691fc386.log (deleted) sh 2246 andris 9r REG 0,21 133516 2235018 /home/andris/.local/share/gvfs-metadata/home (deleted) sh 2246 andris 10r REG 0,21 32768 2236823 /home/andris/.local/share/gvfs-metadata/home-a5eca004.log (deleted) gtk-windo 2247 andris 9r REG 0,21 133516 2235018 /home/andris/.local/share/gvfs-metadata/home (deleted) gtk-windo 2247 andris 10r REG 0,21 32768 2236823 /home/andris/.local/share/gvfs-metadata/home-a5eca004.log (deleted) update-ma 2585 andris 18u REG 0,17 524 27997 /tmp/vteKY8D4W (deleted) update-ma 2585 andris 19u REG 0,17 176 27998 /tmp/vtePX8D4W (deleted) update-ma 2585 andris 108r REG 8,1 2300543 134094 /var/lib/dpkg/status (deleted) aptd 3245 root 10r REG 8,1 2300543 134094 /var/lib/dpkg/status (deleted) aptd 3269 root 10r REG 8,1 2300543 134094 /var/lib/dpkg/status (deleted) depmod 8673 root 3w REG 8,1 14525296640 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/tmp/fooroot# lsof | grep deleted | grep depmod lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andris/.gvfs Output information may be incomplete. depmod 8673 root 3w REG 8,1 14525296640 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/tmp/fooroot# sudo lsof | grep deleted | grep depmod lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andris/.gvfs Output information may be incomplete. depmod 8673 root 3w REG 8,1 14525296640 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/tmp/fooroot# cd cd /proc/8673/fd bash: cd: cd: No such file or directory root@localhost:/tmp/fooroot# cd /proc/8673/fd root@localhost:/proc/8673/fd# ls 0 1 102 2 3 root@localhost:/proc/8673/fd# ll -h total 0 dr-x------ 2 root root 0 sep 28 16:52 ./ dr-xr-xr-x 8 root root 0 sep 28 16:01 ../ lr-x------ 1 root root 64 sep 28 16:52 0 -> /dev/null l-wx------ 1 root root 64 sep 28 16:52 1 -> /dev/null lrwx------ 1 root root 64 sep 28 16:52 102 -> /dev/pts/2 l-wx------ 1 root root 64 sep 28 16:52 2 -> /dev/null l-wx------ 1 root root 64 sep 28 16:52 3 -> /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/proc/8673/fd# > 3 root@localhost:/proc/8673/fd# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda1 23067108 9398176 12497172 43% / udev 1958476 12 1958464 1% /dev none 1970340 3960 1966380 1% /tmp tmpfs 788140 916 787224 1% /run none 5120 0 5120 0% /run/lock none 1970340 196 1970144 1% /run/shm /dev/sda2 96121612 40710888 50527936 45% /home /home/andris/.Private 96121612 40710888 50527936 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 9,3G 12G 45% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# sudo lsof | grep deleted | grep depmod lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/andris/.gvfs Output information may be incomplete. depmod 8673 root 3w REG 8,1 27424661504 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/proc/8673/fd# ll -h total 0 dr-x------ 2 root root 0 sep 28 16:52 ./ dr-xr-xr-x 8 root root 0 sep 28 16:01 ../ lr-x------ 1 root root 64 sep 28 17:33 0 -> /dev/null l-wx------ 1 root root 64 sep 28 17:33 1 -> /dev/null lrwx------ 1 root root 64 sep 28 17:33 102 -> /dev/pts/2 l-wx------ 1 root root 64 sep 28 17:33 2 -> /dev/null l-wx------ 1 root root 64 sep 28 17:33 3 -> /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 22G 0 100% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# > 3 root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 8,8G 13G 42% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 8,9G 13G 43% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 8,9G 13G 43% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 9,7G 12G 47% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 10G 11G 48% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 11G 11G 49% / udev 1,9G 12K 1,9G 1% /dev none 1,9G 3,9M 1,9G 1% /tmp tmpfs 770M 916K 769M 1% /run none 5,0M 0 5,0M 0% /run/lock none 1,9G 196K 1,9G 1% /run/shm /dev/sda2 92G 39G 49G 45% /home /home/andris/.Private 92G 39G 49G 45% /home/andris root@localhost:/proc/8673/fd# > 3 root@localhost:/proc/8673/fd# pgrep depmod 8673 root@localhost:/proc/8673/fd# pkill depmod root@localhost:/proc/8673/fd# pgrep depmod 28300 Seems I'm not the only one who's seen this issue with kernel updates: http://askubuntu.com/questions/157740/updating-to-linux-image-3-2-0-26-generic-occupies-all-disk-space --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu17.4 Architecture: amd64 ArecordDevices: **** List of CAPTURE Hardware Devices **** card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: andris 2142 F.... pulseaudio Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf1c00000 irq 50' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:10ec0269,10280446,00100100 HDA:80862805,80860101,00100000' Controls : 25 Simple ctrls : 12 DistroRelease: Ubuntu 12.04 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: Dell Inc. Dell System XPS 15Z MarkForUpload: True Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-53-generic root=UUID=9543673d-3cae-4de0-ad02-31f9d0ae1614 ro quiet splash elevator=noop vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-53.81-generic 3.2.50 RelatedPackageVersions: linux-restricted-modules-3.2.0-53-generic N/A linux-backports-modules-3.2.0-53-generic N/A linux-firmware 1.79.6 StagingDrivers: mei Tags: precise running-unity staging Uname: Linux 3.2.0-53-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-06-02 (482 days ago) UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare vboxusers wireshark dmi.bios.date: 08/11/2011 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: 0MFNCV dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA05:bd08/11/2011:svnDellInc.:pnDellSystemXPS15Z:pvr:rvnDellInc.:rn0MFNCV:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: Dell System XPS 15Z dmi.sys.vendor: Dell Inc. I ran update manager, it was installing a new kernel (3.2.0-54-generic). Then an error dialog/message popped up that the disk (root partition) was full, the dialog had two buttons (examine - starts baobab and skip/cancel). At first I tried to find any big files (du didn't help, showed that only 8GB of 20GB was used). Long story short, googled a bit about why df and du might disagree and someone recommended lsof | grep deleted. depmod (i think) had created a file and deleted it then kept writing to it filling up my root partition. In the end I had to kill it, because it just kept writing to it even when I zeroed out that deleted file. Here's a log (shortened) of what I typed in the console: root@localhost:/# lsof | grep deleted | grep depmod depmod 8673 root 3w REG 8,1 14525296640 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/# cd /proc/8673/fd root@localhost:/proc/8673/fd# ll -h | grep ccwmap l-wx------ 1 root root 64 sep 28 16:52 3 -> /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/proc/8673/fd# > 3 root@localhost:/proc/8673/fd# df -h | grep sda1 /dev/sda1 22G 9,3G 12G 45% / root@localhost:/proc/8673/fd# lsof | grep deleted | grep depmod depmod 8673 root 3w REG 8,1 27424661504 676388 /lib/modules/3.2.0-54-generic/modules.ccwmap (deleted) root@localhost:/proc/8673/fd# df -h | grep sda1 /dev/sda1 22G 22G 0 100% / root@localhost:/proc/8673/fd# > 3 root@localhost:/proc/8673/fd# df -h | grep sda1 /dev/sda1 22G 8,8G 13G 42% / root@localhost:/proc/8673/fd# df -h | grep sda1 /dev/sda1 22G 11G 11G 49% / root@localhost:/proc/8673/fd# pkill depmod Seems I'm not the only one who's seen this issue with kernel updates: http://askubuntu.com/questions/157740/updating-to-linux-image-3-2-0-26-generic-occupies-all-disk-space --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu17.4 Architecture: amd64 ArecordDevices: **** List of CAPTURE Hardware Devices **** card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: andris 2142 F.... pulseaudio Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf1c00000 irq 50' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:10ec0269,10280446,00100100 HDA:80862805,80860101,00100000' Controls : 25 Simple ctrls : 12 DistroRelease: Ubuntu 12.04 EcryptfsInUse: Yes InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: Dell Inc. Dell System XPS 15Z MarkForUpload: True Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-53-generic root=UUID=9543673d-3cae-4de0-ad02-31f9d0ae1614 ro quiet splash elevator=noop vt.handoff=7 ProcVersionSignature: Ubuntu 3.2.0-53.81-generic 3.2.50 RelatedPackageVersions: linux-restricted-modules-3.2.0-53-generic N/A linux-backports-modules-3.2.0-53-generic N/A linux-firmware 1.79.6 StagingDrivers: mei Tags: precise running-unity staging Uname: Linux 3.2.0-53-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-06-02 (482 days ago) UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare vboxusers wireshark dmi.bios.date: 08/11/2011 dmi.bios.vendor: Dell Inc. dmi.bios.version: A05 dmi.board.name: 0MFNCV dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA05:bd08/11/2011:svnDellInc.:pnDellSystemXPS15Z:pvr:rvnDellInc.:rn0MFNCV:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: Dell System XPS 15Z dmi.sys.vendor: Dell Inc.
2013-09-30 17:23:49 Joseph Salisbury linux (Ubuntu): importance Undecided Medium
2013-09-30 17:26:50 Joseph Salisbury tags apport-collected precise running-unity staging apport-collected kernel-da-key precise running-unity staging
2014-01-02 17:56:25 penalvch tags apport-collected kernel-da-key precise running-unity staging apport-collected bios-outdated-a12 kernel-da-key precise running-unity staging
2014-01-02 18:00:01 penalvch linux (Ubuntu): status Confirmed Incomplete
2014-01-04 21:11:58 penalvch linux (Ubuntu): status Incomplete Invalid
2014-08-18 08:23:20 Mario Rohkrämer linux (Ubuntu): status Invalid Confirmed
2014-08-23 21:04:47 penalvch linux (Ubuntu): status Confirmed Invalid