[Kernel-packages] [Bug 1584953] Re: backport fix for /proc/net issues with containers

2016-06-21 Thread Philipp Gassmann
** Tags removed: verification-needed-trusty ** Tags added: verification-done-trusty -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lts-utopic in Ubuntu. https://bugs.launchpad.net/bugs/1584953 Title: backport fix for /proc/net is

[Kernel-packages] [Bug 994931] Re: Altering use_tempaddr drops all IPv6 addresses

2016-09-05 Thread Philipp Kern
Where did this get stuck? -- 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/994931 Title: Altering use_tempaddr drops all IPv6 addresses Status in Linux: Invalid Status in linux package

[Kernel-packages] [Bug 994931] Re: Altering use_tempaddr drops all IPv6 addresses

2016-09-16 Thread Philipp Kern
Thanks, Kamal! -- 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/994931 Title: Altering use_tempaddr drops all IPv6 addresses Status in Linux: Invalid Status in linux package in Ubuntu:

[Kernel-packages] [Bug 1642709] Re: linux-firmware on Trusty is missing i915 binaries

2016-11-30 Thread Philipp Kern
Adding Timo explicitly who said in https://bugs.launchpad.net/ubuntu/+source/linux- firmware/+bug/1624164/comments/5 that kbl_dmc is optional and for power saving, but skl_guc_ver6 is actually needed on Skylake. Skylake devices are what we have and which don't properly work without the firmware. -

[Kernel-packages] [Bug 1582864] Re: use after free of BOS in usb_reset_and_verify_device

2016-05-21 Thread Philipp Kern
It'd be helpful if this memory corruption regression could be accelerated. It means that unplugging a USB3 device can mess up the memory enough that file lookups that happen afterwards break if apparmor is enabled - just because the allocation size is similar by chance. The resulting oops is very m

[Kernel-packages] [Bug 1584953] [NEW] backport fix for /proc/net issues with containers

2016-05-23 Thread Philipp Gassmann
Public bug reported: Request to backport Kernel changes from Kernel 4.5 to lts kernel 4.4 for xenial and if possible to lts kernel for 14.04 Change upstream: netfilter: Set /proc/net entries owner to root in namespace http://git.kernel.org/cgit/linux/kernel/git/pablo/nf-next.git/commit/?id=f13f2a

[Kernel-packages] [Bug 1583960] Re: CVE-2016-4480

2016-05-30 Thread Philipp Hahn
Correct me if I'm wrong, but is a *Xen* Bug, not a *Linux-Kernel* Bug: "xen/arch/x86/mm/guest_walk.c" is in the Hypervisor part of Xen. I tried to back-port the bug to xen-4.1.6.1 from Precise but the patch is not applicable directly, as xen-4.1 does

[Kernel-packages] [Bug 994931] Re: Altering use_tempaddr drops all IPv6 addresses

2016-09-27 Thread Philipp Kern
Verified on trusty. Unfortunately I don't have a precise machine anymore. After toggling use_tempaddr not all public addresses disappeared with the new kernel while it happened with the old pre- reboot. ** Tags removed: verification-needed-trusty ** Tags added: verification-done-trusty -- You re

[Kernel-packages] [Bug 1325560] Re: kvm virtio netdevs lose network connectivity under "enough" load

2016-09-30 Thread Philipp Hahn
bug #1346917 only mentions the same issue after updating to the kernel of that specific bug; this issue (network problem) is completely different from that one (same page sharing on NUMA). ** This bug is no longer a duplicate of bug 1346917 Using KSM on NUMA capable machines can cause KVM guest

[Kernel-packages] [Bug 1568729] Re: divide error: 0000 [#1] SMP in task_numa_migrate - handle_mm_fault

2016-08-19 Thread Philipp Noack
Had the same divide error and a hanging server myself. Ubuntu 16.04.1 LTS with "linux-image-4.4.0-31-generic". Now running "linux- image-4.4.0-34-generic". -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launc

[Kernel-packages] [Bug 1067077] Re: 1002:68d8 Kernel panic at shutdown Radeon HD 5670

2013-08-11 Thread Philipp Trommler
generic 3.2.30 Uname: Linux 3.2.0-32-generic x86_64 NonfreeKernelModules: fglrx AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu13 Architecture: amd64 AudioDevicesInUse:  USERPID ACCESS COMMAND  /dev/snd/controlC1: philipp

[Kernel-packages] [Bug 1259570] [NEW] kexec should get a disabling sysctl

2013-12-10 Thread Philipp Kern
*** This bug is a security vulnerability *** Public security bug reported: To enable kexec makes sense for a generic distro kernel. But if your users have root and you want to make it hard for them to run code in ring 0, you commonly disable further module loading and you also want to disable kex

[Kernel-packages] [Bug 1252121] Re: networkmanager networking is disabled on suspend-resume

2013-11-19 Thread Philipp Keck
In the other bug report, I said that "sudo pm-suspend" didn't work, which is wrong. Maybe I forgot to re-activate the network after some previous test ... So my current results are (tested >5 times): All of these methods: - closing the lid - using the Unity menu -> "Suspend" - sudo gdbus call -y -

[Kernel-packages] [Bug 1252121] Re: networkmanager networking is disabled on suspend-resume

2013-11-19 Thread Philipp Keck
pm-suspend.log after unsuccessful suspend-resume-cycle (i.e. network didn't work afterwards). ** Attachment added: "pm-suspend.log" https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1252121/+attachment/3912649/+files/pm-suspend.log -- You received this bug notification because you

[Kernel-packages] [Bug 1252121] Re: networkmanager networking is disabled on suspend-resume

2013-11-19 Thread Philipp Keck
I just modified /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service in the way you asked. Then I suspended using the Unity menu. However, the laptop never turned off (usually it does after 20-30s) - at least not for over a minute. So I pressed I key and was able to login (and pos

[Kernel-packages] [Bug 1475662] [NEW] Kernel postrm calls /etc/kernel/postinst.d/*

2015-07-17 Thread Philipp Kern
Public bug reported: Looking at linux-image-extra-3.19.0-18-generic here, but I expect this to be pretty pervasive. This is its postrm: #!/bin/sh set -e case "$0::$1" in *.postinst::configure|*.postrm::remove) depmod -a -F /boot/System.map-3.19.0-18-generic 3.19.0-18-generic || true

[Kernel-packages] [Bug 1475662] Re: Kernel postrm calls /etc/kernel/postinst.d/*

2015-07-18 Thread Philipp Kern
This is a straightforward coding error that does not require any logs. ** 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/1

[Kernel-packages] [Bug 1947718] [NEW] overlay: permission regression in 5.4.0.89.93 due to fix for CVE-2021-3732

2021-10-19 Thread Philipp Wendler
Public bug reported: Since kernel 5.4.0-89.100 on Focal and 4.15.0-159.167 on Bionic I can no longer mount an overlay filesystem over directories like / in a user namespace. With kernel versions 5.4.0-88.99 and 4.15.0-158.166, respectively, this still works. An easy way to test this is the follow

[Kernel-packages] [Bug 1947718] Re: overlay: permission regression in 5.4.0.89.93 due to fix for CVE-2021-3732

2021-10-19 Thread Philipp Wendler
apport information ** Tags added: apport-collected ** Description changed: Since kernel 5.4.0-89.100 on Focal and 4.15.0-159.167 on Bionic I can no longer mount an overlay filesystem over directories like / in a user namespace. With kernel versions 5.4.0-88.99 and 4.15.0-158.166, respect

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

2021-10-19 Thread Philipp Wendler
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1947718/+attachment/5534262/+files/ProcCpuinfo.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/b

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

2021-10-19 Thread Philipp Wendler
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1947718/+attachment/5534259/+files/Lspci.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/1947718

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

2021-10-19 Thread Philipp Wendler
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1947718/+attachment/5534265/+files/ProcModules.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/b

[Kernel-packages] [Bug 1947718] Lsusb-v.txt

2021-10-19 Thread Philipp Wendler
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/1947718/+attachment/5534261/+files/Lsusb-v.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/1947

[Kernel-packages] [Bug 1947718] Lspci-vt.txt

2021-10-19 Thread Philipp Wendler
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/1947718/+attachment/5534260/+files/Lspci-vt.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/19

[Kernel-packages] [Bug 1947718] Re: overlay: permission regression in 5.4.0.89.93 due to fix for CVE-2021-3732

2021-10-19 Thread Philipp Wendler
Status set to "Confirmed" as requested by the bot after uploading logs (although I did upload them when creating the issue as well...). -- 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/194771

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

2021-10-19 Thread Philipp Wendler
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1947718/+attachment/5534267/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages,

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

2021-10-19 Thread Philipp Wendler
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1947718/+attachment/5534266/+files/UdevDb.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/1947718

[Kernel-packages] [Bug 1947718] ProcCpuinfoMinimal.txt

2021-10-19 Thread Philipp Wendler
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1947718/+attachment/5534263/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.l

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

2021-10-19 Thread Philipp Wendler
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1947718/+attachment/5534264/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad

[Kernel-packages] [Bug 1947718] Re: overlay: permission regression in 5.4.0.89.93 due to fix for CVE-2021-3732

2022-01-10 Thread Philipp Wendler
This is a kernel regression and now almost three months old. Could somebody please have a look? -- 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/1947718 Title: overlay: permission regressi

[Kernel-packages] [Bug 2025230] [NEW] linux-headers-6.2.0-24-generic missing in ubuntu 23.04

2023-06-28 Thread Philipp März
Public bug reported: The latest linux-generic-hwe-22.04 linux-headers-generic-hwe-22.04 linux-image-generic-hwe-22.04 versions cannot be installed on ubuntu 23.04 because the linux-headers-6.2.0-24-generic package is missing. The latest available version is linux-headers-6.2.0-23-generic Source:

[Kernel-packages] [Bug 2025230] Re: linux-headers-6.2.0-24-generic missing in ubuntu 23.04

2023-06-28 Thread Philipp März
** Changed in: linux-meta (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta in Ubuntu. https://bugs.launchpad.net/bugs/2025230 Title: linux-headers-6.2.0-24-generic missing in ubuntu

[Kernel-packages] [Bug 1947718] Re: overlay: permission regression in 5.4.0.89.93 due to fix for CVE-2021-3732

2022-06-13 Thread Philipp Wendler
I now tested with newer kernels: The regression is still present in 5.15.0-33-generic from the hwe-edge package for Ubuntu 20.04. I also tested kernels from the Ubuntu Mainline Kernel Archive. It works with 5.13.0-051300-generic and fails with 5.14.0-051400-generic and also still with 5.18.3-05180

[Kernel-packages] [Bug 1788786] [NEW] installation of nvidia-396 fails due to "trying to overwrite '/usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so', which is also in package xserver-xorg-video-nv

2018-08-23 Thread Karl-Philipp Richter
Public bug reported: Installation of `nvidia-396` after `sudo add-apt-repository ppa :graphics-drivers/ppa` on Ubuntu 18.04 fails due to ``` > sudo apt-get install -f nvidia-driver-396 Reading package lists... Done Building dependency tree Reading state information... Done The following additiona

[Kernel-packages] [Bug 1811226] [NEW] ipvsadm --ops causes CPU soft lockup on traffic

2019-01-10 Thread Jan-Philipp Litza
Public bug reported: Using IPVS with One-Packet Scheduling on UDP causes CPU soft lockup on traffic. Steps to reproduce: 1. Install ipvsadm and netcat-openbsd 2. Execute `ipvsadm -a -u 127.0.0.1:1234 -s rr --ops && ipvsadm -A -u 127.0.0.1:1234 -r 127.0.0.1:1235 -m -w 1` 3. Execute `nc -l -k -u

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

2019-01-10 Thread Jan-Philipp Litza
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1811226/+attachment/5228261/+files/Lspci.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/1811226

[Kernel-packages] [Bug 1811226] ProcCpuinfoMinimal.txt

2019-01-10 Thread Jan-Philipp Litza
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1811226/+attachment/5228262/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.l

[Kernel-packages] [Bug 1811226] Re: ipvsadm --ops causes CPU soft lockup on traffic

2019-01-10 Thread Jan-Philipp Litza
apport information ** Tags added: apport-collected bionic ** Description changed: Using IPVS with One-Packet Scheduling on UDP causes CPU soft lockup on traffic. Steps to reproduce: 1. Install ipvsadm and netcat-openbsd 2. Execute `ipvsadm -a -u 127.0.0.1:1234 -s rr --ops && ipvs

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

2019-01-10 Thread Jan-Philipp Litza
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1811226/+attachment/5228264/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad

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

2019-01-10 Thread Jan-Philipp Litza
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1811226/+attachment/5228263/+files/ProcEnviron.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/b

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

2019-01-10 Thread Jan-Philipp Litza
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1811226/+attachment/5228260/+files/CurrentDmesg.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

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

2019-01-10 Thread Jan-Philipp Litza
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1811226/+attachment/5228265/+files/ProcModules.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/b

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

2019-01-10 Thread Jan-Philipp Litza
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1811226/+attachment/5228267/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages,

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

2019-01-10 Thread Jan-Philipp Litza
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1811226/+attachment/5228266/+files/UdevDb.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/1811226

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-11-10 Thread Karl-Philipp Richter
525b8ed91671e29e187dfe02d408b11190ccf494 is good (assuming that the kernel image package with the later timestamp is the one representing the commit). -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-11-14 Thread Karl-Philipp Richter
91d57bae08689199c8acc77a8b3b41150cafab1c is good. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes Status in linux package in

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-11-20 Thread Karl-Philipp Richter
Good to know, thank you for your support. The issue is fixed in 4.13.0-16-generic of Ubuntu 17.10 as stated in #16. -- 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/1721856 Title: Suspend

[Kernel-packages] [Bug 1721856] [NEW] standby ends after seconds and laptop resumes

2017-10-06 Thread Karl-Philipp Richter
Public bug reported: The standby ends after seconds and the laptop resumes like it'd wake up from standby. I didn't use standby for a long time (months or years) and can't even estimate when it worked for the last time. This issue is fixed in 4.14-rc3 mainline kernel - although some parts of the

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-06 Thread Karl-Philipp Richter
** Summary changed: - standby ends after seconds and laptop resumes + Suspend ends after seconds and laptop resumes ** Description changed: - The standby ends after seconds and the laptop resumes like it'd wake up - from standby. I didn't use standby for a long time (months or years) and - can't

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-11 Thread Karl-Philipp Richter
> Can you see if this bug is fixed in upstream 4.13 or 4.10, which will tell us if the fix was already cc'd to stable. Fixed in 4.13.5 and present in 4.10.17. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.l

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-13 Thread Karl-Philipp Richter
> We can perform a reverse bisect to identify the commit that fixes this bug. > We first need to identify the last bad kernel and first good one. Can you > test the following two kernels: > > v4.11: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11 > v4.12: http://kernel.ubuntu.com/~kernel-ppa/

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-17 Thread Karl-Philipp Richter
v4.13-rc1 is good. Please tell me if you need support for this issue from me. I'd like to take this opportunity to recommend you to improve instructions for bisecting with the mainline kernel releases and release candidates for reports like me. I'm not a Linux hacker, but I understand the principl

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-18 Thread Karl-Philipp Richter
> The test kernel can be downloaded from: http://kernel.ubuntu.com/~jsalisbury/lp1721856 The _all package seems to be damaged/truncated. I'm getting `dpkg-deb: error: unexpected end of file in archive member header in linux- headers-4.12.0-041200_4.12.0-041200.201710171537_all.deb` and the package

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-19 Thread Karl-Philipp Richter
> The only .deb package you need to install is: linux-image-4.12.0-041200-generic_4.12.0-041200.201710171537_amd64.deb Didn't know that, thank you. This version is good. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. htt

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-20 Thread Karl-Philipp Richter
1849f800fba32cd5a0b647f824f11426b85310d8 is good, i.e. doesn't have the bug. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-23 Thread Karl-Philipp Richter
The issue is fixed with the first 17.10 kernel 4.13.0-16-generic as expected. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-23 Thread Karl-Philipp Richter
cbcd4f08aa637b74f575268770da86a00fabde6d is good. Thanks for the kernels. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes Sta

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-24 Thread Karl-Philipp Richter
1b044f1cfc65a7d90b209dfabd57e16d98b58c5b is good. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes Status in linux package in

[Kernel-packages] [Bug 1740462] [NEW] Deletion of subvolumes by docker system prune causes btrfs to become unusable/unmountable because of skinny extends

2017-12-28 Thread Karl-Philipp Richter
Public bug reported: `docker system prune` caused a few processes to hang a few minutes while I could still capture ``` [ 85.821088] [ cut here ] [ 85.821108] WARNING: CPU: 6 PID: 75 at /build/linux-8h04gD/linux-4.13.0/fs/btrfs/extent-tree.c:3009 btrfs_run_delayed_re

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-27 Thread Karl-Philipp Richter
892ad5acca0b2ddb514fae63fa4686bf726d2471 is bad. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes Status in linux package in U

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-30 Thread Karl-Philipp Richter
e7bd9ba20a9ec7024a0566a93c22b9571a48939a is bad. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes Status in linux package in U

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-31 Thread Karl-Philipp Richter
9bc088ab66be8978fbc981ba9644468fa2c2fd3f is bad. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes Status in linux package in U

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-31 Thread Karl-Philipp Richter
e0f3e8f14da868047c524a0cf11e08b95fd1b008 is bad. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes Status in linux package in U

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-11-01 Thread Karl-Philipp Richter
2fcc112af37fa88f8da077d6dd3bb8e38e75adb1 is good. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes Status in linux package in

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-11-01 Thread Karl-Philipp Richter
63841b2a6969501de183efafc14d20175e402804 is bad. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes Status in linux package in U

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-11-01 Thread Karl-Philipp Richter
2a55e98f9f76825d78a4e6ef315c35fccabf5212 is good. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes Status in linux package in

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-11-02 Thread Karl-Philipp Richter
e7561f1633ac735df48c55ad09a2530e9ab9fab1 is good. -- 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/1721856 Title: Suspend ends after seconds and laptop resumes Status in linux package in

[Kernel-packages] [Bug 1712765] Re: reboot instead of shutdown

2017-08-24 Thread Karl-Philipp Richter
** Description changed: - hallo - i have a acer aspire v5 571g laptop with former windows. after i installed ubuntu the computer refuses to shut down, instead it does a restart. - thanks + I have a Acer Aspire v5 571g laptop which initially had Windows + installed. After I installed Ubuntu (and o

[Kernel-packages] [Bug 1654517] [NEW] ZFS I/O hangs for minutes

2017-01-06 Thread Karl-Philipp Richter
Public bug reported: I/O for multiple programs, like `thunderbird`, `firefox`, etc., hangs for minutes, `dmesg` contains [ 9184.451606] INFO: task txg_sync:11471 blocked for more than 120 seconds. [ 9184.451610] Tainted: P OE 4.8.0-32-generic #34-Ubuntu [ 9184.451611

[Kernel-packages] [Bug 1654517] IwConfig.txt

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800787/+files/IwConfig.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/16

[Kernel-packages] [Bug 1654517] Re: ZFS I/O hangs for minutes

2017-01-06 Thread Karl-Philipp Richter
apport information ** Tags added: apport-collected ** Description changed: I/O for multiple programs, like `thunderbird`, `firefox`, etc., hangs for minutes, `dmesg` contains [ 9184.451606] INFO: task txg_sync:11471 blocked for more than 120 seconds. [ 9184.451610] Tain

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

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800790/+files/Lsusb.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/1654517

[Kernel-packages] [Bug 1654517] AplayDevices.txt

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "AplayDevices.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800781/+files/AplayDevices.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

[Kernel-packages] [Bug 1654517] Card0.Codecs.codec.0.txt

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "Card0.Codecs.codec.0.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800784/+files/Card0.Codecs.codec.0.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bu

[Kernel-packages] [Bug 1654517] Card0.Codecs.codec.3.txt

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "Card0.Codecs.codec.3.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800785/+files/Card0.Codecs.codec.3.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bu

[Kernel-packages] [Bug 1654517] Card0.Amixer.values.txt

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "Card0.Amixer.values.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800783/+files/Card0.Amixer.values.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs

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

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800786/+files/CurrentDmesg.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

[Kernel-packages] [Bug 1654517] JournalErrors.txt

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800788/+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.n

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

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800782/+files/CRDA.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/1654517 Ti

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

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800789/+files/Lspci.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/1654517

[Kernel-packages] [Bug 1654517] RfKill.txt

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800797/+files/RfKill.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/1654517

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

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800795/+files/ProcModules.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/b

[Kernel-packages] [Bug 1654517] PciMultimedia.txt

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "PciMultimedia.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800791/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.n

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

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800792/+files/ProcCpuinfo.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/b

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

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800794/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad

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

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800798/+files/UdevDb.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/1654517

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

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800799/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages,

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

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800796/+files/PulseList.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/

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

2017-01-06 Thread Karl-Philipp Richter
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1654517/+attachment/4800793/+files/ProcEnviron.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/b

[Kernel-packages] [Bug 1654849] [NEW] ethernet interface connection crashes due to "NETDEV WATCHDOG: enx00e07cc862a1 (r8152): transmit queue 0 timed out"

2017-01-08 Thread Karl-Philipp Richter
Public bug reported: `dmesg` reveals [124280.117155] [ cut here ] [124280.117170] WARNING: CPU: 0 PID: 0 at /build/linux-_qw1uB/linux-4.8.0/net/sched/sch_generic.c:316 dev_watchdog+0x22c/0x230 [124280.117172] NETDEV WATCHDOG: enx00e07cc862a1 (r8152): transmit

[Kernel-packages] [Bug 1654517] Re: ZFS I/O hangs for minutes

2017-01-08 Thread Karl-Philipp Richter
** Description changed: I/O for multiple programs, like `thunderbird`, `firefox`, etc., hangs - for minutes, `dmesg` contains + for minutes and approx. 100 `z_rd_int_[n]` and `z_wr_int_[n]` kernel + threads are created, `dmesg` contains - [ 9184.451606] INFO: task txg_sync:11471 blocked f

[Kernel-packages] [Bug 1695737] [NEW] BUG: unable to handle kernel NULL pointer dereference at 0000000000000030

2017-06-04 Thread Karl-Philipp Richter
Public bug reported: `dmesg` shows ``` [ 2278.123945] BUG: unable to handle kernel NULL pointer dereference at 0030 [ 2278.123990] IP: iput+0xd8/0x230 [ 2278.124002] PGD 0 [ 2278.124018] Oops: [#1] SMP [ 2278.124031] Modules linked in: msr rfcomm xt_CHECKSUM iptable_mangle ip

[Kernel-packages] [Bug 1670930] [NEW] Laptop wakes up from sleep mode after seconds

2017-03-07 Thread Karl-Philipp Richter
Public bug reported: Laptop wakes up from sleep mode after seconds ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: linux-image-4.8.0-39-generic 4.8.0-39.42 ProcVersionSignature: Ubuntu 4.8.0-39.42-generic 4.8.17 Uname: Linux 4.8.0-39-generic x86_64 NonfreeKernelModules: zfs zunicode icp zco

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

2017-03-10 Thread Karl-Philipp Richter
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1654849/+attachment/4835736/+files/CRDA.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/1654849 Ti

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

2017-03-10 Thread Karl-Philipp Richter
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1654849/+attachment/4835737/+files/CurrentDmesg.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

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

2017-03-10 Thread Karl-Philipp Richter
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1654849/+attachment/4835748/+files/CurrentDmesg.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

[Kernel-packages] [Bug 1654849] IwConfig.txt

2017-03-10 Thread Karl-Philipp Richter
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1654849/+attachment/4835749/+files/IwConfig.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/16

[Kernel-packages] [Bug 1654849] IwConfig.txt

2017-03-10 Thread Karl-Philipp Richter
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1654849/+attachment/4835738/+files/IwConfig.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/16

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

2017-03-10 Thread Karl-Philipp Richter
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1654849/+attachment/4835754/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad

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

2017-03-10 Thread Karl-Philipp Richter
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1654849/+attachment/4835745/+files/UdevDb.txt ** Description changed: `dmesg` reveals [124280.117155] [ cut here ] [124280.117170] WARNING: CPU: 0 PID: 0 at /build/li

<    1   2   3   >