[Kernel-packages] [Bug 1687791] Re: Install of kdump-tools fails

2017-05-05 Thread Jens Elkner
Seems, that this package gets included via preseed: tasksel tasksel/first multiselect minimal d-i pkgsel/include string grub2 linux-crashdump openssh-server tcsh ksh gawk vim sysstat lxc debootstrap libcap-ng-utils acpid at bc ethtool libxslt1.1 lxc-templates patch uidmap xz-utils acl iptables u

[Kernel-packages] [Bug 1688890] [NEW] initramfs-zfs should support misc /dev dirs

2017-05-06 Thread Jens Elkner
Public bug reported: Right now 'zfs-initramfs', i.e. /usr/share/initramfs-tools/scripts/zfs does not support any other directory than /dev for "zpool import ...". Therefore even if a pool gets created from a different directory like /dev, say /dev/disk/by-id or /dev/chassis/SYS on next reboot /dev

[Kernel-packages] [Bug 1688890] Re: initramfs-zfs should support misc /dev dirs

2017-05-06 Thread Jens Elkner
** Patch added: "honor misc /dev dirs" https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1688890/+attachment/4872753/+files/initramfs-zfs.patch -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to zfs-linux in Ubuntu. https://bugs.la

[Kernel-packages] [Bug 1685528] Re: ZFS initramfs mounts dataset explicitly set not to be mounted, causing boot process to fail

2017-05-06 Thread Jens Elkner
It should not restrict import to hardcoded /dev and /dev/disk/by-id - see https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1688890 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to zfs-linux in Ubuntu. https://bugs.launchpad.net/bugs

[Kernel-packages] [Bug 1905160] [NEW] zfs-initramfs: zfs import rpool fails - too early

2020-11-22 Thread Jens Elkner
Public bug reported: /usr/share/initramfs-tools/scripts/zfs::import_pool() tries to import the root pool (in my case named rpool) before the related devices are available, i.e. scsi scan has been finished. I use the following Q&D workaround to fix it: --- /usr/share/initramfs-tools/scripts/zfs.or

[Kernel-packages] [Bug 1905160] Re: zfs-initramfs: zfs import rpool fails - too early

2020-11-22 Thread Jens Elkner
** Attachment added: "debug output with Q&D fix" https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1905160/+attachment/5436799/+files/xxxlong-patched.out -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to zfs-linux in Ubuntu. https

[Kernel-packages] [Bug 1905160] Re: zfs-initramfs: zfs import rpool fails - too early

2020-11-22 Thread Jens Elkner
There is no apport* installed on the machine. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to zfs-linux in Ubuntu. https://bugs.launchpad.net/bugs/1905160 Title: zfs-initramfs: zfs import rpool fails - too early Status in zfs-linux pac

[Kernel-packages] [Bug 1711407] Re: unregister_netdevice: waiting for lo to become free

2017-10-02 Thread Jens Elkner
Since xenial we have this very annoying behavior (unregister_netdevice: waiting for lo to become free. Usage count = 1) as well, which in turn makes a container reboot taking several minutes instead of seconds e.g. on vivid (lxc-ls -f also hangs for that time). E.g.: [ +10.244888] unregister_netd

[Kernel-packages] [Bug 1687664] Re: grub-probe zfs bug: failed to get canonical path

2017-05-17 Thread Jens Elkner
BTW: Just encountered, that netinstall fails, when it tries to install grub, because /sys seems not to be mounted to /target/sys: # zpool status The ZFS modules are not loaded. Try running '/sbin/modprobe zfs' as root to load them. After a mount --rbind /sys /target/sys : # zpool status pool:

[Kernel-packages] [Bug 1687664] Re: grub-probe zfs bug: failed to get canonical path

2017-05-17 Thread Jens Elkner
BUG or not? At least I get mixed feelings, when I see, that the log device gets passed to grub-probe! E.g.: + zpool status rpool pool: rpool state: ONLINE scan: resilvered 547M in 0h0m with 0 errors on Thu May 18 03:49:08 2017 config: NAME STATE READ WRITE CKSUM r

[Kernel-packages] [Bug 1687664] Re: grub-probe zfs bug: failed to get canonical path

2017-05-18 Thread Jens Elkner
Wondering, whether there is an official repository, where one may look into the source of the shipped version of the package. I found https://launchpad.net/ubuntu/+source/grub2/2.02~beta2-36ubuntu3.9, but even the grub2_2.02~beta2.orig.tar.xz is != to what is tagged as grub-2.02-beta2 in the offici

[Kernel-packages] [Bug 1687664] Re: grub-probe zfs bug: failed to get canonical path

2017-05-19 Thread Jens Elkner
*** This bug is a duplicate of bug 1527727 *** https://bugs.launchpad.net/bugs/1527727 No ETAs, when the backport is available for the LTS release? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to zfs-linux in Ubuntu. https://bugs.laun

[Kernel-packages] [Bug 1694090] [NEW] ZoL: wrong import order prevents boot

2017-05-27 Thread Jens Elkner
Public bug reported: I've the following zfs: # zfs list -r rpool/VARSHARE NAME USED AVAIL REFER MOUNTPOINT rpool/VARSHARE 114K 165G30K /var/share rpool/VARSHARE/lxc84K 165G19K /var/share/lxc rpool/VARS

[Kernel-packages] [Bug 1694090] Re: ZoL: wrong import order prevents boot

2017-05-28 Thread Jens Elkner
Please read carefully before answering: As already said (and the given output clearly shows the problem beside being mentioned in the subject): zfs screwed up the mount order and mounted rpool/VARSHARE/lxc _before_ rpool/VARSHARE. And when /var/share/lxc gets mounted, obviously /var/share is not em

[Kernel-packages] [Bug 1694090] Re: ZoL: wrong import order prevents boot

2017-06-04 Thread Jens Elkner
It might be also a result of the bogus mount.zfs, which requires POSIX incorrect arguments but honors POSIXLY_CORRECT env var! Had a similar zfs mount order problem with a rpool/local/home/{A,B,C} tree (was created using -p option) ... -- You received this bug notification because you are a memb

[Kernel-packages] [Bug 1437492] Re: boot stalls on USB detection errors

2016-02-04 Thread Jens Ravesloot
I have the same problem. I have the Asus Maximus VII Hero (Z97) and the same errors occur. On my PC I have elementary OS 0.3.2 (based on Ubuntu 14.04) installed. While booting with 'normal' bios setting and a USB3.0 HDD my keyboard and mouse (and basically all USB devices) stop working. When di

[Kernel-packages] [Bug 1305522] Re: Backport Synaptics HID touchpad driver for 14.04

2014-05-29 Thread Jens Bast
Hi everybody, I am new to this, so apologies. I got also a Dell XPS 12 and for me, after the official kernel update to "3.13.0-27-generic" my touchpad is not working in multitouch anymore (like scrolling and so on) and oly recognized as mouse. Touchscreen works fine. xinput ⎡ Virtual core poin

[Kernel-packages] [Bug 1218973] Re: [Dell XPS 12-9Q33] Touchpad not recognized

2014-05-29 Thread Jens Bast
I am using Dell XPS 12 system and #93 worked for me before the recent kernel update (3.13.0-27) and now touchscreen works fine but touchpad not recognized as touchpad & multitouch (scrolling) anymore. How can I get rid of the changes the workaround made? blacklisting hid-rmi? Touchpad now recogn

[Kernel-packages] [Bug 1305522] Re: Backport Synaptics HID touchpad driver for 14.04

2014-05-30 Thread Jens Bast
I tried installing this kernel #44, but my system did not work properly anymore... no wifi, no screen brightness adjustments and so on. http://people.canonical.com/~acelan/bugs/lp1305522/20140523/ -- You received this bug notification because you are a member of Kernel Packages, which is subs

[Kernel-packages] [Bug 1305522] Re: Backport Synaptics HID touchpad driver for 14.04

2014-05-30 Thread Jens Bast
oh, sorry, I did not install the "extra" image. After installing all 4 things, it works perfectly fine on my XPS 12! Thanks a lot! -- 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/1305522

[Kernel-packages] [Bug 1305522] Re: Backport Synaptics HID touchpad driver for 14.04

2014-05-30 Thread Jens Bast
still PS/2 though jensbast@jensbast-XPS-12-9Q33:~$ xinput ⎡ Virtual core pointer id=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointerid=4[slave pointer (2)] ⎜ ↳ ATML1000:00 03EB:842F id=10 [slave pointer (2)] ⎜ ↳ D

[Kernel-packages] [Bug 1355010] Re: ernel panic - not syncing: Attempted to kill init! exitcode=0x00000100

2014-08-19 Thread Jens Elkner
Haven't tried, but found a way to fix it myself. In general the problem is, that Ubuntu still uses a setup/environment, which looks like ~15 years ago - all the bogus klibc/busybox pain! I mean, I want to boot a workstation, not my dish washer! In detail one problem seems, that Ubuntu uses the bug

[Kernel-packages] [Bug 1354975] Re: iwlwifi Intel 7260 Wifi disconnects

2014-09-02 Thread Jens Bast
** Also affects: unitylinux Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1354975 Title: iwlwifi Intel 7260 Wifi disconnects Status

[Kernel-packages] [Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-12-03 Thread Jens Jäschke
I can confirm that the issue seems to be fixed. Since I first noticed it being fixed today, I assume the nfs-common update is responsible which was installed yesterday. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. http

[Kernel-packages] [Bug 1380495] [NEW] [Gigabyte Technology Co., Ltd. To be filled by O.E.M.] suspend/resume failure

2014-10-13 Thread Jens Kreiensiek
Public bug reported: Computer does not resume from standby. ProblemType: KernelOops DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-21-generic 3.16.0-21.28 ProcVersionSignature: Ubuntu 3.16.0-21.28-generic 3.16.4 Uname: Linux 3.16.0-21-generic x86_64 Annotation: This occured during a prev

[Kernel-packages] [Bug 1355010] [NEW] ernel panic - not syncing: Attempted to kill init! exitcode=0x00000100

2014-08-10 Thread Jens Elkner
Public bug reported: We are trying to provide Ubuntu desktop (ubuntu-14.04.1-desktop-amd64.iso) to our labs for studs, which just wanna give it a try. Unfortunately it doesn't work: If it tries to exec the final step (e.g. run-init /root /sbin/init textonly toram /root/dev/console 2>&1) it pa

[Kernel-packages] [Bug 1355010] Re: ernel panic - not syncing: Attempted to kill init! exitcode=0x00000100

2014-08-11 Thread Jens Elkner
Since after the kernel panic the machine is frozen, there is no way to run any app or collect further information. ** 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

[Kernel-packages] [Bug 1355010] Re: ernel panic - not syncing: Attempted to kill init! exitcode=0x00000100

2014-08-11 Thread Jens Elkner
apport information ** Tags added: apport-collected ** Description changed: We are trying to provide Ubuntu desktop (ubuntu-14.04.1-desktop-amd64.iso) to our labs for studs, which just wanna give it a try. Unfortunately it doesn't work: If it tries to exec the final step (e.g. run-init /ro

[Kernel-packages] [Bug 1355010] AudioDevicesInUse.txt

2014-08-11 Thread Jens Elkner
apport information ** Attachment added: "AudioDevicesInUse.txt" https://bugs.launchpad.net/bugs/1355010/+attachment/4174538/+files/AudioDevicesInUse.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.lau

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

2014-08-11 Thread Jens Elkner
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1355010/+attachment/4174544/+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 1355010] Lspci.txt

2014-08-11 Thread Jens Elkner
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1355010/+attachment/4174541/+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/1355010

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

2014-08-11 Thread Jens Elkner
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1355010/+attachment/4174540/+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/13

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

2014-08-11 Thread Jens Elkner
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1355010/+attachment/4174545/+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 1355010] Lspci.txt

2014-08-11 Thread Jens Elkner
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1355010/+attachment/4174542/+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/1355010

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

2014-08-11 Thread Jens Elkner
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1355010/+attachment/4174546/+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/1355010

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

2014-08-11 Thread Jens Elkner
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1355010/+attachment/4174543/+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 1355010] CurrentDmesg.txt

2014-08-11 Thread Jens Elkner
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1355010/+attachment/4174539/+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 1355010] Re: ernel panic - not syncing: Attempted to kill init! exitcode=0x00000100

2014-08-11 Thread Jens Elkner
To get the info above, I added break=init and did manually: chroot /root /bin/bash # created /etc/resolv.conf apt-get install python-apport apport-collect 1355010 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bug

[Kernel-packages] [Bug 1380495] Re: [Gigabyte Technology Co., Ltd. To be filled by O.E.M.] suspend/resume failure

2014-10-16 Thread Jens Kreiensiek
Testet with mainline kernel v3.17.1-ubuntu. Problem persists. ** Tags added: kernel-bug-exists-upstream -- 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/1380495 Title: [Gigabyte Technolog

[Kernel-packages] [Bug 1380495] Re: [Gigabyte Technology Co., Ltd. To be filled by O.E.M.] suspend/resume failure

2014-10-16 Thread Jens Kreiensiek
** 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/1380495 Title: [Gigabyte Technology Co., Ltd. To be filled by O.E.M.]

[Kernel-packages] [Bug 1413446] Re: Audio broken on 2015 XPS 13 (9343) in I2S mode in Ubuntu 14.10/15.04

2015-04-30 Thread Jens Grehl
My BIOS is updated (A03) but no sound. -- 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/1413446 Title: Audio broken on 2015 XPS 13 (9343) in I2S mode in Ubuntu 14.10/15.04 Status in Dell

[Kernel-packages] [Bug 1413446] Re: Audio broken on 2015 XPS 13 (9343) in I2S mode in Ubuntu 14.10/15.04

2015-04-30 Thread Jens Grehl
@Mario Could boot didn't helps. Should I modify my alsa-base.conf? ** Attachment added: "Screenshot from 2015-04-30 19:09:29.png" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1413446/+attachment/4388480/+files/Screenshot%20from%202015-04-30%2019%3A09%3A29.png -- You received this bu

[Kernel-packages] [Bug 1413446] Re: Audio broken on 2015 XPS 13 (9343) in I2S mode in Ubuntu 14.10/15.04

2015-04-30 Thread Jens Grehl
@Mario I shared my dmesg. I see that my BIOS is A07 instead of A03, which you are tested. Do you have any idea / solution? Should I downgrade my BIOS? Before with A02 there are no sound too. ** Attachment added: "dmesg.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1413446/+atta

[Kernel-packages] [Bug 1243831] Re: Cannot enable WLAN after wake up from hibernation mode

2013-11-05 Thread Jens Herrmann
apport information ** Tags added: apport-collected trusty ** Description changed: Since the upgrade to 13.10 two days ago my laptop goes into hibernation mode when I close the lid. When I open it again it takes a couple of seconds, then I login and find that I do not have a network connect

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

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900875/+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/12

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

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900877/+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/1243831

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

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900876/+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/1243831

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

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900874/+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 1243831] BootDmesg.txt

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900872/+files/BootDmesg.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 1243831] CRDA.txt

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900873/+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/1243831 Ti

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

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900883/+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/1243831

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

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900881/+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 1243831] UdevLog.txt

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900884/+files/UdevLog.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/1243

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

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900882/+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 1243831] WifiSyslog.txt

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900885/+files/WifiSyslog.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/bug

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

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900880/+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 1243831] ProcEnviron.txt

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900879/+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 1243831] ProcCpuinfo.txt

2013-11-05 Thread Jens Herrmann
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1243831/+attachment/3900878/+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 1243831] Re: Cannot enable WLAN after wake up from hibernation mode

2013-11-05 Thread Jens Herrmann
** Tags removed: needs-upstream-testing ** Tags added: kernel-bug-exists-upstream kernel-bug-exists-upstream-3.12.0-031200 ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed

[Kernel-packages] [Bug 1243831] Re: Cannot enable WLAN after wake up from hibernation mode

2013-11-05 Thread Jens Herrmann
I used the trusty-desktop-amd64.iso on the same laptop and the mainline kernel directory at the bottom at the time was v3.12-saucy/. The bug again did not show up all the time but 3 sleep/wake cycles was the most i had to try to reproduce it. -- You received this bug notification because you are

[Kernel-packages] [Bug 1243831] Re: Cannot enable WLAN after wake up from hibernation mode

2013-12-04 Thread Jens Herrmann
Due to the failure of my SSD last week I had to reinstall my system. This time I did a fresh install of Xubuntu 13.10 and since the bug did not show up anymore. -- 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 1094744] Re: MS Sculpt Touch Mouse needs to be re-paired periodically

2014-01-02 Thread Jens Neumann
Adding to /usr/share/gnome-bluetooth/pin-code-database.xml fixed the problem for me with the Microsoft Sculpt Touch Mouse on Ubuntu 12.04 LTS 32Bit. Thanks for the help. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to bluez in Ubuntu.

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-24 Thread Jens Glathe
Hmm I see two issues here. qcom_q6v5_pas should be in /etc/initramfs-tools/modules (it is in mine), or loading of adsp and cdsp firmware will be deferred until rootfs is mounted, with the odd VBUS interruption on type-c connectors at a moment where this will result in an inaccessible rootfs aft

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-24 Thread Jens Glathe
Hi @xypron, my /etc/initramfs-tools/modules is this: --- pwm_bl phy_qcom_qmp_pcie pcie_qcom phy_qcom qmp_pcie phy_qcom_qmp_combo qrtr drm-dp-aux-bus phy_qcom_edp gpio_sbu_mux i2c_hid_of i2c_qcom_geni pmic_glink_altmode leds_qcom_lpg qcom_q6v5_pas panel-edp

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-29 Thread Jens Glathe
Hmm an additional data point: I accidentally updated the Windows Dev Kit instead of the X13s to 24.04 (yes, really) and it installed the 6.8.0-31-generic kernel, however no dtb - but that's to be expected when flash-kernel is not installed, and being an unsupported device. After symlinking my dtb,

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-30 Thread Jens Glathe
May I ask how you you modify the installer ISO with the missing package? I'm a bit at a loss here. -- 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/2060868 Title: Lenovo X13s fails to boot

[Kernel-packages] [Bug 2060868] Re: Lenovo X13s fails to boot on 6.8.0-20-generic and 6.8.0-22-generic

2024-04-30 Thread Jens Glathe
Hmmm I looked into the ubuntu-x13s-settings, updated my X13s to 24.04, chose to *not install the settings yet*, and it doesn't boot with 6.8.0-31 (hard reset eventually). Will investigate further, but probably sorta moot - need to untangle what I do with modules/hooks/bootmac that it doesn't interf

[Kernel-packages] [Bug 1840854] Re: mlx5_core reports hardware checksum error for padded packets on Mellanox NICs

2020-03-16 Thread Jens Elkner
We use 'Linux kino6 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux' (Ubuntu 18.04.3 LTS) and see all the time 'hw csum failure's: [ +28.297139] kino6_0: hw csum failure [ +0.003607] CPU: 12 PID: 0 Comm: swapper/12 Tainted: P O 4.15.0-58-

[Kernel-packages] [Bug 1926938] Re: Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS

2021-12-11 Thread Jens Glathe
@k3dar7 interesting, had no error yesterday on building 5.15.7 Need to investigate. -- 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/1926938 Title: Recent mainline packages are built with

[Kernel-packages] [Bug 1926938] Re: Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS

2021-12-11 Thread Jens Glathe
@k3dar7 now... I did some search on what installs libssl3. $ ldconfig -p | grep ssl3 libssl3.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libssl3.so $ apt-file search libssl3.so firefox: /usr/lib/firefox/libssl3.so libnss3: /usr/lib/x86_64-linux-gnu/libssl3.so thunderbird: /usr/li

[Kernel-packages] [Bug 1961171] [NEW] System freezes when starting Eclipse

2022-02-16 Thread Jens Askengren
ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19 Uname: Linux 5.13.0-28-generic x86_64 ApportVersion: 2.20.11-0ubuntu71 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: jens 2427 F pulseaudio /dev/snd/controlC0: jens 2427 F

[Kernel-packages] [Bug 1973839] Re: 5.15.0-30-generic : SSBD mitigation results in "unchecked MSR access error: WRMSR to 0x48 (tried to write 0x0000000000000004)" and flood of kernel traces in some cl

2022-08-23 Thread Jens Bretschneider
Same here after Updating from 20.04 to 22.04 today: [0.00] Linux version 5.15.0-46-generic (buildd@lcy02-amd64-115) (gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 (Ubuntu 5.15.0-46.49-generic 5.15.39) [0.00

[Kernel-packages] [Bug 1926938] Re: Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS

2021-08-24 Thread Jens Glathe
Since HWE in focal changed today (?) to 5.13.0-14, trying to get it to run I tried #66 DanglingPointer's approach (was on the same path trying to build from the hirsute repo on Mint 20.2 - success with 5.11.0-25 after building dwarves locally :)). libbpf was missing, installed from debian. zstd was

[Kernel-packages] [Bug 1926938] Re: Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS

2021-08-25 Thread Jens Glathe
Was an interesing day, I was able to build and run mainline 5.13.12 on Mint 20.2. Was the first time I used the mainline package from kernel.org, and it was a bit fiddly, however copying over debian/ and debian.master/ is a great start, thanks for the tip. Only thing that doesn't work (yet) is nVid

[Kernel-packages] [Bug 1926845] [NEW] Unable to store nvidia-settings

2021-05-01 Thread Jens Elkner
Public bug reported: Since focal a casual unprivileged user cannot save the current X Server Display Configuration, no matter which location is used. I.e. even for e.g. /tmp/xorg.conf or /home/$LOGNAME/xorg.conf the user gets asked for the root password. This really stupid '"AUTHENTICATING FOR co

[Kernel-packages] [Bug 1942260] Re: compress firmware in /lib/firmware

2023-11-10 Thread Jens Glathe
That kernel option was not easy to find, but it's working now. FW_LOADER_COMPRESS=y FW_LOADER_COMPRESS_ZSTD=y -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1942260 Title: comp

[Kernel-packages] [Bug 1926938] Re: Recent mainline packages are built with Hirsuite 21.04, not Focal 20.04 LTS

2021-10-03 Thread Jens Glathe
Hmm. Got 5.14.9 running directly from the https://kernel.ubuntu.com/~kernel-ppa/mainline/ repository. Works with nvidia driver 4.70 on Mint 20.2 :) build sequence: - checkout cod/mainline/v5.14.9 from git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack - install

[Kernel-packages] [Bug 2088282] Re: kernel-nfs-server does not work at all

2024-11-18 Thread Jens Elkner
FWIW: Because on jammy (on my desktop) nfs-server works, I downloaded and replaced/installed the related nfs-packages on noble (libldap-2.5-0_2.5.18+dfsg-0ubuntu0.22.04.2_amd64.deb libnfsidmap1_1%3a2.6.1-1ubuntu1.2_amd64.deb nfs- common_1%3a2.6.1-1ubuntu1.2_amd64.deb nfs-kernel- server_1%3a2.6.1-1u

[Kernel-packages] [Bug 2088282] [NEW] kernel-nfs-server does not work at all

2024-11-15 Thread Jens Elkner
Public bug reported: I'm trying to setup a NFSv4 server on Ubuntu LTS 24.04 but it does not work at all. The client (no matter whether Ubuntu 22.04.4 LTS, or Solaris 11.3.x, or ...) sends a V4 Null call, the server receives the paket on the related interface and ACKs it, but in never sends an answ

[Kernel-packages] [Bug 2088282] Re: kernel-nfs-server does not work at all

2024-11-15 Thread Jens Elkner
s/mountd/gssd/ ;-) -- 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/2088282 Title: kernel-nfs-server does not work at all Status in linux package in Ubuntu: New Bug description: I'm

[Kernel-packages] [Bug 2088282] Re: kernel-nfs-server does not work at all

2024-11-15 Thread Jens Elkner
Wrong terminal for 'About Ubuntu'. It is of course 'Ubuntu 24.04.1 LTS'. -- 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/2088282 Title: kernel-nfs-server does not work at all Status in l

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-03-19 Thread Dr. Jens Harbott
@Stefan: I haven't reproduced the issue on Artful and I don't have an environment to do so. The original issue is for the HWE kernel on Xenial and only for that I can perform verification. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to li

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-03-19 Thread Dr. Jens Harbott
Running the -proposed kernel on two machines now, will provide the results in a couple of days. -- 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/1748408 Title: Servers going OOM after upda

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-03-23 Thread Dr. Jens Harbott
Proposed kernels show the same improved behaviour as the earlier test kernels. ** Tags removed: verification-needed-artful ** Tags added: verification-done-artful -- 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 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-02-09 Thread Dr. Jens Harbott
@Joseph: I did test 4.15.2, but some things are failing, in particular docker because of lacking AUFS support, so I need to build a kernel myself I guess, which will take a bit. Also note that I'm seeing this on Xenial machines, didn't test with Artful. We used to run them with the 4.10 HWE kernel

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-02-09 Thread Dr. Jens Harbott
Ok, nevermind the aufs issue, I got that resolved. Should have some results with mainline kernels in a couple of days. -- 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/1748408 Title: Serve

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-02-12 Thread Dr. Jens Harbott
So here are the first results: 4.11.0-041100-generic #201705041534 - not affected 4.12.0-041200-generic #201707022031 - affected 4.13.0-041300-generic #201709031731 - affected 4.13.16-041316-generic #201711240901 - affected Results for newer kernels are not so clear, they do not fail as fast as p

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-02-19 Thread Dr. Jens Harbott
** Tags added: kernel-bug-exists-upstream -- 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/1748408 Title: Servers going OOM after updating kernel from 4.10 to 4.13 Status in linux package

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-02-21 Thread Dr. Jens Harbott
Sorry for the delay, bisecting took longer than planned, but I now have the result: 6964e53f55837b0c49ed60d36656d2e0ee4fc27b is the first bad commit commit 6964e53f55837b0c49ed60d36656d2e0ee4fc27b Author: Jacob Keller Date: Mon Jun 12 15:38:36 2017 -0700 i40e: fix handling of HW ATR evicti

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-02-21 Thread Dr. Jens Harbott
A colleague found that this seems to be a known issue: https://www.spinics.net/lists/netdev/msg458258.html and the fix should be https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/drivers/net/ethernet/intel/i40e/i40e_txrx.c?id=2b9478ffc550f17c6cd8c69057234e91150f5972 I will tr

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-02-21 Thread Dr. Jens Harbott
Reading the thread further, we seem to need two patches, see https://www.spinics.net/lists/netdev/msg462051.html, so I'm going to add bc6d6fd2f916a0794ae4c44b28e14e2d172e05e0 into the build, too. Will try that on top of b32038eb34ee42fd8056f99f88652270f6667996 (tag: Ubuntu-4.13.0-32.35). I also

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-02-22 Thread Dr. Jens Harbott
O.k., confirming that this series of patches fixes the issue: ~/linux$ git log --oneline|head -3 bc6d6fd2f916 i40e: Add programming descriptors to cleaned_count 69949b3bd674 i40e: Fix memory leak related filter programming status b32038eb34ee UBUNTU: Ubuntu-4.13.0-32.35 Can you build the same thi

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-02-26 Thread Dr. Jens Harbott
After running for a couple of days, it seems that we are still seeing the slow memory leak similar to what was noticed in >= 4.14 earlier with the patched kernel. But it won't be possible for me to bisect at that rate. @Joseph: Getting a patched current 4.13 still would be nice, getting instructio

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-03-06 Thread Dr. Jens Harbott
The test kernel solves the issue in the same way as my own kernel earlier, i.e. we still seem to have a very slow running memory leak with this kernel. I'm also seeing this slow leak when I replace the in-tree i40e driver by an upstream version (2.3.4), so either it is unrelated or contained in bot

[Kernel-packages] [Bug 1748408] Re: Servers going OOM after updating kernel from 4.10 to 4.13

2018-03-07 Thread Dr. Jens Harbott
The slow leak will probably be tolerable for the time being, having those two patches added to the kernel would surely be a pretty valuable step that I think should be done now. My target still is Xenial with the hwe kernel, though. If you need to go via Artful to fix that, well, go ahead. -- You

[Kernel-packages] [Bug 1709032] Re: Creating conntrack entry failure with kernel 4.4.0-89

2017-08-29 Thread Dr. Jens Harbott
** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial -- 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/1709032 Title: Creating conntrack entry failure with ke

[Kernel-packages] [Bug 1524069] Re: [Xenial] KVM trusty guest 3.13.0-68 raid6-pq panic in raid6_avx21_gen_syndrome() while probing grub devices [was: Xenial KVM: updating Trusty guest from 3.13.0-68 t

2016-02-26 Thread Dr. Jens Rosenboom
I am seeing the same issue on some of my OpenStack compute nodes, interestingly those which seem to have a newer CPU than others. Affected CPU: Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz Mapped in guest to: Intel Core i7 9xx (Nehalem Class Core i7) Unaffected Host CPU: Intel(R) Xeon(R) CPU E5-2660

[Kernel-packages] [Bug 1578141] [NEW] Predictable interface names partially broken with igb driver

2016-05-04 Thread Dr. Jens Rosenboom
Public bug reported: Note: I'm not sure whether this is really a kernel bug or something within systemd/udev, please advise how to further debug. On a system with two GE ports, instead of getting named eno1 and eno2, I am getting eno1 and renameN. Where N starts at 3 and increases by 2 on every i

[Kernel-packages] [Bug 1578141] Re: Predictable interface names partially broken with igb driver

2016-05-06 Thread Dr. Jens Rosenboom
We have seen the issue only when deploying Xenial, installations running Precise or Trusty do not seem to be affected. Running with 4.6.0-040600rc6-generic has shown the same behaviour. After doing the rmmod/modprobe cycle, I have now found the attached set of messages in the output of "journalct

[Kernel-packages] [Bug 1578141] Re: Predictable interface names partially broken with igb driver

2016-05-17 Thread Dr. Jens Rosenboom
Looking further, it seems that the BIOS is providing broken information, see this snippet from dmidecode output: Handle 0x007E, DMI type 41, 11 bytes Onboard Device Reference Designation: Onboard Intel Ethernet 1 Type: Ethernet Status: Enabled Type Instance: 1

<    1   2   3   >