** 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
** 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
** 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
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
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
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
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
** 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
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
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
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
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
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
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
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
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
** 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
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:
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_
** 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
** 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
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
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@
** 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
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
** 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
** 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
** 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
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
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
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:
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.
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
** 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
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
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
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
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
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
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
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
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:
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
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
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
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
*** 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
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
** 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
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
** 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:
** 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
** 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
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
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
** 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
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
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 (
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
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
** 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
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
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
*** 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
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
** 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
** 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
** 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
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
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
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://
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
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
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
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.
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
** 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
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
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
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
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
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
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
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
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
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
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
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
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:
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:
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:
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
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
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
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
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
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:
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:
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
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
701 - 800 of 834 matches
Mail list logo