[Kernel-packages] [Bug 1413440] Re: USB stops working after a while (xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command)

2024-08-07 Thread Dmitrii
Bug is still ailve. Reproduce every time I'm copying files to usb hdd. Ubuntu 24.04 LTS Gnome Desktop uname -a Linux 6.8.0-39-generic #39-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 21:49:14 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux dmesq: [14692.691038] xhci_hcd :0d:00.0: WARN Event TRB for slot

[Kernel-packages] [Bug 1993052] Re: iwlwifi Not valid error log pointer 0x00000000 causes WiFi to not work but bluetooth works

2022-11-05 Thread Dmitrii
Same issue on my Ubuntu Budgie with asus ux433f: $ uname -a Linux 5.15.0-52-generic #58-Ubuntu SMP Thu Oct 13 08:03:55 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux Wi-fi and bluetooth aren't work together and Wi-Fi is suddenly disconnected :( dmesg shows: "... [2.179463] iwlwifi :00:14.3: loa

[Kernel-packages] [Bug 2058691] Re: No sound card detected on the Dell xps 16 2024 (9640)

2024-10-19 Thread dmitrii
ah, here is actually an issue: the kernel 6.9.x have the fix (this? https://lore.kernel.org/lkml/20240123113246.75539-1-mstro...@opensource.cirrus.com/T/) so the sound there is working. but kernel 6.8.0-xx is much better. the video driver works, the energy consumption is 4 times less. jus

[Kernel-packages] [Bug 2058691] Re: No sound card detected on the Dell xps 16 2024 (9640)

2024-10-01 Thread dmitrii
The solution for me was: 1) install mainline ``` udo add-apt-repository ppa:cappelikan/ppa sudo apt update && sudo apt upgrade -y sudo apt install -y mainline ``` kernel for sound 6.9.12 2) isntall sound driver over systems (remove the system ones) ``` sudo rm -r /lib/firmware/intel/sof-ipc4-

[Kernel-packages] [Bug 1829563] [NEW] bcache device is accessible even if a backing device is not (writeback mode)

2019-05-17 Thread Dmitrii Shcherbakov
Public bug reported: This is a request for a backport of the following upstream patch from 4.18: "bcache: stop bcache device when backing device is offline" https://github.com/torvalds/linux/commit/0f0709e6bfc3ce4e8e1c0e8573490c45f76cfeee Field engineering uses bcache quite extensively and it wo

[Kernel-packages] [Bug 1829563] Re: bcache device is accessible even if a backing device is not (writeback mode)

2019-05-17 Thread Dmitrii Shcherbakov
Setting to 'Confirmed' as the issue was fixed upstream and this is a backport request. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Summary changed: - bcache device is accessible even if a backing device is not (writeback mode) + [4.15] bcache device is accessible even

[Kernel-packages] [Bug 1797581] Re: Composing a VM in MAAS with exactly 2048 MB RAM causes the VM to kernel panic

2019-04-19 Thread Dmitrii Shcherbakov
Just reproduced it on my env (where things used to work) after updating from MAAS 2.5.0~rc2 to 2.5.2. https://paste.ubuntu.com/p/CY834ZGnvS/ [ 15.458594] VFS: Cannot open root device "squash:http://10.10.101.2:5248/images/ubuntu/amd64/generic/bion"; or unknown-block(0,0): error -6 tree /var/l

[Kernel-packages] [Bug 1797581] Re: Composing a VM in MAAS with exactly 2048 MB RAM causes the VM to kernel panic

2019-04-19 Thread Dmitrii Shcherbakov
echo -n 'BOOT_IMAGE=http://10.10.101.2:5248/images/ubuntu/amd64/generic/bionic/daily/boot-kernel nomodeset ro root=squash:http://10.10.101.2:5248/images/ubuntu/amd64/generic/bionic/daily/squashfs ip=maas-vhost6:BOOTIF ip6=off overlayroot=tmpfs overlayroot_cfgdisk=disabled cc:{'datasource_l

[Kernel-packages] [Bug 1797581] Re: Composing a VM in MAAS with exactly 2048 MB RAM causes the VM to kernel panic

2019-04-19 Thread Dmitrii Shcherbakov
The kernel code path mentioned in #55 is only executed if there is no "early userspace init" - in other words, if there is no /init on initrd: https://git.launchpad.net/~ubuntu- kernel/ubuntu/+source/linux/+git/bionic/tree/init/main.c?id=Ubuntu-4.15.0-47.50#n1087 /* * check if th

[Kernel-packages] [Bug 1797581] Re: Composing a VM in MAAS with exactly 2048 MB RAM causes the VM to kernel panic

2019-04-19 Thread Dmitrii Shcherbakov
I cannot reproduce the same with a xenial (GA kernel) image with 2048 MiB of RAM allocated to a VM. So it seems to me that this is a kernel issue. -- 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 1797581] Re: Composing a VM in MAAS with exactly 2048 MB RAM causes the VM to kernel panic

2019-04-19 Thread Dmitrii Shcherbakov
Found something interesting. Bionic + 2048 MiB of RAM (bad): [1.520243] Unpacking initramfs... [ 14.712821] Initramfs unpacking failed: broken padding [ 14.723088] Freeing initrd memory: 56636K Bionic + 2049 MiB of RAM (good): [0.752624] Unpacking initramfs... [5.572407] Freeing

[Kernel-packages] [Bug 1797581] Re: Composing a VM in MAAS with exactly 2048 MB RAM causes the VM to kernel panic

2019-04-19 Thread Dmitrii Shcherbakov
Tested bionic-hwe - the issue does not occur with 2048 MiB. The closest issue filed upstream I found is this: https://bugzilla.kernel.org/show_bug.cgi?id=199845 ** Bug watch added: Linux Kernel Bug Tracker #199845 https://bugzilla.kernel.org/show_bug.cgi?id=199845 -- You received this bug no

[Kernel-packages] [Bug 1797581] Re: Composing a VM in MAAS with exactly 2048 MB RAM causes the VM to kernel panic

2019-04-19 Thread Dmitrii Shcherbakov
** Changed in: qemu (Ubuntu) Status: Confirmed => 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/1797581 Title: Composing a VM in MAAS with exactly 2048 MB RAM causes t

[Kernel-packages] [Bug 1797581] Re: Composing a VM in MAAS with exactly 2048 MB RAM causes the VM to kernel panic

2019-04-23 Thread Dmitrii Shcherbakov
tar -czvf boot-resources-20190419-115735-amd64-generic-bionic.tar.gz boot-resources/snapshot-20190419-115735/ubuntu/amd64/generic/bionic/ boot-resources/snapshot-20190419-115735/ubuntu/amd64/generic/bionic/ boot-resources/snapshot-20190419-115735/ubuntu/amd64/generic/bionic/daily/ boot-resources/s

[Kernel-packages] [Bug 1797581] Re: Composing a VM in MAAS with exactly 2048 MB RAM causes the VM to kernel panic

2019-04-23 Thread Dmitrii Shcherbakov
The bionic/ga files from #63 need to be placed into both dirs: 1) /var/lib/maas/boot-resources/current/ubuntu/amd64/ga-18.04/bionic/daily 2) /var/lib/maas/boot-resources/current/ubuntu/amd64/generic/bionic/daily The sha256 of the *initrd file* that triggers the issue is 69ca457a119fe309d315972ca

[Kernel-packages] [Bug 1797581] Re: Composing a VM in MAAS with exactly 2048 MB RAM causes the VM to kernel panic

2019-04-23 Thread Dmitrii Shcherbakov
Tried using direct kernel boot with QEMU and couldn't reproduce it: sha256sum /mnt/libvirt-images/boot-resources-20190419-115735/snapshot-20190419-115735/ubuntu/amd64/generic/bionic/daily/boot-initrd 69ca457a119fe309d315972ca2756a17bd9bc55bc98f2bea5542566a7f41b08f /mnt/libvirt-images/boot-resou

[Kernel-packages] [Bug 1765998] Re: FS access deadlock with btrfs quotas enabled

2020-03-19 Thread Dmitrii Shcherbakov
Recently hit that on Focal due to the fact that quotas were enabled by LXD. This renders the system completely unresponsive if you use btrfs as a rootfs with btrfs-transaction or btrfs-cleaner kernel threads hogging a 100% of 1 CPU core. Booting using a live USB, disabling quotas and temporarily

[Kernel-packages] [Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support.

2020-01-23 Thread Dmitrii Shcherbakov
** Tags added: champagne -- 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/1838151 Title: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support.

[Kernel-packages] [Bug 1737428] Re: VRF support to solve routing problems associated with multi-homing

2019-07-05 Thread Dmitrii Shcherbakov
Sandor, Not on the VRF usage side but there is a feature in MAAS 2.6 to have a better way to work in multi-homed environments (for bionic+ machines): https://docs.maas.io/2.6/en/intro-new "Networking - Multiple default gateways" It relies on "routing policy database" (RPDB) functionality https:/

[Kernel-packages] [Bug 1728256] Re: Memory corruption in Windows 10 guest / amd64

2018-03-30 Thread Dmitrii Shcherbakov
** Also 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/1728256 Title: Memory corruption in Windows 10 guest / amd64 S

[Kernel-packages] [Bug 1738972] Re: [A] KVM Windows BSOD on 4.13.x

2018-03-30 Thread Dmitrii Shcherbakov
Dup: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728256 https://bugs.launchpad.net/qemu/+bug/1728256/comments/11 This affects other guests like W2k12r2 and Windows 10 as well. ** Tags added: cpe-onsite -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1728256] Re: Memory corruption in Windows 10 guest / amd64

2018-03-30 Thread Dmitrii Shcherbakov
Got similar behavior with windows server 2012r2 VMs. Environment: uname -a Linux ubuntu-q87 4.13.0-37-generic #42~16.04.1-Ubuntu SMP Wed Mar 7 16:03:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ii linux-image-4.13.0-36-generic 4.13.0-36.40~16.04.1 am

[Kernel-packages] [Bug 1758545] Re: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer

2018-05-10 Thread Dmitrii Polianskii
It's not caused by WiFi card. As I understand, this error is produced by AMD Ryzen2200 processor. I have the same problem too. -- 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/1758545 Title:

[Kernel-packages] [Bug 1785964] Re: Unable to unlock the desktop session: systemd-logind: got pause for 13:69

2019-02-16 Thread Dmitrii Shcherbakov
nvidia-xconfig -generated xorg.conf looked like this https://paste.ubuntu.com/p/4hRVzHmbJV/ -- 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/1785964 Title: Unable to unlock the desktop ses

[Kernel-packages] [Bug 1785964] Re: Unable to unlock the desktop session: systemd-logind: got pause for 13:69

2019-02-16 Thread Dmitrii Shcherbakov
Had this with nvidia graphics drivers after installing and then removing proprietary drivers downloaded from nvidia website. I could not log in at all at first boot. If you see nvidia modules loaded, make sure that you select an xorg session on the login screen (not wayland) if you this control pr

[Kernel-packages] [Bug 1807140] [NEW] The last console= argument is not used by the kernel

2018-12-06 Thread Dmitrii Shcherbakov
Public bug reported: I ran into a problem with the console argument handling on a physical system with a BMC (Dell R610) and also reproduced the same behavior on a QEMU/KVM VM with multiple serial ports. The kernel documentation notes that the last entry will https://www.kernel.org/doc/Documenta

[Kernel-packages] [Bug 1807140] Re: The last console= argument is not used by the kernel

2018-12-06 Thread Dmitrii Shcherbakov
** Description changed: I ran into a problem with the console argument handling on a physical system with a BMC (Dell R610) and also reproduced the same behavior on a QEMU/KVM VM with multiple serial ports. - The kernel documentation notes that the last entry will + The kernel documentat

[Kernel-packages] [Bug 1807140] Re: The last console= argument is not used by the kernel

2018-12-06 Thread Dmitrii Shcherbakov
apport information ** Tags added: apport-collected uec-images ** Description changed: I ran into a problem with the console argument handling on a physical system with a BMC (Dell R610) and also reproduced the same behavior on a QEMU/KVM VM with multiple serial ports. The kernel docum

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

2018-12-06 Thread Dmitrii Shcherbakov
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1807140/+attachment/5219759/+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 1807140] WifiSyslog.txt

2018-12-06 Thread Dmitrii Shcherbakov
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1807140/+attachment/5219763/+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 1807140] ProcCpuinfoMinimal.txt

2018-12-06 Thread Dmitrii Shcherbakov
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1807140/+attachment/5219758/+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 1807140] Re: The last console= argument is not used by the kernel

2018-12-06 Thread Dmitrii Shcherbakov
The information above is from a VM with a reproducer. ** 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/1807140 Title:

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

2018-12-06 Thread Dmitrii Shcherbakov
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1807140/+attachment/5219760/+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 1807140] Lspci.txt

2018-12-06 Thread Dmitrii Shcherbakov
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1807140/+attachment/5219756/+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/1807140

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

2018-12-06 Thread Dmitrii Shcherbakov
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1807140/+attachment/5219755/+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 1807140] UdevDb.txt

2018-12-06 Thread Dmitrii Shcherbakov
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1807140/+attachment/5219762/+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/1807140

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

2018-12-06 Thread Dmitrii Shcherbakov
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1807140/+attachment/5219757/+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 1807140] ProcModules.txt

2018-12-06 Thread Dmitrii Shcherbakov
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1807140/+attachment/5219761/+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 1521173] Re: AER: Corrected error received: id=00e0

2017-05-02 Thread Dmitrii Shcherbakov
I have the same issue on the Razer Blade 2017 - the kernel log is flooded with messages. Disabling PCIe Active State Power Management helps: GRUB_CMDLINE_LINUX_DEFAULT="quiet button.lid_init_state=open pcie_aspm=off" Tested that on 4.11.0-041100rc8-generic. ** Attachment added: "dmesg_pcie_asp

[Kernel-packages] [Bug 1687714] [NEW] Unless pcie_aspm is disabled, the kernel log is filled with "PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)" messages

2017-05-02 Thread Dmitrii Shcherbakov
Public bug reported: The kernel log is constantly filled with the following: 236.912499] pcieport :00:1c.5: AER: Corrected error received: id=00e5 [ 236.912545] pcieport :00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID) [ 236.912553] pcieport

[Kernel-packages] [Bug 1687714] Re: Unless pcie_aspm is disabled, the kernel log is filled with "PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)" messages

2017-05-02 Thread Dmitrii Shcherbakov
This is most likely a duplicate of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521173 -- 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/1687714 Title: Unless pcie_aspm is disabled

[Kernel-packages] [Bug 1687714] Re: Unless pcie_aspm is disabled, the kernel log is filled with "PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)" messages

2017-05-02 Thread Dmitrii Shcherbakov
Hi Joseph, Not a regression. I installed Zesty while it was in beta on this machine and an issue was there already. Tried 4.8 on a live usb - had that issue as well. This is a relatively new hw so 4.4 kernel was not possible to boot properly. -- You received this bug notification because you a

[Kernel-packages] [Bug 1687714] Re: Unless pcie_aspm is disabled, the kernel log is filled with "PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)" messages

2017-05-02 Thread Dmitrii Shcherbakov
Reproduced on 4.8-36-generic (the log has rotated due to the volume of messages so the kernel version message is not there). ** Attachment added: "pcie_aspm_4.8.0-36-generic.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1687714/+attachment/4871082/+files/pcie_aspm_4.8.0-36-generic.

[Kernel-packages] [Bug 1687714] Re: Unless pcie_aspm is disabled, the kernel log is filled with "PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)" messages

2017-05-02 Thread Dmitrii Shcherbakov
Reproduced on 4.8-36-generic (the log has rotated due to the volume of messages so the kernel version message is not there). ** Attachment added: "pcie_aspm_4.8.0-36-generic.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1687714/+attachment/4871081/+files/pcie_aspm_4.8.0-36-generic.

[Kernel-packages] [Bug 1687714] Re: Unless pcie_aspm is disabled, the kernel log is filled with "PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)" messages

2017-05-04 Thread Dmitrii Shcherbakov
Joseph, I did (the log rotated so you don't see the version number): https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1687714/+attachment/4870948/+files/dmesg_pcie_aspm_rc8.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-05-05 Thread Dmitrii Shcherbakov
Kalle, The chip firmware was a guess based upon somebody else's feedback: http://lists.infradead.org/pipermail/ath10k/2016-January/006714.html It might not be true at all and I have done some investigation after creating this bug report a month ago. My notes from back then: - iperf tcp vs udp p

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-05-05 Thread Dmitrii Shcherbakov
Thanks Joseph! I will try it out. -- 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/1670041 Title: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535) Status in

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-05-11 Thread Dmitrii Shcherbakov
Hi, just a quick update: I have not forgotten about trying out the new kernel. I am currently geographically far away from the access point that I used for testing and it is hard to find 802.11ac Wi-Fi in the wild. I will provide the test results once I get to the right environment. -- You recei

[Kernel-packages] [Bug 1521173] Re: AER: Corrected error received: id=00e0

2017-05-15 Thread Dmitrii Shcherbakov
Eudald, I am sure. Tested multiple times. # edit /etc/default/grub sudo update-grub sudo shutdown -r now and you should be good. https://www.kernel.org/doc/Documentation/admin-guide/kernel- parameters.txt pcie_aspm= [PCIE] Forcibly enable or disable PCIe Active State Power

[Kernel-packages] [Bug 1729145] Re: /dev/bcache/by-uuid links not created after reboot

2017-11-10 Thread Dmitrii Shcherbakov
There is a scenario where a real rootfs is located on a bcache device, however, for that we need to register a bcache device at the initrd stage which already happens now. Then we'd locate a file system on it and do pivot_root and so on. The bcache naming, I believe, is not guaranteed at this poin

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-11-11 Thread Dmitrii Shcherbakov
There's also Intel 9260 coming up (wave 2): https://wikidevi.com/wiki/Intel_Dual_Band_Wireless-AC_9260_(9260NGW) Judging by this https://communities.intel.com/message/506847#506847 it's only available for OEMs as of now so maybe those will go into circulation soon for regular folks. Meanwhile, I

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-11-11 Thread Dmitrii Shcherbakov
So, going back to question in #60, the Dell link just says to get the latest stuff from kvalo's firmware repo. If you are on 17.10 like myself then you already have it and it doesn't help with the original problem: ➜ ~ apt policy linux-firmware linux-firmware: Installed: 1.169 Candidate: 1.

[Kernel-packages] [Bug 1729145] Re: /dev/bcache/by-uuid links not created after reboot

2017-11-13 Thread Dmitrii Shcherbakov
** Tags added: cpe-onsite -- 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/1729145 Title: /dev/bcache/by-uuid links not created after reboot Status in linux package in Ubuntu: Triaged S

[Kernel-packages] [Bug 1521173] Re: AER: Corrected error received: id=00e0

2017-11-18 Thread Dmitrii Shcherbakov
Marcos, #68 Regardless of fastboot on/off I get the same behavior without pcie_aspm=off ➜ ~ uname -r 4.13.0-16-generic -- 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/1521173 Title: A

[Kernel-packages] [Bug 1729145] Re: /dev/bcache/by-uuid links not created after reboot

2017-11-29 Thread Dmitrii Shcherbakov
I reviewed this once again: 1. persistent /dev/bcache - not possible or needed due to how kernel enumeration works 2. our userspace handles /dev/by-dname/ properly so we just need CACHED_UUID given to us during coldplug in some way to properly create /dev/bcache/by-uuid/ symlinks and consequent

[Kernel-packages] [Bug 1729145] Re: /dev/bcache/by-uuid links not created after reboot

2017-11-29 Thread Dmitrii Shcherbakov
So, the kernel fix could look like this: * instead of just failing with "device already registered" * the kernel would emit another uevent with CACHED_UUID which would be processed another time to set up a symlink It seems like this approach with "synthetic uevents" may be used for other purpose

[Kernel-packages] [Bug 1729145] Re: /dev/bcache/by-uuid links not created after reboot

2017-11-30 Thread Dmitrii Shcherbakov
We do run udevd at the initramfs stage in init-top and stop it in init- bottom: ➜ scripts git:(ubuntu/xenial-updates) ✗ grep -RiP udev init-bottom/udev:# Stop udevd, we'll miss a few events while we run init, but we catch up init-bottom/udev:udevadm control --exit init-top/udev:SYSTEMD_LOG_LEVE

[Kernel-packages] [Bug 1729145] Re: /dev/bcache/by-uuid links not created after reboot

2017-11-30 Thread Dmitrii Shcherbakov
After booting with break=bottom kernel parameter I can see that symlinks are in fact present at the initramfs stage. They are gone afterwards post pivot_root & systemd start (the bcache dir isn't even present while it was there) ubuntu@maas-xenial4:~$ ls /dev/disk/ by-dname by-id by-label by-p

[Kernel-packages] [Bug 1729145] Re: /dev/bcache/by-uuid links not created after reboot

2017-11-30 Thread Dmitrii Shcherbakov
Just in case also checked with this rule that creates links at /dev /dev/disk/by-uuid /dev/bcache/by-uuid https://paste.ubuntu.com/26081756/ They are all there originally (see the screenshot). But not there afterwards. So it's not just a problem with a different path. https://paste.ubuntu.com/26

[Kernel-packages] [Bug 1729145] Re: /dev/bcache/by-uuid links not created after reboot

2017-11-30 Thread Dmitrii Shcherbakov
Ryan, As discussed in IRC, I tweaked locations for testing in #11 and added all paths in #14. Looks like after `mount -n -o move /dev ${rootmnt}/dev` ${rootmnt}/dev has the proper content (see the bcache rule as well) https://paste.ubuntu.com/26082611/ == before == lrwxrwxrwx113 /de

[Kernel-packages] [Bug 1729145] Re: /dev/bcache/by-uuid links not created after reboot

2017-11-30 Thread Dmitrii Shcherbakov
Looks like masking systemd-udevd removes this behavior. Need to figure out where it actually clears everything out. ubuntu@maas-xenial4:~$ sudo systemctl mask systemd-udevd 11:32 PM Created symlink from /etc/systemd/system/systemd-udevd.service to /dev/null. # reboot ubuntu@maas-xenial4:~$ ls /

[Kernel-packages] [Bug 1737428] Re: VRF support to solve routing problems associated with multi-homing

2018-01-29 Thread Dmitrii Shcherbakov
John, Interfaces of a host carry enough information to be used to make routing decisions - that's the core idea of host and router-side VRF implementations. Network spaces as of now do not help you to solve routing problems in any way unless you have one big L2 network and "routing" is done withou

[Kernel-packages] [Bug 1721835] [NEW] GPU HANG: ecode 9:0:0x96dbccee, in qtdemux0:sink [5106], reason: Hang on rcs0, action: reset

2017-10-06 Thread Dmitrii Shcherbakov
Public bug reported: окт 06 13:49:20 blade kernel: asynchronous wait on fence i915:gnome-shell[2505]/1:42b timed out окт 06 13:49:21 blade kernel: [drm] GPU HANG: ecode 9:0:0x96dbccee, in qtdemux0:sink [5106], reason: Hang on rcs0, action: reset окт 06 13:49:21 blade kernel: [drm] GPU hangs can

[Kernel-packages] [Bug 1721835] Re: GPU HANG: ecode 9:0:0x96dbccee, in qtdemux0:sink [5106], reason: Hang on rcs0, action: reset

2017-10-06 Thread Dmitrii Shcherbakov
Haven't noticed that issue on previous kernels although I was mostly using NVIDIA GPU not integrated intel GPU as in this case. I will try to reproduce this on 4.14 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://

[Kernel-packages] [Bug 1721835] Re: GPU HANG: ecode 9:0:0x96dbccee, in qtdemux0:sink [5106], reason: Hang on rcs0, action: reset

2017-10-06 Thread Dmitrii Shcherbakov
Haven't noticed that issue on previous kernels although I was mostly using NVIDIA GPU not integrated intel GPU as in this case. I will try to reproduce this on 4.14 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://

[Kernel-packages] [Bug 1737428] [NEW] VRF support to solve routing problems associated with multi-homing

2017-12-10 Thread Dmitrii Shcherbakov
Public bug reported: Problem description: * a host is multi-homed if it has multiple network interfaces with L3 addresses configured (physical or virtual interfaces, natural to OpenStack regardless of IPv4/IPv6 and IPv6 in general); * if all hosts that need to participate in L3 communication are

[Kernel-packages] [Bug 1737428] Re: VRF support to solve routing problems associated with multi-homing

2017-12-10 Thread Dmitrii Shcherbakov
For Ubuntu kernel this is a backport request. -- 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/1737428 Title: VRF support to solve routing problems associated with multi-homing Status in

[Kernel-packages] [Bug 1737428] Re: VRF support to solve routing problems associated with multi-homing

2017-12-10 Thread Dmitrii Shcherbakov
** Description changed: Problem description: * a host is multi-homed if it has multiple network interfaces with L3 addresses configured (physical or virtual interfaces, natural to OpenStack regardless of IPv4/IPv6 and IPv6 in general); * if all hosts that need to participate in L3

[Kernel-packages] [Bug 1737428] Re: VRF support to solve routing problems associated with multi-homing

2017-12-11 Thread Dmitrii Shcherbakov
** Description changed: Problem description: * a host is multi-homed if it has multiple network interfaces with L3 addresses configured (physical or virtual interfaces, natural to OpenStack regardless of IPv4/IPv6 and IPv6 in general); + + (see 3.3.4 Local Multihoming + https://tools.

[Kernel-packages] [Bug 1737640] Re: bridge activaction error: bridge activation failed

2017-12-12 Thread Dmitrii Shcherbakov
ubuntu-fan clearly triggers the problem. Clean machine, no bridges after Juju installs ubuntu-fan and networking still works as bridges were not created yet => no ifup/down executions: root@maas-xenial3:/home/ubuntu# ifdown -a ; ifup -a /usr/sbin/fanctl: 41: /usr/sbin/fanctl: arithmetic expressio

[Kernel-packages] [Bug 1737640] Re: bridge activaction error: bridge activation failed | unconfigured interfaces cause ifup failures

2017-12-12 Thread Dmitrii Shcherbakov
Before and after ifdown -> ifup with fan: http://paste.ubuntu.com/26169937/ After purging: http://paste.ubuntu.com/26169950/ -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to ubuntu-fan in Ubuntu. https://bugs.launchpad.net/bugs/1737640

[Kernel-packages] [Bug 1737640] Re: bridge activaction error: bridge activation failed | unconfigured interfaces cause ifup failures

2017-12-12 Thread Dmitrii Shcherbakov
This is reproducible on a machine with a single NIC: https://paste.ubuntu.com/26170595/ ** Summary changed: - bridge activaction error: bridge activation failed | unconfigured interfaces cause ifup failures + /usr/sbin/fanctl: arithmetic expression: expecting primary | unconfigured interfaces

[Kernel-packages] [Bug 1737640] Re: /usr/sbin/fanctl: arithmetic expression: expecting primary | unconfigured interfaces cause ifup failures

2017-12-12 Thread Dmitrii Shcherbakov
Tested that on a "broken" environment (after a reboot with a broken package): root@maas-xenial3:~# apt install ubuntu-fan Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: ubuntu-fan 1 upgraded, 0 newly instal

[Kernel-packages] [Bug 1729608] Re: arithmetic expression: expecting primary: " (32-)/4 "

2017-12-12 Thread Dmitrii Shcherbakov
*** This bug is a duplicate of bug 1737640 *** https://bugs.launchpad.net/bugs/1737640 ** This bug has been marked a duplicate of bug 1737640 /usr/sbin/fanctl: arithmetic expression: expecting primary | unconfigured interfaces cause ifup failures -- You received this bug notification bec

[Kernel-packages] [Bug 1737428] Re: VRF support to solve routing problems associated with multi-homing

2017-12-21 Thread Dmitrii Shcherbakov
Andres, I'm not going to be at the sprint but the problems described need a proper solution in MAAS and Juju at least from the end host perspective. Similar to how VLANs are supported natively in MAAS & Juju, L3 virtualization technologies like VRF should be as well. I hope the information I will

[Kernel-packages] [Bug 1720930] Re: wlp3s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)

2017-12-22 Thread Dmitrii Shcherbakov
I can confirm this behavior on 4.13 -> 4.15rc4 with Intel 9260NGW. 3b:00.0 Network controller: Intel Corporation Device 2526 (rev 29) Subsystem: Intel Corporation Device 0014 Flags: bus master, fast devsel, latency 0, IRQ 17 Memory at dd20 (64-bit, non-prefetchable) [si

[Kernel-packages] [Bug 1734243] Re: Intel 9260/9462/9560 firmware support

2017-12-22 Thread Dmitrii Shcherbakov
Tested 9260NGW with different kernels (-33 for 4.13, -34 for 4.14 and 4.15): 1) 4.13.0-21.24 + iwlwifi-9260-th-b0-jf-b0-33.ucode: could not connect to any network, "Unhandled alg: 0x707" wlp59s0: associated and then immediately deauthenticating from ... see https://paste.ubuntu.com/26234416/

[Kernel-packages] [Bug 1734243] Re: Intel 9260/9462/9560 firmware support

2017-12-22 Thread Dmitrii Shcherbakov
One additional detail. Even on 4.15 "Unhandled alg" can be reproduced occasionally after disconnecting and reconnecting the adapter to an STA: дек 22 22:12:45 blade kernel: iwlwifi :3b:00.0: Unhandled alg: 0x707 дек 22 22:12:45 blade kernel: iwlwifi :3b:00.0: Unhandled alg: 0x707 дек 22 22

[Kernel-packages] [Bug 1728271] [NEW] drm/i915: Resetting chip after gpu hang

2017-10-28 Thread Dmitrii Shcherbakov
Public bug reported: I wanted to test a snap application called clementine and opened up preferences after it was launched and playing music. After clicking on something my whole system hanged. Regardless of the app, I decided to lookup how something like that could manage to "kill" the whole sys

[Kernel-packages] [Bug 1729145] Re: /dev/bcache/by-uuid links not created after reboot

2017-11-05 Thread Dmitrii Shcherbakov
Just to clarify on UUIDs - there are 3 types of UUIDs in question: 1. cache set UUIDs (upstream docs mention that multiple cache devices per cache set are not supported but a configuration with M:N as in : has been taken into account) 2. cache device superblock UUIDs; 3. backing device superbloc

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-06-10 Thread Dmitrii Shcherbakov
Joseph, No luck on 4.12.0-041200rc4-generic, unfortunately: https://paste.ubuntu.com/24826561/ -- 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/1670041 Title: Poor performance of Atheros

[Kernel-packages] [Bug 1670706] Re: Kernel Call Trace After Disabling an ath10k Wireless Device (Atheros QCA6174 802.11ac (rev 32))

2017-09-02 Thread Dmitrii Shcherbakov
Got a repro on 4.13.0-041300rc7 with the debug mask above set. ** Attachment added: "ath10k-repro3.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1670706/+attachment/4942967/+files/ath10k-repro3.log -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1670706] Re: Kernel Call Trace After Disabling an ath10k Wireless Device (Atheros QCA6174 802.11ac (rev 32))

2017-09-03 Thread Dmitrii Shcherbakov
** Attachment added: "ath10k-repro4.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1670706/+attachment/4943912/+files/ath10k-repro4.log -- 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 1670706] Re: Kernel Call Trace After Disabling an ath10k Wireless Device (Atheros QCA6174 802.11ac (rev 32))

2017-09-04 Thread Dmitrii Shcherbakov
I don't have a special wireless off/on button on my keyboard but I'm assuming rfkill will do (soft kill switch). The issue does not get triggered by the following loop (I may leave it for several hours to get a better picture and modify to wait more intelligently): ➜ ~ while test 1 ; do rfkill

[Kernel-packages] [Bug 1670706] Re: Kernel Call Trace After Disabling an ath10k Wireless Device (Atheros QCA6174 802.11ac (rev 32))

2017-09-05 Thread Dmitrii Shcherbakov
I did get a lot of corrected PCIe errors previously which is why I set pcie_aspm=off (otherwise it flooded my kernel log instantly) https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1687714 https://launchpadlibrarian.net/318000853/dmesg_pcie_aspm_rc8.log I need to think of a good test for oth

[Kernel-packages] [Bug 1670706] Re: Kernel Call Trace After Disabling an ath10k Wireless Device (Atheros QCA6174 802.11ac (rev 32))

2017-09-09 Thread Dmitrii Shcherbakov
This is the most heavily loaded configuration I use with this device and I don't have issues with either an NVMe SSD or GPU. No hardware-related issues with any USB devices (data goes through PCIe in the end). ➜ ~ lspci -v -t -[:00]-+-00.0 Intel Corporation Device 5910 +-01.0

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-09-09 Thread Dmitrii Shcherbakov
4.13 without modifications: http://paste.ubuntu.com/25499163/ scp (cubic) ➜ /tmp scp testfile srv:/tmp testfile

[Kernel-packages] [Bug 1670706] Re: Kernel Call Trace After Disabling an ath10k Wireless Device (Atheros QCA6174 802.11ac (rev 32))

2017-09-09 Thread Dmitrii Shcherbakov
I will try 2 things: 1. re-seat the card 2. get a card from a different manufacturer and test. It might be a buggy slot in the motherboard and if the problem persists with a new card I will know for sure that the slot is defective. -- You received this bug notification because you are a member

[Kernel-packages] [Bug 1670706] Re: Kernel Call Trace After Disabling an ath10k Wireless Device (Atheros QCA6174 802.11ac (rev 32))

2017-09-10 Thread Dmitrii Shcherbakov
Sorry, I should have mentioned that before: in the original test I also had a device plugged in via usb type-c (thunderbolt 3) - that device had an ethernet interface which you can see in the logs. It's another problem that I need to debug because type-c hot-plug of that device worked once but succ

[Kernel-packages] [Bug 1670706] Re: Kernel Call Trace After Disabling an ath10k Wireless Device (Atheros QCA6174 802.11ac (rev 32))

2017-09-10 Thread Dmitrii Shcherbakov
Gathering more evidence in support of a faulty motherboard theory. At some point I got this (system wasn't under heavy load - just a browser opened + remote video playback): https://gist.github.com/dshcherb/06f4e4a0260b6d5313df1594d959849a#file- nvme-failure-razer-dmesg-log-L2073 сен 10 22:23:3

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-07-29 Thread Dmitrii Shcherbakov
Eric, I should have tried cubic in the previous (#46) test - quite an interesting result: http://paste.ubuntu.com/25200234/ (6 tests cubic & bbr) lspci | grep QCA 3b:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32) With cubic cwnd grows quite quickly

[Kernel-packages] [Bug 1705493] Re: [4.4][backport] Multiple partitions are not supported on a bcache device

2017-08-14 Thread Dmitrii Shcherbakov
SRU request thread: https://lists.ubuntu.com/archives/kernel-team/2017-July/086054.html -- 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/1705493 Title: [4.4][backport] Multiple partitions

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-05-20 Thread Dmitrii Shcherbakov
Tested the patched kernel - the results are consistent now across laptop -> server, server -> laptop tests for both TCP and UDP. ➜ ~ uname -a Linux blade 4.10.0-20-generic #22~lp1670041 SMP Fri May 5 18:23:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux 4 tests: 1) laptop -> server via AP (TCP); 2)

[Kernel-packages] [Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10 in XENIAL LTS

2017-05-23 Thread Dmitrii Shcherbakov
Hi, Guys, it should be there for both the Yakkety kernel and linux-generic- hwe-16.04: http://kernel.ubuntu.com/git/ubuntu/ubuntu- xenial.git/commit/?id=7570ffb5145abf4413421c154077bc31abad1264 http://kernel.ubuntu.com/git/ubuntu/ubuntu- yakkety.git/commit/?id=5e0bc558603351c8ce573913ba64b169082

[Kernel-packages] [Bug 1679823] Re: bond0: Invalid MTU 9000 requested, hw max 1500 with kernel 4.8 / 4.10 in XENIAL LTS

2017-05-23 Thread Dmitrii Shcherbakov
Sorry about the confusion: the commits are tagged with -53 and I mentioned -52 in the apt output. -- 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/1679823 Title: bond0: Invalid MTU 9000 re

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-06-04 Thread Dmitrii Shcherbakov
** Description changed: + Update (2017-05-20): + Kalle Valo suggested a hack which increased client -> AP TCP performance - so it does not look like a firmware issue as I thought originally, rather an ath10k driver issue: + https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1670041/comments/11

[Kernel-packages] [Bug 1670041] [NEW] Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-03-04 Thread Dmitrii Shcherbakov
Public bug reported: I experience a very poor 802.11ac performance of a QCA6174 Wireless card (Killer Wireless 1535). This is a dev version of Zesty with a recently released 4.10 kernel: uname -r 4.10.0-9-generic dpkg -l linux-firmware | grep ii ii linux-firmware 1.163all Fir

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-03-04 Thread Dmitrii Shcherbakov
Just to rule out the case of bad compatibility between the STA on the router (Quantenna QSR1000 chipset, QT3840BC SoC in case of my RT-87U) and the client WNIC I also checked with a different STA. So the second router's 802.11ac hardware is Compex_WLE900VX Qualcomm Atheros QCA9880 (V2) which uses

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-03-05 Thread Dmitrii Shcherbakov
** Description changed: - I experience a very poor 802.11ac performance of a QCA6174 Wireless card - (Killer Wireless 1535). + Update: added some forensics in the paste (a long read): + http://paste.ubuntu.com/24118478/ + + TL;DR with a bit of intuition: + We need a new firmware-5.bin from Qualco

[Kernel-packages] [Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-03-05 Thread Dmitrii Shcherbakov
Confirmed *NFA364xp.bin and qca61x4_2_2.bin usage by Windows. linux- firmware's version is definitely not up-to-date for this card as it refers to NFA324i (see the paste link). ** Attachment added: ".inf file parsed by Windows" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1670041/+atta

  1   2   >