[Bug 2033259] Re: netplan.script crashed with AttributeError in __getitem__(): /usr/bin/python3: undefined symbol: netplan_get_id_from_nm_filename

2024-10-09 Thread Lukas Märdian
On Ubuntu Noble and above, libnetplan is providing a stable 1.0 API and also using the stable Python API, so a dependency on a specific python version is not needed anymore. python3-netplan is shipping this file instead: /usr/lib/python3/dist-packages/netplan/_netplan_cffi.abi3.so This PR is shipp

[Bug 2020409] Re: [SRU] can't move mellanox interface to switchdev when SR-IOV disable

2024-10-09 Thread Lukas Märdian
** Merge proposal linked: https://code.launchpad.net/~danilogondolfo/netplan/+git/ubuntu/+merge/474659 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2020409 Title: [SRU] can't move mellanox inter

[Bug 2033259] Re: netplan.script crashed with AttributeError in __getitem__(): /usr/bin/python3: undefined symbol: netplan_get_id_from_nm_filename

2024-10-09 Thread Lukas Märdian
I'd suggest going with something like this in Jammy, to make sure netplan.io, python3-netplan and libnetplan1 are upgraded prior to network-manager triggering the Netplan integration, calling "netplan generate". ```diff diff --git a/debian/control b/debian/control index a82f4c0c..25651a34 100644 -

[Bug 1959570] Re: netplan crashes on UbuntuCore with the network-manager snap installed

2024-10-09 Thread Lukas Märdian
** Tags removed: sru-next -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959570 Title: netplan crashes on UbuntuCore with the network-manager snap installed To manage notifications about this bug g

[Bug 2020409] Re: can't move mellanox interface to switchdev when SR-IOV disable

2024-10-08 Thread Lukas Märdian
** Also affects: netplan.io (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: netplan.io (Ubuntu Jammy) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 2083008] Re: Enabling HW offloading to Mellanox cards causing packets storm and switch overloading

2024-10-08 Thread Lukas Märdian
*** This bug is a duplicate of bug 1988018 *** https://bugs.launchpad.net/bugs/1988018 SRU will be handled in bug #1988018 this one should probably be marked a duplicate of that other/older bug. ** Tags added: sru-next ** This bug has been marked a duplicate of bug 1988018 [SRU][mlx5] Int

[Bug 2081753] Re: [SRU] dh-cargo: backport Rust LTO enablement facility to Noble

2024-10-08 Thread Lukas Märdian
sponsored into Noble as dh-cargo 31ubuntu2~24.04.1 ** Changed in: dh-cargo (Ubuntu Noble) Status: New => 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/2081753 Title: [SRU] dh-car

[Bug 2081753] Re: [SRU] dh-cargo: backport Rust LTO enablement facility to Noble

2024-10-08 Thread Lukas Märdian
Fixed in Oracular as of dh-cargo 31ubuntu2 ** Also affects: dh-cargo (Ubuntu Noble) Importance: Undecided Status: New ** Changed in: dh-cargo (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 2073429] Re: Jammy clevis forces argon2id for keyslots

2024-10-08 Thread Lukas Märdian
Thanks, I see all remaining remarks from comment #9 are addressed. The patch matches upstream, builds fine and passes local autopkgtests. @Ghadi also provided additional evidence from the Security Engineering team: sespiros: "Security standards might be able to provide a more authoritative answer

[Bug 2076221] Re: [SRU] Add fibocom mbim service to send at command

2024-10-08 Thread Lukas Märdian
Thanks for the update of the description [Impact]. I've fixed the version string inside the .symbols file and uploaded your patch for SRU review. https://launchpad.net/ubuntu/jammy/+queue?queue_state=1&queue_text=libmbim I'm also unsubscribing ~ubuntu-sponsors again. ** Changed in: libmbim (Ubu

[Bug 2069417] Re: Soundwire support for the Intel LNL Gen platforms

2024-10-08 Thread Lukas Märdian
Dropping ~ubuntu-sponsors, as this got sponsored already. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2069417 Title: Soundwire support for the Intel LNL Gen platforms To manage notifications abou

[Bug 2069760] Re: Soundwire support for CS42L43 and CS35L56 on Intel MTL

2024-10-08 Thread Lukas Märdian
Dropping ~ubuntu-sponsors, as this got sponsored already. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2069760 Title: Soundwire support for CS42L43 and CS35L56 on Intel MTL To manage notifications

[Bug 2033259] Re: netplan.script crashed with AttributeError in __getitem__(): /usr/bin/python3: undefined symbol: netplan_get_id_from_nm_filename

2024-10-07 Thread Lukas Märdian
** Tags added: sru-next ** Changed in: network-manager (Ubuntu Noble) Importance: Undecided => Medium ** Changed in: netplan.io (Ubuntu Noble) Importance: Undecided => Medium ** Changed in: netplan.io (Ubuntu Noble) Status: Confirmed => Triaged ** Also affects: network-manager (Ubu

[Bug 2083836] Re: /usr/share/netplan/netplan.script:ModuleNotFoundError:/usr/share/netplan/netplan.script@20:/usr/share/netplan/netplan_cli/__init__.py@18:/usr/share/netplan/netplan_cli/cli/core.py@24

2024-10-07 Thread Lukas Märdian
*** This bug is a duplicate of bug 2033259 *** https://bugs.launchpad.net/bugs/2033259 I think it might also be related to https://github.com/canonical/netplan/pull/448 I.e. when we have _netplan_cffi.cpython-310-x86_64-linux-gnu.so (compiled for Jammy), but have a partially upgrade system fr

[Bug 2083836] Re: /usr/share/netplan/netplan.script:ModuleNotFoundError:/usr/share/netplan/netplan.script@20:/usr/share/netplan/netplan_cli/__init__.py@18:/usr/share/netplan/netplan_cli/cli/core.py@24

2024-10-07 Thread Lukas Märdian
*** This bug is a duplicate of bug 2033259 *** https://bugs.launchpad.net/bugs/2033259 ** This bug has been marked a duplicate of bug 2033259 netplan.script crashed with AttributeError in __getitem__(): /usr/bin/python3: undefined symbol: netplan_get_id_from_nm_filename -- You received t

[Bug 2033259] Re: netplan.script crashed with AttributeError in __getitem__(): /usr/bin/python3: undefined symbol: netplan_get_id_from_nm_filename

2024-10-07 Thread Lukas Märdian
see bug #2083836 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2033259 Title: netplan.script crashed with AttributeError in __getitem__(): /usr/bin/python3: undefined symbol: netplan_get_id_from_n

[Bug 2083836] Re: /usr/share/netplan/netplan.script:ModuleNotFoundError:/usr/share/netplan/netplan.script@20:/usr/share/netplan/netplan_cli/__init__.py@18:/usr/share/netplan/netplan_cli/cli/core.py@24

2024-10-07 Thread Lukas Märdian
might be a duplicate of bug #2033259 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083836 Title: /usr/share/netplan/netplan.script:ModuleNotFoundError:/usr/share/netplan/netplan.script@20:/usr/s

[Bug 2083126] Re: Compile on Xenial fails when using custom python install

2024-10-07 Thread Lukas Märdian
** Also affects: netplan.io (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/2083126 Title: Compile on Xenial fails when using custom python install

[Bug 2046155] Re: AFL++ GCC plugin outdated

2024-09-25 Thread Lukas Märdian
** Changed in: aflplusplus (Ubuntu) Status: New => 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/2046155 Title: AFL++ GCC plugin outdated To manage notifications about this bug g

[Bug 2081972] Re: afplusplus FTBFS

2024-09-25 Thread Lukas Märdian
** Changed in: aflplusplus (Ubuntu) Status: New => 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/2081972 Title: afplusplus FTBFS To manage notifications about this bug go to: htt

[Bug 2058192] Re: [MIR] lenovo-wwan-unlock

2024-09-24 Thread Lukas Märdian
Hi @binli! Thanks for your input, we're still a bit undecided what's the best move here. If you feel this can be supported in the primary archive by your team, you'd need to commit the engineering time to keep it in proper shape. Some remarks were made in comment #5 during the MIR review. Did you

[Bug 2080965] Re: [MIR] architecture-properties

2024-09-24 Thread Lukas Märdian
re #0, see also: https://github.com/canonical/ubuntu-mir/issues/69 ** Bug watch added: github.com/canonical/ubuntu-mir/issues #69 https://github.com/canonical/ubuntu-mir/issues/69 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 2080965] Re: [MIR] architecture-properties

2024-09-24 Thread Lukas Märdian
This is basically ready, MIR ACK. But I'll keep it at "Incomplete" while figuring out the team ownership situation. ** Changed in: architecture-properties (Ubuntu) Assignee: Lukas Märdian (slyon) => (unassigned) ** Changed in: architecture-properties (Ubuntu)

[Bug 2080965] Re: [MIR] architecture-properties

2024-09-24 Thread Lukas Märdian
Review for Source Package: architecture-properties [Summary] This is a helper for cross-architecture packaging providing meta packages, such as "architecture-is-64-bit" and wrapper functions calling into "qemu-user", to execute binaries on a different architecture in the correct way. In total, it

[Bug 2081811] Re: FTBFS: test failure in t/Software-License.t

2024-09-24 Thread Lukas Märdian
https://launchpad.net/ubuntu/+source/libstring-license- perl/0.0.9-2ubuntu2 ** Changed in: libstring-license-perl (Ubuntu) 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.launch

[Bug 2081811] Re: FTBFS: test failure in t/Software-License.t

2024-09-24 Thread Lukas Märdian
** Changed in: libstring-license-perl (Ubuntu) Assignee: (unassigned) => Lukas Märdian (slyon) ** Changed in: libstring-license-perl (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 2081811] [NEW] FTBFS: test failure in t/Software-License.t

2024-09-24 Thread Lukas Märdian
Public bug reported: Imported from Debian bug http://bugs.debian.org/1054364: Source: libstring-license-perl Version: 0.0.9-2 Severity: serious Tags: ftbfs trixie sid Justification: fails to build from source -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 As noted by ci.debian.net, libstring-l

[Bug 2080965] Re: [MIR] architecture-properties

2024-09-24 Thread Lukas Märdian
** Tags added: fr-9094 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2080965 Title: [MIR] architecture-properties To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+so

[Bug 2069308] Re: MIR xdg-terminal-exec

2024-09-24 Thread Lukas Märdian
As of version 0.11.1-2 requirement #1 is solved. So we have MIR and Security ACK. We also have a team bug-subscriber. Feel free to get this seeded or pulled in as a dependency! ** Changed in: xdg-terminal-exec (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification

[Bug 2077159] Re: i40e interfaces renamed after upgrade from hwe-6.5

2024-09-23 Thread Lukas Märdian
** Changed in: netplan.io (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2077159 Title: i40e interfaces renamed after upgrade from hwe-6.5 To manage notificati

[Bug 2078009] Re: "netplan apply" not applying after cloud-init hotplug

2024-09-19 Thread Lukas Märdian
https://github.com/canonical/netplan/pull/518 ** Changed in: netplan Status: Triaged => In Progress ** Tags removed: foundations-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2078009 Tit

[Bug 2080062] Re: [MIR] libspelling

2024-09-17 Thread Lukas Märdian
** Changed in: libspelling (Ubuntu) Assignee: (unassigned) => Ioanna Alifieraki (joalif) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2080062 Title: [MIR] libspelling To manage notifications

[Bug 2080965] Re: [MIR] architecture-properties

2024-09-17 Thread Lukas Märdian
** Changed in: architecture-properties (Ubuntu) Assignee: (unassigned) => Lukas Märdian (slyon) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2080965 Title: [MIR] architecture-properties

[Bug 2078931] Re: autopkgtest failures with setuptools 73.0.1-1

2024-09-17 Thread Lukas Märdian
Fixed by sync, https://launchpad.net/ubuntu/+source/python- svg.path/6.3-3 ** Changed in: python-svg.path (Ubuntu) Status: New => 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/2078

[Bug 2077981] Re: [SRU] Add HiFive Premier P550 to database

2024-09-17 Thread Lukas Märdian
I'm afraid, we missed the HaW Enablement Freeze (https://wiki.ubuntu.com/HardwareEnablementFreeze) for Oracular. If this is needed for Oracular, please consider getting a freeze exception from the release team. -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 2076221] Re: [SRU] Add fibocom mbim service to send at command

2024-09-17 Thread Lukas Märdian
To clarify on comment #4: The debdiff is a backport of https://gitlab.freedesktop.org/mobile- broadband/libmbim/-/commit/482fc42a9059d3e7ef7102d850f46155911949ae I confirmed that this commit is included as of upstream release v1.31.2, therefore included in Noble+. ** Also affects: libmbim (Ubuntu

[Bug 2046871] Re: migrate to upstream release/coreNN branch

2024-09-17 Thread Lukas Märdian
I can confirm that the Noble debdiff matches the v88 version that was uploaded to Oracular and also matches the release/core88 upstream branch (plus the Debian/Ubuntu additions in debian/) So this is essentially a full-version backport from Oracular (1:0~88.12113-gitd7d581b7-0ubuntu1) to Noble, wh

[Bug 2077298] Re: Version 5.0a-15 FTBFS on armhf

2024-09-17 Thread Lukas Märdian
Thanks, sponsored. Please consider forwarding this fix to Debian, using the "submittodebian" tool. https://launchpad.net/ubuntu/+source/crack/5.0a-15ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 2077298] Re: Version 5.0a-15 FTBFS on armhf

2024-09-17 Thread Lukas Märdian
Actually, I think this should become a sync, as Debian's 5.0a-16 contains an equivalent fix. ** Changed in: crack (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 2076395] Re: flash-kernel is not using new kernel with a version string that has more than two "-"

2024-09-17 Thread Lukas Märdian
Unsubscribing ~ubuntu-sponsors, while waiting on a fix for comment #6 and adding tests as per comment #5 Please re-subscribe once the patch is ready for review. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 2080489] Re: Network Manager stops functioning on Ubuntu 24.04

2024-09-16 Thread Lukas Märdian
** 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/2080489 Title: Network Manager stops functioning on Ubuntu 24.04 To manage

[Bug 2077159] Re: i40e interfaces renamed after upgrade from hwe-6.5

2024-09-16 Thread Lukas Märdian
** Also affects: systemd (Ubuntu) Importance: Undecided Status: New ** Tags added: rls-jj-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2077159 Title: i40e interfaces renamed aft

[Bug 2033259] Re: netplan.script crashed with AttributeError in __getitem__(): /usr/bin/python3: undefined symbol: netplan_get_id_from_nm_filename

2024-09-12 Thread Lukas Märdian
** Also affects: network-manager (Ubuntu) Importance: Undecided Status: New ** Tags added: foundations-todo ** Changed in: network-manager (Ubuntu Oracular) Status: New => Triaged ** Changed in: network-manager (Ubuntu Oracular) Importance: Undecided => Medium -- You receiv

[Bug 2080516] Re: /usr/share/netplan/netplan.script:AttributeError:/usr/share/netplan/netplan.script@20:/usr/share/netplan/netplan/__init__.py@18:/usr/share/netplan/netplan/cli/core.py@24:/usr/share/n

2024-09-12 Thread Lukas Märdian
*** This bug is a duplicate of bug 2033259 *** https://bugs.launchpad.net/bugs/2033259 ** This bug has been marked a duplicate of bug 2033259 netplan.script crashed with AttributeError in __getitem__(): /usr/bin/python3: undefined symbol: netplan_get_id_from_nm_filename -- You received t

[Bug 2033259] Re: netplan.script crashed with AttributeError in __getitem__(): /usr/bin/python3: undefined symbol: netplan_get_id_from_nm_filename

2024-09-12 Thread Lukas Märdian
Unsing a Jammy system and installing libnetplan1 from Noble leads to this issue. When network-manager is installed in that context, it also triggers the crash: root@jj-nn-np-nm-crash:~# dpkg -l | grep netplan ii libnetplan0:amd64 0.106.1-7ubuntu0.22.04.4 amd64

[Bug 2033259] Re: netplan.script crashed with AttributeError in __getitem__(): /usr/bin/python3: undefined symbol: netplan_get_id_from_nm_filename

2024-09-12 Thread Lukas Märdian
It might be NetworkManager (or cloud-init) calling "netplan generate" during an upgrade/installation of packages, when libnetplan is already upgraded to >= v1.0 (libnetplan1), while netplan.io (the Python bits) are still on the old version (v0.106/v0.107)... -- You received this bug notification

[Bug 2072486] Re: netplan-ovs-cleanup.service is marked world-inaccessible

2024-09-12 Thread Lukas Märdian
** Tags removed: foundations-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2072486 Title: netplan-ovs-cleanup.service is marked world-inaccessible To manage notifications about this bug go to:

[Bug 1988018] Re: [mlx5] Intermittent VF-LAG activation failure

2024-09-11 Thread Lukas Märdian
** Tags added: sru-next -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1988018 Title: [mlx5] Intermittent VF-LAG activation failure To manage notifications about this bug go to: https://bugs.launchp

[Bug 2077159] Re: i40e interfaces renamed after upgrade from hwe-6.5

2024-09-11 Thread Lukas Märdian
May I ask you to please share your Netplan configuration. Especially the relevant bits around the "match" setting used to select your interface? E.g. output from "netplan get". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 2078827] Re: [MIR] luit

2024-09-10 Thread Lukas Märdian
** Changed in: luit (Ubuntu) Status: Triaged => 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/2078827 Title: [MIR] luit To manage notifications about this bug go to: https://bu

[Bug 2076381] Re: [MIR] retry

2024-09-10 Thread Lukas Märdian
This is already showing up in component-mismatches, we have MIR ACK and no security review needed. Let's move it to the next stage and get it promoted. Please remember to add a team bug-subscriber, before promotion. ** Changed in: retry (Ubuntu) Status: In Progress => Fix Committed -- Yo

[Bug 2019940] Re: Directly manipulating NetworkManager keyfiles

2024-09-10 Thread Lukas Märdian
** Tags removed: foundations-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2019940 Title: Directly manipulating NetworkManager keyfiles To manage notifications about this bug go to: https://bu

[Bug 2076319] Re: Netplan generate is creating directories with incorrect permission

2024-09-10 Thread Lukas Märdian
** Tags added: sru-next -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2076319 Title: Netplan generate is creating directories with incorrect permission To manage notifications about this bug go to:

[Bug 2072486] Re: netplan-ovs-cleanup.service is marked world-inaccessible

2024-09-10 Thread Lukas Märdian
We started working on a fix here: https://github.com/canonical/netplan/pull/516 ** Changed in: netplan.io (Ubuntu) Status: Triaged => In Progress ** Tags added: sru-next ** Also affects: netplan.io (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: netplan.io (Ub

[Bug 2066272] Re: [MIR] libpanel

2024-09-10 Thread Lukas Märdian
libpanel now shows up in component-mismatches. MIR is ACK'ed. So let's move it forward. It still needs a team-bug subscriber (~desktop-packages) before being promoted. ** Changed in: libpanel (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you

[Bug 2032824] Re: Veth pairs fail activation on Jammy

2024-09-10 Thread Lukas Märdian
** Changed in: network-manager (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2032824 Title: Veth pairs fail activation on Jammy To manage notifications abou

[Bug 2032824] Re: Veth pairs fail activation on Jammy

2024-09-09 Thread Lukas Märdian
** Changed in: network-manager (Ubuntu) Status: New => Triaged ** Changed in: network-manager (Ubuntu Jammy) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2032824

[Bug 2032824] Re: Veth pairs fail activation on Jammy

2024-09-09 Thread Lukas Märdian
** Tags added: foundations-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2032824 Title: Veth pairs fail activation on Jammy To manage notifications about this bug go to: https://bugs.launchpad

[Bug 2032824] Re: Veth pairs fail activation on Jammy

2024-09-09 Thread Lukas Märdian
** Tags added: fr-8841 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2032824 Title: Veth pairs fail activation on Jammy To manage notifications about this bug go to: https://bugs.launchpad.net/ubun

[Bug 1862481] Re: [docs] Cannot set accept-ra to 2, it keeps reseting it to 0

2024-09-09 Thread Lukas Märdian
This was reduced to an documentation issue, so I'm closing the packaging bug, keeping the upstream bug. ** Summary changed: - Cannot set accept-ra to 2, it keeps reseting it to 0 + [docs] Cannot set accept-ra to 2, it keeps reseting it to 0 ** Changed in: netplan Importance: Wishlist => Mediu

[Bug 1880717] Re: Support netplan in initramfs

2024-09-09 Thread Lukas Märdian
We should be looking into what's been done by community members already, e.g.: https://build.opensuse.org/package/show/home%3Adanielkza%3Adracut- netplan/dracut-netplan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 2078759] Re: debsums: changed file /lib/netplan/00-network-manager-all.yaml (from ubuntu-settings package)

2024-09-09 Thread Lukas Märdian
I wonder if Netplan should modify files in /usr/lib/netplan/ at all? Yes, it needs to read those files, to get a full view of the configuration. But writing should probably be limited to /run/ and /etc/netplan/ ... ** Also affects: ubuntu-settings (Ubuntu) Importance: Undecided Status: N

[Bug 2079975] Re: netplan status: encoding issues

2024-09-09 Thread Lukas Märdian
** Changed in: netplan.io (Ubuntu) Status: New => Triaged ** Changed in: netplan.io (Ubuntu) Importance: Undecided => High ** Tags added: foundations-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 2070318] Re: netplan does not quote values passed to ovs-vsctl when needed

2024-09-09 Thread Lukas Märdian
** Changed in: netplan 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/2070318 Title: netplan does not quote values passed to ovs-vsctl when needed To mana

[Bug 2070318] Re: netplan does not quote values passed to ovs-vsctl when needed

2024-09-09 Thread Lukas Märdian
** Tags added: sru-next ** Tags removed: foundations-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2070318 Title: netplan does not quote values passed to ovs-vsctl when needed To manage notif

[Bug 2070318] Re: netplan does not quote values passed to ovs-vsctl when needed

2024-09-04 Thread Lukas Märdian
** Also affects: netplan.io (Ubuntu) Importance: Undecided Status: New ** Also affects: netplan.io (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: netplan.io (Ubuntu Oracular) Importance: Undecided Status: New ** Also affects: netplan.io (Ubuntu Ja

[Bug 1975678] Re: Netplan generates the wrong YAML value when setting activation-mode=off

2024-09-02 Thread Lukas Märdian
Thanks for confirming. I'll mark it as Invalid for Jammy+ then. The issue is probably still relevant on Focal, though. ** Changed in: netplan.io (Ubuntu) Status: Incomplete => Triaged ** Changed in: netplan.io (Ubuntu Jammy) Status: Triaged => Invalid -- You received this bug noti

[Bug 2077011] Re: netplan ignores NetworkManager ipv4.route-metric

2024-09-02 Thread Lukas Märdian
** Tags added: sru-next -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2077011 Title: netplan ignores NetworkManager ipv4.route-metric To manage notifications about this bug go to: https://bugs.laun

[Bug 2077636] Re: renderer property lost when set at the end of a network. stanza

2024-09-02 Thread Lukas Märdian
One solution would be to loop over all the NetDefs of a specific interface type, resurrecting the "renderer" (if not set per-NetDef already), when a per-interface-type "renderer" setting is being found. E.g. in a parsing pass at the very end. This would lead to the 2nd scenario described above, i.

[Bug 2077636] Re: renderer property lost when set at the end of a network. stanza

2024-09-02 Thread Lukas Märdian
** Changed in: netplan.io (Ubuntu) Status: New => Triaged ** Changed in: netplan.io (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2077636 Title: rend

[Bug 2078009] Re: "netplan apply" not applying after cloud-init hotplug

2024-09-02 Thread Lukas Märdian
** Changed in: netplan Status: New => Triaged ** Changed in: netplan Importance: Undecided => High ** Changed in: netplan.io (Ubuntu Oracular) Status: New => Triaged ** Changed in: netplan.io (Ubuntu Oracular) Importance: Undecided => High -- You received this bug notificat

[Bug 2073997] Re: netplan: routing autopkgtest fails on armhf

2024-09-02 Thread Lukas Märdian
Additional fixes pending in https://github.com/canonical/netplan/pull/510 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073997 Title: netplan: routing autopkgtest fails on armhf To manage notifica

[Bug 2077260] Re: freeze after updating to newest kernel on log in sreen or just after log in (6.8.0-45 ?). Had to use Grub to restero to 6.5.0-45

2024-08-29 Thread Lukas Märdian
I can see this behavior on a ThinkPad T410 with Intel graphics. Rolling back to kernel 6.5 or 5.15 solves 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/2077260 Title: freeze after updati

[Bug 2078009] Re: "netplan apply" not applying after cloud-init hotplug

2024-08-28 Thread Lukas Märdian
** Also affects: netplan.io (Ubuntu) Importance: Undecided Status: New ** Also affects: netplan.io (Ubuntu Oracular) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 2077973] Re: Sync pytest-twisted 1.14.1-3 (universe) from Debian unstable (main)

2024-08-27 Thread Lukas Märdian
This bug was fixed in the package pytest-twisted - 1.14.1-3 Sponsored for Danilo Egea Gondolfo (danilogondolfo) --- pytest-twisted (1.14.1-3) unstable; urgency=medium * Team upload. * Fix tests with Twisted 24.7.0. * Fix tests with openssl >= 3.3.1-5 (see discussion in #965041).

[Bug 2077971] Re: Sync python-tornado 6.4.1-2 (main) from Debian unstable (main)

2024-08-27 Thread Lukas Märdian
This bug was fixed in the package python-tornado - 6.4.1-2 Sponsored for Danilo Egea Gondolfo (danilogondolfo) --- python-tornado (6.4.1-2) unstable; urgency=medium * Team upload. * Fix tests with Twisted 24.7.0 (closes: #1078411). * Fix tests with openssl >= 3.3.1-5 (see discus

[Bug 2077972] Re: Sync python-daphne 4.1.2-2 (universe) from Debian unstable (main)

2024-08-27 Thread Lukas Märdian
This bug was fixed in the package python-daphne - 4.1.2-2 Sponsored for Danilo Egea Gondolfo (danilogondolfo) --- python-daphne (4.1.2-2) unstable; urgency=medium * Team upload. * Remove now-unnecessary dh_auto_test override. * Fix autopkgtests with openssl >= 3.3.1-5 (see discu

[Bug 2065380] Re: Support for Qualcomm x1e80100 CRD board

2024-08-27 Thread Lukas Märdian
Sponsored SRU into Noble accordingly, after taking the updated d/changelog from the PPA and adopting the version string to "3.107ubuntu9~24.04.2" (according to https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation#Update_the_packaging) I'm now unsubscribing ~ubuntu-sponsors. -- You received thi

[Bug 2065380] Re: Support for Qualcomm x1e80100 CRD board

2024-08-27 Thread Lukas Märdian
Matches prior art of how new boards get enabled in flash-kernel. Patch LGTM. I picked the updated version & debian/changelog from your PPA and will sponsor into Oracular. We're past feature freeze already, but I consider this for https://wiki.ubuntu.com/HardwareEnablementFreeze -- You received t

[Bug 2072643] Re: Embedded camera using camera sensors ov02e10 and ov08a10 doesn't work: missing kernel driver

2024-08-27 Thread Lukas Märdian
Both debdiffs have landed, so I'm unsubscribing ~ubuntu-sponsors. Please re-subscribe should you need further sponsorship. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2072643 Title: Embedded camer

[Bug 2072647] Re: [SRU] virtlogd not rotating logs properly

2024-08-27 Thread Lukas Märdian
The new changelog from debdiff in comment #10 provides more context around "Failed to parse rotated index", as suggested by Dan. The distro- patch matches upstream and the resulting package builds fine. LGTM. Sponsored into Noble and unsubscribed ~ubuntu-sponsors. -- You received this bug notifi

[Bug 2038109] Re: [SRU] Failed to create port on network , because fixed_ips included invalid subnet

2024-08-27 Thread Lukas Märdian
I unsubscribed ~ubuntu-sponsored as this is pending in the UNAPPROVED queue for Jammy and Focal (comment #23). Please re-subscribe, should you need further sponsorship. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 2067441] Re: [SRU] Loadbalancer is stuck with PENDING_UPDATE state on member update API

2024-08-27 Thread Lukas Märdian
** Changed in: octavia (Ubuntu Noble) Status: Confirmed => In Progress ** Changed in: octavia (Ubuntu Jammy) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 2067441] Re: [SRU] Loadbalancer is stuck with PENDING_UPDATE state on member update API

2024-08-27 Thread Lukas Märdian
I unsubscribed ~ubuntu-sponsored as this is pending in the UNAPPROVED queue for Noble and Jammy (comment #19). Please re-subscribe, should you need further sponsorship. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 2076319] Re: Netplan generate is creating directories with incorrect permission

2024-08-27 Thread Lukas Märdian
We might bundle this SRU for Noble with bug #2077011 ** Also affects: netplan.io (Ubuntu) Importance: Undecided Status: New ** Also affects: netplan.io (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: netplan.io (Ubuntu Noble) Importance: Undecided

[Bug 2073783] Re: [MIR] exfatprogs

2024-08-27 Thread Lukas Märdian
_PROG_LIBTOOL' is obsolete. ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2023-45897 ** Changed in: exfatprogs (Ubuntu) Assignee: Lukas Märdian (slyon) => Ubuntu Security Team (ubuntu-security) ** Changed in: exfatprogs (Ubuntu) Status: Triaged => New -- Yo

[Bug 1980663] Re: [MIR] false-positives, do not promote

2024-08-27 Thread Lukas Märdian
fakeroot vs pseudo got resolved, now that we have a passing build on fakeroot/armhf again, https://launchpad.net/ubuntu/+source/fakeroot/1.36-1 ** No longer affects: pseudo (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 2072621] Re: [MIR] rpds-py

2024-08-26 Thread Lukas Märdian
n FTBFS (does not affect the Ubuntu build), https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078392 ** Bug watch added: Debian Bug tracker #1078392 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078392 ** Changed in: rpds-py (Ubuntu) Assignee: Lukas Märdian (slyon) => Ubuntu Secu

[Bug 2073783] Re: [MIR] exfatprogs

2024-08-26 Thread Lukas Märdian
** Changed in: exfatprogs (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073783 Title: [MIR] exfatprogs To manage notifications about this bug go to: https://

[Bug 2072621] Re: [MIR] rpds-py

2024-08-26 Thread Lukas Märdian
** Tags added: foundations-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2072621 Title: [MIR] rpds-py To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rp

[Bug 2073783] Re: [MIR] exfatprogs

2024-08-26 Thread Lukas Märdian
** Tags added: foundations-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073783 Title: [MIR] exfatprogs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source

[Bug 2072621] Re: [MIR] rpds-py

2024-08-26 Thread Lukas Märdian
** Changed in: rpds-py (Ubuntu) Assignee: (unassigned) => Lukas Märdian (slyon) ** Tags added: fr-8734 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2072621 Title: [MIR] rpds-py To man

[Bug 2073783] Re: [MIR] exfatprogs

2024-08-26 Thread Lukas Märdian
** Tags added: fr-8733 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073783 Title: [MIR] exfatprogs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/exfatpro

[Bug 2077092] Re: Setting an invalid bond primary via NetworkManager will break the YAML configuration

2024-08-26 Thread Lukas Märdian
** Tags added: foundations-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2077092 Title: Setting an invalid bond primary via NetworkManager will break the YAML configuration To manage notific

[Bug 1999178] Re: netplan generator causes deadlock during systemd daemon-reload

2024-08-26 Thread Lukas Märdian
"generate" is not calling "udevadm control --reload" anymore, as discussed in https://github.com/canonical/netplan/pull/488 Fixed in the 1.0.1-1ubuntu2~24.04.1 SRU for Noble (LP: #2074197) ** Changed in: netplan.io (Ubuntu Noble) Status: Confirmed => Fix Released -- You received this bug

[Bug 2077872] [NEW] Kernel 5.15.0-118, 119 causes suspend to fail, works fine with 5.15.0-117

2024-08-26 Thread Lukas Fichtner
Public bug reported: System: Env: Desktop Description: Ubuntu 22.04.4 LTS Release: 22.04 Kernel: 5.15.0-118(119)-generic secure boot enabled Log files: kern.log -> https://pastebin.ubuntu.com/p/KGN9QcQV9F/ lspci-vnvn.log -> https://pastebin.ubuntu.com/p/fXQYDTPVvr/ version.log -> https://pastebin

[Bug 2063973] Re: network-online.target is reached before netplan-configured interfaces are online

2024-08-26 Thread Lukas Märdian
Waiting for all (non-optional) interfaces to be ready on a link-local level ("degraded") and one interface having a global IP ("routable") is now implemented in Netplan v1.1. This is according to the "Definition of an online system" [spec]. And is implemented via a /run/systemd/system/systemd-netw

[Bug 2074197] Re: [SRU] Backport netplan.io 1.0.1-1ubuntu2 to 24.04

2024-08-26 Thread Lukas Märdian
** Changed in: netplan.io (Ubuntu) Status: New => 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/2074197 Title: [SRU] Backport netplan.io 1.0.1-1ubuntu2 to 24.04 To manage notifi

[Bug 2077515] Re: Network Manager applet shows back-slash escapes for non-latin characters

2024-08-26 Thread Lukas Märdian
It's now in updates: https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2074197 ** Changed in: netplan.io (Ubuntu) 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.launch

[Bug 2077538] [NEW] gnome-remote-desktop uses software rendering

2024-08-21 Thread Lukas Fuermetz
Public bug reported: gnome-remote-desktop uses software rendering by default, which is incredible slow on some hardwares. If the user is added to the video and render group, graphics acceleration is used. These groups are not in the default, so I think it would make sense to add them. ProblemType

  1   2   3   4   5   6   7   8   9   10   >