[Bug 1885344] Re: nvidia-340 340.108-0ubuntu2: nvidia-340 kernel module failed to build (oem 5.6 kernel)

2020-10-14 Thread Witold Krecicki
Same thing happens on fresh install of 20.10 with 5.8.0-23-generic kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885344 Title: nvidia-340 340.108-0ubuntu2: nvidia-340 kernel module failed

[Bug 1810154] Re: ply_boot_client_process_incoming_replies: Assertion `request_node != NULL' failed

2019-12-12 Thread Witold Krecicki
To clarify, as those questions were asked on IRC: 1. I'm the author of the patch. 2. The bug exists only in Ubuntu, not in upstream version of plymouth - it's caused by the changes included in "misc-changes.patch" (that I'm not touching with at 30 foot pole). -- You received this bug

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

2019-11-25 Thread Witold Krecicki
@colin-king I got it (0.8.1-1ubuntu14.2) from eoan-proposed, and yes - this version fixes the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852406 Title: Double-escape in initramfs

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

2019-11-25 Thread Witold Krecicki
@colin-king I just checked and, with the plymouth fix also applied, the issue is fixed in 0.8.1-1ubuntu14.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852406 Title: Double-escape in initramfs

[Bug 1852711] [NEW] vax780 problem with integer overflow

2019-11-15 Thread Witold Krecicki
Public bug reported: VAX780 depends on signed overflow (which is an undefined behaviour), and gcc/clang optimization breaks it and the simulator doesn't work at all. The code is virtually unmaintained (and really unmaintainable..) so it'd be hard to do a proper fix, but there is a simple

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

2019-11-14 Thread Witold Krecicki
btw, there's another bug in plymouth package that breaks root on encrypted zfs in some cases, the patch is there but it's waiting for review: https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1810154 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1852406] [NEW] Double-escape in initramfs DECRYPT_CMD

2019-11-13 Thread Witold Krecicki
Public bug reported: initramfs/scripts/zfs.in incorrectly quotes ${ENCRYPTIONROOT} on line 414: DECRYPT_CMD="${ZFS} load-key '${ENCRYPTIONROOT}'" This is OK when the line is executed by shell, such as in line 430 or 436, but when plymouth is used it results in plymouth executing "zfs load-key

[Bug 1810154] Re: ply_boot_client_process_incoming_replies: Assertion `request_node != NULL' failed

2019-11-11 Thread Witold Krecicki
There's a bug in processing cached password replies from plymouthd which causes this assertion, the attached patch fixes this issue (it happens e.g. when using ZFS with native encryption). ** Patch added: "cached-password-fix.patch"

[Bug 1826274] [NEW] Headset keeps disconnecting after upgrade to Disco

2019-04-24 Thread Witold Krecicki
Public bug reported: I'm using Bose QC35 headset and Dell XPS 9570 laptop. It was working perfectly on Cosmic, after upgrade to Disco when headsed is switched to HSP/HFP mode in pavucontrol I'm getting bursts of following messages in dmesg: Apr 24 23:27:28 daffy kernel: [53021.123542] Bluetooth:

[Bug 1811803] Re: Crash on "ip link add foo type ipip"

2019-01-15 Thread Witold Krecicki
Due to the fact that networking stops working when the crash I can't collect anything using apport-collect, I believe dmesg above should be enough. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1811803] [NEW] Crash on "ip link add foo type ipip"

2019-01-15 Thread Witold Krecicki
Public bug reported: On 4.18.0-13-generic #14-Ubuntu SMP Wed Dec 5 09:04:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux When I executed "sudo ip link add foo type ipip" kernel crashed, leaving the system working but mostly unusable (networking was flaky). dmesg showed: [156541.500970] ipip: IPv4

[Bug 1744296] [NEW] After ifdown on underlay interface ifup fails with 'already configured'

2018-01-19 Thread Witold Krecicki
Public bug reported: With following setup: <...> 2: ens192: mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 00:50:56:86:31:a8 brd ff:ff:ff:ff:ff:ff inet 10.245.40.80/18 brd 10.245.63.255 scope global ens192 valid_lft forever

[Bug 1716877] Re: /etc/network/interfaces is left unconfigured when installing in an v6-only environment

2017-10-06 Thread Witold Krecicki
I've verified this on current ubuntu-16.04.3-server-amd64.iso (SHA1=f3532991e031cae75bcf5e695afb844dd278fff9) The scenario I used this time was a VM with two NICs, first one connected to v6 only network (with dhcpv6), second one disconnected. When installing Ubuntu everything is ok, it configures

[Bug 1719733] Re: stale file handle when restarting ntp on overlayfs (maas)

2017-09-28 Thread Witold Krecicki
Version 20170927 seems to have fixed it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1719733 Title: stale file handle when restarting ntp on overlayfs (maas) To manage notifications about this

[Bug 1719733] Re: stale file handle when restarting ntp on overlayfs (maas)

2017-09-27 Thread Witold Krecicki
I hit the same problem with current (http://images.maas.io/ephemeral-v3/daily/artful/amd64/20170926/) version. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1719733 Title: stale file handle when

[Bug 1717287] Re: maas-enlist doesn't work when provided with serverurl with IPv6 address

2017-09-20 Thread Witold Krecicki
Could this fix be backported to current releases too? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1717287 Title: maas-enlist doesn't work when provided with serverurl with IPv6 address To

[Bug 1718127] [NEW] Network manager wait-online takes a long time (~3 minutes) during boot

2017-09-19 Thread Witold Krecicki
Public bug reported: On 17.10 there is a 3 minute pause during boot when network manager is waiting to get online (as a dependency for lxd.service) - as this is a laptop that's only using wifi, without system connections, it'll never get online during boot process. It's a regression from 17.04

[Bug 1717287] Re: maas-enlist doesn't work when provided with serverurl with IPv6 address

2017-09-14 Thread Witold Krecicki
The fix is a proper api_url regex: --- maas-enlist~2017-09-14 17:24:38.0 +0200 +++ maas-enlist 2017-09-14 23:16:38.574202964 +0200 @@ -185,7 +185,7 @@ if echo "$serverurl" | egrep -q '(^[a-z]+://|^)[a-z0-9\.]+($|/$)'; then api_url="MAAS/api/1.0/nodes/" else -

[Bug 1717287] [NEW] maas-enlist doesn't work when provided with serverurl with IPv6 address

2017-09-14 Thread Witold Krecicki
Public bug reported: There is a bug in parsing URLs that contain IPv6 addresses: $ bash -x ./maas-enlist --serverurl http://[2001:db8::1]:5240/MAAS/api/2.0/machines/ (...) + wget -q -O/dev/null 'http://[2001:db8::1]:5240/http://[2001:db8::1]:5240/MAAS/api/2.0/machines/'

[Bug 1716874] [NEW] ipv6-only installation uses ipv4-only archive mirrors

2017-09-13 Thread Witold Krecicki
Public bug reported: After installing ubuntu 16.04 in a v6-only environment /etc/apt/sources.list is populated with (e.g.) pl.archive.ubuntu.com entries which are v4-only. ** Affects: debian-installer (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 1716877] [NEW] /etc/network/interfaces is left unconfigured when installing in an v6-only environment

2017-09-13 Thread Witold Krecicki
Public bug reported: When installing 16.04 in a v6-only environment (with dhcpv6 RA) /etc/network/interfaces is left unconfigured, I'd expect it to have an entry like: auto eno1 iface eno1 inet6 auto or iface eno1 inet6 dhcp But there's no entry for anything but loopback. ** Affects:

[Bug 1715383] [NEW] Gnome tweak tool extensions settings button launches another gnome tweak tool window

2017-09-06 Thread Witold Krecicki
Public bug reported: With dashtodock extension installed clicking on settings (cog) icon in the 'Extensions' panel launches a window with extensions panel, only then clicking the cog launches the settings for this extensions - as seen on screenshot (the bottom window is the gnome tweak tool,

[Bug 1715184] Re: crash desktop with dashtodock (if activate with the button)

2017-09-06 Thread Witold Krecicki
I confirm that the version from Artful crashes whole gnome-shell when any icon is clicked, git master works correctly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1715184 Title: crash desktop

[Bug 781977] Re: Suspend only works once, fails second time

2012-01-11 Thread Witold Krecicki
I have the same problem on Dell Latitude E6500. It was working perfectly on 11.04, bug was introduced in 11.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/781977 Title: Suspend only works once,