[Bug 2063200] [NEW] useradd --extrausers --groups tries to lock /etc/group

2024-04-23 Thread Valentin David
Public bug reported: On Ubuntu Core 24 calling the command line useradd --extrausers --groups somegroup somenewuser ... fails with: useradd: cannot lock /etc/group; try again later. It worked on 22.04. /etc is not writable. It also fails if somegroup is a group in extrausers. ** Affects:

[Bug 1975688] Re: Accessing squashfs with lzma compression is ~16% slower in 5.15 when compared to 5.4, on an RPi3 B+

2022-06-01 Thread Valentin David
I have looked into it a bit. I have noticed that some functions were not inlined in 5.15, but were inlined in 5.4. For example `lzma_literal` and `lzma_match` (see difference in System.map). After removing `CONFIG_DEBUG_SECTION_MISMATCH=y` from `debian/rules.d/0-common-vars.mk` (I am not sure why

[Bug 1965275] [NEW] status is "not run" instead of "disabled"

2022-03-17 Thread Valentin David
Public bug reported: On 2.1-14-g2e17a0d6-0ubuntu1~22.04.3 `cloud-init status` reports `status: not-run` even though `/usr/lib/systemd/system-generators/cloud-init-generator` has run as generator and marked it as disabled. The right status which is also what focal gives is `status: disabled`.

[Bug 1962095] Re: netplan apply fails on 22.04 with clean yaml

2022-02-24 Thread Valentin David
We have a related issue in Ubuntu Core 22. It fails the same way. But in our case it fails because systemd-networkd is not running, because subiquity has stopped it before calling "netplan apply". And then "networkctl reload" of course fails. Was systemd-networkd running when you called "netplan