[Bug 2084234] Re: wifi setting causes networkmanager crash

2024-10-17 Thread Lukas Märdian
** Changed in: network-manager (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2084234

Title:
  wifi setting causes networkmanager crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2084234/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2024-10-16 Thread Lukas Märdian
Will be fixed in 1.1.1-1

** No longer affects: netplan.io (Ubuntu Oracular)

** Changed in: netplan
   Status: In Progress => Fix Released

** Changed in: netplan.io (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/2078009

Title:
  "netplan apply" not applying after cloud-init hotplug

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2078009/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2017585] Re: Netifaces library need a new maintainer

2024-10-16 Thread Lukas Märdian
Will be fixed in 1.1.1-1

** Also affects: netplan.io (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: netplan
   Status: Fix Committed => Fix Released

** Changed in: netplan.io (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/bugs/2017585

Title:
  Netifaces library need a new maintainer

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2017585/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065870] Re: netplan does not use permaddr to match macaddress:

2024-10-16 Thread Lukas Märdian
Will be fixed in 1.1.1-1

** Also affects: netplan.io (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: netplan.io (Ubuntu)
   Status: New => Fix Released

** Changed in: netplan.io (Ubuntu)
   Status: Fix Released => Fix Committed

** Changed in: netplan
   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/2065870

Title:
  netplan does not use permaddr to match macaddress:

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2065870/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2084234] Re: wifi setting causes networkmanager crash

2024-10-16 Thread Lukas Märdian
Will be fixed in 1.1.1-1

** Changed in: netplan.io (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.launchpad.net/bugs/2084234

Title:
  wifi setting causes networkmanager crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2084234/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2084527] Re: [SRU] lp-solve: does not respect compiler flags

2024-10-15 Thread Lukas Märdian
I cherry-picked the fixes from 5.5.2.5-2ubuntu1 (old Oracular) and
uploaded it into the Noble queue.

** Changed in: lp-solve (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/2084527

Title:
  [SRU] lp-solve: does not respect compiler flags

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lp-solve/+bug/2084527/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2084527] [NEW] [SRU] lp-solve: does not respect compiler flags

2024-10-15 Thread Lukas Märdian
Public bug reported:

[ Impact ]
In order to help developers with profiling, Ubuntu enabled frame-pointers for 
packages in the main archive.

https://ubuntu.com/blog/ubuntu-performance-engineering-with-frame-
pointers-by-default

lp-solve was missed due to the packaging issues. These have been fixed
on Oracular and can now be ported to Noble.

For lp-solve the main impact may not be the missing frame pointers - but
the missing hardening flags.

[ Test Plan ]

Look at the DW_AT_producer in the associated debug ELF file for flags.
-fno-omit-frame-pointer should be present after the fix.

The following scripts can be used as a reference
https://gist.github.com/julian-klode/85e3f85c410a1b856a93dce77208
https://gist.github.com/julian-klode/95818246eaef0ac6a54588f7f368e25c

The hardening flags are passed in the same parameter.

For regression potential, lp-solve is in pretty bad shape (custom build
scripts, no autopkgtest,  no build-time tests) and only went through a
very light MIR process (LP: #305790). But it ships a demo application
that runs through most of its feature set and we will use that as a
smoke test on functionality.

I've built & run the demo of lp-solve 5.5.2.5-2build4 on Noble and we
expect a very similar result after the SRU:

# apt install lp-solve liblpsolve55-dev
# gcc -o demo.out /usr/share/doc/lp-solve/examples/demo.c 
/usr/lib/lp_solve/liblpsolve55.so -I /usr/include/lpsolve/
# LD_LIBRARY_PATH=/usr/lib/lp_solve/ ./demo.out
lp_solve 5.5.2.5 demo

This demo will show most of the features of lp_solve 5.5.2.5
[return]

We start by creating a new problem with 4 variables and 0 constraints
We use: lp=make_lp(0,4);
[return]
We can show the current problem with print_lp(lp)
Model name: 
C1   C2   C3   C4 
Minimize 0000 
Type  Real Real Real Real 
upbo   Inf  Inf  Inf  Inf 
lowbo0000 
[return]
Now we add some constraints
add_constraint(lp, {0, 3, 2, 2, 1}, LE, 4)
Model name: 
C1   C2   C3   C4 
Minimize 0000 
R1   3221 <=4
Type  Real Real Real Real 
upbo   Inf  Inf  Inf  Inf 
lowbo0000 
[return]
add_constraintex is now used to add a row. Only the npn-zero values must be 
specfied with this call.
add_constraintex(lp, 3, {4, 3, 1}, {2, 3, 4}, GE, 3)
Model name: 
C1   C2   C3   C4 
Minimize 0000 
R1   3221 <=4
R2   0431 >=3
Type  Real Real Real Real 
upbo   Inf  Inf  Inf  Inf 
lowbo0000 
[return]
Set the objective function
set_obj_fn(lp, {0, 2, 3, -2, 3})
Model name: 
C1   C2   C3   C4 
Minimize 23   -23 
R1   3221 <=4
R2   0431 >=3
Type  Real Real Real Real 
upbo   Inf  Inf  Inf  Inf 
lowbo0000 
[return]
Now solve the problem with printf(solve(lp));

Model name:  '' - run #1
Objective:   Minimize(R0)
 
SUBMITTED
Model size:2 constraints,   4 variables,7 non-zeros.
Sets:   0 GUB,  0 SOS.
 
Using DUAL simplex for phase 1 and PRIMAL simplex for phase 2.
The primal and dual simplex pricing strategy set to 'Devex'.
 
Found feasibility by dual simplex after 1 iter.
 
Optimal solution  -4 after  2 iter.

Relative numeric accuracy ||*|| = 0

 MEMO: lp_solve version 5.5.2.5 for 64 bit OS, with 64 bit REAL variables.
  In the total iteration count 2, 0 (0.0%) were bound flips.
  There were 2 refactorizations, 0 triggered by time and 0 by density.
   ... on average 1.0 major pivots per refactorization.
  The largest [LUSOL v2.2.1.0] fact(B) had 5 NZ entries, 1.0x largest basis.
  The constraint matrix inf-norm is 4, with a dynamic range of 4.
  Time to load data was 8.496 seconds, presolve used 0.000 seconds,
   ... 0.000 seconds in simplex solver, in total 8.496 seconds.
0[return]
The value is 0, this means we found an optimal solution
We can display this solution with print_objective(lp) and print_solution(lp)

Value of objective function: -4.

Actual values of the variables:
C1  0
C2  0
C3  2
C4  0

Actual values of the constraints:
R1  4
R2  6
[return]
The dual variables of the solution are printed with
print_duals(lp);

Objective function limit

[Bug 2084444] Re: juju can not parse new 50-cloud-init.yaml properly after netplan 0.107 under 22.04

2024-10-14 Thread Lukas Märdian
I have a Netplan revert prepared in a PPA and did some testing around it:
https://launchpad.net/~slyon/+archive/ubuntu/testing/+packages?field.name_filter=&field.status_filter=published&field.series_filter=jammy

Unfortunately, it won't work as expected, as "apt upgrade" will not remove the
new python3-netplan & netplan-generator packages on upgrade (needs 
"full-upgrade"/"dist-upgrade").
Therefore, the rollback won't reach our users.

Furthermore, people that already started using 0.107 functionality
(veth,dummy,wpa3,...) would be left stranded with broken network
configuration after reverting to 0.106. Due to those new YAML settings
not being supported on v0.106.


So I don't think a revert is the correct approach here. People using 0.107 from 
-updates currently should stay on that version. 0.106.1-7ubuntu0.22.04.4 from 
-security should be restored in jammy-updates and the current version in 
-updates should be moved back to jammy-proposed.

This would allow us to fix the triggering condition in Netplan or cloud-
init, or the root-cause in Juju.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/208

Title:
  juju can not parse new 50-cloud-init.yaml properly after netplan 0.107
  under 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/208/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2024-10-14 Thread Lukas Märdian
There's another duplicate case of supporting comments in YAML generated
by Netplan. This time in /etc/netplan/ instead of /usr/lib/netplan/ (LP:
#2083920)

** Summary changed:

- debsums: changed file /lib/netplan/00-network-manager-all.yaml (from 
ubuntu-settings package)
+ Ability to use comments in YAML generated by Netplan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078759

Title:
  Ability to use comments in YAML generated by Netplan

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2078759/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2084234] Re: wifi setting causes networkmanager crash

2024-10-14 Thread Lukas Märdian
** Summary changed:

- wifi setting cause networkmanager crushed
+ wifi setting causes networkmanager crash

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2084234

Title:
  wifi setting causes networkmanager crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2084234/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2024-10-14 Thread Lukas Märdian
There's a potential regression with Juju in bug #208

-- 
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:
  [SRU][mlx5] Intermittent VF-LAG activation failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1988018/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2084444] Re: juju can not parse new 50-cloud-init.yaml properly after netplan 0.107 under 22.04

2024-10-14 Thread Lukas Märdian
** Also affects: juju
   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/208

Title:
  juju can not parse new 50-cloud-init.yaml properly after netplan 0.107
  under 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/208/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2084444] Re: juju can not parse new 50-cloud-init.yaml properly after netplan 0.107 under 22.04

2024-10-14 Thread Lukas Märdian
As a workaround, please downgrade to Netplan v0.106 from the -security
pocket, removing the new "python3-netplan" and "netplan-generator"
packages, e.g.:

apt install netplan.io=0.106.1-7ubuntu0.22.04.4
libnetplan0=0.106.1-7ubuntu0.22.04.4 python3-netplan- netplan-generator-

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/208

Title:
  juju can not parse new 50-cloud-init.yaml properly after netplan 0.107
  under 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/208/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2084444] Re: juju can not parse new 50-cloud-init.yaml properly after netplan 0.107 under 22.04

2024-10-14 Thread Lukas Märdian
** Also affects: netplan.io (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: netplan.io (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Tags added: block-proposed-jammy

** Also affects: cloud-init (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: juju (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: netplan
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/208

Title:
  juju can not parse new 50-cloud-init.yaml properly after netplan 0.107
  under 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/208/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 shipped as a distro-patch in Noble+:
https://github.com/canonical/netplan/pull/448

** Changed in: netplan.io (Ubuntu Noble)
   Status: Triaged => Won't Fix

** Changed in: netplan.io (Ubuntu Oracular)
   Status: Confirmed => Won't Fix

-- 
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_nm_filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2033259/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 interface to switchdev when SR-IOV disable

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2020409/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Build-Depends:
  debhelper-compat (= 13),
+ dh-python,
  pkg-config,
  bash-completion,
  libyaml-dev,
@@ -54,7 +55,8 @@ Depends:
  systemd (>= 248~),
 Suggests: python3-rich
 Conflicts: netplan
-Breaks: nplan (<< 0.34~)
+Breaks: nplan (<< 0.34~),
+  network-manager (>= 1.46~),
 Replaces: nplan (<< 0.34~)
 Provides: nplan
 Description: YAML network configuration abstraction for various backends
@@ -97,12 +99,13 @@ Section: python
 Architecture: linux-any
 Multi-Arch: foreign
 Depends:
+ ${python3:Depends},
  ${shlibs:Depends},
  ${misc:Depends},
  libnetplan0 (= ${binary:Version}),
- python3,
  python3-cffi-backend,
-Breaks: netplan.io (<< 0.107-3~)
+Breaks: netplan.io (<< 0.107-3~),
+ netplan.io (>= 1.0~),
 Replaces: netplan.io (<< 0.107-3~)
 Description: YAML network configuration abstraction Python bindings
  netplan reads YAML network configuration files which are written
diff --git a/debian/rules b/debian/rules
index 059693b2..64736568 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-   dh $@ --buildsystem=meson
+   dh $@ --buildsystem=meson --with=python3
 
 override_dh_auto_clean:
dh_auto_clean
```

Here's a full apt upgrade log for a Ubuntu Jammy Desktop system (VM) to
Noble, using this patch:

https://dpaste.org/P6OgS

Especially in the "Setting up ..." section we can see the expected
ordering:

Setting up libnetplan1:amd64 (1.0.1-1ubuntu2~24.04.1) ...
[...]
Setting up netplan-generator (1.0.1-1ubuntu2~24.04.1) ...
[...]
Setting up python3-netplan (1.0.1-1ubuntu2~24.04.1) ...
[...]
Setting up netplan.io (1.0.1-1ubuntu2~24.04.1) ...
[...]
Setting up network-manager (1.46.0-1ubuntu2) ...
Removing obsolete conffile /etc/NetworkManager/dispatcher.d/01-ifupdown ...
Migrating my-test-con (3d113709-ec0b-3589-a97c-39e6db8febb2) to /etc/netplan

-- 
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_nm_filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2033259/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 go to:
https://bugs.launchpad.net/netplan/+bug/1959570/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.launchpad.net/bugs/2020409

Title:
  can't move mellanox interface to switchdev when SR-IOV disable

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2020409/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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] Intermittent VF-LAG activation failure

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2083008

Title:
  Enabling HW offloading to Mellanox cards causing packets storm and
  switch overloading

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2083008/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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-cargo: backport Rust LTO enablement facility to Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-cargo/+bug/2081753/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 to Ubuntu.
https://bugs.launchpad.net/bugs/2081753

Title:
  [SRU] dh-cargo: backport Rust LTO enablement facility to Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-cargo/+bug/2081753/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 but it 
looks good to me. imo this falls more into the bug category rather than a FIPS 
related change and separately I don't think it would be worth for instance 
solving it differently (like lowering the memory cost of pbkdf and keep using 
argon) since this helps with FIPS, it is a universe package (lower priority) 
and we are also not using clevis in our own FDE. I also don't think it should 
count as a security update. My first thought of potential breakage of existing 
ubuntu users that have already used clevis with keys generated with the old 
format, seem to have already been discussed in the SRU."

chrisccoulson:
"clevis isn't something we really care about or support, but I guess the change 
is ok given the justification that the entropy supplied to the KDF is high (we 
already made a similar change in Ubuntu Core for this reason). FTR, we did have 
someone request that the default KDF for cryptsetup be changed from argon2i (at 
the time - it's argon2id now) to pbkdf2 in order to satisfy FIPS requirements, 
and we declined that because it's primary input is low entropy user 
passphrases, and we didn't see weakening security to meet certification 
requirements as a good trade off"

(Internal reference:
https://chat.canonical.com/canonical/pl/pyi7wbx33irrfp1b5zbz79uagc)


LGTM. Sponsored for SRU review and unsubscribed ~ubuntu-sponsors.

https://launchpad.net/ubuntu/jammy/+queue?queue_state=1&queue_text=clevis

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2073429

Title:
  Jammy clevis forces argon2id for keyslots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clevis/+bug/2073429/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 (Ubuntu Jammy)
   Status: Incomplete => 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/2076221

Title:
  [SRU] Add fibocom mbim service to send at command

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2076221/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2069417/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/2069760/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 (Ubuntu Jammy)
   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.launchpad.net/bugs/2033259

Title:
  netplan.script crashed with AttributeError in __getitem__():
  /usr/bin/python3: undefined symbol: netplan_get_id_from_nm_filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2033259/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 from Jammy
(python 3.10) to Noble (python 3.12) trying to execute it. The python
3.12 from Noble will not be able to able to find/load the
_netplan_cffi.cpython-310-x86_64-linux-gnu.so binary module (compiled
for Jammy).

-- 
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/share/netplan/netplan_cli/__init__.py@18:/usr/share/netplan/netplan_cli/cli/core.py@24:/usr/share/netplan/netplan_cli/cli/utils.py@27:/usr/share/netplan/netplan_cli/configmanager.py@21:/usr/lib/python3/dist-
  packages/netplan/__init__.py@21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2083836/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 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/share/netplan/netplan_cli/__init__.py@18:/usr/share/netplan/netplan_cli/cli/core.py@24:/usr/share/netplan/netplan_cli/cli/utils.py@27:/usr/share/netplan/netplan_cli/configmanager.py@21:/usr/lib/python3/dist-
  packages/netplan/__init__.py@21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2083836/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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_nm_filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2033259/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/share/netplan/netplan_cli/__init__.py@18:/usr/share/netplan/netplan_cli/cli/core.py@24:/usr/share/netplan/netplan_cli/cli/utils.py@27:/usr/share/netplan/netplan_cli/configmanager.py@21:/usr/lib/python3/dist-
  packages/netplan/__init__.py@21

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2083836/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2083126/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 go to:
https://bugs.launchpad.net/ubuntu/+source/aflplusplus/+bug/2046155/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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:
https://bugs.launchpad.net/ubuntu/+source/aflplusplus/+bug/2081972/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
already have time to look into those? I guess fixing those issues would
be beneficial in the primary and OEM archives.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058192

Title:
  [MIR] lenovo-wwan-unlock

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2058192/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.
https://bugs.launchpad.net/bugs/2080965

Title:
  [MIR] architecture-properties

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/architecture-properties/+bug/2080965/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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)
   Status: New => Incomplete

-- 
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/+source/architecture-properties/+bug/2080965/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
consists of less than 150 lines of C/Shell/Make code and seems to be well
maintained as a native Debian package, including a Salsa CI pipeline.

MIR team ACK (under the constraint of having a look at the recommended
TODOs)

This does not need a security review

List of specific binary packages to be promoted to main: native-architecture
Specific binary packages built, but NOT to be promoted to main: 

Notes:
#0 - This is mostly a build-time helper tool, do we really need it in main, or 
should we consider demoting reverse-depends (like libglib2.0-dev) to universe 
instead?
#1 - To be used at its full potential (and fully tested in autopkgtests) we 
might add this to the i386 whitelist.

Required TODOs:
- None

Recommended TODOs:
#2 - The package should get a team bug subscriber before being promoted
#3 - Think about test cases that could be added during build-time
#4 - Help fixing some of the lower priority Lintian warnings:
  => W: architecture-properties source: debhelper-but-no-misc-depends
  => I: architecture-properties source: out-of-date-standards-version 4.6.1
  => X: cross-exe-wrapper: executable-in-usr-lib (move to /usr/libexec ?)

[Rationale, Duplication and Ownership]
- There is no other package in main providing the same functionality.
- A team is committed to own long term maintenance of this package. 
(~desktop-packages, potentially ~foundations-bugs)
- The rationale given in the report seems valid and useful for Ubuntu

[Dependencies]
OK:
- no other Dependencies to MIR due to this
  - SRCPKG checked with `check-mir`
  - all dependencies can be found in `seeded-in-ubuntu` (already in main)
  - none of the (potentially auto-generated) dependencies (Depends
and Recommends) that are present after build are not in main
- no -dev/-debug/-doc packages that need exclusion
- No dependencies in main that are only superficially tested requiring
  more tests now.

Problems: None

[Embedded sources and static linking]
OK:
- no embedded source present
- no static linking
- does not have unexpected Built-Using entries
- not a go package, no extra constraints to consider in that regard
- not a rust package, no extra constraints to consider in that regard

Problems: None

[Security]
OK:
- history of CVEs does not look concerning
- does not run a daemon as root
- does not use webkit1,2
- does not use lib*v8 directly
- does not parse data formats from an untrusted source.
- does not expose any external endpoint (port/socket/... or similar)
- does not process arbitrary web content
- does not use centralized online accounts
- does not integrate arbitrary javascript into the desktop
- does not deal with system authentication (eg, pam), etc)
- does not deal with security attestation (secure boot, tpm, signatures)
- does not deal with cryptography
- this makes appropriate (for its exposure) use of established risk
  mitigation features (dropping permissions, using temporary environments,
  restricted users/groups, seccomp, systemd isolation features,
  apparmor, ...)

Problems: None

[Common blockers]
OK:
- does not FTBFS currently
- does have a non-trivial test suite that runs as autopkgtest
  - This does not need special HW for build or test
- no new python2 dependency
- not a Python package
- not a Go package

Problems:
- does NOT have a test suite that runs at build time

[Packaging red flags]
OK:
- Ubuntu does not carry a delta
- symbols tracking not applicable for this kind of code.
- debian/watch is not present but also not needed (e.g. native)
- Upstream update history: it's a native Debian package
- the current release is packaged
- promoting this does not seem to cause issues for MOTUs that so far
  maintained the package
- no massive Lintian warnings
- debian/rules is rather clean
- It is not on the lto-disabled list

Problems:
- Debian/Ubuntu update history is sporadic
  => But it seems to be a low-maintenance package, encoding some knowledge, 
that is only updated as needed.
- Lintian warning:
  => W: architecture-properties source: debhelper-but-no-misc-depends
  => I: architecture-properties source: out-of-date-standards-version 4.6.1
  => X: cross-exe-wrapper: executable-in-usr-lib (move to /usr/libexec ?)

[Upstream red flags]
OK:
- no Errors/warnings during the build
- no incautious use of malloc/sprintf (as far as we can check it)
- no use of sudo, gksu, pkexec, or LD_LIBRARY_PATH (usage is OK inside tests)
- no use of user nobody
- no use of setuid / setgid
- no important open bugs (crashers, etc) in Debian or Ubuntu
- no dependency on webkit, qtwebkit or libseed
- not part of the UI for extra checks
- no translation present, but none needed for this case (user visible)?

Problems: None

-- 
You r

[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.launchpad.net/bugs/2081811

Title:
  FTBFS: test failure in t/Software-License.t

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libstring-license-perl/+bug/2081811/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Ubuntu.
https://bugs.launchpad.net/bugs/2081811

Title:
  FTBFS: test failure in t/Software-License.t

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libstring-license-perl/+bug/2081811/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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-license-perl's test suite
started to fail around a week ago:

https://ci.debian.net/packages/libs/libstring-license-perl/

 41s t/Software-License.t .. 
 41s # Seeded srand with seed '20231020' from local date.
 41s 1..29
 41s ok 1 - matches expected license for SPDX id AGPL-3.0
 41s ok 2 - matches expected license for SPDX id Apache-1.1
 41s ok 3 - matches expected license for SPDX id Apache-2.0
 41s ok 4 - matches expected license for SPDX id Artistic-1.0
 41s ok 5 - matches expected license for SPDX id Artistic-1.0-Perl OR 
GPL-1.0-or-later
 41s ok 6 - matches expected license for SPDX id Artistic-2.0
 41s ok 7 - matches expected license for SPDX id BSD
 41s ok 8 - matches expected license for SPDX id BSD-2-Clause-FreeBSD
 41s ok 9 - matches expected license for SPDX id CC0-1.0
 41s ok 10 - matches expected license for SPDX id EUPL-1.1
 41s ok 11 - matches expected license for SPDX id EUPL-1.2
 41s not ok 12 - matches expected license for SPDX id GFDL-1.2-or-later
 41s 
 41s # Failed test 'matches expected license for SPDX id GFDL-1.2-or-later'
 41s # at t/Software-License.t line 96.
 41s # +---++---+
 41s # | GOT   | OP | CHECK |
 41s # +---++---+
 41s # | GFDL-1.2-or-later | eq | GFDL-1.2-or-later and/or GFDL-1.3 |
 41s # +---++---+

The same failure happens during build, hence this FTBFS bug.


The issue might be related to the upload of libsoftware-license-perl_0.104004-1
on 15 October …


Cheers,
gregor

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmU1Q15fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaZxQ//W2IU7ZT4fKopEH4ECzg2b0/pn5eDU8Ey0JFXH/BGPNxNNvC3tmUXVK2W
lUMqKUkjn0+0G1XpG1A4eB0G3aeZ16MJwUV3OYstZVv4UtmNY6KAyHbhakgFtx8r
UpW0Q0w6XUGegvZUv7q1u+MeEyWUv90Fmvqo4zrt9VwsvEQ9chSn2z28q2kupm0C
PoYjjIuzx+uESgQgytTXcCTY73dcCZmmdSQAZQzwAvXwIC/NKJyueIKZ+Dk8DyeI
9Oc6nnZHmwhkOQrdmbHQy+rRhobz0B10qrropkNkrgu0b0X+jM6aPtitk+ONWXGC
PUVSr+JkDFPCP09b3YAIdWlIdr6r8Rj30F6BY1mQlnjZmCTOKDLEpdYhxrROYEyc
hkDDTmIBItycWnPQ1+jDg11W2I3/wFRx1S6K0a+drN2dKWfyaoSYeHh9XRcM3FVb
nZ9FLUrKQWFBKsM9cyQx5M2EgluLNuJvksxHMPZ+18fCFKwPEYvHZqFOU5Yd0P7t
cRcUL5lOzvPDDAqcywr+mGX8PZTeBdPFEChDuKofvo4nhhwQiCh79E15LU1/RF21
gKzDTkufjnCz8CTxl4j2gt6/2ozaOERDHw/7koujjmVBnLLOM/o/33EB7EAq6u7X
GqoztMBvtSS4z0DbDd6FnYJ4aNh+t/Vlxex+NhE+gQx+79C+T54=
=omfM
-END PGP SIGNATURE-

** Affects: libstring-license-perl (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: libstring-license-perl (Debian)
 Importance: Undecided
 Status: New


** Tags: ftbfs

** Bug watch added: Debian Bug tracker #1054364
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054364

** Changed in: libstring-license-perl (Debian)
 Remote watch: None => Debian Bug tracker #1054364

** Tags added: ftbfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2081811

Title:
  FTBFS: test failure in t/Software-License.t

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libstring-license-perl/+bug/2081811/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/+source/architecture-properties/+bug/2080965/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069308

Title:
  MIR xdg-terminal-exec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-terminal-exec/+bug/2069308/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2077159/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

Title:
  "netplan apply" not applying after cloud-init hotplug

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2078009/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libspelling/+bug/2080062/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/architecture-properties/+bug/2080965/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/2078931

Title:
  autopkgtest failures with setuptools 73.0.1-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-svg.path/+bug/2078931/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077981

Title:
  [SRU] Add HiFive Premier P550 to database

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/2077981/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Noble)
   Importance: Undecided
   Status: New

** Also affects: libmbim (Ubuntu Oracular)
   Importance: Undecided
   Status: Incomplete

** Changed in: libmbim (Ubuntu Noble)
   Status: New => Fix Released

** Changed in: libmbim (Ubuntu Oracular)
   Status: Incomplete => 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/2076221

Title:
  [SRU] Add fibocom mbim service to send at command

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2076221/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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, which also happens to
change the versioning scheme. I think the new versioning scheme is
sensible. But the fact that this is a full-version backport wasn't very
clear to me, at first. (It would be nice to have this clearly stated in
debian/changelog)


I couldn't find any SRU exception for backport-iwlwifi-dkms, and I'm unclear of 
how it would match the SRU policy. But I see precedence of full-version 
backports to Jammy/Focal/Bionic. So I'll leave it to the SRU team to make a 
call about accepting/rejecting it from the queue.

Otherwise, lgtm and I've sponsored it to Noble and unsubscribed ~ubuntu-
sponsors.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2046871

Title:
  migrate to upstream release/coreNN branch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/2046871/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/bugs/2077298

Title:
  Version 5.0a-15 FTBFS on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/crack/+bug/2077298/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/bugs/2077298

Title:
  Version 5.0a-15 FTBFS on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/crack/+bug/2077298/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.net/bugs/2076395

Title:
  flash-kernel is not using new kernel with a version string that has
  more than two "-"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/2076395/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2080489/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 after upgrade from hwe-6.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2077159/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 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_nm_filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2033259/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080516

Title:
  
/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/netplan/netplan/cli/utils.py@27:/usr/share/netplan/netplan/libnetplan.py@54:__getattr__:__getitem__

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2080516/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
amd64YAML network configuration abstraction runtime library
ii  libnetplan1:amd64   1.0.1-1ubuntu2~24.04.1  
amd64Declarative network configuration runtime library
ii  netplan.io  0.106.1-7ubuntu0.22.04.4
amd64YAML network configuration abstraction for various backends

root@jj-nn-np-nm-crash:~# netplan generate
Traceback (most recent call last):
  File "/usr/sbin/netplan", line 20, in 
from netplan import Netplan
  File "/usr/share/netplan/netplan/__init__.py", line 18, in 
from netplan.cli.core import Netplan
  File "/usr/share/netplan/netplan/cli/core.py", line 24, in 
import netplan.cli.utils as utils
  File "/usr/share/netplan/netplan/cli/utils.py", line 27, in 
import netplan.libnetplan as np
  File "/usr/share/netplan/netplan/libnetplan.py", line 54, in 
lib.netplan_get_id_from_nm_filename.restype = ctypes.c_char_p
  File "/usr/lib/python3.10/ctypes/__init__.py", line 387, in __getattr__
func = self.__getitem__(name)
  File "/usr/lib/python3.10/ctypes/__init__.py", line 392, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /lib/x86_64-linux-gnu/libnetplan.so.1: undefined symbol: 
netplan_get_id_from_nm_filename

root@jj-nn-np-nm-crash:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 22.04.4 LTS
Release:22.04
Codename:   jammy

root@jj-nn-np-nm-crash:~# ll 
/var/crash/_usr_share_netplan_netplan.script.0.crash 
-rw-r- 1 root root 31274 Sep 12 14:37 
/var/crash/_usr_share_netplan_netplan.script.0.crash


The installation of "network-manager" succeeds, but the crash can then be 
observed.

root@jj-nn-np-nm-crash:~# apt install network-manager
[...]
root@jj-nn-np-nm-crash:~# systemctl status NetworkManager
● NetworkManager.service - Network Manager
 Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; 
vendor preset: enabled)
 Active: active (running) since Thu 2024-09-12 14:38:17 UTC; 1min 50s ago
   Docs: man:NetworkManager(8)
   Main PID: 4993 (NetworkManager)
  Tasks: 4 (limit: 28393)
 Memory: 3.0M
CPU: 444ms
 CGroup: /system.slice/NetworkManager.service
 └─4993 /usr/sbin/NetworkManager --no-daemon

Sep 12 14:38:17 jj-nn-np-nm-crash NetworkManager[5021]: 
lib.netplan_get_id_from_nm_filename.restype = ctypes.c_char_p
Sep 12 14:38:17 jj-nn-np-nm-crash NetworkManager[5021]: 
^^^
Sep 12 14:38:17 jj-nn-np-nm-crash NetworkManager[5021]:   File 
"/usr/lib/python3.12/ctypes/__init__.py", line 392, in __getattr__
Sep 12 14:38:17 jj-nn-np-nm-crash NetworkManager[5021]: func = 
self.__getitem__(name)
Sep 12 14:38:17 jj-nn-np-nm-crash NetworkManager[5021]:
^^
Sep 12 14:38:17 jj-nn-np-nm-crash NetworkManager[5021]:   File 
"/usr/lib/python3.12/ctypes/__init__.py", line 397, in __getitem__
Sep 12 14:38:17 jj-nn-np-nm-crash NetworkManager[5021]: func = 
self._FuncPtr((name_or_ordinal, self))
Sep 12 14:38:17 jj-nn-np-nm-crash NetworkManager[5021]:
^^
Sep 12 14:38:17 jj-nn-np-nm-crash NetworkManager[5021]: AttributeError: 
/lib/x86_64-linux-gnu/libnetplan.so.1: undefined symbol: 
netplan_get_id_from_nm_filename
Sep 12 14:38:17 jj-nn-np-nm-crash NetworkManager[4993]:   
[1726151897.7165] audit: op="connections-reload" pid=5011 uid=0 result="success"


After the "netplan.io" package is upgraded as well, the crash doesn't
happen anymore in network-manager, no otherwise.

root@jj-nn-np-nm-crash:~# apt install netplan.io
[...]
root@jj-nn-np-nm-crash:~# netplan generate
root@jj-nn-np-nm-crash:~# echo $?
0
root@jj-nn-np-nm-crash:~# systemctl restart NetworkManager
root@jj-nn-np-nm-crash:~# systemctl status NetworkManager
● NetworkManager.service - Network Manager
 Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; 
vendor preset: enabled)
 Active: active (running) since Thu 2024-09-12 14:44:51 UTC; 1s ago
   Docs: man:NetworkManager(8)
   Main PID: 6451 (NetworkManager)
  Tasks: 5 (limit: 28393)
 Memory: 2.9M
CPU: 284ms
 CGroup: /system.slice/NetworkManager.service
 └─6451 /usr/sbin/NetworkManager --no-daemon

Sep 12 14:44:51 jj-nn-np-nm-crash NetworkManager[6451]:   
[1726152291.2752] ifupdown: management mode: unmanaged
Sep 12 14:44:51 jj-nn-np-nm-crash NetworkManager[6451]:   
[1726152291.2752] ifupdown: interfaces file /etc/network/interfaces doesn't 
exist
Sep 12 14:44:51 jj-nn-np-nm-crash NetworkManager[6451]:   
[1726152291.6431] dhcp: init: Using DHCP client 'internal'
Sep 12 14:44:51 jj

[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 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_nm_filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2033259/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2072486/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.launchpad.net/ubuntu/+source/linux/+bug/1988018/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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://bugs.launchpad.net/bugs/2077159

Title:
  i40e interfaces renamed after upgrade from hwe-6.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2077159/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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://bugs.launchpad.net/ubuntu/+source/luit/+bug/2078827/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076381

Title:
  [MIR] retry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/retry/+bug/2076381/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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://bugs.launchpad.net/ubuntu/+source/augeas/+bug/2019940/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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:
https://bugs.launchpad.net/netplan/+bug/2076319/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 (Ubuntu Oracular)
   Importance: Low
   Status: In Progress

** 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.launchpad.net/bugs/2072486

Title:
  netplan-ovs-cleanup.service is marked world-inaccessible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2072486/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2066272

Title:
  [MIR] libpanel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpanel/+bug/2066272/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2032824/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

Title:
  Veth pairs fail activation on Jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2032824/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.net/ubuntu/+source/network-manager/+bug/2032824/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/ubuntu/+source/network-manager/+bug/2032824/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 => Medium

** Changed in: netplan.io (Ubuntu)
   Status: Confirmed => Won't Fix

** 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/1862481

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/1862481/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.launchpad.net/bugs/1880717

Title:
  Support netplan in initramfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1880717/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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: New

** Tags added: foundations-todo

** Changed in: netplan.io (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/2078759

Title:
  debsums: changed file /lib/netplan/00-network-manager-all.yaml (from
  ubuntu-settings package)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2078759/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.launchpad.net/bugs/2079975

Title:
  netplan status: encoding issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2079975/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2070318/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2070318/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 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.launchpad.net/bugs/2070318

Title:
  netplan does not quote values passed to ovs-vsctl when needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2070318/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1975678

Title:
  Netplan generates the wrong YAML value when setting activation-
  mode=off

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1975678/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.launchpad.net/ubuntu/+source/netplan.io/+bug/2077011/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.e. spreading the
per-interface-type "renderer" field out to the individual NetDefs of
this section. That is not ideal, but a step into the right direction.

Ideally, we'd need some new datastructures in Netplan to track the per-
interface-type renderer field, which is currently only stored per-NetDef
(pluse on variable for the global renderer).

-- 
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:
  renderer property lost when set at the end of a network. stanza

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2077636/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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:
  renderer property lost when set at the end of a network. stanza

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2077636/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2078009

Title:
  "netplan apply" not applying after cloud-init hotplug

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2078009/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/2073997/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.8/+bug/2077260/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.launchpad.net/bugs/2078009

Title:
  "netplan apply" not applying after cloud-init hotplug

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2078009/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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).

 -- Colin Watson   Mon, 19 Aug 2024 23:52:04 +0100

** Changed in: pytest-twisted (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/2077973

Title:
  Sync pytest-twisted 1.14.1-3 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytest-twisted/+bug/2077973/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 discussion in #965041).

 -- Colin Watson   Mon, 19 Aug 2024 17:06:53 +0100

** Changed in: python-tornado (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/2077971

Title:
  Sync python-tornado 6.4.1-2 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-tornado/+bug/2077971/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 discussion in #965041).
  * Cherry-pick https://github.com/django/daphne/pull/526 to fix tests with
Twisted 24.7.0.
  * Simplify autopkgtests using autopkgtest-pkg-pybuild.

 -- Colin Watson   Sun, 18 Aug 2024 18:46:43 +0100

** Changed in: python-daphne (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/2077972

Title:
  Sync python-daphne 4.1.2-2 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-daphne/+bug/2077972/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065380

Title:
  Support for Qualcomm x1e80100 CRD board

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/2065380/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065380

Title:
  Support for Qualcomm x1e80100 CRD board

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/2065380/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 camera using camera sensors ov02e10 and ov08a10 doesn't work:
  missing kernel driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2072643/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2072647

Title:
  [SRU] virtlogd not rotating logs properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/2072647/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.launchpad.net/bugs/2038109

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/2038109/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/bugs/2067441

Title:
  [SRU] Loadbalancer is stuck with PENDING_UPDATE state on member update
  API

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/2067441/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.launchpad.net/bugs/2067441

Title:
  [SRU] Loadbalancer is stuck with PENDING_UPDATE state on member update
  API

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/2067441/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
   Status: New

** Also affects: netplan.io (Ubuntu Oracular)
   Importance: Undecided
   Status: New

** Changed in: netplan.io (Ubuntu Oracular)
   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/2076319

Title:
  Netplan generate is creating directories with incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/2076319/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2073783] Re: [MIR] exfatprogs

2024-08-27 Thread Lukas Märdian
gure.ac:21: warning: The macro `AC_PROG_CC_STDC' is obsolete.
  => configure.ac:23: warning: The macro `AC_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

-- 
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/exfatprogs/+bug/2073783/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   9   10   >