[Touch-packages] [Bug 2071815] Re: Investigate ASLR re-randomization being disabled for children

2025-04-18 Thread Nick Rosbrook
I have confirmed the fix using openssh 1:9.6p1-3ubuntu13.10 from noble- proposed. First, I reproduced the bug using the current version: nr@six:~$ lxc launch ubuntu:noble noble Launching noble nr@six:~$ lxc exec noble bash root@noble:~# cat > /etc/apt/sources.list.d/proposed

[Touch-packages] [Bug 2098183] Re: Preserve IPv6 configurations when `KeepConfiguration=dhcp-on-stop` is set

2025-04-18 Thread Nick Rosbrook
I have uploaded these changes to oracular and noble. Confirmed with Chengen on MM that (a) my PPA builds worked as expected according to the test plan, and (b) that we are not going to fix Jammy or Focal. Updating the bug tasks to reflect that. ** Changed in: systemd (Ubuntu Noble) Status:

[Touch-packages] [Bug 2098183] Re: Preserve IPv6 configurations when `KeepConfiguration=dhcp-on-stop` is set

2025-04-16 Thread Nick Rosbrook
For noble, you have 0009-network-json-add-missing-entries-for-route- propertie.patch, which seems right. But somehow in Oracular, we end up with the TOS addition, but not NextHopID. Can you look into that? -- You received this bug notification because you are a member of Ubuntu Touch seeded packa

[Touch-packages] [Bug 2098183] Re: Preserve IPv6 configurations when `KeepConfiguration=dhcp-on-stop` is set

2025-04-16 Thread Nick Rosbrook
Other than the above, noble is looking good too. The main differences are that noble has additional patches for some JSON functionality. This all seems reasonable. I am going to do some test builds now. -- You received this bug notification because you are a member of Ubuntu Touch seeded package

[Touch-packages] [Bug 2098183] Re: Preserve IPv6 configurations when `KeepConfiguration=dhcp-on-stop` is set

2025-04-16 Thread Nick Rosbrook
Thanks again for the patches, Chengen. I have taken a look at Oracular so far, and things are looking good. Thank you for your care in backporting these patches. Related to the SRU test plan, can you please add a simple case for KeepConfiguration=no? The patch 0003-network-process-queued-remove- r

[Touch-packages] [Bug 2107277] Re: SysV service '/etc/init.d/rtirq' lacks a native systemd unit file.

2025-04-14 Thread Nick Rosbrook
** Tags added: sysv-needs-systemd-unit ** Package changed: systemd (Ubuntu) => rtirq (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2107277 Title: SysV service '

[Touch-packages] [Bug 2100252] Re: A reused mount point is removed after deactivating the original volume group

2025-04-11 Thread Nick Rosbrook
Hi Chengen, Below is my initial review of the patches. I think there is a lot that can be done here to simplify and reduce noise, so that only the critical logic changes are included. > lp2100252-0001-sd-device-introduce-sd_device_new_from_devname.patch 1. The sd_device_new_from_path() function

[Touch-packages] [Bug 2106664] Re: Flaky DEP8 test due to git clone timeouts

2025-04-10 Thread Nick Rosbrook
Okay, thanks for the update. I won't make any changes for now then. ** Changed in: systemd (Ubuntu) Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launc

[Touch-packages] [Bug 2106664] Re: Flaky DEP8 test due to git clone timeouts

2025-04-10 Thread Nick Rosbrook
** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Nick Rosbrook (enr0n) ** Changed in: systemd (Ubuntu) Status: New => In Progress ** Changed in: systemd (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubu

[Touch-packages] [Bug 2104350] Re: weather applet crashes on logout

2025-04-08 Thread Nick Rosbrook
Thank you for taking the time to report this bug and helping to make Ubuntu better. I suspect a support site would be more appropriate, e.g. https://askubuntu.com, or for more options please look at https://discourse.ubuntu.com/t/community-support/709. ** Changed in: systemd (Ubuntu) Status

[Touch-packages] [Bug 2096824] Re: apport_excepthook called with incorrect number of arguments

2025-04-07 Thread Nick Rosbrook
This needs more work for jammy->noble upgrades. After fixing the call to apport_excepthook, importing apport fails with the following message in /var/log/dist-upgrade/main.log: ERROR: failed to import apport python module, can't generate crash: No module named 'pickle' This apparently has to do w

[Touch-packages] [Bug 2097016] Re: systemd-oomd package causes iconstant increase in memory usage

2025-04-05 Thread Nick Rosbrook
You have not provided any logs that suggest that systemd-oomd is responsible for excessive memory usage. The provided logs indicate normal behavior of systemd-oomd, and the `ps` output indicates the usual suspects for highest memory usage on the system. None of this supports your original statement

[Touch-packages] [Bug 2077538] Re: gnome-remote-desktop uses software rendering

2025-04-04 Thread Nick Rosbrook
(FWIW, I don't yet understand the implications of that change, just wondering if anyone has confirmed the hunch.) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2077538 Titl

[Touch-packages] [Bug 2077538] Re: gnome-remote-desktop uses software rendering

2025-04-04 Thread Nick Rosbrook
Okay, well has this been tested? Trying this would be trivial: $ cat > /etc/udev/rules.d/90-test.rules << EOF ACTION!="add", GOTO="default_end" SUBSYSTEM=="drm", KERNEL=="renderD*", GROUP="render", MODE="0666" LABEL="default_end" EOF $ reboot -- You received this bug notification because you

[Touch-packages] [Bug 2091987] Re: group and mode of /etc/wireguard incompatible with systemd

2025-04-04 Thread Nick Rosbrook
** Changed in: systemd (Ubuntu Noble) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2091987 Title: group and mode of /etc/wireguard incom

[Touch-packages] [Bug 2104155] Re: systemd-udev interferes with MAC addresses of interfaces

2025-04-04 Thread Nick Rosbrook
Hm, the logs you shared don't seem to show udev changing the MAC address. In fact, it shows that udev sees the policy is "persistent", and the addr_assign_type=0 (NET_ADDR_PERM), so it does not do anything: nr@six:/t/tmp.xaCDBoIYgA$ grep -rn ens192 udev.log udev.log:8817:Apr 04 12:15:04 maglev-mas

[Touch-packages] [Bug 2073628] Re: imjournal module works with rsyslog package of ubuntu 22.04 but not with ubuntu 24.04

2025-04-04 Thread Nick Rosbrook
I think rsyslog is ready to be released to both oracular-updates and noble-updates. I have confirmed that the test plans were performed correctly, the package built on all arches, and there are no autopkgtest regressions. -- You received this bug notification because you are a member of Ubuntu T

[Touch-packages] [Bug 2104155] Re: systemd-udev interferes with MAC addresses of interfaces

2025-04-04 Thread Nick Rosbrook
** Changed in: systemd (Ubuntu) Status: Incomplete => New ** Changed in: systemd (Ubuntu Jammy) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad

[Touch-packages] [Bug 2103839] Re: timedatectl set-timezone does not update /etc/timezone, leaving system with inconsistent time zone setting

2025-04-03 Thread Nick Rosbrook
** Description changed: + [WORKAROUND FOR AFFECTED USERS] + + /etc/timezone will be dropped entirely in Ubuntu 25.10. Please update + affected applications to use /etc/localtime instead of /etc/timezone. + + Please see [1], and more specifically [2], if you need to keep + /etc/timezone up-to-dat

[Touch-packages] [Bug 2103839] Re: timedatectl set-timezone does not update /etc/timezone, leaving system with inconsistent time zone setting

2025-04-03 Thread Nick Rosbrook
After looking at this further, I think this is the best we can do for noble. Among other things, the reason the downstream patch that supported /etc/timezone in systemd was dropped is that it was difficult to keep correct as the locations in the codebase which referenced /etc/localtime grew/change

[Touch-packages] [Bug 2056768] Re: apparmor="DENIED" operation="open" class="file" profile="rsyslogd" name="/run/systemd/sessions/"

2025-04-02 Thread Nick Rosbrook
I think rsyslog is ready to be released to noble-updates. There is an SRU for oracular too. That is also ready, and should be released first. I have confirmed that the test plans were performed correctly, the package built on all arches, and there are no autopkgtest regressions. -- You received

[Touch-packages] [Bug 2061726] Re: rsyslog apparmor denial on reading /proc/sys/net/ipv6/conf/all/disable_ipv6

2025-04-02 Thread Nick Rosbrook
I think rsyslog is ready to be released to both oracular-updates and noble-updates. I have confirmed that the test plans were performed correctly, the package built on all arches, and there are no autopkgtest regressions. -- You received this bug notification because you are a member of Ubuntu T

[Touch-packages] [Bug 2100765] Re: Consistent DEP8/s390x failure: boot notice unexpectedly in journalctl logs

2025-04-02 Thread Nick Rosbrook
I think rsyslog is ready to be released to both oracular-updates and noble-updates. I have confirmed that the test plans were performed correctly, the package built on all arches, and there are no autopkgtest regressions. In particular for this bug, I also confirmed that rsyslog's own tests now pa

[Touch-packages] [Bug 2052137] Re: bonded link goes down on reconfigure

2025-04-01 Thread Nick Rosbrook
This may be fixed as a result of bug 2003250 being fixed. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2052137 Title: bonded link goes down on reconfigure Status in sys

[Touch-packages] [Bug 2097016] Re: systemd-oomd package causes iconstant increase in memory usage

2025-03-31 Thread Nick Rosbrook
> I suggest that you look at my message of 25/02/2025. Link? I don't see a comment from that date (Feb 25 2025). > Also, when I stop the systemd-oomd service and purge its package, there is no longer any memory leak. I understand that may be your experience, but without logs, ps output, or furt

[Touch-packages] [Bug 2097016] Re: systemd-oomd package causes iconstant increase in memory usage

2025-03-31 Thread Nick Rosbrook
Sorry, until you are able to produce some logs/evidence I have requested earlier, there is nothing we can do here. ** Changed in: systemd (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscrib

[Touch-packages] [Bug 2089800] Re: Ubuntu desktop is unstable under memory pressure due to undesireable OOMScoreAdjust values

2025-03-28 Thread Nick Rosbrook
- Why should systemd's likelyhood of being killed be higher than the default (100)? Note that is not systemd as in pid 1, but systemd as in the per-user instance (uid=1000 in the case above). See [1] for rationale. Obviously you are talking about making use of systemd features here, but besides

[Touch-packages] [Bug 2103839] Re: timedatectl set-timezone does not update /etc/timezone, leaving system with inconsistent time zone setting

2025-03-28 Thread Nick Rosbrook
You're right that we changed this in systemd. There used to be a large patch in Debian/Ubuntu for systemd that added support for all the "Debian-isms", including /etc/timezone, but we dropped that. I suppose we could restore that behavior for at least 24.04, but with the /etc/timezone changes goin

[Touch-packages] [Bug 2104231] Re: package systemd-boot 255.4-1ubuntu8.6 failed to install/upgrade: installed systemd-boot package post-installation script subprocess returned error exit status 1

2025-03-28 Thread Nick Rosbrook
Created "/boot/efi/EFI/systemd". Created "/boot/efi/loader". Created "/boot/efi/loader/entries". Created "/boot/efi/EFI/Linux". Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/efi/EFI/systemd/systemd-bootx64.efi". Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boo

[Touch-packages] [Bug 2104155] Re: systemd-udev interferes with MAC addresses of interfaces

2025-03-28 Thread Nick Rosbrook
This is *probably* just the default behavior, i.e. /usr/lib/systemd/network/99-default.link, kicking in since no MAC address is initially assigned. Does the MAC actually change each boot, or does udev assign the same one each boot? > while we have a permanent Mac configured for that network interf

[Touch-packages] [Bug 2104064] Re: package udev 255.4-1ubuntu8.5 failed to install/upgrade: new udev package pre-installation script subprocess returned error exit status 1

2025-03-28 Thread Nick Rosbrook
The error basically says it all: ** * * The systemd package cannot be installed because this system does * not have a merged /usr. * * Please install the usrmerge package to convert this system to merged-/usr. * * For mor

[Touch-packages] [Bug 2077538] Re: gnome-remote-desktop uses software rendering

2025-03-28 Thread Nick Rosbrook
Can you please distill what the request is for systemd to do exactly? I would engage on the bug, but I don't have an account there, and it seems like you are in a position to share the tl;dr. ** Changed in: systemd (Ubuntu) Status: New => Incomplete -- You received this bug notification b

[Touch-packages] [Bug 2098183] Re: Preserve IPv6 configurations when `KeepConfiguration=dhcp-on-stop` is set

2025-03-28 Thread Nick Rosbrook
For SRU purposes, we tend to use "In Progress" to indicate that something has been uploaded to the unapproved queue. I am going to set to "Triaged" to better reflect where we are at. We have very recently released a systemd update to noble, and we try to give enough time between updates so that (a

[Touch-packages] [Bug 2104378] Re: package systemd 249.11-0ubuntu3.12 failed to install/upgrade: installed systemd package post-installation script subprocess returned error exit status 127

2025-03-28 Thread Nick Rosbrook
In the dpkg terminal log, I see: Installing new version of config file /etc/systemd/user.conf ... systemd-machine-id-setup: error while loading shared libraries: libsystemd-shared-245.so: cannot open shared object file: No such file or directory dpkg: error processing package systemd (--configur

[Touch-packages] [Bug 2104943] [NEW] systemd: autopkgtest regression due to ubuntu FAN kernel + iproute2 patches

2025-03-28 Thread Nick Rosbrook
Public bug reported: The plucky autopkgtest currently fails[1] with: 4553s [ 293.469711] systemd-networkd-tests.py[433]: == 4553s [ 293.476355] systemd-networkd-tests.py[433]: FAIL: test_vxlan (__main__.NetworkdNetDevTests.te

[Touch-packages] [Bug 2102236] Re: plucky/s390x does not come up after kernel update + reboot, due to udev rules missing in initrd

2025-03-27 Thread Nick Rosbrook
emd (Ubuntu) Importance: Undecided => High ** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Nick Rosbrook (enr0n) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad

[Touch-packages] [Bug 2103853] Re: sd_journal_send_with_location not in libsystemd in Ubuntu 24.04 RT raspi

2025-03-24 Thread Nick Rosbrook
Your linker flags need to come after your input source files: g++ `pkg-config --cflags libsystemd` -o syslog-test syslog-test.cpp `pkg-config --libs libsystemd` ** Changed in: systemd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 2076023] Re: Failed to apply 'Match' directive in sshd_config with sshd-socket-generator

2025-03-24 Thread Nick Rosbrook
** Tags removed: block-proposed-noble -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2076023 Title: Failed to apply 'Match' directive in sshd_config with sshd-socket- ge

[Touch-packages] [Bug 2102236] Re: plucky/s390x does not come up after kernel update + reboot, due to udev rules missing in initrd

2025-03-21 Thread Nick Rosbrook
** Changed in: systemd (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/2102236 Title: plucky/s390x does not com

[Touch-packages] [Bug 2092438] Re: System fails to restart after install

2025-03-21 Thread Nick Rosbrook
** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Nick Rosbrook (enr0n) ** Changed in: systemd (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 2092438] Re: System fails to restart after install

2025-03-21 Thread Nick Rosbrook
** Changed in: systemd (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2092438 Title: System fails to restart after ins

[Touch-packages] [Bug 2102236] Re: plucky/s390x does not come up after kernel update + reboot, due to udev rules missing in initrd

2025-03-21 Thread Nick Rosbrook
** Changed in: systemd (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/2102236 Title: plucky/s390x does not come up a

[Touch-packages] [Bug 2103633] Re: sshd-socket-generator - not honoring addressfamily defined in /etc/sshd/sshd_conf

2025-03-21 Thread Nick Rosbrook
*** This bug is a duplicate of bug 2080216 *** https://bugs.launchpad.net/bugs/2080216 Bryce - sshd-socket-generator is an Ubuntu-only patch, so this is not applicable to Debian or upstream. However, bug is a duplicate and there is already a patch pending for a future SRU. ** This bug has be

[Touch-packages] [Bug 2103632] Re: sshd-socket-generator - not honoring addressfamily defined in /etc/sshd/sshd_conf

2025-03-19 Thread Nick Rosbrook
*** This bug is a duplicate of bug 2080216 *** https://bugs.launchpad.net/bugs/2080216 I am going to mark this as a duplicate of bug 2080216, because the SRU test plan in that bug explicitly covers this test case. ** This bug has been marked a duplicate of bug 2080216 sshd cannot bind to I

[Touch-packages] [Bug 2103632] Re: sshd-socket-generator - not honoring addressfamily defined in /etc/sshd/sshd_conf

2025-03-19 Thread Nick Rosbrook
Thanks for the bug report. I noticed this while working on a fix for 2080216, and wrote a fix and new test cases for the issue you describe. We currently have a queue of fixes to release to openssh for noble, but they will be released one at a time. The fix for bug 2080216 (and by extension, this

[Touch-packages] [Bug 2000325] Re: ipv6 duplicate address prevents interface configuration

2025-03-18 Thread Nick Rosbrook
This will not be prioritized for focal. Please open a new bug if this is still an issue on newer releases. ** Changed in: systemd (Ubuntu) Status: New => Won't Fix ** Changed in: systemd (Ubuntu Focal) Status: New => Won't Fix -- You received this bug notification because you are

[Touch-packages] [Bug 2102236] Re: plucky/s390x (with root disk on dm?) does not come up after kernel update + reboot

2025-03-18 Thread Nick Rosbrook
What are the contents of those rules? The names are very cryptic and give me no indication of whether they are relevant here or not. Maybe a red herring, but... This is reminding me about https://bugs.launchpad.net/ubuntu/+source/s390-tools/+bug/2044104. Are those rules generated/managed/whatever

[Touch-packages] [Bug 2080257] Re: [WSL] systemd fails to upgrade on WSL1

2025-03-18 Thread Nick Rosbrook
** Changed in: systemd (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2080257 Title: [WSL] systemd fails to upgrade on WSL1

[Touch-packages] [Bug 2047268] Re: package systemd-boot 253.5-1ubuntu6.1 failed to install/upgrade: installed systemd-boot package post-installation script subprocess returned error exit status 1

2025-03-18 Thread Nick Rosbrook
** Changed in: systemd (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2047268 Title: package systemd-boot 253.5-1ubuntu6.1 fai

[Touch-packages] [Bug 2054901] Re: Systemd fails to install on Noble arm64

2025-03-18 Thread Nick Rosbrook
** Changed in: systemd (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2054901 Title: Systemd fails to install on Noble arm64

[Touch-packages] [Bug 2100501] Re: systemctl daemon-reload makes systemd crash

2025-03-18 Thread Nick Rosbrook
This is what I see re-tracing the crash: root@jammy:~# apport-retrace --gdb _usr_lib_systemd_systemd.0.crash GNU gdb (Ubuntu 12.1-0ubuntu1~22.04.2) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free sof

[Touch-packages] [Bug 2098183] Re: Preserve IPv6 configurations when `KeepConfiguration=dhcp-on-stop` is set

2025-03-18 Thread Nick Rosbrook
>From a first glance, this feels like too large of a change for SRU. The patches do maintain backward compatibility, but this is also a new feature, which I think might be out of scope for SRU. The upstream patches generalize and expand the fix, as they should, but can we adapt a more limited patc

[Touch-packages] [Bug 2098183] Re: Preserve IPv6 configurations when `KeepConfiguration=dhcp-on-stop` is set

2025-03-18 Thread Nick Rosbrook
These patches are present in v257, which we have in plucky. ** Changed in: systemd (Ubuntu) Status: New => Fix Released ** Changed in: systemd (Ubuntu Plucky) Status: Won't Fix => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded pa

[Touch-packages] [Bug 2097480] Re: vrc-3nt joystick dongle is not working in ubuntu 24.10 wine, works fine natively in ubuntu

2025-03-18 Thread Nick Rosbrook
We can use the systemd-hwdb package for this for SRU purposes. I guess for plucky that makes sense too so we don't have to migrate systemd so close to beta. ** Also affects: systemd (Ubuntu Oracular) Importance: Undecided Status: New ** Package changed: systemd (Ubuntu) => systemd-hwe (

[Touch-packages] [Bug 2099676] Re: Network connectivity loss after systemctl daemon-reexec

2025-03-18 Thread Nick Rosbrook
This is not caused by systemctl daemon-reexec. When the systemd package is upgraded (apparently happening during apt-daily-upgrade.service), some services will be restarted (see /var/lib/dpkg/info/systemd.postinst). This includes systemd- networkd.service. And, systemd-networkd does not generally

[Touch-packages] [Bug 2102646] Re: Regression in 24.04: systemd installation fails in podman-in-podman

2025-03-18 Thread Nick Rosbrook
** Bug watch added: github.com/systemd/systemd/issues #29559 https://github.com/systemd/systemd/issues/29559 ** Also affects: systemd via https://github.com/systemd/systemd/issues/29559 Importance: Unknown Status: Unknown ** Changed in: systemd (Ubuntu) Importance: Undecided =>

[Touch-packages] [Bug 2102216] Re: mkosi: arm64 autopkgtest fails with '(mcopy) failed with exit status 1.'

2025-03-18 Thread Nick Rosbrook
systemd migrated now. ** Changed in: systemd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2102216 Title: mkosi: arm64 autopkgtest

[Touch-packages] [Bug 2098474] Re: "localectl set-keymap" not working

2025-03-18 Thread Nick Rosbrook
I guess systemd-localed is only looking for things that end with `.map` or `.map.gz`. On newer releases of Ubuntu and Debian, we deny access to the DBus calls behind set-keymap etc. because they do not work as intended on Debian based systems. This is generally an upstream and Debian compatibility

[Touch-packages] [Bug 2103489] Re: "who" command is not listing the users

2025-03-18 Thread Nick Rosbrook
Plucky (25.04) is the first time this will be the case. It will be in the release notes, but we're still in development so that's not finalized. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to coreutils in Ubuntu. https://bugs

[Touch-packages] [Bug 2103489] Re: "who" command is not listing the users

2025-03-18 Thread Nick Rosbrook
We no longer build systemd with utmp support, which among other things, means that /run/utmp is not created by systemd's default tmpfiles. `who` from coreutils does not yet have support for systemd-logind sessions I guess. However, `w` from procps does support this. ** Tags added: rls-pp-incoming

[Touch-packages] [Bug 2103489] Re: "who" command is not listing the users

2025-03-18 Thread Nick Rosbrook
** Also affects: coreutils (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to coreutils in Ubuntu. https://bugs.launchpad.net/bugs/2103489 Title: "who" command is not listin

[Touch-packages] [Bug 2102236] Re: plucky/s390x (with root disk on dm?) does not come up after kernel update + reboot

2025-03-18 Thread Nick Rosbrook
Well if the boot fails because the root device is not found, then you're getting stuck in the initrd, right? Which means systemd has not been started - it's not in our initrd, unless you're experimenting with dracut? And, udev (nor the rules I mentioned above) is not responsible for *creating* the

[Touch-packages] [Bug 1463120] Re: Failure to boot if fstab disk mounts fail

2025-03-17 Thread Nick Rosbrook
Since this is quite an old bug, if we are going to target it to systemd, can someone who is affected please open a fresh bug report? ** Changed in: systemd (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packag

[Touch-packages] [Bug 2098474] Re: "localectl set-keymap" not working

2025-03-17 Thread Nick Rosbrook
It appears you just don't have any keymaps installed. Do you have console-data installed, or any files listed in these directories? /usr/share/keymaps/ /usr/share/kbd/keymaps/ /usr/lib/kbd/keymaps/ If not, then this is not a bug AFAICT. ** Changed in: systemd (Ubuntu) Status: New => Incom

[Touch-packages] [Bug 2102216] Re: mkosi: arm64 autopkgtest fails with '(mcopy) failed with exit status 1.'

2025-03-17 Thread Nick Rosbrook
Thanks Luca! I have cherry-picked the relevant fix to d/t/mkosi for now. ** Changed in: mkosi (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launch

[Touch-packages] [Bug 2102236] Re: plucky/s390x (with root disk on dm?) does not come up after kernel update + reboot

2025-03-17 Thread Nick Rosbrook
So /usr/lib/udev/rules.d/60-persistent-storage-dm.rules is responsible for creating the /dev/disk/by-id/dm-uuid-* symlinks: root@plucky:~# grep -rn "disk/by-id/dm-uuid" /usr/lib/udev/rules.d/ /usr/lib/udev/rules.d/60-persistent-storage-dm.rules:18:ENV{DM_UUID}=="?*", SYMLINK+="disk/by-id/dm-uuid

[Touch-packages] [Bug 2102216] [NEW] mkosi: arm64 autopkgtest fails with '(mcopy) failed with exit status 1.'

2025-03-13 Thread Nick Rosbrook
test.ubuntu.com/results/autopkgtest-plucky/plucky/arm64/m/mkosi/20250313_105455_76295@/log.gz ** Affects: mkosi (Ubuntu) Importance: Undecided Assignee: Nick Rosbrook (enr0n) Status: New ** Affects: systemd (Ubuntu) Importance: Undecided Assignee: Nick Rosbrook (enr0n)

[Touch-packages] [Bug 2088069] Re: systemd-stub should provide a way to be forced to use handover

2025-03-11 Thread Nick Rosbrook
> @enr0n is the above all the testing we can realistically do wrt this bug? Yes, unfortunately. There is no process currently where the relevant snaps for Ubuntu core can be built using -proposed, and then shipped in some edge channel. So, doing the work up front and hacking together a PPA to test

[Touch-packages] [Bug 2088069] Re: systemd-stub should provide a way to be forced to use handover

2025-03-11 Thread Nick Rosbrook
** Tags removed: verification-needed-noble ** Tags added: verification-done-noble -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2088069 Title: systemd-stub should provide

[Touch-packages] [Bug 2102028] [NEW] localectl set-locale fails with access denied

2025-03-11 Thread Nick Rosbrook
Public bug reported: On plucky, run: root@plucky:~# localectl set-locale LANG=en_US.UTF-8 Failed to issue method call: Access denied This is because of /usr/share/dbus-1/system.d/systemd-localed-read- only.conf shipped in Debian and Ubuntu. This extra policy exists because of incompatibilities b

[Touch-packages] [Bug 2076023] Re: Failed to apply 'Match' directive in sshd_config with sshd-socket-generator

2025-03-10 Thread Nick Rosbrook
The new autopkgtest is running and passing, e.g. from [1]: 1322s autopkgtest [16:44:01]: test sshd-socket-generator: [--- 1322s test_default...PASS 1322s test_custom_port...PASS 1322s test_default_and_custom_port...PASS 1322s test_mutiple_custom_ports...PASS 1322s test_custom_

[Touch-packages] [Bug 2101184] Re: systemd-timesyncd (sd-resolve) causes segfault on start

2025-03-08 Thread Nick Rosbrook
Are there any crash files in /var/crash related to this? If so, can you run apport-bug /var/crash/ to create a bug using that instead? ** Changed in: systemd (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 2076023] Re: Failed to apply 'Match' directive in sshd_config with sshd-socket-generator

2025-03-08 Thread Nick Rosbrook
I have confirmed the fix using openssh-server 1:9.6p1-3ubuntu13.9 from noble-proposed: First, I confirmed the bug was present on this system: root@noble:~# cat > /etc/ssh/sshd_config.d/custom.conf << EOF > Port 1234 > Match LocalPort 22 PasswordAuthentication no EOF root@noble:~# /lib/systemd

[Touch-packages] [Bug 2076023] Re: Failed to apply 'Match' directive in sshd_config with sshd-socket-generator

2025-03-07 Thread Nick Rosbrook
I will wait until autopkgtest finishes before flipping the verification tag. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/2076023 Title: Failed to apply 'Match' directiv

[Touch-packages] [Bug 2100783] Re: systemd-boot does not support an externally provided initrd on UKI

2025-03-07 Thread Nick Rosbrook
I am not making a security argument. I am making the argument that I do not want to include a patch that upstream considers completely unworkable. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs

[Touch-packages] [Bug 2100252] Re: A reused mount point is removed after deactivating the original volume group

2025-03-07 Thread Nick Rosbrook
Thank you for the patches. There is already a systemd SRU in process for jammy, but I will add this to my queue to consider for the next one. ** Tags added: systemd-sru-next ** Changed in: systemd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a mem

[Touch-packages] [Bug 2100783] Re: systemd-boot does not support an externally provided initrd on UKI

2025-03-06 Thread Nick Rosbrook
I agree with upstream's opinion, and do not think we should ship this patch in Ubuntu. I understand the desire to make use of some of systemd-stub's features without changing to a full UKI model, that is systemd-stub's primary use case, and this patch circumvents that. ** Changed in: systemd (Ubu

[Touch-packages] [Bug 2037667] Re: Regression on Jammy's kernel 5.15 when creating ip6gre and vti6 tunnels

2025-03-06 Thread Nick Rosbrook
** Tags removed: verification-needed-jammy ** Tags added: verification-done-jammy -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2037667 Title: Regression on Jammy's kerne

[Touch-packages] [Bug 2086844] Re: [SRU] Enable support for Epoxy Cloud Archive

2025-03-06 Thread Nick Rosbrook
Okay. That's somewhat confusing that it ends up in someinterim releases via devel, but fair enough. ** Changed in: software-properties (Ubuntu Oracular) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 2003250] Re: networkctl reload with bond devices causes slaves to go DOWN and UP, causing couple of seconds of network loss

2025-03-04 Thread Nick Rosbrook
I re-verified the fix using systemd 249.11-0ubuntu3.15 from jammy- proposed: root@ubuntu:/home/ubuntu# cat > /etc/apt/sources.list.d/proposed.list << EOF deb http://archive.ubuntu.com/ubuntu/ jammy-proposed main universe EOF root@ubuntu:/home/ubuntu# sudo apt update Get:1 http://archive.ubuntu.co

[Touch-packages] [Bug 2037667] Re: Regression on Jammy's kernel 5.15 when creating ip6gre and vti6 tunnels

2025-03-04 Thread Nick Rosbrook
I re-verified the fix using systemd 249.11-0ubuntu3.15 from jammy- proposed: First, I confirmed that the bug was present without systemd from jammy- proposed: ubuntu@ubuntu:~$ uname -a Linux ubuntu 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x8

[Touch-packages] [Bug 2077779] Re: PTP device symlink missing after running udevadm trigger command

2025-03-04 Thread Nick Rosbrook
I re-verified the fix using systemd/udev 249.11-0ubuntu3.15 from jammy- proposed: ubuntu@ubuntu:~$ ls -alh /dev/ptp_kvm lrwxrwxrwx 1 root root 4 Feb 28 15:15 /dev/ptp_kvm -> ptp0 ubuntu@ubuntu:~$ sudo udevadm trigger ubuntu@ubuntu:~$ ls -alh /dev/ptp_kvm ls: cannot access '/dev/ptp_kvm': No such

[Touch-packages] [Bug 2055200] Re: tests-in-lxd is broken with latest autopkgtest version

2025-03-04 Thread Nick Rosbrook
This amd64 test run of systemd 249.11-0ubuntu3.15 passes, including tests-in-lxd: https://autopkgtest.ubuntu.com/results/autopkgtest- jammy/jammy/amd64/s/systemd/20250228_041633_efb81@/log.gz ** Tags removed: verification-needed-jammy ** Tags added: verification-done-jammy -- You received this b

[Touch-packages] [Bug 2009859] Re: systemd: networkd-test.py fails with newer kinetic kernels

2025-03-04 Thread Nick Rosbrook
This test passes now: https://autopkgtest.ubuntu.com/results/autopkgtest- jammy/jammy/amd64/s/systemd/20250228_041633_efb81@/log.gz In particular, we see: 467s autopkgtest [03:25:44]: test networkd-test.py: [--- ...SNIP... 600s test_resolved_domain_restricted_dns (__main__.D

[Touch-packages] [Bug 2078555] Re: Upgrading from 22.04 to 24.04.01 breaks dnsmasq

2025-03-04 Thread Nick Rosbrook
I have verified the fix using systemd from jammy-proposed. Since ubuntu- release-upgrader was already accepted, I did not need to make any changes to the upgrade step. First, I installed systemd from jammy-proposed: nr@six:~$ lxc launch ubuntu:jammy j Launching j nr@six:~$ lxc exec j bash

[Touch-packages] [Bug 2095168] Re: dh-python: dh_python3 loses cpython module name when renaming shared object

2025-03-04 Thread Nick Rosbrook
I think this package is ready to be released to noble-updates. The missing riscv64 build is not new, and is already missing in the release pocket. I see no blockers here: https://ubuntu-archive- team.ubuntu.com/proposed-migration/noble/update_excuses.html#libdnf -- You received this bug notificat

[Touch-packages] [Bug 2099864] Re: [p-m] depwait on riscv64 due to missing linux-bpf-dev in Ubuntu

2025-03-04 Thread Nick Rosbrook
** Tags removed: rls-pp-incoming -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2099864 Title: [p-m] depwait on riscv64 due to missing linux-bpf-dev in Ubuntu Status in l

[Touch-packages] [Bug 2100501] Re: systemctl daemon-reload makes systemd crash

2025-03-04 Thread Nick Rosbrook
Is this sporadic then? Or reproducible under some circumstances? And is there a crash file for systemd under /var/crash? That would hopefully have a stack trace which would make this easier to debug. ** Also affects: systemd (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in

[Touch-packages] [Bug 2098807] Re: Compliance & Hardening title missing from screen reader

2025-03-04 Thread Nick Rosbrook
** Also affects: software-properties (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: software-properties (Ubuntu Oracular) Importance: Undecided Status: New ** Changed in: software-properties (Ubuntu Oracular) Status: New => Invalid -- You received t

[Touch-packages] [Bug 2091547] Re: Updates - combo titles missing from the screen reader

2025-03-04 Thread Nick Rosbrook
** Also affects: software-properties (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: software-properties (Ubuntu Oracular) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 2097326] Re: systemd warning logs

2025-03-04 Thread Nick Rosbrook
** Also affects: systemd (Ubuntu Oracular) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu) Status: Confirmed => Fix Released ** Changed in: systemd (Ubuntu) Status: Fix Released => Fix Committed -- You received this bug notification because you are a me

[Touch-packages] [Bug 2086844] Re: [SRU] Enable support for Epoxy Cloud Archive

2025-03-04 Thread Nick Rosbrook
** Also affects: software-properties (Ubuntu Oracular) Importance: Undecided Status: New ** Changed in: software-properties (Ubuntu Oracular) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscr

[Touch-packages] [Bug 2098805] Re: 'Apt Line' entry is missing an accessibility label

2025-03-04 Thread Nick Rosbrook
** Also affects: software-properties (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: software-properties (Ubuntu Oracular) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 2098812] Re: 'invalid token' not spoken by the screen reader

2025-03-04 Thread Nick Rosbrook
** Also affects: software-properties (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: software-properties (Ubuntu Oracular) Importance: Undecided Status: New ** Changed in: software-properties (Ubuntu Oracular) Status: New => Invalid ** Changed in: sof

[Touch-packages] [Bug 2086844] Re: [SRU] Enable support for Epoxy Cloud Archive

2025-03-04 Thread Nick Rosbrook
Is there a reason this fix is not targeted for oracular too? If it's going to be in noble and plucky, why not oracular? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/

[Touch-packages] [Bug 2088069] Re: systemd-stub should provide a way to be forced to use handover

2025-03-02 Thread Nick Rosbrook
A patch for this is now awaiting SRU review in the noble unapproved queue. ** Changed in: systemd (Ubuntu Noble) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https:/

[Touch-packages] [Bug 2091657] Re: systemd-localed requires read-only-etc hacks for /etc/vconsole.conf and /etc/locale.conf

2025-02-28 Thread Nick Rosbrook
A patch for this is now awaiting SRU review in the noble unapproved queue. ** Changed in: systemd (Ubuntu Noble) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https:/

[Touch-packages] [Bug 2099864] Re: [p-m] depwait on riscv64 due to missing linux-bpf-dev in Ubuntu

2025-02-28 Thread Nick Rosbrook
already done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2099864 Title: [p-m] depwait on riscv64 due to missing linux-bpf-dev in Ubuntu Status in linux package in Ubun

[Touch-packages] [Bug 2099864] Re: [p-m] depwait on riscv64 due to missing linux-bpf-dev in Ubuntu

2025-02-28 Thread Nick Rosbrook
My above comment is wrong. I (1) misunderstood how the riscv64 kernel is built, and (2) missed the fact that we previously had a fallback for the Build-Depends: linux-bpf-dev that was taking effect on riscv64. So, this is a bug in systemd packaging only. ** Changed in: linux (Ubuntu) Statu

[Touch-packages] [Bug 2099864] Re: [p-m] depwait on riscv64 due to missing linux-bpf-dev in Ubuntu

2025-02-28 Thread Nick Rosbrook
** Changed in: systemd (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2099864 Title: [p-m] depwait on riscv64 due to missi

  1   2   3   4   5   6   7   8   9   10   >