[Kernel-packages] [Bug 1505957] Re: ntfs copy kills ubuntu

2015-11-06 Thread god
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
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/1505957

Title:
  ntfs copy kills ubuntu

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This is trivial to reproduce - just plug any external drive with ntfs
  and copy smth substantial to local ntfs partition. The result - mouse
  doesn't even move most of the time, the system is useless and
  unresponsive until copying is finished.

  Yes, ntfs is not native on GNU/Linux but nevertheless - this is very
  common task on loads of dual boot installations. And under no
  circumstances it should make ubuntu useless as it does now. I don't
  care much if copying big files to/from ntfs takes 5 or 10 minutes as
  long as I can actually keep using ubuntu in a meantime.

  Note the same effect can be observer while copying between ntfs and
  ext4 or btrfs - only in this case you can sometimes move mouse pointer
  a bit.

  I hope that using BFQ
  http://algo.ing.unimo.it/people/paolo/disk_sched/ and some of systemd
  magic might help in this case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505957/+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 1454253] Re: external usb breaks suspend

2015-11-06 Thread god
4.2.0-17-generic #21-Ubuntu SMP x86_64 - the bug is still there with 15.10
I'm using asus ux31a btw.

-- 
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/1454253

Title:
  external usb breaks suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the
  system goes to suspend briefly (for bout 1 second) but immediately
  wakes up for no apparent reason.

  I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454253/+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 131094] Re: Heavy Disk I/O harms desktop responsiveness

2015-11-06 Thread god
In my case ( see
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1460985 )  the
culprit generating huge I/O throughput was in /etc/cron.daily/man-db

It's such a long-standing and persistent bug that the default advice I
give nowadays to people complaining about their ubuntu "got stuck again"
is to run "sudo killall -9 find".

That's really a shame:
- it's not some random IO spike coming from nowhere
- it's not 3rd-party, it's in default install
- it's reproducible

Yet, we still don't even have workaround, let alone proper policing IO
of all the background tasks shipped in default ubuntu install.

Hopefully migration to systemd timer units would help tackling it.

-- 
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/131094

Title:
  Heavy Disk I/O harms desktop responsiveness

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: linux-source-2.6.22

  When compared with 2.6.15 in feisty, heavy disk I/O causes increased
  iowait times and affects desktop responsiveness in 2.6.22

  this appears to be a regression from 2.6.15 where iowait is much lower
  and desktop responsiveness is unaffected with the same I/O load

  Easy to reproduce with tracker - index the same set of files with
  2.6.15 kernel and 2.6.22 kernel and the difference in desktop
  responsiveness is massive

  I have not confirmed if a non-tracker process which does heavy disk
  i/o (especially writing) replicates this yet - will do further
  investigation soon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/131094/+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 1505957] [NEW] ntfs copy kills ubuntu

2015-10-14 Thread god
Public bug reported:

This is trivial to reproduce - just plug any external drive with ntfs
and copy smth substantial to local ntfs partition. The result - mouse
doesn't even move most of the time, the system is useless and
unresponsive until copying is finished.

Yes, ntfs is not native on GNU/Linux but nevertheless - this is very
common task on loads of dual boot installations. And under no
circumstances it should make ubuntu useless as it does now. I don't care
much if copying big files to/from ntfs takes 5 or 10 minutes as long as
I can actually keep using ubuntu in a meantime.

Note the same effect can be observer while copying between ntfs and ext4
or btrfs - only in this case you can sometimes move mouse pointer a bit.

I hope that using BFQ http://algo.ing.unimo.it/people/paolo/disk_sched/
and some of systemd magic might help in this case.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
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/1505957

Title:
  ntfs copy kills ubuntu

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This is trivial to reproduce - just plug any external drive with ntfs
  and copy smth substantial to local ntfs partition. The result - mouse
  doesn't even move most of the time, the system is useless and
  unresponsive until copying is finished.

  Yes, ntfs is not native on GNU/Linux but nevertheless - this is very
  common task on loads of dual boot installations. And under no
  circumstances it should make ubuntu useless as it does now. I don't
  care much if copying big files to/from ntfs takes 5 or 10 minutes as
  long as I can actually keep using ubuntu in a meantime.

  Note the same effect can be observer while copying between ntfs and
  ext4 or btrfs - only in this case you can sometimes move mouse pointer
  a bit.

  I hope that using BFQ
  http://algo.ing.unimo.it/people/paolo/disk_sched/ and some of systemd
  magic might help in this case.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1505957/+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 131094] Re: Heavy Disk I/O harms desktop responsiveness

2015-07-29 Thread god
done.

-- 
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/131094

Title:
  Heavy Disk I/O harms desktop responsiveness

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: linux-source-2.6.22

  When compared with 2.6.15 in feisty, heavy disk I/O causes increased
  iowait times and affects desktop responsiveness in 2.6.22

  this appears to be a regression from 2.6.15 where iowait is much lower
  and desktop responsiveness is unaffected with the same I/O load

  Easy to reproduce with tracker - index the same set of files with
  2.6.15 kernel and 2.6.22 kernel and the difference in desktop
  responsiveness is massive

  I have not confirmed if a non-tracker process which does heavy disk
  i/o (especially writing) replicates this yet - will do further
  investigation soon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/131094/+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 1460985] Re: periodic find task slow ubuntu to death

2015-07-29 Thread god
Seems like it's related to Bug #131094.

-- 
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/1460985

Title:
  periodic find task slow ubuntu to death

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Periodically something starts 'find' program in the background with
  readdir smth in options and it slows down ubuntu to the point the
  music and video got hiccups, mouse lags etc. I suspect it's smth
  related to package or locatedb updates but can't pinpoint the culprit
  yet.

  Anyway, the bugis in slowdown - background tasks should never-ever
  affect the interactive programs running by user. Ideally they should
  be started in dedicated, heavily policed systemd slice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1460985/+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 759725] Re: The kernel is no longer readable by non-root users

2015-07-22 Thread god
As of 15.04 this embarrassing security theatre is still in place.

-- 
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/759725

Title:
  The kernel is no longer readable by non-root users

Status in hobbit-plugins package in Ubuntu:
  In Progress
Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  The mode of the latest kernel has changed so it is no longer readable
  by non-root users:

  -rw-r--r-- 1 root root 4336016 2010-10-17 01:37 
/boot/vmlinuz-2.6.35-22-generic
  -rw-r--r-- 1 root root 4336912 2010-11-24 12:46 
/boot/vmlinuz-2.6.35-23-generic
  -rw-r--r-- 1 root root 4523072 2011-03-08 18:47 /boot/vmlinuz-2.6.38-6-generic
  -rw--- 1 root root 4523936 2011-04-11 05:24 /boot/vmlinuz-2.6.38-8-generic

  This prevents people from using this kernel to boot qemu
  virtual machines as non-root.

  Please change the mode back to make the kernel readable.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-8-generic 2.6.38-8.42
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access /dev/snd/: No such file or directory
  AplayDevices: aplay: device_list:240: no soundcards found...
  Architecture: amd64
  ArecordDevices: arecord: device_list:240: no soundcards found...
  CRDA: Error: [Errno 2] No such file or directory
  Date: Wed Apr 13 13:05:01 2011
  HibernationDevice: RESUME=UUID=112bf9c4-620e-441f-abb3-aeac6aa15294
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Red Hat KVM
  PciMultimedia:
   
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=1efa0b67-17df-484e-980c-8544fa2149fe ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-2.6.35-22-generic N/A
   linux-backports-modules-2.6.35-22-generic  N/A
   linux-firmware 1.50
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/01/2007
  dmi.bios.vendor: Seabios
  dmi.bios.version: 0.5.1
  dmi.chassis.type: 1
  dmi.chassis.vendor: Red Hat
  dmi.modalias: 
dmi:bvnSeabios:bvr0.5.1:bd01/01/2007:svnRedHat:pnKVM:pvrRHEL6.0.0PC:cvnRedHat:ct1:cvr:
  dmi.product.name: KVM
  dmi.product.version: RHEL 6.0.0 PC
  dmi.sys.vendor: Red Hat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hobbit-plugins/+bug/759725/+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 131094] Re: Heavy Disk I/O harms desktop responsiveness

2015-07-22 Thread god
I can observe this even on ssd with both ubuntu and mainline kernels.
Especially when some background task like update.mlocate which spits out
fs-wide find is triggered.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
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/131094

Title:
  Heavy Disk I/O harms desktop responsiveness

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: linux-source-2.6.22

  When compared with 2.6.15 in feisty, heavy disk I/O causes increased
  iowait times and affects desktop responsiveness in 2.6.22

  this appears to be a regression from 2.6.15 where iowait is much lower
  and desktop responsiveness is unaffected with the same I/O load

  Easy to reproduce with tracker - index the same set of files with
  2.6.15 kernel and 2.6.22 kernel and the difference in desktop
  responsiveness is massive

  I have not confirmed if a non-tracker process which does heavy disk
  i/o (especially writing) replicates this yet - will do further
  investigation soon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/131094/+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 1454253] Re: external usb breaks suspend

2015-07-01 Thread god
Hmm, scratch that - the failure reappears again even with this feature
disabled in bios. But apparently it only happens with usb3 hard drives.
I'm completely puzzled.

-- 
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/1454253

Title:
  external usb breaks suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the
  system goes to suspend briefly (for bout 1 second) but immediately
  wakes up for no apparent reason.

  I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454253/+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 1454253] Re: external usb breaks suspend

2015-06-22 Thread god
Ok, I've managed to track this down to bios setting regarding keep
feeding electrivity to usb ports while in sleep. So apparently this is
some quirk related to failed efi firmware or acpi tables for asus ux31a
laptop.

-- 
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/1454253

Title:
  external usb breaks suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the
  system goes to suspend briefly (for bout 1 second) but immediately
  wakes up for no apparent reason.

  I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454253/+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 1454253] Re: external usb breaks suspend

2015-06-16 Thread god
Is there way to disable this useless brad-fagg bot somehow? It keeps
complaining over logs which are already attached.

** Changed in: linux (Ubuntu)
   Status: Incomplete = New

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
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/1454253

Title:
  external usb breaks suspend

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the
  system goes to suspend briefly (for bout 1 second) but immediately
  wakes up for no apparent reason.

  I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454253/+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 1452165] Re: currupted btrfs breaks both recovery and boot

2015-06-16 Thread god
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
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/1452165

Title:
  currupted btrfs breaks both recovery and boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  If btrfs volume is corrupted (separate /home partition, not even /
  !!!) than not only booting ubuntu in normal AND recovery mode is
  impossible but even liveusb fails as well. The recovery drops to shell
  but it's impossible to fix btrfs - there's unkillable mount -t
  btrfs... process hanging and kernel regularly pukes with btrfs-
  transacti blocked for 120 seconds message.

  This is beyond horrible - the whole purpose of recovery mode is to fix
  errors like that, errors on partition which is not used to boot from
  (e. g. /home) should never ever break it. Alternatively you could add
  new mode to grub menu - smth like recovery which actually works or
  something like that.

  The workaround is to add 'break=premount' to grub command line and fix
  btrfs with 'btrfs check --repair /dev/dm-' from initramfs.

  Found on xubuntu 15.04 x86_64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1452165/+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 1460985] Re: periodic find task slow ubuntu to death

2015-06-16 Thread god
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
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/1460985

Title:
  periodic find task slow ubuntu to death

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Periodically something starts 'find' program in the background with
  readdir smth in options and it slows down ubuntu to the point the
  music and video got hiccups, mouse lags etc. I suspect it's smth
  related to package or locatedb updates but can't pinpoint the culprit
  yet.

  Anyway, the bugis in slowdown - background tasks should never-ever
  affect the interactive programs running by user. Ideally they should
  be started in dedicated, heavily policed systemd slice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1460985/+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 1454253] ProcEnviron.txt

2015-06-07 Thread god
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1454253/+attachment/4411325/+files/ProcEnviron.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete = New

-- 
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/1454253

Title:
  external usb breaks suspend

Status in linux package in Ubuntu:
  New

Bug description:
  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the
  system goes to suspend briefly (for bout 1 second) but immediately
  wakes up for no apparent reason.

  I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454253/+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 1452165] Re: currupted btrfs breaks both recovery and boot

2015-06-07 Thread god
If you know a way to reliably get btrfs corupted than you can test it
yourself on dedicated VM.

** Changed in: linux (Ubuntu)
   Status: Incomplete = New

-- 
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/1452165

Title:
  currupted btrfs breaks both recovery and boot

Status in linux package in Ubuntu:
  New

Bug description:
  If btrfs volume is corrupted (separate /home partition, not even /
  !!!) than not only booting ubuntu in normal AND recovery mode is
  impossible but even liveusb fails as well. The recovery drops to shell
  but it's impossible to fix btrfs - there's unkillable mount -t
  btrfs... process hanging and kernel regularly pukes with btrfs-
  transacti blocked for 120 seconds message.

  This is beyond horrible - the whole purpose of recovery mode is to fix
  errors like that, errors on partition which is not used to boot from
  (e. g. /home) should never ever break it. Alternatively you could add
  new mode to grub menu - smth like recovery which actually works or
  something like that.

  The workaround is to add 'break=premount' to grub command line and fix
  btrfs with 'btrfs check --repair /dev/dm-' from initramfs.

  Found on xubuntu 15.04 x86_64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1452165/+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 1454253] Re: external usb breaks suspend

2015-06-07 Thread god
I've run apport-collect twice already - what exactly are you missing?

-- 
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/1454253

Title:
  external usb breaks suspend

Status in linux package in Ubuntu:
  New

Bug description:
  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the
  system goes to suspend briefly (for bout 1 second) but immediately
  wakes up for no apparent reason.

  I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454253/+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 1454253] Re: external usb breaks suspend

2015-06-07 Thread god
apport information

** Description changed:

  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the system
  goes to suspend briefly (for bout 1 second) but immediately wakes up for
  no apparent reason.
  
  I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1.1
+ Architecture: amd64
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 15.04
+ EcryptfsInUse: Yes
+ Package: linux (not installed)
+ Tags:  vivid
+ Uname: Linux 4.1.0-040100rc6-generic x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
+ _MarkForUpload: True

** Attachment added: JournalErrors.txt
   
https://bugs.launchpad.net/bugs/1454253/+attachment/4411324/+files/JournalErrors.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/1454253

Title:
  external usb breaks suspend

Status in linux package in Ubuntu:
  New

Bug description:
  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the
  system goes to suspend briefly (for bout 1 second) but immediately
  wakes up for no apparent reason.

  I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454253/+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 1460985] Re: periodic find task slow ubuntu to death

2015-06-07 Thread god
The most likely culprit is /etc/cron.daily/man-db


** Changed in: linux (Ubuntu)
   Status: Incomplete = New

-- 
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/1460985

Title:
  periodic find task slow ubuntu to death

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Periodically something starts 'find' program in the background with
  readdir smth in options and it slows down ubuntu to the point the
  music and video got hiccups, mouse lags etc. I suspect it's smth
  related to package or locatedb updates but can't pinpoint the culprit
  yet.

  Anyway, the bugis in slowdown - background tasks should never-ever
  affect the interactive programs running by user. Ideally they should
  be started in dedicated, heavily policed systemd slice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1460985/+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 1454253] Re: external usb breaks suspend

2015-06-06 Thread god
Tried with 4.1.0-040100rc6-generic #201506010235 SMP x86_64 - the bug
still persist in exactly the same way.

** Tags added: apport-collected vivid

** Description changed:

  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the system
  goes to suspend briefly (for bout 1 second) but immediately wakes up for
  no apparent reason.
  
- I suspect there's some weird bug in xfce power management - is there a
- way to disable it alltogether and  rely on systemd directly instead?
+ I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1.1
+ Architecture: amd64
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 15.04
+ EcryptfsInUse: Yes
+ Package: linux (not installed)
+ Tags:  vivid
+ Uname: Linux 4.1.0-040100rc6-generic x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
+ _MarkForUpload: True

-- 
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/1454253

Title:
  external usb breaks suspend

Status in linux package in Ubuntu:
  New

Bug description:
  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the
  system goes to suspend briefly (for bout 1 second) but immediately
  wakes up for no apparent reason.

  I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454253/+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 1454253] ProcEnviron.txt

2015-06-06 Thread god
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1454253/+attachment/4410662/+files/ProcEnviron.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete = New

-- 
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/1454253

Title:
  external usb breaks suspend

Status in linux package in Ubuntu:
  New

Bug description:
  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the
  system goes to suspend briefly (for bout 1 second) but immediately
  wakes up for no apparent reason.

  I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454253/+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 1454253] JournalErrors.txt

2015-06-06 Thread god
apport information

** Attachment added: JournalErrors.txt
   
https://bugs.launchpad.net/bugs/1454253/+attachment/4410661/+files/JournalErrors.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/1454253

Title:
  external usb breaks suspend

Status in linux package in Ubuntu:
  New

Bug description:
  After booting xubuntu 15.04 it's possible to suspend it the normal way
  BUT - only until you've plugged external usb hard drive. After that
  (even if it was unmounted and removed) it becomes impossible: the
  system goes to suspend briefly (for bout 1 second) but immediately
  wakes up for no apparent reason.

  I suspect there's some weird bug in xfce power management - is there a way to 
disable it alltogether and  rely on systemd directly instead?
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 15.04
  EcryptfsInUse: Yes
  Package: linux (not installed)
  Tags:  vivid
  Uname: Linux 4.1.0-040100rc6-generic x86_64
  UnreportableReason: The running kernel is not an Ubuntu kernel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip fax floppy fuse kismet libvirtd 
lpadmin netdev plugdev sambashare scanner sudo tape video wireshark
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1454253/+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 1460985] Re: periodic find task slow ubuntu to death

2015-06-05 Thread god
The task is started as user 'nobody' but I don't see anything relevant
in the logs. What's the best way to find out who's executing it? It
might be some root process which drops privileges after start?

-- 
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/1460985

Title:
  periodic find task slow ubuntu to death

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Periodically something starts 'find' program in the background with
  readdir smth in options and it slows down ubuntu to the point the
  music and video got hiccups, mouse lags etc. I suspect it's smth
  related to package or locatedb updates but can't pinpoint the culprit
  yet.

  Anyway, the bugis in slowdown - background tasks should never-ever
  affect the interactive programs running by user. Ideally they should
  be started in dedicated, heavily policed systemd slice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1460985/+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 1460985] [NEW] periodic find task slow ubuntu to death

2015-06-02 Thread god
Public bug reported:

Periodically something starts 'find' program in the background with
readdir smth in options and it slows down ubuntu to the point the music
and video got hiccups, mouse lags etc. I suspect it's smth related to
package or locatedb updates but can't pinpoint the culprit yet.

Anyway, the bugis in slowdown - background tasks should never-ever
affect the interactive programs running by user. Ideally they should be
started in dedicated, heavily policed systemd slice.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/1460985

Title:
  periodic find task slow ubuntu to death

Status in linux package in Ubuntu:
  New

Bug description:
  Periodically something starts 'find' program in the background with
  readdir smth in options and it slows down ubuntu to the point the
  music and video got hiccups, mouse lags etc. I suspect it's smth
  related to package or locatedb updates but can't pinpoint the culprit
  yet.

  Anyway, the bugis in slowdown - background tasks should never-ever
  affect the interactive programs running by user. Ideally they should
  be started in dedicated, heavily policed systemd slice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1460985/+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 1460985] Re: periodic find task slow ubuntu to death

2015-06-02 Thread god
No, I've got this issue for as long as I can remember.
Note: I've removed cron and installed systemd-cron instead but it didn't change 
anything.

Next time I see this issue I'll try to check which processes started it.
If I'll figure out a way to trigger it reliably I'll check upstream
kernel too. Thanks for looking into this.

-- 
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/1460985

Title:
  periodic find task slow ubuntu to death

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Periodically something starts 'find' program in the background with
  readdir smth in options and it slows down ubuntu to the point the
  music and video got hiccups, mouse lags etc. I suspect it's smth
  related to package or locatedb updates but can't pinpoint the culprit
  yet.

  Anyway, the bugis in slowdown - background tasks should never-ever
  affect the interactive programs running by user. Ideally they should
  be started in dedicated, heavily policed systemd slice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1460985/+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 1452165] Re: currupted btrfs breaks both recovery and boot

2015-06-02 Thread god
I appreciate your help but I'm rather reluctant to corrupt my fs for the
sake of testing another kernel version.

-- 
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/1452165

Title:
  currupted btrfs breaks both recovery and boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  If btrfs volume is corrupted (separate /home partition, not even /
  !!!) than not only booting ubuntu in normal AND recovery mode is
  impossible but even liveusb fails as well. The recovery drops to shell
  but it's impossible to fix btrfs - there's unkillable mount -t
  btrfs... process hanging and kernel regularly pukes with btrfs-
  transacti blocked for 120 seconds message.

  This is beyond horrible - the whole purpose of recovery mode is to fix
  errors like that, errors on partition which is not used to boot from
  (e. g. /home) should never ever break it. Alternatively you could add
  new mode to grub menu - smth like recovery which actually works or
  something like that.

  The workaround is to add 'break=premount' to grub command line and fix
  btrfs with 'btrfs check --repair /dev/dm-' from initramfs.

  Found on xubuntu 15.04 x86_64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1452165/+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 1452165] Re: currupted btrfs breaks both recovery and boot

2015-05-08 Thread god
What kind of logfiles do you require?
Just install separate /home on btrfs, start watching some porn in browser or 
some other activity activity writing to files in there and force shutdown your 
desktop by long-press of power button. Do this several times until the fs is 
corrupted (you'll notice it due to stuck boot)  and try to use recovery mode 
and liveusb.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
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/1452165

Title:
  currupted btrfs breaks both recovery and boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  If btrfs volume is corrupted (separate /home partition, not even /
  !!!) than not only booting ubuntu in normal AND recovery mode is
  impossible but even liveusb fails as well. The recovery drops to shell
  but it's impossible to fix btrfs - there's unkillable mount -t
  btrfs... process hanging and kernel regularly pukes with btrfs-
  transacti blocked for 120 seconds message.

  This is beyond horrible - the whole purpose of recovery mode is to fix
  errors like that, errors on partition which is not used to boot from
  (e. g. /home) should never ever break it. Alternatively you could add
  new mode to grub menu - smth like recovery which actually works or
  something like that.

  The workaround is to add 'break=premount' to grub command line and fix
  btrfs with 'btrfs check --repair /dev/dm-' from initramfs.

  Found on xubuntu 15.04 x86_64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1452165/+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 1452165] [NEW] currupted btrfs breaks both recovery and boot

2015-05-06 Thread god
Public bug reported:

If btrfs volume is corrupted (separate /home partition, not even / !!!)
than not only booting ubuntu in normal AND recovery mode is impossible
but even liveusb fails as well. The recovery drops to shell but it's
impossible to fix btrfs - there's unkillable mount -t btrfs... process
hanging and kernel regularly pukes with btrfs-transacti blocked for 120
seconds message.

This is beyond horrible - the whole purpose of recovery mode is to fix
errors like that, errors on partition which is not used to boot from (e.
g. /home) should never ever break it. Alternatively you could add new
mode to grub menu - smth like recovery which actually works or
something like that.

The workaround is to add 'break=premount' to grub command line and fix
btrfs with 'btrfs check --repair /dev/dm-' from initramfs.

Found on xubuntu 15.04 x86_64.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
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/1452165

Title:
  currupted btrfs breaks both recovery and boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  If btrfs volume is corrupted (separate /home partition, not even /
  !!!) than not only booting ubuntu in normal AND recovery mode is
  impossible but even liveusb fails as well. The recovery drops to shell
  but it's impossible to fix btrfs - there's unkillable mount -t
  btrfs... process hanging and kernel regularly pukes with btrfs-
  transacti blocked for 120 seconds message.

  This is beyond horrible - the whole purpose of recovery mode is to fix
  errors like that, errors on partition which is not used to boot from
  (e. g. /home) should never ever break it. Alternatively you could add
  new mode to grub menu - smth like recovery which actually works or
  something like that.

  The workaround is to add 'break=premount' to grub command line and fix
  btrfs with 'btrfs check --repair /dev/dm-' from initramfs.

  Found on xubuntu 15.04 x86_64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1452165/+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 759725] Re: The kernel is no longer readable by non-root users

2014-05-23 Thread god
Is it possible to change vmlinuz permissions so it's readable by members of 
special group (libguestfs)?.
This  way admins could locally fix this by design stupidity easily for 
affected users instead of forcing maintainers for all the affected packages to 
supply statoverride scripts.

-- 
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/759725

Title:
  The kernel is no longer readable by non-root users

Status in “hobbit-plugins” package in Ubuntu:
  In Progress
Status in “linux” package in Ubuntu:
  Won't Fix

Bug description:
  The mode of the latest kernel has changed so it is no longer readable
  by non-root users:

  -rw-r--r-- 1 root root 4336016 2010-10-17 01:37 
/boot/vmlinuz-2.6.35-22-generic
  -rw-r--r-- 1 root root 4336912 2010-11-24 12:46 
/boot/vmlinuz-2.6.35-23-generic
  -rw-r--r-- 1 root root 4523072 2011-03-08 18:47 /boot/vmlinuz-2.6.38-6-generic
  -rw--- 1 root root 4523936 2011-04-11 05:24 /boot/vmlinuz-2.6.38-8-generic

  This prevents people from using this kernel to boot qemu
  virtual machines as non-root.

  Please change the mode back to make the kernel readable.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-8-generic 2.6.38-8.42
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access /dev/snd/: No such file or directory
  AplayDevices: aplay: device_list:240: no soundcards found...
  Architecture: amd64
  ArecordDevices: arecord: device_list:240: no soundcards found...
  CRDA: Error: [Errno 2] No such file or directory
  Date: Wed Apr 13 13:05:01 2011
  HibernationDevice: RESUME=UUID=112bf9c4-620e-441f-abb3-aeac6aa15294
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Red Hat KVM
  PciMultimedia:
   
  ProcEnviron:
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=1efa0b67-17df-484e-980c-8544fa2149fe ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-2.6.35-22-generic N/A
   linux-backports-modules-2.6.35-22-generic  N/A
   linux-firmware 1.50
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/01/2007
  dmi.bios.vendor: Seabios
  dmi.bios.version: 0.5.1
  dmi.chassis.type: 1
  dmi.chassis.vendor: Red Hat
  dmi.modalias: 
dmi:bvnSeabios:bvr0.5.1:bd01/01/2007:svnRedHat:pnKVM:pvrRHEL6.0.0PC:cvnRedHat:ct1:cvr:
  dmi.product.name: KVM
  dmi.product.version: RHEL 6.0.0 PC
  dmi.sys.vendor: Red Hat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hobbit-plugins/+bug/759725/+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