[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 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 2085347] [NEW] Xrdp and xorgxrdp have been compiled at different versions in Oracular

2024-10-22 Thread Danilo Ghirardelli
Public bug reported: I recently updated to Oracular (24.10), and I'm using xrdp for remote access. The access fails with this error: expected xrdp client_info version 20230425, got 20210723 The problem seems to stem from the fact that xrdp package in Oracular is 0.9.24-5, while xorgxrdp is 0.10.

[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 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 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 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 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 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 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-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
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
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 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 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 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
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 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 2083686] Re: On ZFS rpool and bpool stays visible on dash

2024-10-08 Thread Danilo Alculete
One thing that I noticed this morning is that sometimes some loop mounts also appear from time to time. ** Attachment added: "Screenshot From 2024-10-09 07-34-31.png" https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/2083686/+attachment/5826195/+files/Screenshot%

[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 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 2083686] Re: On ZFS rpool and bpool stays visible on dash

2024-10-07 Thread Danilo Alculete
first command worked, but still available in files. Shouldn´t this be hidden by default? ** Attachment added: "Screenshot From 2024-10-07 18-38-47.png" https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/2083686/+attachment/5825697/+files/Screenshot%20From%202024-1

[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 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 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 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 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-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 2083686] [NEW] On ZFS rpool and bpool stays visible on dash

2024-10-04 Thread Danilo Alculete
Public bug reported: On ZFS rpool and bpool stays visible on dash as if this this are external disks ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: gnome-shell 46.0-0ubuntu6~24.04.4 ProcVersionSignature: Ubuntu 6.8.0-45.45-generic 6.8.12 Uname: Linux 6.8.0-45-generic x86_64 NonfreeKernelMo

[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 2083476] Re: Kernel linux-image-6.8.0-45-generic causing issues to boot

2024-10-02 Thread Danilo Alculete
apparently yes, received no errors: total 104368 drwxr-xr-x 4 root root 4096 Oct 1 20:47 . drwxr-xr-x 24 root root 4096 Oct 1 18:02 .. -rw-r--r-- 1 root root 287493 Aug 13 12:20 config-6.8.0-44-generic -rw-r--r-- 1 root root 287463 Sep 24 11:20 config-6.8.0-45-generic drwxr-xr-x

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

2024-10-02 Thread Danilo Egea Gondolfo
** Changed in: netplan Status: New => In Progress ** Also affects: netplan.io (Ubuntu) Importance: Undecided Status: New ** Also affects: netplan.io (Ubuntu Jammy) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubun

[Bug 2083476] [NEW] Kernel linux-image-6.8.0-45-generic casuing issues to boot

2024-10-01 Thread Danilo Alculete
Public bug reported: After upgrading to linux-image-6.8.0-45-generic it fails to boot, when recovering to the previous version it boots normally (linux- image-6.8.0-44-generic) but if I reboot again it fails again since it goes to the newer version (linux-image-6.8.0-45-generic) ProblemType: Bug

[Bug 2079975] Re: netplan status: encoding issues

2024-09-27 Thread Danilo Egea Gondolfo
https://github.com/canonical/netplan/pull/521 ** Tags removed: foundations-todo ** Changed in: netplan.io (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[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] 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] 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] 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] UdevDb.txt

2024-09-26 Thread Danilo Egea Gondolfo
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/2082060/+attachment/5822091/+files/UdevDb.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

[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

[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] ProcInterrupts.txt

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

[Bug 2082060] ProcCpuinfoMinimal.txt

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

[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] Lspci-vt.txt

2024-09-26 Thread Danilo Egea Gondolfo
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/2082060/+attachment/5822084/+files/Lspci-vt.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] 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] 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] 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 2058031] Re: [SRU] Backport 0.107.1-3 to Ubuntu 22.04

2024-09-24 Thread Danilo Egea Gondolfo
** Tags removed: verification-needed-jammy ** Tags added: verification-done-jammy -- 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 not

[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 2078009] Re: "netplan apply" not applying after cloud-init hotplug

2024-09-16 Thread Danilo Egea Gondolfo
Hi James, I created a PPA for Oracular here https://launchpad.net/~danilogondolfo/+archive/ubuntu/bugfixes with patches reverting the problematic changes. I tested it by creating a LXD container image with the PPA, and executing the steps from bug description (by launching this image instead of

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

2024-09-13 Thread Danilo Egea Gondolfo
That sounds bad. Does any other command work? Do you see any zombie () process in "ps aux"? Does it hang forever? If you wait, let's say, 2 minutes, does it unblock? I'm asking this because there is one known issue with netplan that can cause some commands to hang when the problem happens (and

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

2024-09-13 Thread Danilo Egea Gondolfo
Thanks for the logs. It might not be a problem with Network Manager. It's indeed not crashing nor emitting errors. I missed the part from your bug description where you said that "ifconfig" hangs when the problem happens. That points to some issue in the kernel or driver. You can also try the co

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

2024-09-12 Thread Danilo Egea Gondolfo
Also, it would be helpful if you could attach the full journal for NetworkManager: journalctl -u NetworkManager > networkmanager.log Or at least the parts where you see a crash or errors. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

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

2024-09-11 Thread Danilo Egea Gondolfo
Autopkgtest logs were uploaded to https://git.launchpad.net/~danilogondolfo/+git/sru- logs/tree/sru-2058031?h=main Note that the tests that are failing are not regressions and are covered in the Bug Description ** Description changed: Stable Release Update for netplan.io 0.107.1-3 to Jammy. Th

[Bug 2079975] [NEW] netplan status: encoding issues

2024-09-09 Thread Danilo Egea Gondolfo
Public bug reported: When non-ascii characters are present, netplan status will not decode them properly. # netplan status Error: netplan-wlp2s0-??o - no such connection profile. WARNING:root:Cannot query NetworkManager SSID for netplan-wlp2s0-??o: Command '['nmcli', '--get-value

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

2024-09-04 Thread Danilo Egea Gondolfo
There is a comment in the first line of /lib/netplan/00-network-manager- all.yaml. We seem to be dropping it when we call update_yaml_hierarchy() (I guess) and the file is updated. I think we have an LP bug about preserving comments... A workaround would consist in shipping the file without the

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

2024-09-03 Thread Danilo Egea Gondolfo
Hi, sorry for the long delay. Thanks for the logs. I can see in the journal that it doesn't have any records of the configuration files networkd is supposed to use. And from your previous comments, all the files are there (in /run/systemd/network) and have the correct permissions. Is your systemd

[Bug 2063331] Re: systemd-networkd-wait-online.service runs into a timeout during boot

2024-08-30 Thread Danilo Egea Gondolfo
I'm guessing this is what's happening in your scenario: ubuntu-desktop will install ubuntu-settings as one of its dependencies. ubuntu-settings will install "/lib/netplan/00-network-manager-all.yaml". This configuration file will delegate the network configuration to Network Manager. In this case

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

2024-08-30 Thread Danilo Egea Gondolfo
** Description changed: 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 pa

[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 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 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 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 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 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 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 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
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 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 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 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 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-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-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 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 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-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 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 2076172] Re: netplan ignores NetworkManager ipv4.route-metric

2024-08-06 Thread Danilo Egea Gondolfo
Hello, thanks for bringing this issue to our attention and working on a fix for it. I saw that you created a PR on Github as well [1] (which is the preferred way of submitting patch to Netplan). I just left some comments there. Thanks! [1] - https://github.com/canonical/netplan/pull/495 ** Cha

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

2024-08-02 Thread Danilo Egea Gondolfo
Hi Andreas, this will be (eventually) done in dpkg. All I'm doing in this SRU is making the package build with whatever flags the framework passes to it. ** Changed in: ipvsadm (Ubuntu Noble) Status: Incomplete => New -- You received this bug notification because you are a member of Ubunt

[Bug 2058976] Re: Configuration files for networkd are created when NetworkManager is the default renderer

2024-07-29 Thread Danilo Egea Gondolfo
I have found another case where reloading networkd will not be enough to apply the configuration. I'm not sure if it's the same root cause but it looks similar so I'll use this ticket to document it. The scenario looks like this (it's all done in a LXD VM running Oracular): 1) Start with the defa

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

2024-07-26 Thread Danilo Egea Gondolfo
** Merge proposal linked: https://code.launchpad.net/~danilogondolfo/netplan/+git/ubuntu/+merge/470179 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2074197 Title: [SRU] Backport netplan.io 1.0.1

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

2024-07-26 Thread Danilo Egea Gondolfo
Public bug reported: tracking bug ** Affects: netplan.io (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2074197 Title: [SRU] Backport netpla

[Bug 2071949] Re: Missing frame pointers on Noble

2024-07-12 Thread Danilo Egea Gondolfo
** Attachment added: "buildlog_ubuntu-noble-amd64.ipvsadm_1_1.31-1ubuntu0.1~ppa1_BUILDING.txt.gz" https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/2071949/+attachment/5796624/+files/buildlog_ubuntu-noble-amd64.ipvsadm_1_1.31-1ubuntu0.1~ppa1_BUILDING.txt.gz ** Merge proposal linked:

[Bug 2071949] Re: Missing frame pointers on Noble

2024-07-12 Thread Danilo Egea Gondolfo
** Attachment added: "buildlog_ubuntu-noble-armhf.ipvsadm_1_1.31-1ubuntu0.1~ppa1_BUILDING.txt.gz" https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/2071949/+attachment/5796622/+files/buildlog_ubuntu-noble-armhf.ipvsadm_1_1.31-1ubuntu0.1~ppa1_BUILDING.txt.gz -- You received this bug noti

[Bug 2071949] Re: Missing frame pointers on Noble

2024-07-12 Thread Danilo Egea Gondolfo
** Attachment added: "buildlog_ubuntu-noble-arm64.ipvsadm_1_1.31-1ubuntu0.1~ppa1_BUILDING.txt.gz" https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/2071949/+attachment/5796623/+files/buildlog_ubuntu-noble-arm64.ipvsadm_1_1.31-1ubuntu0.1~ppa1_BUILDING.txt.gz -- You received this bug noti

[Bug 2071949] Re: Missing frame pointers on Noble

2024-07-12 Thread Danilo Egea Gondolfo
** Attachment added: "buildlog_ubuntu-noble-ppc64el.ipvsadm_1_1.31-1ubuntu0.1~ppa1_BUILDING.txt.gz" https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/2071949/+attachment/5796621/+files/buildlog_ubuntu-noble-ppc64el.ipvsadm_1_1.31-1ubuntu0.1~ppa1_BUILDING.txt.gz -- You received this bug

[Bug 2071949] Re: Missing frame pointers on Noble

2024-07-12 Thread Danilo Egea Gondolfo
** Description changed: + [ Impact ] + + ipvsadm was not built with frame pointers in Noble. In fact, because + its build scripts are overriding the flags from package building framework, it's also + not built with hardening. + + Having frame pointers was one of the things we delivered with Nob

[Bug 2071949] Re: Missing frame pointers on Noble

2024-07-12 Thread Danilo Egea Gondolfo
** Attachment added: "buildlog_ubuntu-noble-riscv64.ipvsadm_1_1.31-1ubuntu0.1~ppa1_BUILDING.txt.gz" https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/2071949/+attachment/5796620/+files/buildlog_ubuntu-noble-riscv64.ipvsadm_1_1.31-1ubuntu0.1~ppa1_BUILDING.txt.gz -- You received this bug

[Bug 2071949] Re: Missing frame pointers on Noble

2024-07-10 Thread Danilo Egea Gondolfo
Hi Mitchell, yes I'll prepare an SRU for it :) -- 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: Missing frame pointers on Noble To manage notifications about this bug go to: https://bug

[Bug 2071949] [NEW] Missing frame pointers on Noble

2024-07-04 Thread Danilo Egea Gondolfo
Public bug reported: The compiler flags are being overwritten in the package Makefiles and it's not being built with none of $(dpkg-buildflags). This problem is already fixed in Oracular though. This package doesn't install any shared libraries. Related upstream fixes: https://salsa.debian.org/

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

  1   2   3   4   5   6   7   8   9   >