[Kernel-packages] [Bug 1829620] Re: intel-microcode on ASUS makes kernel stuck during loading initramfs on bionic-updates, bionic-security

2019-08-20 Thread Marcus Aurelius
> Is there a BIOS update for your Dell?

At the time I was running the latest BIOS, but a few days later an
update appeared on Dell Support software (on Windows).

I updated the BIOS and then I let Ubuntu update the microcode normally.
It seems to work fine now with the latest microcode and no dis_ucode_ldr
option at boot time.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1829620

Title:
  intel-microcode on ASUS makes kernel stuck during loading initramfs on
  bionic-updates, bionic-security

Status in intel-microcode package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux-hwe-edge package in Ubuntu:
  Confirmed

Bug description:
  Description:
  - my system gets stuck at "Booting, Loading initramfs" (the first 2 lines of 
booting, after grub)
  - does not even show the enter cryptsetup passphrase
  - affected kernels:
  # apt list --installed |grep linux-signed
  WARNING: apt does not have a stable CLI interface. Use with caution in 
scripts.
  linux-signed-generic/bionic-security,bionic-updates,now 4.15.0.50.52 amd64 
[installed]
  linux-signed-generic-hwe-18.04/bionic-security,bionic-updates,now 
4.18.0.20.70 amd64 [installed]
  linux-signed-generic-hwe-18.04-edge/bionic-security,bionic-updates,now 
5.0.0.15.71 amd64 [installed]

  - the setup is not new, has been working perfectly before (about 7
  days since my last restart?)

  System:
  - HW: ASUS Zenbook 14 UX433FN
  - Ubuntu 18.04, runing latest HWE, fully updated
  - grub(-pc), cryptsetup (crypttab entries for custom encrypted LUKS setup),

  Suspected/possible cause?:
  - recent intel-microcode package update
  - recent kernel package updates

  Steps taken:
  - tried to remove "splash quiet" from grub/kernel cmd line (also tried adding 
nosplash, noplymouth)
  - completely removed nvidia drivers (apt purge *nvidia*)
  - completely purged and reinstalled grub (grup-pc)
  - completely purged and reinstalled all kernels (headers, modules, image, ..)
  - toggle BIOS "fastboot" (now using OFF)
  - toggle UEFI SecureBoot (now using ON)
  - remove plymouth (apt remove *plymouth* , but the workaround is working with 
plymouth installed)

  Workaround:
  - so far, I'm only able to boot with non-Ubuntu kernel! 
(linux-image-liquorix-amd64)
  - which needs "splash" option ON
  - reinstall cryptsetup & update-grub (as suggested in 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1829620/comments/10 )

  I am not sure how to get you more debug info, as this setup has been
  working before, and it's a very eary boot-process bug, so I can't even
  access dmesg etc.

  EDIT:

  Hypothesis:
  Only affects ASUS with i7-8565U Whiskey Lake Intel CPU

  Upstream Bug Report:
  https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/1

  WORKAROUND 1: disable intel microcode updates during boot
  From this bug: 
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1759920
  1/ add the boot parameter: dis_ucode_ldr to /etc/default/grub
  2/ update-grub

  WORKAROUND 2: downgrade (and hold) intel-microcode to older version from 
bionic/main
  apt install --reinstall intel-microcode=3.20180312.0~ubuntu18.04.1

  WORKAROUND 3: upgrade BIOS
  Asus has released updated BIOSes, which probably include the newest 
microcode. After upgrading workarounds 1,2 are not needed. 
  Please NOTE, unlike workarounds 1,2, BIOS upgrade is permanent and cannot be 
(easily) reverted. 

  ---
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: KDE neon 18.04
  InstallationDate: Installed on 2012-12-23 (2337 days ago)
  InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Release amd64 
(20121017.1)
  Package: linux-hwe-edge (not installed)
  Tags:  bionic wayland-session
  Uname: Linux 5.0.0-17.1-liquorix-amd64 x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm libvirtd lpadmin netdev plugdev sudo vboxusers video
  _MarkForUpload: True
  ---
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: KDE neon 18.04
  InstallationDate: Installed on 2012-12-23 (2339 days ago)
  InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Release amd64 
(20121017.1)
  Package: linux-hwe-edge
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.0.0-15.16~18.04.1-generic 5.0.6
  Tags: third-party-packages bionic wayland-session
  Uname: Linux 5.0.0-15-generic x86_64
  UnreportableReason: Toto není oficiální KDE balík. Prosíme odstraňte všechny 
balíky třetích stran a zkuste to znovu.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm libvirtd lpadmin netdev plugdev sudo video
  _MarkForUpload: True

To manage 

[Kernel-packages] [Bug 1829620] Re: intel-microcode on ASUS makes kernel stuck during loading initramfs on bionic-updates, bionic-security

2019-07-13 Thread Marcus Aurelius
I'm affected by this too. I have a Dell Inspiron 5480 with an i7-8565U
CPU.

The problem happens after the first batch of updates on a fresh install
of Ubuntu Budgie 18.04.2 or Mint 19.1.

Thankfully, adding dis_ucode_ldr works, but finding this workaround on
the web was not easy!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1829620

Title:
  intel-microcode on ASUS makes kernel stuck during loading initramfs on
  bionic-updates, bionic-security

Status in intel-microcode package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux-hwe-edge package in Ubuntu:
  Confirmed

Bug description:
  Description:
  - my system gets stuck at "Booting, Loading initramfs" (the first 2 lines of 
booting, after grub)
  - does not even show the enter cryptsetup passphrase
  - affected kernels:
  # apt list --installed |grep linux-signed
  WARNING: apt does not have a stable CLI interface. Use with caution in 
scripts.
  linux-signed-generic/bionic-security,bionic-updates,now 4.15.0.50.52 amd64 
[installed]
  linux-signed-generic-hwe-18.04/bionic-security,bionic-updates,now 
4.18.0.20.70 amd64 [installed]
  linux-signed-generic-hwe-18.04-edge/bionic-security,bionic-updates,now 
5.0.0.15.71 amd64 [installed]

  - the setup is not new, has been working perfectly before (about 7
  days since my last restart?)

  System:
  - HW: ASUS Zenbook 14 UX433FN
  - Ubuntu 18.04, runing latest HWE, fully updated
  - grub(-pc), cryptsetup (crypttab entries for custom encrypted LUKS setup),

  Suspected/possible cause?:
  - recent intel-microcode package update
  - recent kernel package updates

  Steps taken:
  - tried to remove "splash quiet" from grub/kernel cmd line (also tried adding 
nosplash, noplymouth)
  - completely removed nvidia drivers (apt purge *nvidia*)
  - completely purged and reinstalled grub (grup-pc)
  - completely purged and reinstalled all kernels (headers, modules, image, ..)
  - toggle BIOS "fastboot" (now using OFF)
  - toggle UEFI SecureBoot (now using ON)
  - remove plymouth (apt remove *plymouth* , but the workaround is working with 
plymouth installed)

  Workaround:
  - so far, I'm only able to boot with non-Ubuntu kernel! 
(linux-image-liquorix-amd64)
  - which needs "splash" option ON
  - reinstall cryptsetup & update-grub (as suggested in 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1829620/comments/10 )

  I am not sure how to get you more debug info, as this setup has been
  working before, and it's a very eary boot-process bug, so I can't even
  access dmesg etc.

  EDIT:

  Hypothesis:
  Only affects ASUS with i7-8565U Whiskey Lake Intel CPU

  Upstream Bug Report:
  https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/issues/1

  WORKAROUND 1: disable intel microcode updates during boot
  From this bug: 
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1759920
  1/ add the boot parameter: dis_ucode_ldr to /etc/default/grub
  2/ update-grub

  WORKAROUND 2: downgrade (and hold) intel-microcode to older version from 
bionic/main
  apt install --reinstall intel-microcode=3.20180312.0~ubuntu18.04.1

  WORKAROUND 3: upgrade BIOS
  Asus has released updated BIOSes, which probably include the newest 
microcode. After upgrading workarounds 1,2 are not needed. 
  Please NOTE, unlike workarounds 1,2, BIOS upgrade is permanent and cannot be 
(easily) reverted. 

  ---
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: KDE neon 18.04
  InstallationDate: Installed on 2012-12-23 (2337 days ago)
  InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Release amd64 
(20121017.1)
  Package: linux-hwe-edge (not installed)
  Tags:  bionic wayland-session
  Uname: Linux 5.0.0-17.1-liquorix-amd64 x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm libvirtd lpadmin netdev plugdev sudo vboxusers video
  _MarkForUpload: True
  ---
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: KDE neon 18.04
  InstallationDate: Installed on 2012-12-23 (2339 days ago)
  InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Release amd64 
(20121017.1)
  Package: linux-hwe-edge
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.0.0-15.16~18.04.1-generic 5.0.6
  Tags: third-party-packages bionic wayland-session
  Uname: Linux 5.0.0-15-generic x86_64
  UnreportableReason: Toto není oficiální KDE balík. Prosíme odstraňte všechny 
balíky třetích stran a zkuste to znovu.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm libvirtd lpadmin netdev plugdev sudo video
  _MarkForUpload: True

To manage notifications about this bug go to:

[Kernel-packages] [Bug 1649584] Re: Kernel update 3.13.0-105 causes SATA errors that end up remounting partitions as read-only

2017-01-09 Thread Marcus Aurelius
Forget it. It's not related to kernel >= 3.13.0-105. I guess I need a
better hard drive or a better SATA cable.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] Re: Kernel update 3.13.0-105 causes SATA errors that end up remounting partitions as read-only

2017-01-08 Thread Marcus Aurelius
I'm confirming that it's reproducible in 3.13.0-106-generic and
3.13.0-107-generic (although it seems to happen much less often).

I will run on 3.13.0-100-generic for a while to be sure it works well
and to (try to) rule out the possibility of a hardware fault.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] Re: Kernel update 3.13.0-105 causes SATA errors that end up remounting partitions as read-only

2016-12-15 Thread Marcus Aurelius
I haven't been able to reproduce the problem after running fsck on
/dev/sda5.

I'm attaching an excerpt from my syslog which includes the errors I was
getting (I guess they didn't show up in the logs sent by apport).

I still intend to test newer kernels and run other checks to see if it's
a hardware or software problem.

** Attachment added: "older syslog, demonstrating the errors"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1649584/+attachment/4792244/+files/syslog_dec_10_11.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] Re: Kernel update 3.13.0-105 causes SATA errors that end up remounting partitions as read-only

2016-12-14 Thread Marcus Aurelius
I will try that and some other configurations later today or in the next
few days, after backing up the data on that disk.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux package in Ubuntu:
  Triaged

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] ProcEnviron.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1649584/+attachment/4791339/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] Lspci.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1649584/+attachment/4791336/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] CurrentDmesg.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1649584/+attachment/4791335/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] UdevLog.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1649584/+attachment/4791344/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] PulseList.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1649584/+attachment/4791342/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] ProcCpuinfo.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1649584/+attachment/4791338/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] CRDA.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1649584/+attachment/4791334/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] WifiSyslog.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1649584/+attachment/4791345/+files/WifiSyslog.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] BootDmesg.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1649584/+attachment/4791333/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] Re: Kernel update 3.13.0-105 causes SATA errors that end up remounting partitions as read-only

2016-12-13 Thread Marcus Aurelius
apport information

** Tags added: apport-collected trusty

** Description changed:

  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes and
  the drive stops responding. Sometimes it remounts itself as read-only,
  and sometimes it disappears from the drive list. On next reboot the
  drive is sort-of OK, but without the new files.
  
  I thought it was a hard disk failure, but reverting to 3.13.0-100 seems
  to fix the problem completely. SMART is OK and fsck checks passed.
  
- I'll try to post more details about my system later when I'm back to my
- home computer.
+ I'll try to post more details about my system later when I'm back to my home 
computer.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.21
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
+  /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
+ InstallationDate: Installed on 2012-05-12 (1676 days ago)
+ InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
+ IwConfig:
+  eth0  no wireless extensions.
+  
+  lono wireless extensions.
+ NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
+ ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-105-generic N/A
+  linux-backports-modules-3.13.0-105-generic  N/A
+  linux-firmware  1.127.22
+ RfKill:
+  
+ Tags:  trusty
+ Uname: Linux 3.13.0-105-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 02/25/2011
+ dmi.bios.vendor: Intel Corp.
+ dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: DG45ID
+ dmi.board.vendor: Intel Corporation
+ dmi.board.version: AAE27729-310
+ dmi.chassis.type: 3
+ dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1649584/+attachment/4791332/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  

[Kernel-packages] [Bug 1649584] Lsusb.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1649584/+attachment/4791337/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] ProcInterrupts.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1649584/+attachment/4791340/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] ProcModules.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1649584/+attachment/4791341/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] UdevDb.txt

2016-12-13 Thread Marcus Aurelius
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1649584/+attachment/4791343/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to my home 
computer.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  marcuscf   2558 F pulseaudio
   /dev/snd/controlC0:  marcuscf   2558 F pulseaudio
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=6b4b37f4-4276-4541-8e40-36a0b8570265
  InstallationDate: Installed on 2012-05-12 (1676 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-105-generic 
root=UUID=15c44951-2c8d-4c57-b8ff-e46deebb7b4a ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-105-generic N/A
   linux-backports-modules-3.13.0-105-generic  N/A
   linux-firmware  1.127.22
  RfKill:
   
  Tags:  trusty
  Uname: Linux 3.13.0-105-generic x86_64
  UpgradeStatus: Upgraded to trusty on 2016-11-03 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/25/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: IDG4510H.86A.0135.2011.0225.1100
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: DG45ID
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE27729-310
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrIDG4510H.86A.0135.2011.0225.1100:bd02/25/2011:svn:pn:pvr:rvnIntelCorporation:rnDG45ID:rvrAAE27729-310:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1649584] Re: Kernel update 3.13.0-105 causes SATA errors that end up remounting partitions as read-only

2016-12-13 Thread Marcus Aurelius
** Package changed: ubuntu => linux-lts-trusty (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1649584

Title:
  Kernel update 3.13.0-105 causes SATA errors that end up remounting
  partitions as read-only

Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  I started to notice SATA errors on my secondary hard disk (a Toshiba
  DT01ACA100 1TB, on an Intel DG45ID motherboard) after updating to
  3.13.0-105. A simple file copy operation fails after a few megabytes
  and the drive stops responding. Sometimes it remounts itself as read-
  only, and sometimes it disappears from the drive list. On next reboot
  the drive is sort-of OK, but without the new files.

  I thought it was a hard disk failure, but reverting to 3.13.0-100
  seems to fix the problem completely. SMART is OK and fsck checks
  passed.

  I'll try to post more details about my system later when I'm back to
  my home computer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1649584/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp