[Bug 1943323] Re: multipass gui eats CPU cycles

2021-09-11 Thread Colin Ian King
Copied to https://github.com/canonical/multipass/issues/2233 Closing this ** Bug watch added: github.com/canonical/multipass/issues #2233 https://github.com/canonical/multipass/issues/2233 ** Changed in: kernel Assignee: (unassigned) => Colin Ian King (colin-king) ** Project chan

[Bug 1942974] Re: troff crashed with SIGSEGV

2021-09-10 Thread Colin Watson
** Changed in: groff (Ubuntu) Status: New => Fix Committed ** Changed in: groff (Ubuntu) Assignee: (unassigned) => Colin Watson (cjwatson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1942974] Re: troff crashed with SIGSEGV

2021-09-09 Thread Colin Watson
The stack trace looks very much like it would be the effect of https://savannah.gnu.org/bugs/index.php?59202, fixed in https://git.savannah.gnu.org/cgit/groff.git/commit/?id=c788cf8c6bbe939fa11f7ec032e525a7e33f41b6. ** Bug watch added: GNU Savannah Bug Tracker #59202

[Bug 1942991] Re: zfs: can't read /proc/sys/kernel/spl/hostid

2021-09-08 Thread Colin Ian King
** Description changed: + [Impact] - Reading /proc/sys/kernel/spl/hostid no longer works in 5.7+ kernels + Reading /proc/sys/kernel/spl/hostid no longer works in 5.7+ kernels upwards. The Fix: commit 7de4c88b39473f358add601e8c227ca9002b1bee Author: наб Date: Sun Apr 11

[Bug 1942991] Re: zfs: can't read /proc/sys/kernel/spl/hostid

2021-09-08 Thread Colin Ian King
** Description changed: + Reading /proc/sys/kernel/spl/hostid no longer works in 5.7+ kernels upwards. The Fix: commit 7de4c88b39473f358add601e8c227ca9002b1bee Author: наб Date: Sun Apr 11 01:18:40 2021 +0200 - linux/spl: base proc_dohostid() on proc_dostring() -

[Bug 1942991] Re: zfs: can't read /proc/sys/kernel/spl/hostid

2021-09-08 Thread Colin Ian King
** Also affects: zfs-linux (Ubuntu Impish) Importance: Medium Assignee: Colin Ian King (colin-king) Status: In Progress ** Also affects: zfs-linux (Ubuntu Hirsute) Importance: Undecided Status: New ** Changed in: zfs-linux (Ubuntu Hirsute) Assignee: (unassigned

[Bug 1942991] [NEW] zfs: can't read /proc/sys/kernel/spl/hostid

2021-09-08 Thread Colin Ian King
(Ubuntu) Importance: Medium Assignee: Colin Ian King (colin-king) Status: In Progress ** Changed in: zfs-linux (Ubuntu) Importance: Undecided => Medium ** Changed in: zfs-linux (Ubuntu) Status: New => In Progress ** Changed in: zfs-linux (Ubuntu) Assignee

[Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-09-07 Thread Colin Ian King
It may be be worth re-writing the check as follows to avoid underflow wrap: if (walk_state->num_operands < 1 || walk_state->num_operands >= ARRAY_SIZE(walk_state->operands) + 1) { ACPI_ERROR((AE_INFO, "Illegal number of operands 0x%X for op_type 0x%X", walk_state->num_operands - 1,

[Bug 1763111] Re: autokey starting maximized (not in system tray)

2021-09-06 Thread Colin Hemming
I have been having the same issue with Xubuntu 20.04. There are two instances being added in the session (restart if running). Sometimes it opens the interface, other times the two start so close together that they trip over each other and one produces an error window creating the lock file in

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-09-03 Thread Colin Watson
Launchpad intentionally imports even obsolete messages, although they're tagged internally as obsolete and filtered out for various purposes. I think this is so that they can be used as suggestions in some cases (for example, a similar message might still be used in another context). For that

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-09-02 Thread Colin Watson
I'm not sure I'm really following the exact question here. Could you attach the message you got with the complaints? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756547 Title: LP refuses to

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-09-01 Thread Colin Watson
This should now be fixed on Launchpad's end: we're running the gettext backport that you can see in https://launchpad.net/~canonical-is- sa/+archive/ubuntu/launchpad/+packages. Could you please try reverting the workaround and make sure that things work properly now? ** Changed in: launchpad

[Bug 1942139] Re: Debug symbols not available for 237-3ubuntu10.51

2021-08-31 Thread Colin Watson
retriever Assignee: (unassigned) => Colin Watson (cjwatson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1942139 Title: Debug symbols not available for 237-3ubuntu10.51 To manage notific

[Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-08-31 Thread Colin Ian King
Potential workaround/fix attached ** Patch added: "kernel patch" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1942215/+attachment/5521900/+files/0001-ACPICA-detect-and-handle-invalid-op_type-before-call.patch -- You received this bug notification because you are a member of Ubuntu

[Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-08-31 Thread Colin Ian King
** Bug watch added: bugs.acpica.org/ #1545 https://bugs.acpica.org/show_bug.cgi?id=1545 ** Also affects: linux via https://bugs.acpica.org/show_bug.cgi?id=1545 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-08-31 Thread Colin Ian King
I suspect the op_type in the dispatcher call status = acpi_gbl_op_type_dispatch[op_type] is out of range. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1942215 Title: OOPs on boot: invalid opcode:

[Bug 1942215] Re: OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI

2021-08-31 Thread Colin Ian King
Original source ./drivers/acpi/acpica/dswexec.c in acpi_ds_exec_end_op if (ACPI_SUCCESS(status)) { /* * Dispatch the request to the appropriate interpreter handler * routine. There is one routine per opcode

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-08-31 Thread Colin Watson
https://portal.admin.canonical.com/C132790 (internal ticket) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756547 Title: LP refuses to import plural strings where e.g. msgstr[0] entries in PO

[Bug 1942063] Re: /usr/man symlink breaks apropos man -k due to fsstnd

2021-08-31 Thread Colin Watson
This is a bit perplexing, because the transition to /usr/share/man completed before Ubuntu even existed; I think it even predates my taking over maintainership of man-db 20 years ago or so. Is it really easier to go through all of this mess with symlinks rather than just updating a few extremely

[Bug 1942181] Re: Add support for AlderLake CPUs

2021-08-31 Thread Colin Ian King
** Also affects: thermald (Ubuntu Hirsute) Importance: Undecided Status: New ** Also affects: thermald (Ubuntu Impish) Importance: Critical Assignee: Colin Ian King (colin-king) Status: In Progress ** Also affects: thermald (Ubuntu Focal) Importance: Undecided

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-08-31 Thread Colin Watson
: Undecided => High ** Changed in: launchpad Status: Confirmed => In Progress ** Changed in: launchpad Assignee: (unassigned) => Colin Watson (cjwatson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1942181] [NEW] Add support for AlderLake CPUs

2021-08-31 Thread Colin Ian King
: thermald (Ubuntu) Importance: Critical Assignee: Colin Ian King (colin-king) Status: In Progress ** Changed in: thermald (Ubuntu) Importance: Undecided => Critical ** Changed in: thermald (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) ** C

[Bug 1786575] Re: Dell XPS 15 9570 - Thermal Shutdown Event & Annoying Full-Speed Fan Spin Up

2021-08-26 Thread Colin Ian King
Thermald in bionic is relatively ancient. One may see better results with newer LTS versions of Ubuntu, such as focal. If this is still and issue perhaps upgrading to Focal 21.04 is worth trying. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1786575] Re: Dell XPS 15 9570 - Thermal Shutdown Event & Annoying Full-Speed Fan Spin Up

2021-08-26 Thread Colin Ian King
** Changed in: thermald (Ubuntu) Importance: Undecided => Medium ** Changed in: thermald (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: thermald (Ubuntu) Status: New => Confirmed ** Changed in: thermald (Ubuntu) Status:

[Bug 1803881] Re: thermal thermal_zone4: failed to read out thermal zone (-61)

2021-08-26 Thread Colin Ian King
know if this allows one to read cat /sys/class/thermal/thermal_zone4/type iwlwifi_1 ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1803881] Re: thermal thermal_zone4: failed to read out thermal zone (-61)

2021-08-26 Thread Colin Ian King
** Changed in: thermald (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1803881 Title: thermal thermal_zone4: failed to read out thermal zone (-61) To

[Bug 1901266] Re: system sluggish, thermal keep frequency at 400MHz

2021-08-26 Thread Colin Ian King
lagish, thermal keep frequency at 400MHz + system sluggish, thermal keep frequency at 400MHz ** Changed in: thermald (Ubuntu) Importance: Undecided => Medium ** Changed in: thermald (Ubuntu) Status: New => Incomplete ** Changed in: thermald (Ubuntu) Assignee: (unassigned) =&g

[Bug 1913186] Re: Backport the adaptive engine from v2.4.1 upstream

2021-08-26 Thread Colin Ian King
** Changed in: thermald (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1913186 Title: Backport the adaptive engine from v2.4.1 upstream To manage

[Bug 1940485] Re: thermald often limits CPU frequency while on AC

2021-08-26 Thread Colin Ian King
anged in: thermald (Ubuntu) Importance: Undecided => Medium ** Changed in: thermald (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1880012] Re: ASUS UX533F overheating and fan off with Ubuntu 20.04 LTS

2021-08-26 Thread Colin Ian King
ded => Medium ** Changed in: thermald (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) ** No longer affects: linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/18800

[Bug 1763144] Re: Significantly lower power and thermal limits on ThinkPad T480s (and probably others) than on Windows

2021-08-26 Thread Colin Ian King
t power limits. Can folk check if this helps with the issue? ** Changed in: thermald (Ubuntu) Importance: Undecided => High ** Changed in: thermald (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: thermald (Ubuntu) Status: Confirmed =>

[Bug 1931565] Re: pull in latest thermald bug fixes into thermald

2021-08-26 Thread Colin Ian King
** Changed in: thermald (Ubuntu Focal) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1931565 Title: pull in latest thermald bug fixes into thermald To

[Bug 1769236] Re: CPU frequency stuck at minimum value

2021-08-26 Thread Colin Ian King
@Gerald, did thermald 1.9.1-1ubuntu0.5 help resolve 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/1769236 Title: CPU frequency stuck at minimum value To manage notifications about this

[Bug 1940972] Re: v5.13 kernel ftrace selftest fails on riscv64 unmatched

2021-08-26 Thread Colin Ian King
** Bug watch added: Linux Kernel Bug Tracker #214185 https://bugzilla.kernel.org/show_bug.cgi?id=214185 ** Also affects: linux via https://bugzilla.kernel.org/show_bug.cgi?id=214185 Importance: Unknown Status: Unknown ** Changed in: ubuntu-kernel-tests Importance: Undecided =>

[Bug 1940972] Re: v5.13 kernel ftrace selftest fails on riscv64 unmatched

2021-08-25 Thread Colin Ian King
the RCU timeout was a red-herring; it occurs during the filter set-up. The actual test to find the stack tracer traced stack sizes is running w/o causing RCU soft lockup messages but it is failing to find the kernel function names that match the *lock* regex, so that's a bug. -- You received

[Bug 1940972] Re: v5.13 kernel ftrace selftest fails on riscv64 unmatched

2021-08-25 Thread Colin Ian King
... I've looked at this test and the following occurs: 0. go to the tracking directory: cd /sys/kernel/debug/tracing 1. tracer is disabled: echo 0 > /proc/sys/kernel/stack_tracer_enabled 2. tracer is set to track all kernel functions with *lock* in the name: echo '*lock*' >

[Bug 1940972] Re: v5.13 kernel ftrace selftest fails on riscv64 unmatched

2021-08-25 Thread Colin Ian King
FYI, to debug the test script use: impish/tools/testing/selftests/ftrace$ sudo ./ftracetest test.d/ftrace/func_stack_tracer.tc -v -d -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1940972 Title:

[Bug 1940972] Re: v5.13 kernel ftrace selftest fails on riscv64 unmatched

2021-08-25 Thread Colin Ian King
The test script adds a tracing filter: echo '*lock*' > stack_trace_filter ..that takes a few minutes to apply and during that time we see the RCU and/or softlockup messages. This is kind of expected since we're blocked in kernel space updating ftrace points across the kernel which is slow and

[Bug 1940984] Re: 5.11.0-1017 fails to boot on qemu builders

2021-08-24 Thread Colin Watson
OK, this is actually due to the changes between u-boot-menu 4.0.1ubuntu0.1 and 4.0.2ubuntu5~20.04.1. The relevant difference is that the menu entry now has `fdtdir /lib/firmware/5.8.0-29-generic/device-tree/` (or similar) when it previously didn't load a device tree at all. I successfully worked

[Bug 1940984] [NEW] 5.11.0-1017 fails to boot on qemu builders

2021-08-24 Thread Colin Watson
Public bug reported: I tried to do a routine upgrade and reflash of the Launchpad riscv64 builders, which pulled in linux-image-5.11.0-1017-generic 5.11.0-1017.18~20.04.1. The resulting image failed to boot with the following (complete) console output: Device 0: QEMU VirtIO Block Device

[Bug 1940984] Re: 5.11.0-1017 fails to boot on qemu builders

2021-08-24 Thread Colin Watson
Hm, I actually get similar results when I revert to 5.8.0-29: Device 0: QEMU VirtIO Block Device Type: Hard Disk Capacity: 71680.0 MB = 70.0 GB (146800640 x 512) ... is now current device Scanning virtio 0:1... Found /boot/extlinux/extlinux.conf

[Bug 1906476] Re: PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, >z_sa_hdl)) failed

2021-08-24 Thread Colin Ian King
@Trent, can you open a new bug as it does seem to be a different bug and I'd like to separate out the issues to reduce debugging/fixing/tracking complexities on the original bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1940629] Re: Support Jasper Lake

2021-08-20 Thread Colin Ian King
Thanks Andi for original patches and the bug report. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1940629 Title: Support Jasper Lake To manage notifications about this bug go to:

[Bug 1940629] Re: Support Jasper Lake

2021-08-20 Thread Colin Ian King
) Status: New => In Progress ** Changed in: thermald (Ubuntu Focal) Status: New => In Progress ** Changed in: thermald (Ubuntu Focal) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: thermald (Ubuntu Hirsute) Assignee: (unassigned) => Colin Ian King

[Bug 1940629] Re: Support Jasper Lake

2021-08-20 Thread Colin Ian King
** Also affects: thermald (Ubuntu Focal) Importance: Undecided Status: New ** Also affects: thermald (Ubuntu Impish) Importance: Critical Assignee: Colin Ian King (colin-king) Status: In Progress ** Also affects: thermald (Ubuntu Hirsute) Importance: Undecided

[Bug 1940629] Re: Support Jasper Lake

2021-08-20 Thread Colin Ian King
** Changed in: thermald (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: thermald (Ubuntu) Importance: Undecided => Critical ** Changed in: thermald (Ubuntu) Status: New => In Progress -- You received this bug notification because you are

[Bug 1940083] Re: zfs send encrypt causes kernel NULL pointer dereference

2021-08-19 Thread Colin Ian King
Good find. I'll try and get onto this first thing next week; I'm currently on vacation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1940083 Title: zfs send encrypt causes kernel NULL pointer

[Bug 1940296] Re: SIGSEGV instead of EINVAL with invalid timer id in timer_delete() glibc 2.33

2021-08-19 Thread Colin Ian King
Same issue with timer_gettime(): int main(void) { timer_t t = (timer_t)0xe236f38802c65008ULL; struct itimerspec v; return timer_gettime(t, ); } ..should return -EINVAL but instead segfaults. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1940296] Re: SIGSEGV instead of EINVAL with invalid timer id in timer_delete() glibc 2.33

2021-08-19 Thread Colin Ian King
And timer_settime(): #include #include int main(void) { timer_t t = (timer_t)0xe236f38802c65008ULL; struct itimerspec new, old; return timer_settime(t, 0, , ); } -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1940083] Re: zfs send encrypt causes kernel NULL pointer dereference

2021-08-19 Thread Colin Ian King
I've read of issues such as this occurring because of raw sends being used when the large_blocks feature is not enabled. Can you attach the output of the following commnand: sudo zpool get all POOLNAME where POOLNAME is the name of your pool. ** Changed in: linux (Ubuntu) Status: In

[Bug 1940503] Re: Illegal instruction (core dumped) on apt update

2021-08-19 Thread Colin 't Hart
I never used apport. I used `ubuntu-bug apt` to generate the bug report. I don't see a core dump anywhere. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1940503 Title: Illegal instruction (core

[Bug 1940503] [NEW] Illegal instruction (core dumped) on apt update

2021-08-19 Thread Colin 't Hart
Public bug reported: Ran `apt update` and received Illegal instruction (core dumped) Reading package lists... Done E: Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/lib/command-not-found/ -a -e /usr/lib/cnf-update-db; then /usr/lib/cnf-update-db >

[Bug 1940296] Re: SIGSEGV instead of EINVAL with invalid timer id in timer_delete() glibc 2.33

2021-08-18 Thread Colin Ian King
Hi Michael, do you mind following that up with the bugzilla report for me? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1940296 Title: SIGSEGV instead of EINVAL with invalid timer id in

[Bug 1940083] Re: zfs send encrypt causes kernel NULL pointer dereference

2021-08-17 Thread Colin Ian King
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: linux (Ubuntu) Importance: Undecided => High ** Changed in: linux (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ub

[Bug 1940296] [NEW] SIGSEGV instead of EINVAL with invalid timer id in timer_delete() glibc 2.33

2021-08-17 Thread Colin Ian King
Public bug reported: The timer_delete(2) man page states: RETURN VALUE On success, timer_delete() returns 0. On failure, -1 is returned, and errno is set to indicate the error. ERRORS EINVAL timerid is not a valid timer ID. The following shows that this is not strictly

[Bug 1940153] [NEW] Sync intel-ipsec-mb 1.0-1 (universe) from Debian unstable (main)

2021-08-16 Thread Colin Ian King
as the upstream project is not serving tarballs now * Add note about elf debug optimization being disabled in rules * Add back the Uploaders field in the control file -- Colin Ian King Fri, 7 May 2021 09:11:47 +0100 ** Affects: intel-ipsec-mb (Ubuntu) Importance: Wishlist Status

[Bug 1939177] Re: Ubuntu 20.04.2 LTS kernel 5.11.0-25 zfs send | receive broken

2021-08-16 Thread Colin Ian King
** Description changed: == SRU Justification Focal == [Impact] https://github.com/openzfs/zfs/issues/12462 Ubuntu 20.04.2 LTS Kernel: 5.11.0-25-generic #27~20.04.1-Ubuntu zfs-0.8.3-1ubuntu12.12 zfs-kmod-2.0.2-1ubuntu5 Trying to run zfs send | receive and getting an

[Bug 1939177] Re: Ubuntu 20.04.2 LTS kernel 5.11.0-25 zfs send | receive broken

2021-08-16 Thread Colin Ian King
** Description changed: + == SRU Justification Focal == + + [Impact] + https://github.com/openzfs/zfs/issues/12462 Ubuntu 20.04.2 LTS Kernel: 5.11.0-25-generic #27~20.04.1-Ubuntu zfs-0.8.3-1ubuntu12.12 zfs-kmod-2.0.2-1ubuntu5 Trying to run zfs send | receive and getting an

[Bug 1939177] Re: Ubuntu 20.04.2 LTS kernel 5.11.0-25 zfs send | receive broken

2021-08-16 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Importance: Undecided => High ** Changed in: zfs-linux (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1939289] Re: wayland activated, Filezilla, gFTP and FireFTP not working

2021-08-09 Thread Colin Watson
** Project changed: launchpad => ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939289 Title: wayland activated, Filezilla, gFTP and FireFTP not working To manage notifications about this

[Bug 1769236] Re: CPU frequency stuck at minimum value

2021-08-08 Thread Colin Ian King
Thermald 1.9.1-1ubuntu0.4 contains the backport of the adaptive engine, see bug https://bugs.launchpad.net/ubuntu/+source/thermald/+bug/1913186 Thermald 1.9.1-1ubuntu.05 contains the following fixes that may also be useful: - Disable legacy rapl cdev when rapl-mmio is in use This will

[Bug 1939177] Re: Ubuntu 20.04.2 LTS kernel 5.11.0-25 zfs send | receive broken

2021-08-07 Thread Colin Ian King
Appears that the -s option does not work. Can you double check if the recv works when not using the -s option? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939177 Title: Ubuntu 20.04.2 LTS kernel

[Bug 1934110] Re: ubuntu-host driver lacks lseek ops

2021-08-05 Thread Colin Ian King
Tested on Hirsute 5.11.0-26-generic, no crash observed, marking as verified. ** Tags removed: verification-needed-hirsute ** Tags added: verification-done-hirsute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1934110] Re: ubuntu-host driver lacks lseek ops

2021-08-05 Thread Colin Ian King
Removing focal tag as this SRU does not apply to focal, it does not have this driver. ** Tags removed: verification-needed-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934110 Title:

[Bug 1938934] Re: Can't to unistall Forefox Browser

2021-08-04 Thread Colin Watson
** Project changed: launchpad => firefox (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938934 Title: Can't to unistall Forefox Browser To manage notifications about this bug go to:

[Bug 1938918] Re: 5.13 RT kernel hits scheduling while atomic with stress-ng enosys stressor

2021-08-04 Thread Colin Ian King
stock 5.13 + same config + RT patches work fine, so this is something todo with the sauce patches methinks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938918 Title: 5.13 RT kernel hits

[Bug 1938918] Re: 5.13 RT kernel hits scheduling while atomic with stress-ng enosys stressor

2021-08-04 Thread Colin Ian King
stress-ng --af-alg 0 -t 60 (a few rounds) produces: [ 99.445636] BUG: scheduling while atomic: kthreadd/2/0x0002 [ 99.445647] Modules linked in: chacha_generic chacha_x86_64 libchacha xxhash_generic wp512 streebog_generic sm3_generic sha3_generic rmd160 poly1305_generic poly1305_x86_64

[Bug 1938918] Re: 5.13 RT kernel hits scheduling while atomic with stress-ng enosys stressor

2021-08-04 Thread Colin Ian King
stress-ng --daemon -t 60 produces: [ 68.860977] BUG: scheduling while atomic: stress-ng/91343/0x0002 [ 68.860981] Modules linked in: nls_iso8859_1 dm_multipath scsi_dh_rdac scsi_dh_emc scsi_dh_alua intel_rapl_msr joydev intel_rapl_common kvm_intel kvm rapl input_leds serio_raw

[Bug 1938918] Re: 5.13 RT kernel hits scheduling while atomic with stress-ng enosys stressor

2021-08-04 Thread Colin Ian King
and stress-ng --dup 0 produces: [ 506.394685] BUG: scheduling while atomic: stress-ng/35875/0x0002 [ 506.394819] CPU: 0 PID: 35855 Comm: stress-ng Tainted: GW 5.13.0-1003-realtime #3-Ubuntu [ 506.394821] i2c_i801 net_failover libahci [ 506.394822] Hardware name: QEMU

[Bug 1938918] [NEW] 5.13 RT kernel hits scheduling while atomic with stress-ng enosys stressor

2021-08-04 Thread Colin Ian King
46 R12: [ 513.783474] R13: a656 R14: 7ffd364965a0 R15: 7fce7340 ** Affects: linux (Ubuntu) Importance: Undecided Assignee: Colin Ian King (colin-king) Status: New ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin Ian King (c

[Bug 1929452] Re: upstream stable would break ubuntu/xr-usb-serial (deprecated ASYNC flags)

2021-08-04 Thread Colin Finck
I had the same problem with that driver and fixed it in the driver. Feel free to use my patch for that: https://github.com/enlyze/xr-usb-serial/commit/6515173a8b2681fd52cc2747d7282f4e47bdd254 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1769236] Re: CPU frequency stuck at minimum value

2021-08-03 Thread Colin Ian King
@Gerald, can you inform me which release you are using an the version of thermald you were using when you observed this bug? I'll double check to see if any backported fixes are missing. ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) ** Chan

[Bug 1906476] Re: PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, >z_sa_hdl)) failed

2021-08-03 Thread Colin Ian King
Just for clarification, fixing the corruption caused by panic as noted in https://github.com/openzfs/zfs/issues/11474 is as follows: "For anyone who hit this issue you should be able to fix the panic by temporarily enabling the zfs_recover module option (set

[Bug 1906476] Re: PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 == sa_handle_get_from_db(zfsvfs->z_os, db, zp, SA_HDL_SHARED, >z_sa_hdl)) failed

2021-08-02 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Status: Fix Released => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906476 Title: PANIC at zfs_znode.c:335:zfs_znode_sa_init() // VERIFY(0 ==

[Bug 1381713] Re: Support policy query interface for file

2021-07-29 Thread Colin Watson
** Changed in: apparmor (Ubuntu) Assignee: Michael (pinky999) => (unassigned) ** Changed in: apparmor (Ubuntu RTM) Assignee: Michael (pinky999) => (unassigned) ** Changed in: media-hub (Ubuntu RTM) Assignee: Michael (pinky999) => (unassigned) -- You received this bug

[Bug 1938048] [NEW] 5.13 RT kernel hangs on SMP shutdown

2021-07-26 Thread Colin Ian King
0x81e00e02 in asm_sysvec_reboot () at /home/cking/rt-impish/impish/arch/x86/include/asm/idtentry.h:654 this gets stuck in: asm volatile("hlt": : :"memory"); ** Affects: linux (Ubuntu) Importance: High Assignee: Colin Ian King (colin-king)

[Bug 1938020] Re: guru mediation issue on VGA mode changes due to invalid resolution in early boot

2021-07-26 Thread Colin Ian King
Now hitting the following assertion 00:00:14.327207 VUSB: Detached 'HidMouse' from port 1 on RootHub#1 00:00:14.327766 00:00:14.327768 !!R0-Assertion Failed!! 00:00:14.327768 Expression: pCritSect->s.Core.NativeThreadOwner == hNativeSelf 00:00:14.327768 Location :

[Bug 1938020] Re: guru mediation issue on VGA mode changes due to invalid resolution in early boot

2021-07-26 Thread Colin Ian King
Switched over to VMSVGA and this particular issue now is fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1938020 Title: guru mediation issue on VGA mode changes due to invalid resolution in

[Bug 1938020] [NEW] guru mediation issue on VGA mode changes due to invalid resolution in early boot

2021-07-26 Thread Colin Ian King
Public bug reported: Trying to boot impish server on an impish host I'm getting guru meditation issues. The log reports some unusually large VGA display sizes: Display size: 4294967295x4294967295 4294967295bpp See below: 00:00:11.874465 !! 00:00:11.874465 !! {vmsvga} 00:00:11.874465 !!

[Bug 1937773] Re: WARNING: CPU: 0 PID: 1 at kernel/softirq.c:173 __local_bh_disable_ip+0xce/0xe0

2021-07-23 Thread Colin Ian King
Tested 100 boots, failure rate is 1 in ~15 boots. Some are hard locks w/o any information. ** Attachment added: "RCU lockup" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1937773/+attachment/5513258/+files/Screenshot%20from%202021-07-23%2017-16-11.png -- You received this bug

[Bug 1937773] Re: WARNING: CPU: 0 PID: 1 at kernel/softirq.c:173 __local_bh_disable_ip+0xce/0xe0

2021-07-23 Thread Colin Ian King
** Changed in: linux (Ubuntu Impish) Status: New => In Progress ** Changed in: linux (Ubuntu Impish) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: linux (Ubuntu Impish) Importance: Undecided => High -- You received this bug notification be

[Bug 1937773] Re: WARNING: CPU: 0 PID: 1 at kernel/softirq.c:173 __local_bh_disable_ip+0xce/0xe0

2021-07-23 Thread Colin Ian King
** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1937773 Title: WARNING: CPU: 0 PID: 1 at kernel/softirq.c:173

[Bug 1913342] Re: zfs.8 man page snapshot listing instructions are confusing

2021-07-23 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu) Status: New => Fix Committed ** Changed in: zfs-linux (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1936988] Re: Apt has unmet dependencies for libzpool5linux, zfs-zed, zfsutils-linux

2021-07-23 Thread Colin Ian King
A 3rd party zfs from 2.1.0-0york2~18.04 was used and is causing this issue. Remove these and re-install the official packages. Marking this as won't fix. ** Changed in: zfs-linux (Ubuntu) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of

[Bug 1933074] Re: large_dir in ext4 broken

2021-07-21 Thread Colin Ian King
Tested hirsute 5.11.0-26-generic, test passes fine. PASSED. ** Tags removed: verification-needed-bionic verification-needed-focal verification-needed-hirsute ** Tags added: verification-done-bionic verification-done-focal verification-done-hirsute -- You received this bug notification because

[Bug 1933074] Re: large_dir in ext4 broken

2021-07-21 Thread Colin Ian King
Tested focal 5.4.0-81-generic, test passes fine. PASSED. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1933074 Title: large_dir in ext4 broken To manage notifications about this bug go to:

[Bug 1933074] Re: large_dir in ext4 broken

2021-07-21 Thread Colin Ian King
Tested bionic 4.15.0-152-generic, test passes fine. PASSED. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1933074 Title: large_dir in ext4 broken To manage notifications about this bug go to:

[Bug 907675] Re: Add support for Ed25519 SSH keys

2021-07-18 Thread Colin Watson
** Package changed: ubuntu => lazr.sshserver ** Changed in: lazr.sshserver Assignee: christian oppong (chris5644) => Colin Watson (cjwatson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1936211] Re: Cherry-pick "Remove iov_iter_advance() for iter_write"

2021-07-14 Thread Colin Ian King
** No longer affects: zfs ** Also affects: zfs-linux (Ubuntu Hirsute) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1936211 Title: Cherry-pick "Remove

[Bug 1936211] Re: Cherry-pick "Remove iov_iter_advance() for iter_write"

2021-07-14 Thread Colin Ian King
** Changed in: zfs-linux (Ubuntu Impish) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1936211 Title: Cherry-pick "Remove iov_iter_advance() for

[Bug 1936211] [NEW] Cherry-pick "Remove iov_iter_advance() for iter_write"

2021-07-14 Thread Colin Ian King
ance: High Assignee: Colin Ian King (colin-king) Status: In Progress ** Affects: zfs-linux (Ubuntu Impish) Importance: High Assignee: Colin Ian King (colin-king) Status: In Progress ** Changed in: zfs-linux (Ubuntu) Status: New => In Progress ** Changed

[Bug 1934910] Re: zfs-linux/0.7.5-1ubuntu16.11 ADT test failure with linux-hwe-5.4/5.4.0-79.88~18.04.1

2021-07-13 Thread Colin Ian King
All tested and passed the ADT tests (the fix was in respect to fixing the scrub sub test). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934910 Title: zfs-linux/0.7.5-1ubuntu16.11 ADT test failure

[Bug 1934910] Re: zfs-linux/0.7.5-1ubuntu16.11 ADT test failure with linux-hwe-5.4/5.4.0-79.88~18.04.1

2021-07-13 Thread Colin Ian King
Tested with Xenial zfsutils-linux-0.6.5.6-0ubuntu30 - PASSED regression tests. ** Tags removed: verification-needed-hirsute ** Tags added: verification-done-hirsute ** Tags added: verification-done-bionic verification-done-focal verification-done-xenial -- You received this bug notification

[Bug 1934910] Re: zfs-linux/0.7.5-1ubuntu16.11 ADT test failure with linux-hwe-5.4/5.4.0-79.88~18.04.1

2021-07-13 Thread Colin Ian King
Tested with Bionic zfsutils-linux-0.7.5-1ubuntu16.12 - PASSED regression tests. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934910 Title: zfs-linux/0.7.5-1ubuntu16.11 ADT test failure with

[Bug 1934910] Re: zfs-linux/0.7.5-1ubuntu16.11 ADT test failure with linux-hwe-5.4/5.4.0-79.88~18.04.1

2021-07-13 Thread Colin Ian King
Tested with Focal zfsutils-linux-0.8.3-1ubuntu12.11 - PASSED regression tests. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934910 Title: zfs-linux/0.7.5-1ubuntu16.11 ADT test failure with linux-

[Bug 1934910] Re: zfs-linux/0.7.5-1ubuntu16.11 ADT test failure with linux-hwe-5.4/5.4.0-79.88~18.04.1

2021-07-13 Thread Colin Ian King
Tested with Groovy zfsutils-linux-0.8.4-1ubuntu11.3 - PASSED regression tests. ** Tags added: verification-done-groovy verification-needed-hirsute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1934910] Re: zfs-linux/0.7.5-1ubuntu16.11 ADT test failure with linux-hwe-5.4/5.4.0-79.88~18.04.1

2021-07-13 Thread Colin Ian King
Tested with Hirsute zfsutils-linux 2.02-1ubuntu5.1 - PASSED regression tests. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934910 Title: zfs-linux/0.7.5-1ubuntu16.11 ADT test failure with linux-

[Bug 1935945] [NEW] Error in SUPR3Hardened Main

2021-07-13 Thread Colin Ian King
Public bug reported: Ubuntu Impish 20.10 development version, virtualbox 6.1.22-dfsg-2, I am seeing: Effective UID is not root (euid=1000 egid=1000 uid=1000 gid=1000) (rc=-10) Please try reinstalling VirtualBox. where: SUPR3HardenedMain what: 2 VERR_PERMISSION_DENIED (-10) - Permission denied.

[Bug 1916651] Re: asks about irc user home directory during upgrade

2021-07-10 Thread Colin Watson
** Bug watch added: Debian Bug tracker #990879 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990879 ** Also affects: base-passwd (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990879 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 1934910] Re: zfs-linux/0.7.5-1ubuntu16.11 ADT test failure with linux-hwe-5.4/5.4.0-79.88~18.04.1

2021-07-08 Thread Colin Ian King
: (unassigned) => Colin Ian King (colin-king) ** Changed in: zfs-linux (Ubuntu Bionic) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: zfs-linux (Ubuntu Focal) Assignee: (unassigned) => Colin Ian King (colin-king) ** Changed in: zfs-linux (Ubuntu Focal) Assign

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