[Bug 2051672] Re: [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable (main)

2024-04-22 Thread Matthieu Baerts
> However, I don't see how we can argue that dropping FAN support is
> *not* a regression, even if the kernel we ship does not support it.

I understand.

I guess the situation is a bit particular here. If the official kernel
doesn't support it -- something Ubuntu-specific, not upstreamed -- it
means Ubuntu FAN cannot be used: there is no way to even validate that
these patches work on Ubuntu 24.04. The regression would be more on the
kernel side :)

>> and dropping these patches would stop the diversion with Debian?
>
> That's not a goal of our SRU process. We can always realign with
> Debian during the next devel cycle.

Good point. I just wanted to suggest that dropping these patches could
be seen as a "safer approach" as it is closer to the upstream version,
what is on Debian and other distributions.

> The package does seem to include this in its autopkgtests
> (debian/tests/testsuite.sh), so I think we have that coverage.

Oh, I missed that, thank you for having checked! Good news then!

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

Title:
  [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from
  testing/unstable (main)

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


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

[Bug 2051672] Re: [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable (main)

2024-04-22 Thread Matthieu Baerts
> I don't think we can justify dropping FAN support in an SRU, so let's
add that port back in.

Even if it will not be used in Ubuntu 24.04, and dropping these patches
would stop the diversion with Debian?


> @matttbe - is there any documentation about upstream compatibility guarantees 
> and regression testing done that you're aware of, or any tests that we could 
> run beyond those in our autopkgtests?

@dannf: IPRoute2 is following the kernel development, and it is not
supposed to break the compatibility with older kernel versions (also
because the kernel's user API is not supposed to break).

There is a test suite included in the source code, but it looks like it
is not tested when building the .deb package, check the 'debian/rules'
file:

override_dh_auto_test:
# upstream test suite needs root and leaves machine unclean, skip it


I never used it, (and it looks like it is not often updated), but IPRoute2 (ip, 
tc, ss, etc.) is also heavily used in the kernel selftests:

$ git grep -cw -e ip -e tc -e ss -- tools/testing/selftests/ | wc -l
635


Maybe these tests are already being validated when building a new kernel for 
Ubuntu? That's another way to validate IPRoute2.

Other than that, Debian is using IPRoute2 versions > 6.1 for a long time
now.

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

Title:
  [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from
  testing/unstable (main)

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


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

[Bug 2051672] Re: [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable (main)

2024-04-11 Thread Matthieu Baerts
Hi Dann,

Thank you for doing that!

Is there something I can do to help?

Note that I published the modifications I did [1] in a dedicated PPA
[2]. This was a merge with Debian.

If it is no longer needed to support Ubuntu FAN -- see my comment in #3
-- all Ubuntu-specific patches can be removed, and a simple "sync" with
Debian can be done instead.

[1] 
https://code.launchpad.net/~matttbe/ubuntu/+source/iproute2/+git/iproute2/+ref/merge-lp2051672-noble
[2] https://launchpad.net/~matttbe/+archive/ubuntu/iproute2-lp2051672

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

Title:
  [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from
  testing/unstable (main)

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


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

[Bug 2051672] Re: Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable (main)

2024-04-03 Thread Matthieu Baerts
Hello,

I was quickly checking if I could help preparing the upgrade of IPRoute2
packages for Noble (before the final freeze).

In short, IPRoute2 has Ubuntu specific modifications. The merge was not
difficult, the code is there:

https://code.launchpad.net/~matttbe/ubuntu/+source/iproute2/+git/iproute2/+ref/merge-
lp2051672-noble

But then, I realised that the 6.8 Linux kernel in Noble no longer
includes Ubuntu FAN support. We could then drop these Ubuntu specific
patches and sync with Debian.

Andrea Righi mentioned this on IRC:

> ubuntu-fan has been temporarily dropped from the noble kernel (see the
discourse post https://discourse.ubuntu.com/t/introducing-
kernel-6-8-for-the-24-04-noble-numbat-release), we're still trying to
figure out if there are still some users that rely on this feature, if
not we can definitely sync with Debian & upgrade

Because the situation is still unknown, it might be good to continue to merge 
IPRoute2 with the version from Debian. In this case, please use the version I 
shared here above. I understand that we might be short on time, but it might be 
good if someone from the Kernel Packages team could have a look at this :)
That would help to support networking features added in Kernel >6.1!

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

Title:
  Merge iproute2 with the latest Debian version: 6.8.0-1 from
  testing/unstable (main)

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


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

[Bug 2051672] Re: Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable (main)

2024-03-14 Thread Matthieu Baerts
** Summary changed:

- Merge iproute2 with the latest Debian version: 6.7.0-2 from testing/unstable 
(main)
+ Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable 
(main)

** Description changed:

  A few versions have been released and Ubuntu Noble still has the 6.1
  version (6.1.0-1ubuntu2) from one year ago. Could it be possible to
  import the latest version from Debian unstable fixing a bunch of issues
  and supporting features from more recent kernels?
  
  Please note that Ubuntu Noble 24.04 will probably be shipped with the
  v6.8 kernel [1]. IPRoute v6.1 supports features added up to the v6.1
  kernel, so missing the ones added to earlier versions. Switching to the
  v6.7 now should ease the upgrade to the v6.8 later.
  
  [1] https://discourse.ubuntu.com/t/introducing-kernel-6-8-for-
  the-24-04-noble-numbat-release/41958
  
  Upstream ChangeLog:
  
  - 6.2: https://lore.kernel.org/netdev/20230220105811.674bd304@hermes.local/
  - 6.3: https://lore.kernel.org/netdev/20230427090253.7a92616b@hermes.local/
  - 6.4: https://lore.kernel.org/netdev/20230626093137.2f302acc@hermes.local/
  - 6.5: https://lore.kernel.org/netdev/20230906093918.394a1b1d@hermes.local/
  - 6.6: https://lore.kernel.org/netdev/20231106090325.07092c87@hermes.local/
  - 6.7: https://lore.kernel.org/netdev/20240108094709.050e22bc@hermes.local/
+ - 6.8: https://lore.kernel.org/netdev/20240311094432.16bf9516@hermes.local/
  
  (Previous changelog:
  
https://lore.kernel.org/netdev/?q=s%3A%22%5BANNOUNCE%5D+iproute2%22+AND+NOT+s%3A%22Re%3A%22
  )
  
  ChangeLog from Debian:
+ 
+ iproute2 (6.8.0-1) unstable; urgency=medium
+ 
+   [ Ceppo ]
+   * Update Italian po-debconf translation (Closes: #1063002)
+ 
+   [ Luca Boccassi ]
+   * Add build dependency on libnsl-dev (Closes: #1065214)
+   * Switch to pkgconf
+   * Update upstream source from tag 'upstream/6.8.0'
+   * Drop 0002-ss-show-extra-info-when-processes-is-not-used.patch, merged
+ upstream
+   * Drop iproute2-doc package
+   * Drop tc/m_xt.so and tc/m_ipt.so, removed upstream
+ 
+  -- Luca Boccassi <>  Tue, 12 Mar 2024 14:02:38 +
  
  iproute2 (6.7.0-2) unstable; urgency=medium
  
    * Backport fix for 'ss' output
  
   -- Luca Boccassi <>  Mon, 22 Jan 2024 12:24:29 +
  
  iproute2 (6.7.0-1) unstable; urgency=medium
  
    * Add Italian debconf translation (Closes: #1056582)
    * Update upstream source from tag 'upstream/6.7.0'
    * Bump copyright year ranges in d/copyright
    * Drop 0002-Revert-Makefile-ensure-CONF_USR_DIR-honours-the-libd.patch,
  merged upstream
    * Default config files moved from /usr/lib to /usr/share
  
   -- Luca Boccassi <>  Fri, 12 Jan 2024 21:47:59 +
  
  iproute2 (6.6.0-1) unstable; urgency=medium
  
    * Update upstream source from tag 'upstream/6.6.0'
    * Backport patch to fix configuration installation
    * Remove handling of qt_atm.so, dropped upstream
  
   -- Luca Boccassi <>  Sun, 05 Nov 2023 22:46:20 +
  
  iproute2 (6.5.0-5) unstable; urgency=medium
  
    * Use dh-sequence-movetousr
  
   -- Luca Boccassi <>  Tue, 24 Oct 2023 15:24:01 +0100
  
  iproute2 (6.5.0-4) unstable; urgency=medium
  
    * postinst: handle legacy config files only when upgrading from previous
  versions that shipped them
    * postinst: ensure that locally modified legacy config files are
  preserved as overrides on upgrade (Closes: #1051577)
    * Note configuration files location changes in NEWS
  
   -- Luca Boccassi <>  Sat, 16 Sep 2023 18:58:51 +0100
  
  iproute2 (6.5.0-3) unstable; urgency=medium
  
    * Remove further leftovers as part of upstream's move of config to /usr
  (Closes: #1051577)
  
   -- Luca Boccassi <>  Mon, 11 Sep 2023 09:42:12 +0100
  
  iproute2 (6.5.0-2) unstable; urgency=medium
  
    * Add maintscript to remove conffiles that upstream has moved to /usr
  (Closes: #1051577)
  
   -- Luca Boccassi <>  Sun, 10 Sep 2023 21:28:28 +0100
  
  iproute2 (6.5.0-1) unstable; urgency=medium
  
    [ Luca Boccassi ]
    * Use wildcard for Lintian overrides
  
    [ Peter Kvillegård ]
    * Add Swedish translation of debconf messages (Closes: #1050442)
  
    [ Luca Boccassi ]
    * Update upstream source from tag 'upstream/6.5.0'
    * Use cap_bpf instead of cap_sys_admin for ip vrf-exec
    * Package-provided config files are now shipped in /usr/iproute2 instead
  of /etc/iproute2
  
   -- Luca Boccassi <>  Sat, 09 Sep 2023 16:32:54 +0100
  
  iproute2 (6.4.0-1) unstable; urgency=medium
  
    * Fix patch header Forwarded field
    * Enable ELF metadata stamping
    * Update upstream source from tag 'upstream/6.4.0'
    * Update Lintian overrides
  
   -- Luca Boccassi <>  Fri, 30 Jun 2023 12:16:40 +0100
  
  iproute2 (6.3.0-1) unstable; urgency=medium
  
    * Drop obsolete conflicts/replaces
    * Update upstream source from tag 'upstream/6.3.0'
  
   -- Luca Boccassi <>  Tue, 13 Jun 2023 23:49:37 +0100
  
  iproute2 (6.1.0-3) unstable; urgency=medium
  
    * Ensure 

[Bug 2051965] Re: QEmu with TCG acceleration (without KVM) causes kernel panics with guest kernels >=6.3

2024-02-27 Thread Matthieu Baerts
Hi Sergio, Andreas,

Thank you for the new version!

I also confirm that with the new version from mantic-proposed...

# apt-cache policy qemu-system-x86
qemu-system-x86:
  Installed: 1:8.0.4+dfsg-1ubuntu3.23.10.3
  Candidate: 1:8.0.4+dfsg-1ubuntu3.23.10.3
  Version table:
 *** 1:8.0.4+dfsg-1ubuntu3.23.10.3 100
100 http://archive.ubuntu.com/ubuntu mantic-proposed/main amd64 Packages
100 /var/lib/dpkg/status
 1:8.0.4+dfsg-1ubuntu3.23.10.2 500
500 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu mantic-security/main amd64 
Packages
 1:8.0.4+dfsg-1ubuntu3 500
500 http://archive.ubuntu.com/ubuntu mantic/main amd64 Packages


...I didn't have any panic after 30 minutes of tests with the new version, 
while it took me 30 seconds to get the panic with the previous one.

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

Title:
  QEmu with TCG acceleration (without KVM) causes kernel panics with
  guest kernels >=6.3

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


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

[Bug 1968845] Re: Upgrade to 22.04 from 20.04 ends with dbus installation asking for a reboot

2022-06-02 Thread Matthieu Clemenceau
** Tags added: fr-2444

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

Title:
  Upgrade to 22.04 from 20.04 ends with dbus installation asking for a
  reboot

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


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

[Bug 1976258] Re: icu ftbfs in the jammy release pocket

2022-06-02 Thread Matthieu Clemenceau
** Tags added: fr-2443

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

Title:
  icu ftbfs in the jammy release pocket

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


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

[Bug 1976299] Re: hashlib.algorithms_available lists algorithms that cannot be used

2022-06-02 Thread Matthieu Clemenceau
** Tags added: fr-2442

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

Title:
  hashlib.algorithms_available lists algorithms that cannot be used

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


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

[Bug 1880029] Re: Netplan optional-addresses produces Unknown key name 'OptionalAddresses'

2022-06-02 Thread Matthieu Clemenceau
** Tags added: fr-2440

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

Title:
  Netplan optional-addresses produces Unknown key name
  'OptionalAddresses'

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


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

[Bug 1976607] Re: tests-in-lxd autopkgtest is skipped, due to missing 'lxd' deb

2022-06-02 Thread Matthieu Clemenceau
** Tags added: fr-2441

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

Title:
  tests-in-lxd autopkgtest is skipped, due to missing 'lxd' deb

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


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

[Bug 1884299] Re: Chromium snap won't run with nfs home drive

2022-06-01 Thread Matthieu Herrb
In https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1662552 it is
suggested that the problem is triggered by snapd starting too early
(before autofs mounts any home directory) is there a way to force autofs
to mount an home directory before launching snapd ?

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

Title:
  Chromium snap won't run with nfs home drive

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


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

[Bug 1884299] Re: Chromium snap won't run with nfs home drive

2022-06-01 Thread Matthieu Herrb
With Ubuntu 22 shipping firefox as a snap, it fails to start here :
"cannot open path of the current working directory: Permission denied"

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

Title:
  Chromium snap won't run with nfs home drive

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


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

[Bug 1975667] Re: systemd-resolved does not reset DNS server and search domain list properly after VPN disconnect

2022-05-26 Thread Matthieu Clemenceau
** Tags added: fr-2418

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

Title:
  systemd-resolved does not reset DNS server and search domain list
  properly after VPN disconnect

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


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

[Bug 1937110] Re: dhcp option 121 & 249

2022-05-26 Thread Matthieu Clemenceau
** Tags added: fr-2416

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

Title:
  dhcp option 121 & 249

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


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

[Bug 1973285] Re: libraspberrypi0 multi-arch install failing due to lintian override content difference

2022-05-26 Thread Matthieu Clemenceau
** Tags added: fr-2417

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

Title:
  libraspberrypi0 multi-arch install failing due to lintian override
  content difference

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/raspberrypi-userland/+bug/1973285/+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

2022-05-26 Thread Matthieu Clemenceau
** Tags added: fr-2415

-- 
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 1974196] Re: Installing libudev1 on a new Jammy installation uninstalls many packages.

2022-05-19 Thread Matthieu Clemenceau
** Tags added: fr-2401

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

Title:
  Installing libudev1 on a new Jammy installation uninstalls many
  packages.

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


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

[Bug 1971474] Re: SRU: Update gdb to the final 12.1 release in 22.04 LTS

2022-05-19 Thread Matthieu Clemenceau
** Tags added: fr-2397

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

Title:
  SRU: Update gdb to the final 12.1 release in 22.04 LTS

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


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

[Bug 1974115] Re: [UBUNTU 22.04] BINUTILS: Adding new platform name IBM z16

2022-05-19 Thread Matthieu Clemenceau
** Tags added: fr-2396

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

Title:
  [UBUNTU 22.04] BINUTILS: Adding new platform name IBM z16

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1974115/+subscriptions


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

[Bug 1893680] Re: high delay visible every 25/30 seconds

2022-05-05 Thread Matthieu Baerts
Hi Sebastien,

Yes sorry, I forgot to follow up on that one: I don't remember which iwd
version had the fix but I no longer have the issue on Ubuntu 22.04.

Cheers,
Matt

** Changed in: iwd (Ubuntu)
   Status: Triaged => 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/1893680

Title:
  high delay visible every 25/30 seconds

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


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

[Bug 1969786] Re: Upgrade from 20.04 to 22.04 failed

2022-04-28 Thread Matthieu Clemenceau
** Tags added: fr-2316

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

Title:
  Upgrade from 20.04 to 22.04 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1969786/+subscriptions


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

[Bug 1959475] Re: "machinectl shell" connections immediately terminated

2022-04-28 Thread Matthieu Clemenceau
** Tags added: fr-2315

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

Title:
  "machinectl shell" connections immediately terminated

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


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

[Bug 1969810] Re: python 3.10: SSLObject does not raise SSLEOFError on OpenSSL 3

2022-04-28 Thread Matthieu Clemenceau
** Tags added: fr-2314

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

Title:
  python 3.10: SSLObject does not raise SSLEOFError on OpenSSL 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1969810/+subscriptions


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

[Bug 1969805] Re: [Security][Jammy] Please update Git to v2.34.2 (CVE-2022-24765)

2022-04-26 Thread Matthieu Baerts
Recently released in Ubuntu Jammy Security:
https://launchpad.net/ubuntu/+source/git/1:2.34.1-1ubuntu1.1

** Changed in: git (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: git (Ubuntu)
 Assignee: (unassigned) => Leonidas S. Barbosa (leosilvab)

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

Title:
  [Security][Jammy] Please update Git to v2.34.2 (CVE-2022-24765)

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


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

[Bug 1962225] Re: preinst check that kernel revision < 255 now does more harm than good

2022-04-25 Thread Matthieu Clemenceau
** Tags added: fr-2274

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

Title:
  preinst check that kernel revision < 255 now does more harm than good

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


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

[Bug 1969805] Re: [Security][Jammy] Please update Git to v2.34.2 (CVE-2022-24765)

2022-04-21 Thread Matthieu Baerts
Hi Marc,

Thank you for the quick reply!

OK, it was then just a technical/admin issue: it was not forgotten :)
All good then!

Feel free to change the Importance. I marked it as Critical as it is a
security issue but I see it is categorised as "Medium":
https://ubuntu.com/security/CVE-2022-24765

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-24765

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

Title:
  [Security][Jammy] Please update Git to v2.34.2 (CVE-2022-24765)

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


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

[Bug 1969805] [NEW] [Security][Jammy] Please update Git to v2.34.2 (CVE-2022-24765)

2022-04-21 Thread Matthieu Baerts
*** This bug is a security vulnerability ***

Public security bug reported:

Hello,

This is not new, Git developers have been recently published a few
maintenance releases to address the security issues described in
CVE-2022-24765.

https://lore.kernel.org/git/xmqqv8veb5i6.fsf@gitster.g/

The fix annoyed me because it broke a few CI jobs but that's not the
point here: I noticed earlier this week there was no update for Ubuntu
22.04 Jammy. Is it possible to also add this security update in Jammy?


Just to know, I'm a bit surprised all other supported Ubuntu versions have been 
updated with a fix but not this one. Is it normal? :)

** Affects: git (Ubuntu)
 Importance: Critical
 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/1969805

Title:
  [Security][Jammy] Please update Git to v2.34.2 (CVE-2022-24765)

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


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

[Bug 1969227] Re: scilab 6.1.1+dfsg2-3 fail to build

2022-04-15 Thread Matthieu Clemenceau
Successful build log from ppa can be found here
https://launchpad.net/~mclemenceau/+archive/ubuntu/distro-
work/+build/23548209

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

Title:
  scilab 6.1.1+dfsg2-3 fail to build

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


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

[Bug 1969227] Re: scilab 6.1.1+dfsg2-3 fail to build

2022-04-15 Thread Matthieu Clemenceau
** Patch added: "scilab_6.1.1+dfsg2-3_6.1.1+dfsg2-3ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/scilab/+bug/1969227/+attachment/5580963/+files/scilab_6.1.1+dfsg2-3_6.1.1+dfsg2-3ubuntu1.debdiff

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

Title:
  scilab 6.1.1+dfsg2-3 fail to build

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


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

[Bug 1969227] [NEW] scilab 6.1.1+dfsg2-3 fail to build

2022-04-15 Thread Matthieu Clemenceau
Public bug reported:

scilab 6.1.1+dfsg2-3 was uploaded on Nov 11 2021 and has failed to build
ever since

https://launchpad.net/ubuntu/+source/scilab/6.1.1+dfsg2-3/+build/22400494

https://launchpadlibrarian.net/596601979/buildlog_ubuntu-jammy-
amd64.scilab_6.1.1+dfsg2-3_BUILDING.txt.gz

Here is the build error
../../modules/core/includes/pause.h:18:18: error: conflicting declaration of C 
function ‘void pause()’
   18 | CORE_IMPEXP void pause(void);
  |  ^
In file included from /usr/include/x86_64-linux-gnu/bits/sigstksz.h:24,
 from /usr/include/signal.h:328,
 from ../../modules/threads/includes/Thread_Wrapper.h:53,
 from 
../../modules/ast/includes/system_env/threadmanagement.hxx:21,
 from src/cpp/pause.cpp:15:
/usr/include/unistd.h:489:12: note: previous declaration ‘int pause()’
  489 | extern int pause (void);
  |^
src/cpp/pause.cpp:22:6: error: ambiguating new declaration of ‘void pause()’
   22 | void pause(void)
  |  ^
In file included from /usr/include/x86_64-linux-gnu/bits/sigstksz.h:24,
 from /usr/include/signal.h:328,
 from ../../modules/threads/includes/Thread_Wrapper.h:53,
 from 
../../modules/ast/includes/system_env/threadmanagement.hxx:21,
 from src/cpp/pause.cpp:15:
/usr/include/unistd.h:489:12: note: old declaration ‘int pause()’
  489 | extern int pause (void);
  |^

It appears scilab core module has a function called pause that conflicts
with the standard unistd pause function.

I made a patch that allow scilab to build and I tested from my ppa.
This patch simply rename the function to scipause. This doesn't feel very 
elegant and there might be a better solution. I'll leave it up to more 
experience folks to decide if this needs rework :)

** Affects: scilab (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/1969227

Title:
  scilab 6.1.1+dfsg2-3 fail to build

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


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

[Bug 1968919] Re: Spurious needrestart runs on do-release-upgrade

2022-04-14 Thread Matthieu Clemenceau
** Tags added: fr-2254

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

Title:
  Spurious needrestart runs on do-release-upgrade

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


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

[Bug 1966800] Re: systemd locks up due to incorrect handling of time zone changes

2022-04-07 Thread Matthieu Clemenceau
** Tags added: fr-2227

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

Title:
  systemd locks up due to incorrect handling of time zone changes

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


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

[Bug 1926860] Re: XP Pen Star 03 graphic tablet not running on Ubuntu later than 18.04

2022-04-07 Thread Matthieu Clemenceau
** Tags added: fr-2226

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

Title:
  XP Pen Star 03 graphic tablet not running on Ubuntu later than 18.04

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


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

[Bug 1967593] Re: kernel modules going missing after reboot

2022-04-07 Thread Matthieu Clemenceau
** Tags added: fr-2225

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

Title:
  kernel modules going missing after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1967593/+subscriptions


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

[Bug 1968075] Re: [needs-packaging] Please sync mptcpd 0.9-1 from debian unstable

2022-04-07 Thread Matthieu Baerts
Hi Jeremy,

That was quick! Thank you very much for your help :)

Cheers,
Matt

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

Title:
  [needs-packaging] Please sync mptcpd 0.9-1 from debian unstable

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


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

[Bug 1968075] [NEW] Please sync mptcpd 0.9-1 from debian unstable

2022-04-06 Thread Matthieu Baerts
Public bug reported:

[needs-packaging] mptcpd

The Multipath TCP Daemon - mptcpd - is a daemon for Linux based
operating systems that performs Multipath TCP path management related
operations in the user space.

Ubuntu kernels have MPTCP feature enabled. Having this package will help
users to configure it.

It would be nice to add this package in Ubuntu 22.04.


URL: https://github.com/intel/mptcpd
License: BSD-3-Clause
Notes: This new package was in preparation in January and sent to the Debian 
NEW queue at the beginning of February but only got accepted on the 5 of April. 
Only one correction was needed because a file from upstream had the incorrect 
license.
Debian's WNPP: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005012
https://packages.debian.org/sid/mptcpd
https://tracker.debian.org/pkg/mptcpd

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Tags added: needs-packaging

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

Title:
  Please sync mptcpd 0.9-1 from debian unstable

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


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

[Bug 1968075] Re: Please sync mptcpd 0.9-1 from debian unstable

2022-04-06 Thread Matthieu Baerts
@Ubuntu Release team: sorry for the late request. I hope I properly followed 
the instructions but it is unclear to me if someone from your team has to 
approve this request.
Hopefully this is not too late for Ubuntu 22.04 :-)
Thank you!

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

Title:
  Please sync mptcpd 0.9-1 from debian unstable

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


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

[Bug 1938088] Re: acpi-support prevents Groovy and Hirsute booting in LXC

2022-04-04 Thread Matthieu Clemenceau
** Tags added: fr-2165

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

Title:
  acpi-support prevents Groovy and Hirsute booting in LXC

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-identity-provider/+bug/1938088/+subscriptions


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

[Bug 1967726] [NEW] Disabled S3 ACPI standby state on DELL Precision M3560

2022-04-04 Thread Matthieu Dalstein
Public bug reported:

Device information for https://answers.launchpad.net/ubuntu-
certification/+question/701164

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.14.0-1031-oem 5.14.0-1031.34
ProcVersionSignature: Ubuntu 5.14.0-1031.34-oem 5.14.21
Uname: Linux 5.14.0-1031-oem x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr  4 09:58:28 2022
InstallationDate: Installed on 2021-12-06 (118 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
SourcePackage: linux-signed-oem-5.14
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.cron.daily.apport: [deleted]

** Affects: linux-signed-oem-5.14 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  Disabled S3 ACPI standby state on DELL Precision M3560

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-oem-5.14/+bug/1967726/+subscriptions


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

[Bug 1966416] Re: pam_faillock does not actually deny login after given number of failures

2022-03-31 Thread Matthieu Clemenceau
** Tags added: fr-2158

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

Title:
  pam_faillock does not actually deny login after given number of
  failures

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


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

[Bug 1966381] Re: applications crash that never crashed under Ubuntu-20.04

2022-03-31 Thread Matthieu Clemenceau
** Tags added: fr-2157

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

Title:
  applications crash that never crashed under Ubuntu-20.04

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


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

[Bug 1967182] [NEW] windows change desktop after lock screen

2022-03-30 Thread Matthieu Clemenceau
Public bug reported:

Hello,

So I have a dual screen setup where my primary monitor isn't the laptop
built-in but an external wide screen.

So I would have 2 or 3 virtual desktop with various content organized
(mail, development, personal)

After a long break with the screen locked when I come back to my
computer, my windows have moved from Virtual desktop to another and
sometime from one monitor to another.

let me know if you need more information

Matthieu

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell 42~beta-1ubuntu3
ProcVersionSignature: Ubuntu 5.15.0-22.22-generic 5.15.19
Uname: Linux 5.15.0-22-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed Mar 30 16:44:57 2022
DisplayManager: gdm3
InstallationDate: Installed on 2020-01-05 (815 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions: mutter-common 42~beta-1ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to jammy on 2022-01-27 (62 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy third-party-packages uec-images wayland-session

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

Title:
  windows change desktop after lock screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1967182/+subscriptions


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

[Bug 1965830] Re: apport-kde crashed with setGeometry(self, int, int, int, int) in ui_start_info_collection_progress(): argument 1 has unexpected type 'float'

2022-03-24 Thread Matthieu Clemenceau
** Tags added: fr-2138

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

Title:
  apport-kde crashed with   setGeometry(self, int, int, int, int) in
  ui_start_info_collection_progress(): argument 1 has unexpected type
  'float'

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


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

[Bug 1965983] Re: ZFS snapshots without etc directory causes grub.cfg build failure

2022-03-24 Thread Matthieu Clemenceau
** Tags added: fr-2137

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

Title:
  ZFS snapshots without etc directory causes grub.cfg build failure

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


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

[Bug 1892369] Re: Impossible to skip integrity test for ubuntu-server 20.04.1 iso

2022-03-24 Thread Matthieu Clemenceau
** Tags added: fr-2136

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

Title:
  Impossible to skip integrity test for ubuntu-server 20.04.1 iso

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


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

[Bug 1947588] Re: Infinite Loop in OpenSSL s_server

2022-03-24 Thread Matthieu Clemenceau
** Tags added: fr-2135

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

Title:
  Infinite Loop in OpenSSL s_server

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


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

[Bug 1965293] Re: systemd/248.3-1ubuntu8.2 ADT test failure (tests-in-lxd) with linux/5.13.0-37.42

2022-03-17 Thread Matthieu Clemenceau
** Tags added: fr-2115

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

Title:
  systemd/248.3-1ubuntu8.2 ADT test failure (tests-in-lxd) with
  linux/5.13.0-37.42

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


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

[Bug 1957932] Re: [MIR] rustc, cargo

2022-02-24 Thread Matthieu Clemenceau
@Steve Beattie,

I concur with Simon, the foundations team will backport llvm to 22.04 if
an updated rustc requires it.

Matthieu

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

Title:
  [MIR] rustc, cargo

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


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

[Bug 1767054] Re: suggest default keyboard based on language

2022-02-24 Thread Matthieu Clemenceau
** Tags added: fr-2085

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

Title:
  suggest default keyboard based on language

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


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

[Bug 1961432] Re: Upgrading from 21.10 to 22.04 fails to upgrade snap core18

2022-02-24 Thread Matthieu Clemenceau
** Tags added: fr-2084

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

Title:
  Upgrading from 21.10 to 22.04 fails to upgrade snap core18

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1961432/+subscriptions


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

[Bug 1962038] Re: wrong sysrq value in /usr/lib/sysctl.d/50-default.conf

2022-02-24 Thread Matthieu Clemenceau
** Tags added: fr-2083

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

Title:
  wrong sysrq value in /usr/lib/sysctl.d/50-default.conf

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


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

[Bug 1961979] Re: Can't connect to Jammy hosts (openssh >= 8.8p1-1)

2022-02-24 Thread Matthieu Clemenceau
** Tags added: fr-2082

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

Title:
  Can't connect to Jammy hosts (openssh >= 8.8p1-1)

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


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

[Bug 1961425] Re: 22.04: FTBFS due to test failure

2022-02-24 Thread Matthieu Clemenceau
** Tags added: fr-2080

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

Title:
  22.04: FTBFS due to test failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1961425/+subscriptions


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

[Bug 1961427] Re: [Ubuntu 21.10] zlib: compressBound() returns an incorrect result on z15

2022-02-24 Thread Matthieu Clemenceau
** Tags added: fr-2079

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

Title:
  [Ubuntu 21.10] zlib: compressBound() returns an incorrect result on
  z15

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1961427/+subscriptions


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

[Bug 1947046] Re: EFI stub: ERROR: FIRMWARE BUG: kernel image not aligned on 64k boundary

2022-02-17 Thread Matthieu Clemenceau
** Tags added: fr-2066

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

Title:
  EFI stub: ERROR: FIRMWARE BUG: kernel image not aligned on 64k
  boundary

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


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

[Bug 1914278] Re: Kernel updates marked as "manually installed", prevents old kernels cleanup

2022-02-17 Thread Matthieu Clemenceau
** Tags added: fr-2064

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

Title:
  Kernel updates marked as "manually installed", prevents old kernels
  cleanup

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


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

[Bug 1961047] Re: swapfile has holes on preinstalled desktop

2022-02-17 Thread Matthieu Clemenceau
** Tags added: fr-2065

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

Title:
  swapfile has holes on preinstalled desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1961047/+subscriptions


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

[Bug 1895799] Re: pkgstripfiles doesn't respect override_dh_installchangelogs targets

2022-02-17 Thread Matthieu Clemenceau
** Tags added: fr-2063

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

Title:
  pkgstripfiles doesn't respect override_dh_installchangelogs targets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1895799/+subscriptions


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

[Bug 1895799] Re: pkgstripfiles doesn't respect override_dh_installchangelogs targets

2022-02-14 Thread Matthieu Clemenceau
** 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/1895799

Title:
  pkgstripfiles doesn't respect override_dh_installchangelogs targets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1895799/+subscriptions


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

[Bug 1958623] Re: encounter RSOD while pxe booting from MaaS server

2022-02-11 Thread Matthieu Clemenceau
** Tags added: fr-2047

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

Title:
  encounter RSOD while pxe booting from MaaS server

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


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

[Bug 1960263] Re: python-pil-doc fails to build in jammy

2022-02-10 Thread Matthieu Clemenceau
** Tags added: fr-2039

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

Title:
  python-pil-doc fails to build in jammy

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


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

[Bug 1960343] Re: ell 0.48-0.1 doesn't pass unit tests (failed to build)

2022-02-08 Thread Matthieu Baerts
To answer my own question:

> Is it a known issue?

Apparently yes:

https://lore.kernel.org/ell/c5629468613b76d7fe650006c2276f7f49a42e2b.ca...@intel.com/T/#u

Where we can find:

> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88643
>
> May I suggest that the distro in question figures this out by 
> themselves, there's nothing wrong in ell.
>
> If they insist on using LTO, then at least disable it for that test.

I guess LTO should then be disabled for that test.

** Bug watch added: GCC Bugzilla #88643
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88643

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

Title:
  ell 0.48-0.1 doesn't pass unit tests (failed to build)

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


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

[Bug 1960343] [NEW] ell 0.48-0.1 doesn't pass unit tests (failed to build)

2022-02-08 Thread Matthieu Baerts
Public bug reported:

Hello,

I'm interested by having ell 0.48 fixing a memleak introduce in the previous 
release.
It has been packaged in Debian, imported in Ubuntu but it looks like the build 
in Ubuntu fails on amd64:

  (...)
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden 
-DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -g -O2 
-ffile-prefix-map=/<>=. -flto=auto -ffat-lto-objects -flto=auto 
-ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c 
-o unit/test-ecdh.o unit/test-ecdh.c
/bin/bash ./libtool  --tag=CC   --mode=link gcc -fvisibility=hidden 
-DUNITDIR=\""./unit/"\" -DCERTDIR=\""./unit/"\" -g -O2 
-ffile-prefix-map=/<>=. -flto=auto -ffat-lto-objects -flto=auto 
-ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security 
-Wl,-wrap,l_getrandom -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects 
-flto=auto -Wl,-z,relro -Wl,-z,now -o unit/test-ecdh unit/test-ecdh.o 
ell/libell-private.la 
libtool: link: gcc -fvisibility=hidden -DUNITDIR=\"./unit/\" 
-DCERTDIR=\"./unit/\" -g -O2 -ffile-prefix-map=/<>=. -flto=auto 
-ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong 
-Wformat -Werror=format-security -Wl,-wrap -Wl,l_getrandom 
-Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z 
-Wl,relro -Wl,-z -Wl,now -o unit/test-ecdh unit/test-ecdh.o  
ell/.libs/libell-private.a
/usr/bin/ld: /tmp/ccB5sgJf.ltrans0.ltrans.o: in function `__wrap_l_getrandom':
./unit/test-ecdh.c:52: undefined reference to `l_getrandom'
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:1628: unit/test-ecdh] Error 1
make[4]: *** [Makefile:2211: check-TESTS] Error 2
make[3]: *** [Makefile:2716: check-am] Error 2
make[2]: *** [Makefile:2718: check] Error 2
make[2]: Leaving directory '/<>'
make[1]: *** [debian/rules:12: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

See:
https://launchpad.net/ubuntu/+source/ell/0.48-0.1/+build/23141351
https://launchpad.net/ubuntu/+source/ell/0.48-0.1/+build/23141351/+files/buildlog_ubuntu-jammy-amd64.ell_0.48-0.1_BUILDING.txt.gz


It looks like it is not new because the issue was already present in 0.47 but 
ignored:

  (...)
libtool: link: gcc -fvisibility=hidden -DUNITDIR=\"./unit/\" 
-DCERTDIR=\"./unit/\" -g -O2 -ffile-prefix-map=/<>=. -flto=auto 
-ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong 
-Wformat -Werror=format-security -Wl,-Bsymbolic-functions -flto=auto 
-ffat-lto-objects -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -o unit/test-net 
unit/test-net.o  ell/.libs/libell-private.a
/usr/bin/ld: /tmp/cc6UN0eh.ltrans0.ltrans.o: in function `__wrap_l_getrandom':
./unit/test-ecdh.c:52: undefined reference to `l_getrandom'
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:1628: unit/test-ecdh] Error 1
make[5]: *** Waiting for unfinished jobs
libtool: link: gcc -fvisibility=hidden -DUNITDIR=\"./unit/\" 
-DCERTDIR=\"./unit/\" -g -O2 -ffile-prefix-map=/<>=. -flto=auto 
-ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong 
-Wformat -Werror=format-security -Wl,-Bsymbolic-functions -flto=auto 
-ffat-lto-objects -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -o unit/test-hwdb 
unit/test-hwdb.o  ell/.libs/libell-private.a
make[4]: *** [Makefile:2211: check-TESTS] Error 2
make[3]: *** [Makefile:2716: check-am] Error 2
make[2]: *** [Makefile:2718: check] Error 2
make[2]: Leaving directory '/<>'
dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2
make[1]: [debian/rules:17: override_dh_auto_test] Error 25 (ignored)

See:
https://launchpad.net/ubuntu/+source/ell/0.47-1/+build/23035163
https://launchpad.net/ubuntu/+source/ell/0.47-1/+build/23035163/+files/buildlog_ubuntu-jammy-amd64.ell_0.47-1_BUILDING.txt.gz


When looking at the diff between the two versions, we can see that indeed in 
v0.47, the tests were ignored in debian/rules.


Were the tests also ignored because of this issue? Is it a known issue? If yes, 
should we skip the tests only in Ubuntu as everything seems OK on Debian side?

** Affects: ell (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/1960343

Title:
  ell 0.48-0.1 doesn't pass unit tests (failed to build)

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


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

[Bug 1959458] Re: Lock screen disabling needs updating

2022-02-03 Thread Matthieu Clemenceau
** Tags added: fr-2021

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

Title:
  Lock screen disabling needs updating

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1959458/+subscriptions


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

[Bug 1956773] Re: Merge git 1:2.34.1-1 (main) from Debian unstable (main)

2022-01-29 Thread Matthieu Baerts
Julian did the merge. Git 1:2.34.1-1ubuntu1 is now in "proposed" repo,
thank you!

PS: A v2.35 version has been published a few days ago and a v2.35.1 a
few hours ago :)

** Changed in: git (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/1956773

Title:
  Merge git 1:2.34.1-1 (main) from Debian unstable (main)

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


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

[Bug 1959015] Re: Switch to new HTTPS-capable domains for PPAs

2022-01-27 Thread Matthieu Clemenceau
** Tags added: fr-2003

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

Title:
  Switch to new HTTPS-capable domains for PPAs

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


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

[Bug 1958594] Re: Boot error: libgcc_s.so.1 must be installed for pthread_exit to work

2022-01-27 Thread Matthieu Clemenceau
** Tags added: fr-2002

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

Title:
  Boot error: libgcc_s.so.1 must be installed for pthread_exit to work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1958594/+subscriptions


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

[Bug 1958389] Re: Jammy builds of xen segfault, but only on launchpad x86 builders

2022-01-27 Thread Matthieu Clemenceau
** Tags added: fr-2001

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

Title:
  Jammy builds of xen segfault, but only on launchpad x86 builders

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


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

[Bug 1958710] Re: Merge network-manager 1.34.0-2 (main) from Debian unstable/testing (main)

2022-01-25 Thread Matthieu Baerts
Hi Sebastien,

Thank you for the link. Good to know this list is closely monitored by
the Desktop team.

(Also "funny" that for "network-manager" package, the last stable
upstream version is not reported: an issue with the "watch" file?)

I guess for Git, I will need to continue pinging someone on IRC, that's
fine :)

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

Title:
   Merge network-manager 1.34.0-2 (main) from Debian unstable/testing
  (main)

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


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

[Bug 1958711] Re: Import iwd 1.21-3 (universe) from Debian unstable/testing (main)

2022-01-25 Thread Matthieu Baerts
Hi Sébastien,

Thank you for the explanation! It is now clearer why iwd was stuck to a 
previous version.
I will the versions stuck in "proposed" with that in mind next time!

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

Title:
   Import iwd 1.21-3 (universe) from Debian unstable/testing (main)

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


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

[Bug 1958710] Re: Merge network-manager 1.34.0-2 (main) from Debian unstable/testing (main)

2022-01-24 Thread Matthieu Baerts
Hi Sebastien,

Sorry I didn't know your team was already tracking that.

I opened this issue because I was trying to find the root cause of
random disconnections when using Ubuntu Jammy: is it NM/iwd/kernel?

I'm using 'iwd' and I noticed it was outdated: 1.15 while the latest
version is 1.21 and available on Debian side. So I opened this issue:
https://bugs.launchpad.net/ubuntu/+source/iwd/+bug/1958711

While at it, I also opened this issue for NM because I was not sure if
the merge were done by requests or not. I mean: even if a few people can
see there is an update available, I don't know if someone will update it
because (s)he is in charge of that or if everybody would think "someone
will do that" but because there is no specific task, the update can be
pending for a long time if you see what I mean :)

In the past, I had a similar issue with Git which was not updated for
quite a while because a merge had to be done and nobody was really in
charge of update it. I had to ask for an update on IRC. This time, I
opened an issue:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1956773

Do you think I should better close these 3 issues (NM/iwd/git)? Should I
find someone on IRC to look at that instead?

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

Title:
   Merge network-manager 1.34.0-2 (main) from Debian unstable/testing
  (main)

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


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

[Bug 1958710] [NEW] Merge network-manager 1.34.0-2 (main) from Debian unstable/testing (main)

2022-01-22 Thread Matthieu Baerts
Public bug reported:

There are some differences between versions from Debian and Ubuntu. A
new version has been released a week ago.


Debian Changelog:

network-manager (1.34.0-2) unstable; urgency=medium

  * Demote wpasupplicant to Recommends.
There are enough use cases for network-manager not involving Wi-Fi which
justifies to make this dependency optional. (Closes: #919619, #980218)

 -- Michael Biebl   Tue, 18 Jan 2022 20:59:36 +0100

network-manager (1.34.0-1) unstable; urgency=medium

  * New upstream version 1.34.0
  * Rebase patches
  * Install nm-priv-helper service
  * Update symbols file for libnm0

 -- Michael Biebl   Fri, 14 Jan 2022 00:18:58 +0100


NM ChangeLog:

=
NetworkManager-1.34
Overview of changes since NetworkManager-1.32
=

* initrd: wait for both IPv4 and IPv6 with "ip=dhcp,dhcp6".
* core: better handle sd-resolved errors when resolving hostnames.
* nmcli: fix import WireGuard profile with DNS domain and address
  family disabled.
* ndisc: send router solicitations before expiry.
* policy: send earlier the ip configs to the DNS manager.
* core: support linking with LLD 13.
* wireguard: importing wg-quick configuration files with nmcli
  no longer sets a negative, exclusive "dns-priority". This plays
  better with common split DNS setups that use systemd-resolved.
  Adjust the "dns-priority" to your liking after import yourself.
* NetworkManager no longer listens for netlink events for traffic
  control objects (qdiscs and filters).
* core: add internal nm-priv-helper service for separating privileges
  and have a way to drop capabilities from NetworkManager daemon.
* bond: add support for setting queue-id of bond port.
* dns: support configuring DNS over TLS (DoT) with systemd-resolved.
* nmtui: add support for WireGuard profiles.
* nmcli: add aliases `nmcli device up|down` beside connect|disconnect.
* conscious language: Deprecate 'Device.Slaves' D-Bus property in favor of new
  'Device.Ports' property. Depracate 'nm_device_*_get_slaves()' in favor of
  'nm_device_get_ports()' in libnm.
* nmcli: invoking nmcli command without arguments will now show 'default'
  instead of null address in route4 or route6 section.

** Affects: network-manager (Ubuntu)
 Importance: Wishlist
 Status: New


** Tags: jammy upgrade-software-version

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

Title:
   Merge network-manager 1.34.0-2 (main) from Debian unstable/testing
  (main)

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


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

[Bug 1958711] [NEW] Import iwd 1.21-3 (universe) from Debian unstable/testing (main)

2022-01-22 Thread Matthieu Baerts
Public bug reported:

A few versions have been released and Ubuntu Jammy still has the 1.15
version. Could it be possible to import the latest version from Debian
testing fixing a bunch of issues, especially some linked to badly
handled disconnections?


Debian Changelog:

iwd (1.21-3) unstable; urgency=medium

  * skip DPP test failing on CI tests on arm64
(upstream describes DPP as experimental,
so treating this as of low importance)
  * improve notes in source about skipped tests

 -- Jonas Smedegaard   Fri, 14 Jan 2022 02:12:51 +0100

iwd (1.21-2) unstable; urgency=medium

  * skip unit test test-dpp

 -- Jonas Smedegaard   Tue, 11 Jan 2022 01:19:28 +0100

iwd (1.21-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * update copyright info: update coverage
  * unfuzz patches
  * install upstream-shipped config file;
closes: bug#1002575, thanks to Diederik de Haas
  * tighten lintian overrides

 -- Jonas Smedegaard   Sun, 09 Jan 2022 21:25:59 +0100

iwd (1.20-3) unstable; urgency=medium

  * Declare that iwd breaks older orphan-sysvinit-scripts
(see bug#1000879)

 -- Jonas Smedegaard   Sun, 05 Dec 2021 14:04:11 +0100

iwd (1.20-2) unstable; urgency=medium

  * link against system-shared libell;
build-depend on libell-dev;
closes: bug#911057, thanks to Andreas Henriksson
  * add patch 1001 proposed by Andreas Henriksson
to hook up traditional dbus activation
  * add systemV init script
(disabled by default same as systemd service);
closes: bug#966518, thanks to Job Bautista
  * add README.Debian,
mentioning how to enable as persistently running service
  * mention in README.Debian that network device naming is overridden;
closes: bug#941652, thanks to Michael Biebl and Andreas Henriksson

 -- Jonas Smedegaard   Tue, 30 Nov 2021 15:34:31 +0100

iwd (1.20-1) unstable; urgency=medium

  [ upstream ]
  * new release

 -- Jonas Smedegaard   Sat, 20 Nov 2021 04:07:53 +0100

iwd (1.19-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * fix check tests only once during build

 -- Jonas Smedegaard   Tue, 02 Nov 2021 20:54:47 +0100

iwd (1.18-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * update copyright info:
+ improve source script copyright-check
+ use Reference (not License-Reference);
  add lintian overrides about License-Reference field
+ update coverage
  * drop patch cherry-picked upstream now applied
  * update git-buildpackage config:
+ avoid any .git* files
+ add usage comment
  * drop NEWS file: contained only an entry predating stable Debian
  * drop unused gitlab-ci file from source

 -- Jonas Smedegaard   Sat, 18 Sep 2021 17:09:51 +0200

iwd (1.17-2) unstable; urgency=medium

  * re-enable unit test test-eapol
  * add patch cherry-picked upstream
to fix eapol IP Allocation test failure
  * rename patch 0001 -> 2001,
and add debian/patches/README documenting patch-naming-micro-policy

 -- Jonas Smedegaard   Sun, 05 Sep 2021 18:09:44 +0200

iwd (1.17-1) unstable; urgency=medium

  [ upstream ]
  * new bugfix release

  [ Jonas Smedegaard ]
  * declare compliance with Debian Policy 4.6.0
  * skip unit test test-eapol
  * add homepage
  * update upstream name (and mention it in long description),
and add upstream preferred contact

 -- Jonas Smedegaard   Mon, 23 Aug 2021 11:25:34 +0200

iwd (1.16-2) unstable; urgency=medium

  * release for unstable

 -- Jonas Smedegaard   Mon, 16 Aug 2021 15:55:09 +0200

iwd (1.16-1) experimental; urgency=medium

  [ upstream ]
  * new release

 -- Jonas Smedegaard   Tue, 10 Aug 2021 18:53:00 +0200


IWD ChangeLog:

ver 1.21:
Fix issue with handling disconnect events issued by AP.
Add experimental support for DPP feature.

ver 1.20:
Fix issue with handling Hotspot 2.0 requirements.
Add support for evict_nocarrier setting during roaming.
Add support for experimental NetworkConfigurationAgent API.

ver 1.19:
Fix issue with handling OCV if offloading is supported.
Fix issue with handling SA Query on channel switch event.
Fix issue with starting FT-over-DS actions after roaming.
Add support for OWE transition networks.
Add support for extended key IDs.

ver 1.18:
Fix issue with handling faulty SAE duplicate commits.
Add support for Access Point FILS IP Address Assignment IE.
Add support for P2P GO-side 4-way handshake IP allocation.
Add support for forcing SAE group 19 if BSS requires it.

ver 1.17:
Fix issue with sending additional and vendor IEs.
Fix issue with IE ordering for 802.11-2020 support.
Fix issue with frequency update on channel switch events.
Fix issue with drivers and handling of IF_OPER_UP setting.

ver 1.16:
Fix issue with writing provisioning files with a passphrase.
Add support for Authenticator & 

[Bug 1939324] Re: oem-config-remove-gtk crashed with ImportError in load_module(): Requiring namespace 'Gtk' version '3.0', but '4.0' is already loaded

2022-01-13 Thread Matthieu Clemenceau
** Tags added: fr-1954

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

Title:
  oem-config-remove-gtk crashed with ImportError in load_module():
  Requiring namespace 'Gtk' version '3.0', but '4.0' is already loaded

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


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

[Bug 1956773] Re: Sync git 1:2.34.1-1 (main) from Debian unstable (main)

2022-01-07 Thread Matthieu Baerts
** Tags added: upgrade-software-version

** Changed in: git (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync git 1:2.34.1-1 (main) from Debian unstable (main)

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


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

[Bug 1956773] [NEW] Sync git 1:2.34.1-1 (main) from Debian unstable (main)

2022-01-07 Thread Matthieu Baerts
Public bug reported:

There are minor differences between versions from Debian and Ubuntu.
That's why git has to be manually updated on Ubuntu. Maybe good to
include 'if' statements in the Debian version for Ubuntu flavours?

Anyway, if there is no other possibilities than diverging here, please
sync git from Debian unstable to Ubuntu Devel.

Debian Changelog:

git (1:2.34.1-1) unstable; urgency=low

  * new upstream point release (see RelNotes/2.34.1.txt).

 -- Jonathan Nieder   Mon, 29 Nov 2021 11:04:56
-0800

git (1:2.34.0-1) unstable; urgency=low

  * new upstream release (see RelNotes/2.34.0.txt).

 -- Jonathan Nieder   Sat, 20 Nov 2021 13:14:45
-0800

Git Changelog:

https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.34.0.txt
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.34.1.txt

** Affects: git (Ubuntu)
 Importance: Wishlist
 Status: New


** Tags: upgrade-software-version

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

Title:
  Sync git 1:2.34.1-1 (main) from Debian unstable (main)

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


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

[Bug 1940630] Re: Sync git 1:2.33.0-1 (main) from Debian unstable (main)

2022-01-07 Thread Matthieu Baerts
** Changed in: git (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/1940630

Title:
  Sync git 1:2.33.0-1 (main) from Debian unstable (main)

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


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

[Bug 1951519] Re: ubiquity 20.04.15.17 fails to build (test_timezone)

2022-01-06 Thread Matthieu Clemenceau
** Tags added: fr-1943

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

Title:
  ubiquity 20.04.15.17 fails to build (test_timezone)

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


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

[Bug 1953301] Re: Segfault on AArch64 caused by OpenSSL affecting numerous packages

2021-12-16 Thread Matthieu Clemenceau
** Tags added: fr-1933

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

Title:
  Segfault on AArch64 caused by OpenSSL affecting numerous packages

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


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

[Bug 1954683] Re: grub is missing secure boot support for compressed kernels

2021-12-16 Thread Matthieu Clemenceau
** Tags added: fr-1931

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

Title:
  grub is missing secure boot support for compressed kernels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-unsigned/+bug/1954683/+subscriptions


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

[Bug 1953046] Re: needrestart should ignore hciuart.service

2021-12-09 Thread Matthieu Clemenceau
** Tags added: fr-1910

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

Title:
  needrestart should ignore hciuart.service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pi-bluetooth/+bug/1953046/+subscriptions


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

[Bug 1953087] Re: Upgrade libica to latest version (crypto) (3.9.0)

2021-12-03 Thread Matthieu Clemenceau
I attached a debdiff update from 3.8.0 to 3.9.0. uploaded and built in
my ppa successfully.

** Changed in: libica (Ubuntu)
   Status: New => In Progress

** Changed in: libica (Ubuntu)
 Assignee: (unassigned) => Matthieu Clemenceau (mclemenceau)

** Patch added: "libica_3.8.0-3.9.0.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/libica/+bug/1953087/+attachment/5545300/+files/libica_3.8.0-3.9.0.debdiff

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

Title:
  Upgrade libica to latest version (crypto) (3.9.0)

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


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

[Bug 1953087] [NEW] Upgrade libica to latest version (crypto) (3.9.0)

2021-12-02 Thread Matthieu Clemenceau
Public bug reported:

https://github.com/opencryptoki/libica/releases/tag/v3.9.0

[FEATURE] Add support for OpenSSL 3.0
[FEATURE] icainfo: new parm -c to display available EC curves


New release 3.9.0 on October 13 2021 with OpenSSL 3.0 support

** Affects: libica (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/1953087

Title:
  Upgrade libica to latest version (crypto) (3.9.0)

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


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

[Bug 1943530] Re: link libkrb5 with openssl

2021-12-02 Thread Matthieu Clemenceau
** Tags added: fr-1900

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

Title:
  link libkrb5 with openssl

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


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

[Bug 1951630] [NEW] [MIR] lldpd

2021-11-19 Thread Matthieu Clemenceau
Public bug reported:

TBD

** Affects: lldpd (Ubuntu)
 Importance: Undecided
 Status: Incomplete

** Changed in: lldpd (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/1951630

Title:
  [MIR] lldpd

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


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

[Bug 1951096] Re: Dist upgrade from focal to jammy fails when upgrading ubuntu-desktop, breaking gnome-control-center

2021-11-18 Thread Matthieu Clemenceau
** Tags added: fr-1871

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

Title:
  Dist upgrade from focal to jammy fails when upgrading ubuntu-desktop,
  breaking gnome-control-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1951096/+subscriptions


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

[Bug 1949205] Re: Volume group "vgubuntu" not found when parition encrypted in LUKS

2021-11-16 Thread Matthieu Clemenceau
** Tags added: rls-ff-incoming

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

Title:
  Volume group "vgubuntu" not found when parition encrypted in LUKS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1949205/+subscriptions


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

[Bug 1949206] Re: parted_server: OUT: Error fsyncing/closing /dev/nvme0n1p1: Input/output error

2021-11-16 Thread Matthieu Clemenceau
** Tags added: rls-ff-incoming

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

Title:
  parted_server: OUT: Error fsyncing/closing /dev/nvme0n1p1:
  Input/output error

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


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

[Bug 1950488] Re: brltty ftbfs in jammy

2021-11-11 Thread Matthieu Clemenceau
** Tags added: fr-1853

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

Title:
  brltty ftbfs in jammy

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


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

[Bug 1921518] Re: OpenSSL "double free" error

2021-11-10 Thread Matthieu Clemenceau
** Tags added: fr-1852

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

Title:
  OpenSSL "double free" error

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


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

[Bug 1946202] Re: Proposed: testsuite segfaults on ARM64

2021-11-10 Thread Matthieu Clemenceau
** Tags added: fr-1848

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

Title:
  Proposed: testsuite segfaults on ARM64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-9/+bug/1946202/+subscriptions


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

[Bug 1949104] Re: netplan try is broken

2021-11-04 Thread Matthieu Clemenceau
** Tags added: fr-1833

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

Title:
  netplan try is broken

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


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

[Bug 1949089] Re: systemd randomly fails to activate mount units in Ubuntu Core 18

2021-11-04 Thread Matthieu Clemenceau
** Tags added: fr-1832

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

Title:
  systemd randomly fails to activate mount units in Ubuntu Core 18

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


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

[Bug 1947800] Re: /usr/share/apport/whoopsie-upload-all:zlib.error:/usr/share/apport/whoopsie-upload-all@196:collect_info:process_report:add_gdb_info:gdb_command:write:read:readinto:read

2021-10-21 Thread Matthieu Clemenceau
** Tags added: fr-1816

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

Title:
  /usr/share/apport/whoopsie-upload-
  all:zlib.error:/usr/share/apport/whoopsie-upload-
  
all@196:collect_info:process_report:add_gdb_info:gdb_command:write:read:readinto:read

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


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

[Bug 1947581] Re: Download times for 1Mbit DSL connection and 56k modem are meaningless

2021-10-21 Thread Matthieu Clemenceau
** Tags added: fr-1815

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

Title:
  Download times for 1Mbit DSL connection and 56k modem are meaningless

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1947581/+subscriptions


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

[Bug 1940011] Re: Reduce cron spam from weekly update-notifier-common

2021-10-21 Thread Matthieu Clemenceau
** Tags added: fr-1814

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

Title:
  Reduce cron spam from weekly update-notifier-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1940011/+subscriptions


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

[Bug 1945848] Re: No Russian layout during keyboard configuration setup

2021-10-07 Thread Matthieu Clemenceau
** Tags added: fr-1791

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

Title:
  No Russian layout during keyboard configuration setup

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


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

[Bug 1923590] Re: Telco Customer needs Minimal ISO with customizable set and versions of packages

2021-10-05 Thread Matthieu Clemenceau
** Project changed: netplan => subiquity

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

Title:
  Telco Customer needs Minimal ISO  with customizable set and versions
  of packages

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


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

[Bug 1944519] Re: Ubuntu Mate shutdown prompt is missing - system reboots at once

2021-09-30 Thread Matthieu Clemenceau
** Tags added: fr-1758

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

Title:
  Ubuntu Mate shutdown prompt is missing - system reboots at once

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1944519/+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   >