[Bug 2058051] Re: [SRU] Backport 0.107.1-3 to Ubuntu 23.10

2024-03-22 Thread Danilo Egea Gondolfo
** Description changed: + Stable Release Update for netplan.io 0.107.1-3 to Mantic. This version + has many bug fixes and new features we want to make available to users + of Ubuntu 23.10. netplan.io has an SRU exception for backporting new + versions with new features https://wiki.ubuntu.com/Netp

[Bug 2058031] Re: [SRU] Backport 0.107.1-3 to Ubuntu 22.04

2024-03-22 Thread Danilo Egea Gondolfo
** Changed in: netplan.io (Ubuntu Jammy) 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/2058031 Title: [SRU] Backport 0.107.1-3 to Ubuntu 22.04 To manage notificati

[Bug 2058051] Re: [SRU] Backport 0.107.1-3 to Ubuntu 23.10

2024-03-22 Thread Danilo Egea Gondolfo
** Changed in: netplan.io (Ubuntu Mantic) 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/2058051 Title: [SRU] Backport 0.107.1-3 to Ubuntu 23.10 To manage notificat

[Bug 2058031] Re: [SRU] Backport 0.107.1-3 to Ubuntu 22.04

2024-03-22 Thread Danilo Egea Gondolfo
Autopkgtests from Jammy. See the description above for an explanation about why there are test failures. ** Attachment added: "jammy-autopkgtest-logs.tar" https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2058031/+attachment/5758414/+files/jammy-autopkgtest-logs.tar -- You received t

[Bug 2059131] [NEW] slurmdbd segfaults on armhf

2024-03-26 Thread Danilo Egea Gondolfo
Public bug reported: The slurmdbd segfaults on armhf. This is from the autopkgtest logs: 613s × slurmdbd.service - Slurm DBD accounting daemon 613s Loaded: loaded (/usr/lib/systemd/system/slurmdbd.service; enabled; preset: enabled) 613s Active: failed (Result: core-dump) since Tue 202

[Bug 2059131] Re: slurmdbd segfaults on armhf

2024-03-26 Thread Danilo Egea Gondolfo
The variable "now" used in xstrdup_printf is defined as "time_t now = time(NULL);" h -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059131 Title: slurmdbd segfaults on armhf To manage notificat

[Bug 2059131] Re: slurmdbd segfaults on armhf

2024-03-26 Thread Danilo Egea Gondolfo
The problem is the format string using %ld with the new time_t in armhf, now it's long long int (%lld)... query2 = xstrdup_printf("insert into %s (creation_time, " "mod_time, table_name, definition) " "values (%ld, %ld, '%s', '%s') " "on duplicate key update " "defi

[Bug 2059131] Re: slurmdbd segfaults on armhf

2024-03-26 Thread Danilo Egea Gondolfo
** Attachment added: "build log on armhf" https://bugs.launchpad.net/ubuntu/+source/slurm-wlm/+bug/2059131/+attachment/5759741/+files/buildlog_ubuntu-noble-armhf.slurm-wlm_23.11.4-1.2ubuntu6~ppa1_BUILDING.txt.gz -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 2059131] Re: slurmdbd segfaults on armhf

2024-03-26 Thread Danilo Egea Gondolfo
There are lots of instances of this issue. After fixing the one above it breaks in a different place root@autopkgtest-lxd-bqwqyd:~# slurmdbd -D slurmdbd: accounting_storage/as_mysql: _check_mysql_concat_is_sane: MySQL server version is: 5.5.5-10.11.7-MariaDB-2ubuntu1 slurmdbd: error: Database set

[Bug 2059131] Re: slurmdbd segfaults on armhf

2024-03-27 Thread Danilo Egea Gondolfo
I've got the (non-flaky) tests passing autopkgtest [10:47:08]: summary srun PASS sbatch FLAKY non-zero exit status 1 sacctPASS mpi PASS but the patch is getting ridiculous... I had to patch %ld -> %lld in 42 files

[Bug 2059299] [NEW] Autopkgtest failing on amd64 with "_FORTIFY_SOURCE redefined"

2024-03-27 Thread Danilo Egea Gondolfo
Public bug reported: autopkgtest [13:54:07]: test hello: [--- 833s info: compiling 833s : warning: "_FORTIFY_SOURCE" redefined 833s : note: this is the location of the previous definition 833s info: running 833s HELLO, WORLD 833s success: Able to run hello world program 834s au

[Bug 2059415] Re: netplan crash when using command netplan

2024-03-28 Thread Danilo Egea Gondolfo
Hello, can you explain how you got to this situation? Have you upgraded your system from Jammy to Noble? Can you paste the output of "dpkg --list | grep netplan", please? Can you also paste the output of "find /usr/share/netplan/netplan/"? Thanks! -- You received this bug notification because

[Bug 2059415] Re: netplan crash when using command netplan

2024-03-28 Thread Danilo Egea Gondolfo
Thanks for the information. The crash you mentioned you were getting on Jammy, is that the same crash you reported? Did you manually upgrade netplan to 0.107 on Jammy for any chance? So, after upgrading to 0.107.1, the directory /usr/share/netplan/netplan should have been removed (or at least al

[Bug 2059651] Re: network-manager gets uninstalled on apt full-upgrade

2024-03-28 Thread Danilo Egea Gondolfo
Please refer to https://lists.ubuntu.com/archives/ubuntu- devel/2024-March/042954.html for more information about the current state of upgrades. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059651 T

[Bug 2052964] Re: Migration prevented due to "missing dep libssl-dev (>= 3.1.4)"

2024-02-26 Thread Danilo Egea Gondolfo
As we are not going to update OpenSSL on Noble (https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/2044795) I created a merge request dropping the requirements to OpenSSL 3.0. According to the README.SSL file, fetchmail will work just fine. ** Merge proposal linked: https://code.launchpad

[Bug 2055051] [NEW] FTBFS on Noble

2024-02-26 Thread Danilo Egea Gondolfo
Public bug reported: It's blocking Suricata. dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see diff output below dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file: see diff output below dpkg-gensymbols: warning: debian/libhtp2/DEBIAN/sym

[Bug 2055051] Re: FTBFS on Noble

2024-02-26 Thread Danilo Egea Gondolfo
** Merge proposal linked: https://code.launchpad.net/~danilogondolfo/ubuntu/+source/libhtp/+git/libhtp/+merge/461263 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055051 Title: FTBFS on Noble

[Bug 2055063] [NEW] No change rebuild needed due to new libboost1.83

2024-02-26 Thread Danilo Egea Gondolfo
Public bug reported: libbtas-dev installs a cmake file with the full path of the file BoostConfig.cmake, like this /usr/lib/cmake/BTAS/btas-config.cmake:set(Boost_CONFIG /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake) It's causing tiledarray to FTBFS with the following error:

[Bug 2055399] [NEW] FTBFS due new glibc and strlcpy

2024-02-29 Thread Danilo Egea Gondolfo
Public bug reported: This package had it's own implementation of strlcpy. glibc added it in 2.38 and now it's failing to build. In file included from runtime/debugger.cc:37: libartbase/base/strlcpy.h:31:22: error: static declaration of 'strlcpy' follows non-static declaration static inline size_

[Bug 2055399] Re: FTBFS due new glibc and strlcpy

2024-02-29 Thread Danilo Egea Gondolfo
** Description changed: This package had it's own implementation of strlcpy. glibc added it in 2.38 and now it's failing to build. In file included from runtime/debugger.cc:37: libartbase/base/strlcpy.h:31:22: error: static declaration of 'strlcpy' follows non-static declaration stat

[Bug 2055399] Re: FTBFS due new glibc and strlcpy

2024-02-29 Thread Danilo Egea Gondolfo
** Merge proposal linked: https://code.launchpad.net/~danilogondolfo/ubuntu/+source/android-platform-art/+git/android-platform-art/+merge/461525 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/205539

[Bug 2055689] [NEW] FTBFS on Noble

2024-03-01 Thread Danilo Egea Gondolfo
Public bug reported: It's failing with : error: "_FORTIFY_SOURCE" redefined [-Werror] : note: this is the location of the previous definition cc1: all warnings being treated as errors ** Affects: beep (Ubuntu) Importance: Undecided Status: New -- You received this bug notificatio

[Bug 2055693] [NEW] FTBFS on Noble

2024-03-01 Thread Danilo Egea Gondolfo
Public bug reported: +++ dpkg-gensymbolsZpo_vY 2024-02-29 10:00:05.746752747 + @@ -93,8 +93,8 @@ route_get@Base 1.8 route_loop@Base 1.8 route_open@Base 1.8 - strlcat@Base 1.8 - strlcpy@Base 1.8 +#MISSING: 1.17.0-1# strlcat@Base 1.8 +#MISSING: 1.17.0-1# strlcpy@Base 1.8 tun_close@

[Bug 2055689] Re: FTBFS on Noble

2024-03-01 Thread Danilo Egea Gondolfo
** Merge proposal linked: https://code.launchpad.net/~danilogondolfo/ubuntu/+source/beep/+git/beep/+merge/461630 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055689 Title: FTBFS on Noble To m

[Bug 2055713] [NEW] Please merge 2.18-1 into noble

2024-03-01 Thread Danilo Egea Gondolfo
Public bug reported: tracking bug ** Affects: libwww-mechanize-perl (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/2055713 Title: Please mer

[Bug 2055713] Re: Please merge 2.18-1 into noble

2024-03-01 Thread Danilo Egea Gondolfo
** Merge proposal linked: https://code.launchpad.net/~danilogondolfo/ubuntu/+source/libwww-mechanize-perl/+git/libwww-mechanize-perl/+merge/461653 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055

[Bug 2055693] Re: FTBFS on Noble

2024-03-01 Thread Danilo Egea Gondolfo
** Merge proposal linked: https://code.launchpad.net/~danilogondolfo/ubuntu/+source/libdumbnet/+git/libdumbnet/+merge/461632 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055693 Title: FTBFS on

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

2024-08-08 Thread Danilo Egea Gondolfo
** Description changed: - tracking bug + Stable Release Update for netplan.io 1.0.1-1ubuntu2 to Noble. This version has many bug + fixes and one small new feature we want to make available to users of Ubuntu 24.04. netplan.io + has an SRU exception for backporting new versions with new features

[Bug 2071949] Re: [SRU] Missing frame pointers on Noble

2024-08-13 Thread Danilo Egea Gondolfo
Hi Mauricio, so, about frame-pointers and ppc64/s390x: it will be handled on dpkg [1]. If plans to rebuild the archive on Noble exist, it will be done when dpkg is patched, for now everything is being built with -no-omit- frame-pointer. About libnl, it was already used by ipvsadm. The package mai

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

2024-08-15 Thread Danilo Egea Gondolfo
Public bug reported: Network Manager will not do any validation for this setting so one can end up creating invalid YAML configuration: Example: # netplan get bonds.nm-bond0 renderer: NetworkManager dhcp4: true dhcp6: true parameters: mode: "active-backup" networkmanager: uuid: "f5de1095-894

[Bug 2071949] Re: [SRU] Missing frame pointers on Noble

2024-08-16 Thread Danilo Egea Gondolfo
The autopkgtest failed due to infrastructure issues, it worked now https://autopkgtest.ubuntu.com/run/084534a2-2f3a-46f0-ae77-e9ac4039b7a8 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2071949 Title:

[Bug 2071949] Re: [SRU] Missing frame pointers on Noble

2024-08-16 Thread Danilo Egea Gondolfo
I verified in the build logs [1] that ipvsadm was NOT built with frame pointers on ppc64el and s390x. I also executed the test plan from the LP bug description with both versions of ipvsadm (from release and from proposed) and verified that they produce the same results. [1] - https://launchpad.

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

2024-08-19 Thread Danilo Egea Gondolfo
Note: all the autopkgtest failures were due to issues with the testing infrastructure. They passed after retrying them. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2074197 Title: [SRU] Backport ne

[Bug 2071949] Re: [SRU] Missing frame pointers on Noble

2024-08-19 Thread Danilo Egea Gondolfo
** Tags removed: verification-needed-noble ** Tags added: verification-done-noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2071949 Title: [SRU] Missing frame pointers on Noble To manage notifi

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

2024-08-20 Thread Danilo Egea Gondolfo
All the autopkgtests are passing. I tested the fixes related to encoding present in 1.0.1-1ubuntu2~24.04.1 in different scenarios and they are working fine: 1) I configured wifi networks where the SSID and password have non-ascii characters and connected to them using both renderers. 2) I also t

[Bug 2074266] Re: 24.04: latest netplan updates fail to apply already working config

2024-08-20 Thread Danilo Egea Gondolfo
What are the permissions of the directory /run/systemd/network and the files inside of it? Can you paste the output of "ls -la /run/systemd/network" here please? Do you see any "permission denied" kind of errors in the systemd- networkd journal related to files from /run/systemd/network? (journal

[Bug 2074266] Re: 24.04: latest netplan updates fail to apply already working config

2024-08-20 Thread Danilo Egea Gondolfo
Thank you for the information. I'm still not sure of what could be wrong, the networkd files are being generated, their permissions are correct... When you say that the configuration is not applied, do you mean that absolutely nothing is applied? Please, check the systemd journal with: journalct

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

2024-08-21 Thread Danilo Egea Gondolfo
Hello, This is related to a regression in netplan.io caused by a security fix. The fix for this regression is in the -proposed pocket for 24.04 [1]. Can you install the update from -proposed [2] and let us know if it fixes the problem for you? You might need to delete the connections with bad na

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

2024-08-21 Thread Danilo Egea Gondolfo
I forgot to mention that you'll need to restart Network Manager after updating netplan.io. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2077515 Title: Network Manager applet shows back-slash escape

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

2024-08-21 Thread Danilo Egea Gondolfo
Thank you for confirming the new package fixed the problem for you (and sorry for the inconvenience ;)) It should land in -updates in the next few days. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2

[Bug 2069827] Re: [SRU] Place cloud-init seed on boot partition for desktop images

2024-08-22 Thread Danilo Egea Gondolfo
I did the upgrade from -proposed tests for Noble server and desktop on a RPI 4 and can confirm that nothing breaks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2069827 Title: [SRU] Place cloud-ini

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

2024-08-22 Thread Danilo Egea Gondolfo
Public bug reported: Consider the example below: network: renderer: NetworkManager ethernets: eth0: {} eth1: {} renderer: networkd bonds: bond0: {} bond1: {} renderer: networkd It's expected that networkd would be used for ethernets and bonds but it's actually lost:

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

2024-08-27 Thread Danilo Egea Gondolfo
Public bug reported: Please sync python-daphne 4.1.2-2 (universe) from Debian unstable (main) Changelog entries since current oracular version 4.1.2-1: python-daphne (4.1.2-2) unstable; urgency=medium   * Team upload.   * Remove now-unnecessary dh_auto_test override.   * Fix autopkgtests with o

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

2024-08-27 Thread Danilo Egea Gondolfo
Public bug reported: Please sync python-tornado 6.4.1-2 (main) from Debian unstable (main) Changelog entries since current oracular version 6.4.1-1: python-tornado (6.4.1-2) unstable; urgency=medium   * Team upload.   * Fix tests with Twisted 24.7.0 (closes: #1078411).   * Fix tests with openss

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

2024-08-27 Thread Danilo Egea Gondolfo
Public bug reported: Please sync pytest-twisted 1.14.1-3 (universe) from Debian unstable (main) Changelog entries since current oracular version 1.14.1-2: 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

[Bug 2077974] [NEW] Test failures with new twisted 24.7.0-1

2024-08-27 Thread Danilo Egea Gondolfo
Public bug reported: A couple of tests fail with: 126s ../../build.mHP/src/libervia/frontends/tools/webrtc.py:625: InternalError 126s -- Captured log call --- 126s ERRORlibervia.frontends.tools.webrtc:webrtc.py:622 Can't parse pipeline

[Bug 2069110] Re: netplan breaks route_localnet set in /proc/sys/net/ipv4/conf after apply/try

2024-06-12 Thread Danilo Egea Gondolfo
*** This bug is a duplicate of bug 2069111 *** https://bugs.launchpad.net/bugs/2069111 ** This bug has been marked a duplicate of bug 2069111 netplan breaks route_localnet set in /proc/sys/net/ipv4/conf after apply/try -- You received this bug notification because you are a member of Ubun

[Bug 2069293] [NEW] Autopkgtests failing due to new git 2.45

2024-06-13 Thread Danilo Egea Gondolfo
Public bug reported: The step where the ikiwiki-hosting managed git repository is cloned is failing: git clone git://foo.example.com/source.git Cloning into 'source'... fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. T

[Bug 2069293] Re: Autopkgtests failing due to new git 2.45

2024-06-13 Thread Danilo Egea Gondolfo
** Description changed: The step where the ikiwiki-hosting managed git repository is cloned is failing: git clone git://foo.example.com/source.git Cloning into 'source'... fatal: Could not read from remote repository. Please make sure you have the correct access rights and the

[Bug 2069304] [NEW] Autopkgtests failing due to new git 2.45

2024-06-13 Thread Danilo Egea Gondolfo
Public bug reported: The test is failing due to the message bellow being sent to stderr: 1491s autopkgtest [17:08:48]: test test-dh-gnulib-patch: ---] 1491s test-dh-gnulib-patch FAIL stderr: hint: Using 'master' as the name for the initial branch. This default branch name 14

[Bug 2069293] Re: Autopkgtests failing due to new git 2.45

2024-06-13 Thread Danilo Egea Gondolfo
** Merge proposal linked: https://code.launchpad.net/~danilogondolfo/ubuntu/+source/ikiwiki-hosting/+git/ikiwiki-hosting/+merge/467474 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2069293 Title:

[Bug 2069304] Re: Autopkgtests failing due to new git 2.45

2024-06-18 Thread Danilo Egea Gondolfo
** 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/2069304 Title: Autopkgtests failing due to new git 2.45 To manage notifications about th

[Bug 2069293] Re: Autopkgtests failing due to new git 2.45

2024-06-18 Thread Danilo Egea Gondolfo
** 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/2069293 Title: Autopkgtests failing due to new git 2.45 To manage notifications about th

[Bug 2071333] Re: netplan.io causes systemctl enable to fail on systems without dbus

2024-06-27 Thread Danilo Egea Gondolfo
Hello, this is not caused by Netplan itself (but one of the things the update does will lead to the error). Below is a Dockerfile you can use to reproduce the problem. As you can see, netplan.io is not involved in it. FROM ubuntu:22.04 RUN apt-get update && apt-get install --yes --no-insta

[Bug 2051672] Re: Backport iproute2 6.8.0 to noble

2024-05-08 Thread Danilo Egea Gondolfo
Hi folks, do you think we are good to sync iproute2 from Debian to Oracular at this point? -- 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: Backport iproute2 6.8.0 to noble To manage no

[Bug 2059292] Re: autopkgtest failure with libvmod-redis/15.1-1build2 on arm64

2024-05-15 Thread Danilo Egea Gondolfo
** Changed in: libvmod-redis (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/2059292 Title: autopkgtest failure with libvmod-redis/15.1-1build2 on arm64 To

[Bug 2063094] Re: unattended-upgrades is running forever

2024-05-23 Thread Danilo Egea Gondolfo
Calling "strace" and "perf record" against the process would also help debugging it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063094 Title: unattended-upgrades is running forever To manage no

[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 Danilo Egea Gondolfo
It seems to be a different instance of the same problem. What seems to be happening is that python3-netplan is not updated yet when network manager calls "netplan generate". Replacing the library on Noble with the equivalent file from Jammy leads to the same error: # netplan generate Traceback (

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

2024-10-14 Thread Danilo Egea Gondolfo
cloud-init will emit Netplan YAML through libnetplan when the netplan Python module is available (via python3-netplan). netplan.io 0.107.1 recently backported to Jammy introduces this new package. Some Bond parameters settings were emitted as integers by cloud-init to the YAML file it will create

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

2024-10-14 Thread Danilo Egea Gondolfo
In my opinion it should be addressed in Juju. We can't change the format of the YAML emitted by Netplan or it would be yet another change in behavior. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084

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

2024-10-14 Thread Danilo Egea Gondolfo
** Tags added: regression-update -- 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 notifica

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

2024-10-14 Thread Danilo Egea Gondolfo
Hi Robie, thanks for looking at it. Sorry that's not what I meant. I do think we need to stop netplan.io upgrade while we work on a fix. But this is a fix for a Juju problem. Netplan was the trigger. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

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

2024-10-15 Thread Danilo Egea Gondolfo
Some more details: 1) Juju has a parser for a subset of the Netplan schema. During the provisioning stage it will read all the YAML files from /etc/netplan and merge them like libnetplan does. If these YAMLs contain valid Netplan configuration that is not part of Juju's own schema, the provision

[Bug 2084533] Re: openzfs reports stacktrace on the current stable kernel

2024-10-15 Thread Danilo Egea Gondolfo
*** This bug is a duplicate of bug 2082060 *** https://bugs.launchpad.net/bugs/2082060 ** This bug has been marked a duplicate of bug 2082060 memcpy: detected field-spanning write (size 8) of single field "lr + 1" -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 2084089] [NEW] ZFS with disk encryption missing cryptoswap

2024-10-09 Thread Danilo Egea Gondolfo
Public bug reported: After installing Oracular for the "Install (entire disk with ZFS plus encryption) in Ubuntu Desktop amd64" ISO testing and rebooting the system I noticed that the swap was not activated. I can see this in the systemd journal out 09 19:25:13 danilo-Aspire-ES1-572

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

2024-10-08 Thread Danilo Egea Gondolfo
** Description changed: + [ Impact ] + + Due to limitations in how Netplan handles SR-IOV devices, features such as + VF-LAG and Scalable Functions couldn't be used. Certain configuration steps + must happen in a very specific order and Netplan fails to perform the set up correctly. + + This SR

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

2024-10-08 Thread Danilo Egea Gondolfo
** Description changed: [ Impact ] - Due to limitations in how Netplan handles SR-IOV devices, features such as - VF-LAG and Scalable Functions couldn't be used. Certain configuration steps + Due to limitations in how Netplan handles SR-IOV devices, the VF-LAG + feature found on Mellanox NICs

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

2024-10-08 Thread Danilo Egea Gondolfo
** Description changed: + [ Impact ] + + Due to limitations in how Netplan handles SR-IOV devices it wasn't possible + to change the embedded switch mode without having to create Virtual Functions. + + Setting the e-switch mode should be allowed independently of + the existence of Virtual Functi

[Bug 2084234] Re: wifi setting cause networkmanager crushed

2024-10-11 Thread Danilo Egea Gondolfo
Hi, thank you for reporting this problem. It's a bug on Netplan. We'll work on a fix for that. Reproducer: root@oracular-nm:/etc/netplan# nmcli con add type wifi ssid asdasdadasd wifi-sec.key-mgmt wpa-psk wifi-sec.psk adadsadadasdasd 802-11-wireless.cloned-mac-address stable-ssid Error: Faile

[Bug 2084251] Re: Only single LUKS device unlocked on boot

2024-10-11 Thread Danilo Egea Gondolfo
See https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2084089 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084251 Title: Only single LUKS device unlocked on boot To manage notifications ab

[Bug 2084089] Re: ZFS with disk encryption missing cryptoswap: new oracular installs and release upgrades

2024-10-11 Thread Danilo Egea Gondolfo
Also reported here https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/2084251 It was reported that installing systemd-cryptsetup fixes the problem (I haven't tested yet). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 2084234] Re: wifi setting cause networkmanager crushed

2024-10-11 Thread Danilo Egea Gondolfo
Pull Request https://github.com/canonical/netplan/pull/524 ** Changed in: netplan.io (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/2084234 Title: wi

[Bug 2083699] Re: netplan.io gets removed on apt autoremove

2024-10-04 Thread Danilo Egea Gondolfo
Hi, While I'm not sure of what is happening (sounds like an apt problem not netplan), there is a new version of netplan.io for Jammy being phased. What happens if you upgrade it with "apt upgrade libnetplan0 netplan.io" (two new packages will be installed as part of the upgrade)? -- You receive

[Bug 2083699] Re: netplan.io gets removed on apt autoremove

2024-10-04 Thread Danilo Egea Gondolfo
No, netplan should not be auto removed, as many other things in the list you pasted should not be removed too as far as I can tell. Like, it's pretty weird that groff-base, isc-dhcp-client isc-dhcp- common, libglib2.0-bin, etc are in the autoremove list. I suppose you removed something at some po

[Bug 2083695] Re: netplan does not fully generate routes for PBR

2024-10-04 Thread Danilo Egea Gondolfo
Ok. Does it work as expected if you reboot the system or restart networkd? Technically netplan doesn't install routes itself, the backend is responsible for that (in this case networkd I suppose). The routes you highlighted as missing are "proto dhcp". Maybe it's a problem with systemd-networkd.

[Bug 2083695] Re: netplan does not fully generate routes for PBR

2024-10-16 Thread Danilo Egea Gondolfo
Hi Alberto, that is good to know, thank you! This fix is in netplan 1.1.1 released yesterday. We will wait for the archive to open so the new Ubuntu will sync it from Debian and then we will SRU it to Oracular. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 2084695] Re: Kernel update through apt leaves the system with no working network connection.

2024-10-16 Thread Danilo Egea Gondolfo
** Package changed: ubuntu => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084695 Title: Kernel update through apt leaves the system with no working network connection. To manage

[Bug 2084717] Re: kernel 6.8.0-47 broke bluetooth

2024-10-16 Thread Danilo Egea Gondolfo
Maybe the same problem as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2084695 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084717 Title: kernel 6.8.0-47 broke bluetooth To manage notif

[Bug 2084731] Re: Not report 6 GHz capability correctly

2024-10-18 Thread Danilo Egea Gondolfo
Hi Dirk, Have you successfully connected to a 6GHz network on Oracular (or Noble)? I'm trying to understand what is the impact on Netplan and if there is something that needs to be fixed there. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

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

2024-10-04 Thread Danilo Egea Gondolfo
We started to see a different error since netplan.io 0.107 landed in jammy-proposed: ModuleNotFoundError: No module named 'netplan._netplan_cffi' https://errors.ubuntu.com/problem/fae8a1deccaf9b2c8aac5d038dfbe8ab9ea9d506 The root cause is probably the same. Phasing is paused for netplan.io 0.107

[Bug 2083695] Re: netplan does not fully generate routes for PBR

2024-10-04 Thread Danilo Egea Gondolfo
Hello, I wonder if this problem is another instance of https://bugs.launchpad.net/netplan/+bug/2078009 This PPA [1] contains a fix for Oracular that worked for LP#2078009. Could you install it and check if it resolves the problem please? [1] - https://launchpad.net/~danilogondolfo/+archive/ubun

[Bug 2083699] Re: netplan.io gets removed on apt autoremove

2024-10-04 Thread Danilo Egea Gondolfo
I believe it's because the package is marked as manually installed now. Now, I strongly believe that all these problems are happening because at some point you removed ubuntu-minimal. It's a meta package used to install a minimal set of utilities required by all Ubuntu installations. Netplan is pa

[Bug 2082060] Re: memcpy: detected field-spanning write (size 8) of single field "lr + 1"

2024-10-12 Thread Danilo Egea Gondolfo
Hi James, can you check if the boot delay you mentioned happened due to this? https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2084089 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2082060 Tit

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

2024-10-14 Thread Danilo Egea Gondolfo
Hi, I believe Netplan 1.1 will not work with Python 3.5. Python 3.10 should be fine though. But I wouldn't recommend replacing the system's Python with your custom build. It would probably break everything that depend on Python modules. Maybe you could make it work with a venv created with Python

[Bug 2083695] Re: netplan does not fully generate routes for PBR

2024-10-14 Thread Danilo Egea Gondolfo
Hi Alberto, May I ask you to do another test? So, the routes that are missing are received from the DHCP server. Can you try to run "networkctl renew " and see if the routes will be installed? It would be better to find a solution that doesn't require restarting networkd as it could cause more is

[Bug 2084553] Re: system cannot to connect to wpa2-enterprice PEAP mschapv2

2024-10-30 Thread Danilo Egea Gondolfo
This may be related to a WPA security fix present in Oracular. It's related to PEAP authentication, but I'm not really sure if that is the root cause. This is the upstream fix https://w1.fi/cgit/hostap/commit/?id=8e6485a1bcb0baffdea9e55255a81270b768439c And the wpa source package changelog from O

[Bug 2084695] Re: Kernel update through apt leaves the system with no working network connection.

2024-10-31 Thread Danilo Egea Gondolfo
I had a similar issue with the modules-extra package in a LXD VM. The problem is that this package is a dependency of linux-image-generic and the new linux-modules-extra-N+1 is not a new version of linux-modules- extra-N, so even if you had modules-extra installed it will not be updated if you upda

[Bug 2084553] Re: system cannot to connect to wpa2-enterprice PEAP mschapv2

2024-10-31 Thread Danilo Egea Gondolfo
Interesting. According to the discussion [1], it seems to be "fixable" by changing the OpenSSL configuration to enable older (and insecure) protocols. Note this is not ideal and might break again in the future. [1] - https://bbs.archlinux.org/viewtopic.php?pid=2104492#p2104492 -- You received th

[Bug 2074266] Re: 24.04: latest netplan updates fail to apply already working config

2024-09-23 Thread Danilo Egea Gondolfo
Hi, Glad to hear (read) it's working now :) I'm closing the bug. ** Changed in: netplan.io (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2074266 Title:

[Bug 2082060] Lsusb-v.txt

2024-09-26 Thread Danilo Egea Gondolfo
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/2082060/+attachment/5822086/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2082060 Title:

[Bug 2082060] AlsaInfo.txt

2024-09-26 Thread Danilo Egea Gondolfo
apport information ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/2082060/+attachment/5822080/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2082060 Title:

[Bug 2082060] [NEW] memcpy: detected field-spanning write (size 8) of single field "lr + 1"

2024-09-26 Thread Danilo Egea Gondolfo
field "sbuf" at /var/lib/dkms/zfs/2.2.99/build/module/lua/lstring.c:107 - https://github.com/openzfs/zfs/issues/16541 --- ProblemType: Bug ApportVersion: 2.30.0-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/seq:danilo 3545 F pip

[Bug 2082060] CRDA.txt

2024-09-26 Thread Danilo Egea Gondolfo
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/2082060/+attachment/5822081/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2082060 Title: memcpy

[Bug 2082060] CurrentDmesg.txt

2024-09-26 Thread Danilo Egea Gondolfo
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/2082060/+attachment/5822082/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2082060

[Bug 2082060] Lspci.txt

2024-09-26 Thread Danilo Egea Gondolfo
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/2082060/+attachment/5822083/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2082060 Title: memc

[Bug 2082060] WifiSyslog.txt

2024-09-26 Thread Danilo Egea Gondolfo
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/2082060/+attachment/5822092/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2082060 Ti

[Bug 2082060] Lsusb-t.txt

2024-09-26 Thread Danilo Egea Gondolfo
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/2082060/+attachment/5822085/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2082060 Title:

[Bug 2082060] acpidump.txt

2024-09-26 Thread Danilo Egea Gondolfo
apport information ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/bugs/2082060/+attachment/5822093/+files/acpidump.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2082060 Title:

[Bug 2082060] ProcModules.txt

2024-09-26 Thread Danilo Egea Gondolfo
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/2082060/+attachment/5822089/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2082060

[Bug 2082060] RfKill.txt

2024-09-26 Thread Danilo Egea Gondolfo
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/2082060/+attachment/5822090/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2082060 Title: me

<    3   4   5   6   7   8   9   >