[Kernel-packages] [Bug 1852793] Re: Various problems related to "zfs mount -a

2019-11-15 Thread Richard Laager
> I think "zfs mount -a" should NOT try to mount datasets with > mountpoint "/" There is no need for this to be (confusingly, IMHO) special-cased in zpool mount. You should set canmount=noauto on your root filesystems (the ones with mountpoint=/). The initramfs handles mounting the selected root

[Kernel-packages] [Bug 1852406] Re: Double-escape in initramfs DECRYPT_CMD

2019-11-13 Thread Richard Laager
The fix here seems fine, given that you're going for minimal impact in an SRU. I agree that the character restrictions are such that the pool names shouldn't actually need to be escaped. That's not to say that I would remove the _proper_ quoting of variables that currently exists upstream, as it's

[Kernel-packages] [Bug 1834771] Re: No HDMI-audio after kernel 4.15.-0.50

2019-11-09 Thread Richard Muller
Absolutely the same behavior here. Last working kernel is 5.0.0-15. (5.3 is not working here as well) I've been messing around with this annoying bug for months (using headphones because my display sound is gone) until someone pointed me to this bug report today. It is ridiculous to completely

[Kernel-packages] [Bug 1847628] Re: When using swap in ZFS, system stops when you start using swap

2019-10-15 Thread Richard Laager
> "com.sun:auto-snapshot=false" do we need to add that or does our zfs not support it? You do not need that. That is used by some snapshot tools, but Ubuntu is doing its own zsys thing. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1847628] Re: When using swap in ZFS, system stops when you start using swap

2019-10-14 Thread Richard Laager
** Also affects: ubiquity (Ubuntu) Importance: Undecided Status: New -- 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/1847628 Title: When using swap in ZFS, system stops

[Kernel-packages] [Bug 1848102] Re: ZFS Installer create ZVOL for swap

2019-10-14 Thread Richard Laager
*** This bug is a duplicate of bug 1847628 *** https://bugs.launchpad.net/bugs/1847628 ** This bug has been marked a duplicate of bug 1847628 When using swap in ZFS, system stops when you start using swap -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1847927] Re: Upgrading of 20191010 installed on ZFS will lead to "device-mapper: reload ioctl on osprober-linux-sda6 failed: Device or resource busy" and then to auto-removal of

2019-10-13 Thread Richard Laager
The osprober part is a duplicate of #1847632. -- 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/1847927 Title: Upgrading of 20191010 installed on ZFS will lead to "device-mapper:

[Kernel-packages] [Bug 1847632] Re: Error during update ZFS installation and during update-grub

2019-10-10 Thread Richard Laager
osprober complaining about ZFS is a known issue. I don’t know if I bothered to file a bug report, so this will probably be the report for that. Side question: where did you find an installer image with ZFS support? I tried the daily yesterday but I had no ZFS option. ** Changed in: zfs-linux

[Kernel-packages] [Bug 1847637] Re: Strange output zfs list -t snapshots

2019-10-10 Thread Richard Laager
This is not a bug as far as I can see. This looks like the snapshot has no unique data so its USED is 0. Note that REFER is non-zero. ** Changed in: zfs-linux (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1846424] Re: 19.10 ZFS Update failed on 2019-10-02

2019-10-09 Thread Richard Laager
You had a setup with multiple root filesystems which each had canmount=on and mountpoint=/. So they both tried to automatically mount at /. (When booting in the root-on-ZFS config, one was already mounted as your root filesystem.) ZFS, unlike other Linux filesystems, refuses to mount over

[Kernel-packages] [Bug 1847548] Re: Update of zfs-linux fails

2019-10-09 Thread Richard Laager
The error is again related to something trying to mount at /. That means you have something setup wrong. If it was setup properly, nothing should be trying to _automatically_ (i.e. canmount=on) mount at /. (In a root- on-ZFS setup, the root filesystem is canmount=noauto and mounted by the

[Kernel-packages] [Bug 1847105] Re: very slow disk creation, snapshotting

2019-10-09 Thread Richard Laager
I've commented upstream (with ZFS) that we should fake the pre- allocation (i.e. return success from fallocate() when mode == 0) because with ZFS it's worthless at best and counterproductive at worst: https://github.com/zfsonlinux/zfs/issues/326#issuecomment-540162402 Replies (agreeing or

[Kernel-packages] [Bug 1847497] Re: ZFS boot takes long time

2019-10-09 Thread Richard Laager
What is the installer doing for swap? The upstream HOWTO uses a zvol and then this is necessary: “The RESUME=none is necessary to disable resuming from hibernation. This does not work, as the zvol is not present (because the pool has not yet been imported) at the time the resume script runs. If it

[Kernel-packages] [Bug 1847389] Re: Confusing zpool status in Ubuntu 19.10 installed onZFS

2019-10-08 Thread Richard Laager
Do NOT upgrade your bpool. The dangerous warning is a known issue. There has been talk of an upstream feature that would allow a nice fix for this, but nobody has taken up implementing it yet. I wonder how hard it would be to temporarily patch zpool status / zpool upgrade to not warn about /

[Kernel-packages] [Bug 1846424] Re: 19.10 ZFS Update failed on 2019-10-02

2019-10-08 Thread Richard Laager
That has the same error so you are using the same two pools. Please follow the instructions I’ve given and fix this once so you are in a fully working state. Once things are working, then you can retry whatever upgrade steps you think break it. -- You received this bug notification because you

[Kernel-packages] [Bug 1846424] Re: 19.10 ZFS Update failed on 2019-10-02

2019-10-08 Thread Richard Laager
The size of the pool is not particularly relevant. It sounds like you think I'm asking you to backup and restore your pool, which I definitely am not. A pool "import" is somewhat like "mounting" a pool (though it's not literally mounting, because mounting is something that happens with

[Kernel-packages] [Bug 1846424] Re: 19.10 ZFS Update failed on 2019-10-02

2019-10-08 Thread Richard Laager
As the error message indicates, /vms and /hp-data are not empty. ZFS, by default, will not mount over non-empty directories. There are many ways to fix this, but here's something that is probably the safest: Boot up in rescue mode. If it is imported, export the hp-data pool with `zpool export

[Kernel-packages] [Bug 1846424] Re: 19.10 ZFS Update failed on 2019-10-02

2019-10-07 Thread Richard Laager
You have two datasets with mountpoint=/ (and canmount=on) which is going to cause problems like this. vms/roots/mate-1804 mountpoint / local vms/roots/mate-1804 canmountondefault vms/roots/xubuntu-1804 mountpoint / local

[Kernel-packages] [Bug 1846424] Re: 19.10 ZFS Update failed on 2019-10-02

2019-10-07 Thread Richard Laager
Can you provide the following details on your datasets' mountpoints. zfs get mountpoint,canmount -t filesystem -- 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/1846424 Title: 19.10

[Kernel-packages] [Bug 1840122] Re: System fails to reboot from live session or ubiquity-dm - squashfs_read_data failed to read block

2019-09-18 Thread Richard Vajdel
I tested it with the current iso (2019-09-17). 1. Booted into live session 2. Waited for 30 minutes 3. Restarted via System menu 4. Restart of the system was successful without any error Can anybody test it and verify it if it works for them too? Thanks -- You received this bug notification

[Kernel-packages] [Bug 1843296] Re: ZFS auto scrub after upgrade to Xubuntu 19.10

2019-09-10 Thread Richard Laager
I’m not aware of anything new starting scrubs. Scrubs are throttled and usually the complaint is that they are throttled too much, not too little. Having two pools on the same disk is likely the issue. That should be avoided, with the exception of a small boot pool on the same disk as the root

[Kernel-packages] [Bug 1843298] Re: Upgrade of datapool to ZFS 0.8 creates a problem if dual booting

2019-09-10 Thread Richard Laager
This is a known issue which will hopefully be improved by 20.04 or so. -- 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/1843298 Title: Upgrade of datapool to ZFS 0.8 creates a problem

[Kernel-packages] [Bug 1833617] Re: [amdgpu] screen freeze after suspend

2019-09-06 Thread Richard Baka
Thanks, this is a patched kernel I think. I need a more recent kernel, could you give me the patch.? -- 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/1833617 Title: [amdgpu] screen freeze

[Kernel-packages] [Bug 1833617] Re: [amdgpu] screen freeze after suspend

2019-09-06 Thread Richard Baka
Hi, I have a very similar problem with kernel 5.3rc7. Wil this be downstream patched then? https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-amdgpu/+bug/1842954 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1838276] Re: zfs-module depedency selects random kernel package to install

2019-07-30 Thread Richard Laager
I closed this as requested, but I'm actually going to reopen it to see what people think about the following... Is there a "default" kernel in Ubuntu? I think there is, probably linux- generic. So perhaps this dependency should be changed: OLD: zfs-modules | zfs-dkms NEW: linux-generic |

[Kernel-packages] [Bug 1838276] Re: zfs-module depedency selects random kernel package to install

2019-07-29 Thread Richard Laager
What was the expected behavior from your perspective? The ZFS utilities are useless without a ZFS kernel module. It seems to me that this is working fine, and installing the ZFS utilities in this environment doesn’t make sense. -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1830867] Re: [ThinkPad X1 Carbon 6th] Crackling sound with HDMI

2019-07-11 Thread Edouard Richard
** Changed in: linux (Ubuntu) Status: Confirmed => 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/1830867 Title: [ThinkPad X1 Carbon 6th] Crackling sound with HDMI Status in

[Kernel-packages] [Bug 1834118] [NEW] package linux-headers-4.18.0-25 (not installed) failed to install/upgrade: unable to open '/usr/src/linux-headers-4.18.0-25/arch/arm64/include/asm/xen/hypercall.h

2019-06-24 Thread Richard Bowers
Public bug reported: Crash Report generated by system. I am new to this so please bear with me. ProblemType: Package DistroRelease: Ubuntu 18.10 Package: linux-headers-4.18.0-25 (not installed) ProcVersionSignature: Ubuntu 4.18.0-23.24-generic 4.18.20 Uname: Linux 4.18.0-23-generic x86_64

[Kernel-packages] [Bug 1830867] Re: [ThinkPad X1 Carbon 6th] Crackling sound with HDMI

2019-05-29 Thread Edouard Richard
** 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/1830867 Title: [ThinkPad X1 Carbon 6th] Crackling sound with HDMI

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-30 Thread Richard Baka
I've modified energy/power management settings in plasma (I don't know what exactly) but the lid-closing suspending works correctly now with these: i8042.nopnp acpi_osi=! "acpi_osi=Windows 2009" acpi_backlight=vendor -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-28 Thread Richard Baka
I have to undo everything. It seems to be the best options is still the ivrs parameters. Not the i8042.nopnp causes the sleep problem but these acpi_osi=! acpi_osi=\"Windows 2009\". This is what I use now: i8042.nopnp ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=0:00.2 -- You received this bug

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-28 Thread Richard Baka
I'm sure this is a touchpad related problem because suspend works if touchpad is disabled. We are very close :). -- 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/1776563 Title: Acer

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-28 Thread Richard Baka
Lid closing suspend doesn't work, any workaround? -- 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/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-28 Thread Richard Baka
*being able -- 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/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-28 Thread Richard Baka
use these kernel parameters: i8042.nopnp acpi_osi=! acpi_osi=\"Windows 2009\" acpi_backlight=vendor \ don't write slashes, that is just for can be able to post the comment here sudo update-grub sudo apt install --reinstall xserver-xorg-input-synaptics sudo install tlp sudo reboot enjoy -- You

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-28 Thread Richard Baka
Please read the previous comments, and install tlp -- 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/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-27 Thread Richard Baka
Ulf Dellbrügge (ulf-dellbruegge), it should work. Don't use slash \, just quotation marks. Slash was needed only to be able to post the comment here because launchpad filters it. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-26 Thread Richard Baka
I used that too but the touchpad didn't work on Kubuntu 19.04. I had just reinstalled xserver-xorg-input-synaptics package then did a reboot and it works now. The touchpad has now more options in the system settings for example sensitivity. This is a clear improvement. My notebook is faster maybe

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-26 Thread Richard Baka
It doesn't work in advanced mode. -- 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/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-25 Thread Richard Baka
Aroiu Ovidiu (ixanneo) 1. Could you describe somehow the performance difference? 2. How can I fix the touchpad issue which occurs by using your parameters Thanks. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1803179] Re: System does not reliably come out of suspend

2019-04-25 Thread Richard B.
** Description changed: Dell XPS 15 (9750); it might eventually manage to suspend when the lid is closed, but more often than not will not wake up again when the lid is opened. Waking up using the power button often results in a system that is apparently frozen (graphics displayed are the

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-24 Thread Richard Baka
Please use the ivrs parameters. There is no reason using anything else. -- 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/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04,

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-22 Thread Richard Baka
test -- 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/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven)

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-09 Thread Richard Baka
Noapic kernel parameter is just a workaround not a correct solution for this. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-07 Thread Richard Baka
I've custom (fixed) ACPI tables which can be loaded using grub parameters however similar "AE_ALREADY_EXISTS" conflict occurs because of the original tables. I can't disable the original table load. [0.462398] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [0.472822] ACPI BIOS

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-06 Thread Richard Baka
Michael J (drvrmike1), many notebook families (from another manufacturers too) have ACPI problems on linux. Just turn on your older notebook, boot linux and check dmesg, you will see the ACPI table issues. This Acer related thing looks so bad because these notebooks even can't boot without

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-04-05 Thread Richard Baka
Hi Adam, Thanks for the contribution. -- 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/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel

[Kernel-packages] [Bug 1772412] Re: zfs 0.7.9 fixes a bug (https://github.com/zfsonlinux/zfs/pull/7343) that hangs the system completely

2019-04-03 Thread Richard Laager
Your upgrade is done, but for the record, installing the HWE kernel doesn't remove the old kernel. So you still have the option to go back to that in the GRUB menu. Also, once you're sure the HWE kernel is working, you'll probably want to remove the linux-image-generic package so you're not

[Kernel-packages] [Bug 1772412] Re: zfs 0.7.9 fixes a bug (https://github.com/zfsonlinux/zfs/pull/7343) that hangs the system completely

2019-04-02 Thread Richard Laager
ZFS 0.7.9 was released in Cosmic (18.10). You could update to Cosmic. Alternatively, on 18.04, you can install the HWE kernel package: linux- image-generic-hwe-18.04 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to zfs-linux in Ubuntu.

[Kernel-packages] [Bug 1746340] Re: Samsung SSD corruption (fsck needed)

2019-03-03 Thread Richard Grieves
My issue has been resolved by upgrading the firmware of my SSD from SBFKB1C2 to SBFKB1C3. https://askubuntu.com/questions/1107053/ubutnu-18-04-ssd-sometimes- freeze-for-seconds -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1746340] Re: Samsung SSD corruption (fsck needed)

2019-02-25 Thread Richard Grieves
Here is the iotop log I mentioned above (attached) ** Attachment added: "iotop.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1746340/+attachment/5241595/+files/iotop.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1746340] Re: Samsung SSD corruption (fsck needed)

2019-02-25 Thread Richard Grieves
I too am having an SSD corruption issue with Ubuntu 18.04, same exact symptoms. I have a Kingston 480gb SSD, not nvme, connected over SATA. My PC is a desktop, I have attached the output of lspci -vvnn. I have to do manual fsck every 1.5 weeks or so. When I am using my PC, it will freeze up

[Kernel-packages] [Bug 1810064] Re: UI hangs When booting Live version of Ubuntu 18.04

2019-01-23 Thread Richard
I DL'ed the 19.04 image and it seems to be working very well. I DL'ed from here: http://cdimage.ubuntu.com/daily-live/current/ HTH! Thanks! -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1807259] Re: sky2 ethernet card doesn't work after returning from suspend

2019-01-07 Thread Richard
Yes, this helps. Will there be a fix for this which doesn't require to set kernel parameters? As well do you know what changed between kernel 4.13 and 4.15? I had a brief look at the sky2 driver git history in the kernel and I didn't see a suspicious related change. -- You received this bug

[Kernel-packages] [Bug 1807259] Re: sky2 ethernet card doesn't work after returning from suspend

2019-01-05 Thread Richard
** 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/1807259 Title: sky2 ethernet card doesn't work after returning from

[Kernel-packages] [Bug 1807259] Re: sky2 ethernet card doesn't work after returning from suspend

2019-01-05 Thread Richard
running it. I can re-activate the network card by running: sudo service network-manager restart sudo modprobe -r sky2 sudo modprobe sky2 after resume. However this is no option for other users on the system. Kind Regards Richard ** Attachment added: "dmesg.txt" https://bugs.lau

[Kernel-packages] [Bug 1810064] Re: UI hangs When booting Live version of Ubuntu 18.04

2019-01-03 Thread Richard
Due to the nature of this bug (a completely frozen screen, it isn't possible to get a log. ** 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.

[Kernel-packages] [Bug 1810064] Re: UI hangs When booting Live version of Ubuntu 18.04

2019-01-02 Thread Richard
Thanks! Finally got it to work. ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** No longer affects: linux (Ubuntu) ** Package changed: ubuntu => linux (Ubuntu) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-12-14 Thread Richard Baka
siyia (siyia), e-mail has been sent. -- 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/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load,

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-12-13 Thread Richard Baka
yep, I'm trying to make a better patch, please be patient :D -- 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/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04,

[Kernel-packages] [Bug 1802481] Re: cryptsetup waits for zvol /dev/zvol/rpool/swap with no zpool imported during boot. Timing problem?

2018-12-13 Thread Richard Laager
I really don’t know what to suggest here. As you mentioned, this used to work. If you are only using LUKS for swap, maybe you could just remove it from crypttab and run the appropriate commands manually in rc.local or a custom systemd unit. -- You received this bug notification because you are a

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-12-13 Thread Richard Baka
Vendor ID: AuthenticAMD CPU family: 23 Model: 17 Model name: AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx Stepping:0 CPU MHz: 1402.460 CPU max MHz: 2000, CPU min MHz: 1600, BogoMIPS:3992.22

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-12-13 Thread Richard Baka
siyia (siyia), ok you are right, 1.11 messed it up, there is no suspend, I was wrong. With previous versions it worked perfectly but remapping was needed. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-12-13 Thread Richard Baka
Ok, I've jus done a restart and it works now. I don't understand. [ 485.749519] [drm:amdgpu_device_ip_suspend [amdgpu]] *ERROR* suspend of IP block failed -12 [ 485.812592] amdgpu :04:00.0: 5ebb32cf unpin not necessary [ 485.896218] ACPI: EC: interrupt blocked [ 485.934777]

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-12-12 Thread Richard Baka
siyia, you have exactly the same laptop model as I have, they should work. You do something wrong. Maybe you use an incorrect grub or kernel parameter. this a section of my /boot/grub/grub.cfg. Yours should look like this. ### BEGIN /etc/grub.d/40_custom_proxy ### menuentry "Ubuntu" --class

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-12-12 Thread Richard Baka
siyia, why would I ask it if they didn't worked well? They work correctly so you did something wrong. Show me a dmesg with custom table loading. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-12-11 Thread Richard Baka
I sent you my hacked acpi tables, why don't you use them? -- 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/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel

[Kernel-packages] [Bug 1802481] Re: cryptsetup waits for zvol /dev/zvol/rpool/swap with no zpool imported during boot. Timing problem?

2018-12-10 Thread Richard Laager
If the pool is on top of LUKS (a relatively common configuration when ZFS and cryptsetup are both being used), then you'd need cryptsetup first. My advice is that you should either stop encrypting swap or start encrypting the whole pool. Hopefully in another (Ubuntu) release or two, we'll have

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-12-10 Thread Richard Baka
noapic, noacpi, etc: all of them are incorrect fixes for this problems. These are just workarounds. With using these you limit the one of the most important part of your notebook hardvare functions/behaviour. It's better if you install Windows 10 instead of using these limitations.

[Kernel-packages] [Bug 1807545] [NEW] package linux-image-4.15.0-42-generic 4.15.0-42.45 failed to install/upgrade: installed linux-image-4.15.0-42-generic package pre-removal script subprocess return

2018-12-08 Thread Richard Arnett
Public bug reported: 18.04lts Don't think it is a bug but saying error after system protected me from deleting my kernel! thank you! ProblemType: Package DistroRelease: Ubuntu 18.04 Package: linux-image-4.15.0-42-generic 4.15.0-42.45 ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-12-08 Thread Richard Baka
I patched the ssdt tables and my ubuntu 18.10 works perfectly. There is no need to fix everything but the most important parts. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 1802481] Re: cryptsetup waits for zvol /dev/zvol/rpool/swap with no zpool imported during boot. Timing problem?

2018-12-07 Thread Richard Laager
Try adding initramfs as an option in /etc/crypttab. That's the approach I use when putting the whole pool on a LUKS device, and is necessary due to: https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/1612906 -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1807259] Re: sky2 ethernet card doesn't work after returning from suspend

2018-12-07 Thread Richard
I am using Linux Mint, where apport is not installed. Does it make sense to install and run the command? -- 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/1807259 Title: sky2 ethernet card

[Kernel-packages] [Bug 1798921] Re: sky2 ethernet card don't work after returning from suspension

2018-12-07 Thread Richard
Sorry, didn't realize what was meant. I don't use WoL, only suspend (manually or by closing the lid). Resume works for me with the 4.13 kernels Mint provided so far. All of the 4.15 kernels I tried so far didn't work. I've also filed https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1807259

[Kernel-packages] [Bug 1807259] [NEW] sky2 ethernet card doesn't work after returning from suspend

2018-12-06 Thread Richard
Public bug reported: I am on "Linux Mint 18.2 Sonya". Upgrading to Kernel 4.15.0-39.42~16.04.1 leaves the ethernet adapter inactive after resume from suspend. I reverted to a 4.13 kernel for this reason for which it works. the bug seems to be similar to

[Kernel-packages] [Bug 1798921] Re: sky2 ethernet card don't work after returning from suspension

2018-12-06 Thread Richard
For me, it works with any 4.13 kernel. -- 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/1798921 Title: sky2 ethernet card don't work after returning from suspension Status in linux

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-12-05 Thread Richard Baka
Dear All, there is no orther way to get a correct ACPI behavior than fixing the ACPI tables manually. -- 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/1776563 Title: Acer Aspire

[Kernel-packages] [Bug 1798921] Re: sky2 ethernet card don't work after returning from suspension

2018-12-03 Thread Richard
I have the same problem. I am on "Linux Mint 18.2 Sonya". Upgrading to Kernel 4.15.0-39.42~16.04.1 showed the same problem. I reverted to a 4.13 kernel for this reason. $ lshw -class network WARNUNG: Sie sollten dieses Programm mit Systemverwalterrechten (root) ausführen. *-network

[Kernel-packages] [Bug 1798982] [NEW] Kubuntu 18.10 scaling problem

2018-10-20 Thread Richard Baka
Public bug reported: Hi, I installed Kubuntu 18.10. My notebook has a fullHD display so DPI scaling was needed. I set scaling to 1.2 but the ui of firefox and chromium browsers were still small. Then I set it to 1.3 and chromium looked OK but firefox still had small elements. I think Kubuntu is

[Kernel-packages] [Bug 1798800] Re: Ubuntu 18.04->18.10 upgrade, blank screen on/before login

2018-10-19 Thread Richard Baka
Fresh install has solved the problem. -- 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/1798800 Title: Ubuntu 18.04->18.10 upgrade, blank screen on/before login Status in linux package in

[Kernel-packages] [Bug 1798800] Re: Ubuntu 18.04->18.10 upgrade, blank screen on/before login

2018-10-19 Thread Richard Baka
Joseph Salisbury (jsalisbury) no it doesn't. I've tried it of course. 18.04 worked well with the same kernel. I've tried to reconfigure xorg, reinstall amdgpu, remove mesa but there is no change. Maybe I try to make a fresh install -- You received this bug notification because you are a member

[Kernel-packages] [Bug 1798800] [NEW] Ubuntu 18.04->18.10 upgrade, blank screen on/before login

2018-10-19 Thread Richard Baka
Public bug reported: I had been using ubuntu 18.04 with mainline 4.18.* kernel without any problem then I've upgraded to 18.10 and the screen is black now on login. I'm almost sure there shouldn't be modesetting problem on 4.18 with its default modules. What information, files, logs do you need

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-18 Thread Richard Baka
There is no problem here. Linux version 4.18.13-041813-generic (kernel@gloin) (gcc version 8.2.0 (Ubuntu 8.2.0-7ubuntu1)) #201810100332 SMP Wed Oct 10 07:34:55 UTC 2018 [0.00] Command line: BOOT_IMAGE=/boot/vmlinuz-4.18.13-041813-generic root=UUID=abd604e5-aa0b-4b30-8657-39b462df9afb

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-13 Thread Richard Baka
siyia, dmesg is needed. -- 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/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-12 Thread Richard Baka
Darksurf (piroisl33t-u) great-great-great work, we are waiting for the good news. I did the same with AMD. They tried to help me with giving advices but they couldn't fix the tables of course. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-07 Thread Richard Baka
Another User (another-user), install newer kernel than ubuntu's default and don't use noapic just ivrs parameters. -- 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/1776563 Title:

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-04 Thread Richard Baka
Darksurf, this shouldn't be showed: "iASL Warning: There were 8 external control methods found during * disassembly, but only 0 were resolved (8 unresolved)" So my previous command was not correct. Maybe you should try decompile it with MS decompiler. -- You received this bug notification

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-04 Thread Richard Baka
This works: iasl -da ssdt1.dat ssdt2.dat ssdt3.dat ssdt4.dat ssdt5.dat ssdt6.dat ssdt8.dat ssdt11.dat ssdt12.dat dsdt.dat -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-04 Thread Richard Baka
OK, iasl is too old in distros, I'm compiling a new one. -- 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/1776563 Title: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-04 Thread Richard Baka
Darksurf, it gives segmentation fault by me. Could you do the dump on Linux not on Windows? -- 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/1776563 Title: Acer Aspire A315

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-04 Thread Richard Baka
Darksurf, I think you should use my decompile parameters. I left same ssdt from that command exactly because of these dependency problem. You didn't write the same like me. Unknown method warnings shouldn't be appeared. siyia, the original files should be uploaded to be fixed correctly using

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-03 Thread Richard Baka
Don't you want to write an e-mail to Acer Support? This should be the message: "Please recompile the firmware SSDT/DSDT files using Intel aml compiler fix the syntax errors and give BIOS update for us, thanks" -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-03 Thread Richard Baka
siyia, I don't recognize any problem but I'm not sure there aren't any. That is sure I've broken some functions. -- 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/1776563 Title:

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-03 Thread Richard Baka
Darksurf (piroisl33t-u), what you've done is not what I had written. siyia (siyia), I can send you but this is just a hack not a correct fix. I deleted lines, forced return values etc etc. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-10-03 Thread Richard Baka
Hi, noapic is not a too sophisticated solution. Try this: mkdir bios_sck cd bios_sck sudo acpidump -b A lot of firmware file should be appeared we need SSDT/DSDT dat files You should decompile all of them but that is impossible because of some interference between the files. This combination

[Kernel-packages] [Bug 1791143] Re: Suggestion to make zfsutils-linux a snap

2018-09-06 Thread Richard Laager
Is there something inherent in snaps that makes this easier or better than debs? For example, do snaps support multiple installable versions of the same package name? If snaps aren’t inherently better, the same thing could be done with debs using the usual convention for having multiple versions

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-08-13 Thread Richard Baka
For me the latest 4.18 is the best. AMDGPU PRO is not necessary. Please copy-paste for me the "sensors" output on 4.18 kernel. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-08-12 Thread Richard Baka
I'm glad you did it. Why does the kernel not find the correct addres like lspci? This is a good question. Maybe the kernel doesn't know what to search. I have a somewhat fixed (not perfectly) DSDT/SSDT for A315-41G (Ryzen 5 + Radeon vega 8/Radeon 535) which provides a better cpu power

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-08-12 Thread Richard Baka
No sorry, instead of pci=noacpi, try to start the kernel with noapic and then check lspci. It there is a kernel panic by this way then use pci=noacpi. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2018-08-12 Thread Richard Baka
you (bountou), this is exactly the same problem what I have. Maybe there is a little difference but not much. We will be able to fix it with a little work. So this is an ACPI problem. ACPI(Advanced Configuration and Power Interface) is a hardware interface what is afforded by the manufacturer

<    1   2   3   4   5   6   7   8   9   10   >