[Bug 2055151] [NEW] kea-ctrl-agent segfault in ppc64el dep8 test

2024-02-27 Thread Andreas Hasenack
Public bug reported:

https://autopkgtest.ubuntu.com/results/autopkgtest-
noble/noble/ppc64el/i/isc-kea/20240227_095821_776a7@/log.gz


241s ## With no /etc/kea/kea-api-password, the service must not be running
241s × kea-ctrl-agent.service - Kea Control Agent
241s  Loaded: loaded (/usr/lib/systemd/system/kea-ctrl-agent.service; 
enabled; preset: enabled)
241s  Active: failed (Result: core-dump) since Tue 2024-02-27 09:50:35 UTC; 
46ms ago
241sDuration: 1.145s
241s   Condition: start condition unmet at Tue 2024-02-27 09:50:35 UTC; 45ms ago
241s  └─ ConditionFileNotEmpty=/etc/kea/kea-api-password was not met
241sDocs: man:kea-ctrl-agent(8)
241s Process: 2265 ExecStart=/usr/sbin/kea-ctrl-agent -c 
/etc/kea/kea-ctrl-agent.conf (code=dumped, signal=SEGV)
241sMain PID: 2265 (code=dumped, signal=SEGV)
241s CPU: 6ms
241s 
241s Feb 27 09:50:34 autopkgtest systemd[1]: Started kea-ctrl-agent.service - 
Kea Control Agent.
241s Feb 27 09:50:34 autopkgtest kea-ctrl-agent[2265]: 2024-02-27 09:50:34.681 
INFO  [kea-ctrl-agent.dctl/2265.114279535068448] DCTL_STARTING Control-agent 
starting, pid: 2265, version: 2.4.1 (stable)
241s Feb 27 09:50:34 autopkgtest kea-ctrl-agent[2265]: INFO  
CTRL_AGENT_HTTP_SERVICE_STARTED HTTP service bound to address 127.0.0.1:8000
241s Feb 27 09:50:34 autopkgtest kea-ctrl-agent[2265]: INFO  
DCTL_CONFIG_COMPLETE server has completed configuration: listening on 
127.0.0.1, port 8000, control sockets: d2 dhcp4 dhcp6, requires basic HTTP 
authentication, 0 lib(s):
241s Feb 27 09:50:34 autopkgtest kea-ctrl-agent[2265]: INFO  CTRL_AGENT_STARTED 
Kea Control Agent version 2.4.1 started
241s Feb 27 09:50:35 autopkgtest systemd[1]: Stopping kea-ctrl-agent.service - 
Kea Control Agent...
241s Feb 27 09:50:35 autopkgtest systemd[1]: kea-ctrl-agent.service: Main 
process exited, code=dumped, status=11/SEGV
241s Feb 27 09:50:35 autopkgtest systemd[1]: kea-ctrl-agent.service: Failed 
with result 'core-dump'.
241s Feb 27 09:50:35 autopkgtest systemd[1]: Stopped kea-ctrl-agent.service - 
Kea Control Agent.
241s Feb 27 09:50:35 autopkgtest systemd[1]: kea-ctrl-agent.service - Kea 
Control Agent was skipped because of an unmet condition check 
(ConditionFileNotEmpty=/etc/kea/kea-api-password).
241s ## ERROR, service is failed
241s autopkgtest [09:50:36]: test kea-ctrl-agent-debconf: 
---]
241s kea-ctrl-agent-debconf FAIL non-zero exit status 1


smoke test is also failing, likely the same issue:
473s autopkgtest [09:54:28]: test smoke-tests: [---
473s + debconf-set-selections
473s + dpkg-reconfigure kea-ctrl-agent
474s + kea_password_file=/etc/kea/kea-api-password
474s + '[' -s /etc/kea/kea-api-password ']'
474s + for f in kea-dhcp4.kea-dhcp4.pid kea-dhcp6.kea-dhcp6.pid 
kea-ctrl-agent.kea-ctrl-agent.pid kea-dhcp-ddns.kea-dhcp-ddns.pid
474s + test -f /run/kea/kea-dhcp4.kea-dhcp4.pid
474s + for f in kea-dhcp4.kea-dhcp4.pid kea-dhcp6.kea-dhcp6.pid 
kea-ctrl-agent.kea-ctrl-agent.pid kea-dhcp-ddns.kea-dhcp-ddns.pid
474s + test -f /run/kea/kea-dhcp6.kea-dhcp6.pid
474s + for f in kea-dhcp4.kea-dhcp4.pid kea-dhcp6.kea-dhcp6.pid 
kea-ctrl-agent.kea-ctrl-agent.pid kea-dhcp-ddns.kea-dhcp-ddns.pid
474s + test -f /run/kea/kea-ctrl-agent.kea-ctrl-agent.pid
474s + for f in kea-dhcp4.kea-dhcp4.pid kea-dhcp6.kea-dhcp6.pid 
kea-ctrl-agent.kea-ctrl-agent.pid kea-dhcp-ddns.kea-dhcp-ddns.pid
474s + test -f /run/kea/kea-dhcp-ddns.kea-dhcp-ddns.pid
474s + for socket in kea-ddns-ctrl-socket kea4-ctrl-socket kea6-ctrl-socket
474s + test -S /run/kea/kea-ddns-ctrl-socket
474s + for socket in kea-ddns-ctrl-socket kea4-ctrl-socket kea6-ctrl-socket
474s + test -S /run/kea/kea4-ctrl-socket
474s + for socket in kea-ddns-ctrl-socket kea4-ctrl-socket kea6-ctrl-socket
474s + test -S /run/kea/kea6-ctrl-socket
474s + test -f /run/lock/kea/logger_lockfile
474s + kea-dhcp4 -t /etc/kea/kea-dhcp4.conf
474s + kea-dhcp6 -t /etc/kea/kea-dhcp6.conf
474s + auth_params=
474s + basic_auth_params=
474s + '[' -s /etc/kea/kea-api-password ']'
474s ++ cat /etc/kea/kea-api-password
474s + auth_params='--auth-user kea-api --auth-password oyfunXELI1RCrfeOJejd'
474s ++ cat /etc/kea/kea-api-password
474s + basic_auth_params='-u kea-api:oyfunXELI1RCrfeOJejd'
474s ++ curl -u kea-api:oyfunXELI1RCrfeOJejd -s -X POST -H 'Content-Type: 
application/json' -d '{ "command": "version-get", "service": [ "dhcp4" ] }' 
127.0.0.1:8000
474s ++ jq -r '.[0].text'
474s + TEST_KEA_VERSION=2.4.1
474s + check_kea_version 2.4.1
474s + CHECKED_VERSION=2.4.1
474s + [[ ! 2.4.1 =~ [0-9]+(\.[0-9]+){2} ]]
474s ++ echo
474s ++ kea-shell --service dhcp4 --host 127.0.0.1 --port 8000 --auth-user 
kea-api --auth-password oyfunXELI1RCrfeOJejd version-get
474s ++ jq -r '.[0].text'
475s jq: parse error: Invalid numeric literal at line 1, column 7
475s + TEST_KEA_VERSION=
475s autopkgtest [09:54:30]: test smoke-tests: ---]
476s smoke-tests  FAIL non-zero exit status 5

** Affects: 

[Bug 1993961] Re: Return kio-gdrive to desktop-recommends

2024-02-27 Thread Scarlett Gately Moore
I did not have such success myself.
https://bugs.kde.org/show_bug.cgi?id=481887

** Bug watch added: KDE Bug Tracking System #481887
   https://bugs.kde.org/show_bug.cgi?id=481887

** Changed in: kubuntu-meta (Ubuntu)
   Status: New => Triaged

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

Title:
  Return kio-gdrive to desktop-recommends

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1993961/+subscriptions


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

[Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2024-02-27 Thread Scarlett Gately Moore
I have opted for the check without the version check. Will be uploaded
shortly.

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

Title:
  update script in ubuntu-meta not handling germinate or specified
  versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edubuntu-meta/+bug/2017786/+subscriptions


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

[Bug 2048950] Re: [needs-packaging] Intel quickassist (QAT) : zip compression library and application utility

2024-02-27 Thread Łukasz Zemczak
Hello! Thank you for preparing the package! It looks good, but the
debian/copyright needs tweaking. Could you fix the following and re
upload?

 * debian/copyright: the "Source:" field seems to be wrong? It points to the 
QAT_Engine repository instead of the qatzip one.
 * debian/copyright: debian/* is rightfully licensed as GPL-3, but when it 
links to GPL-3 without providing it. Can you provide a GPL-3 section at the 
bottom or attach it to the statement?
 * (minor) while at it, can you provide a debian/watch file for tracking 
upstream releases?

Thanks!

** Changed in: ubuntu
   Status: Fix Committed => Triaged

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

Title:
  [needs-packaging] Intel quickassist (QAT) : zip compression library
  and application utility

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


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

[Bug 2055150] [NEW] python3-pysyncobj package stuck on jammy on primary raft re-election due to dead TCP

2024-02-27 Thread Alex Lutay
Public bug reported:

Hi,

Data Team is experiencing a stability issue with PostgreSQL Primary lost
due to lack of Raft Primary election (based on python3-pysyncobj 0.3.10
from Jammy).

The issue has been traced by upstream and fixed in 0.3.12 (available in Nobel):
https://github.com/bakwc/PySyncObj/issues/172
> #172 Added tcp keepalive - fixed bug when cluster was unable to select a new 
> leader due to stuck tcp connection

It is a ticket to request Jammy library patchset version update 0.3.10->0.3.12 
(prefered)
OR PPA/backport creation for Jammy.

P.S. Data Team reference: https://warthogs.atlassian.net/browse/DPE-3684
 PySyncObj release notes: https://github.com/bakwc/PySyncObj/releases

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: canonical-data-platform-eng

** Description changed:

  Hi,
  
  Data Team is experiencing a stability issue with PostgreSQL Primary lost
- due to lack of Raft Primary election (based on python3-pysyncobj from
- Jammy 0.3.10).
+ due to lack of Raft Primary election (based on python3-pysyncobj 0.3.10
+ from Jammy).
  
  The issue has been traced by upstream and fixed in 0.3.12 (available in 
Nobel):
  https://github.com/bakwc/PySyncObj/issues/172
  > #172 Added tcp keepalive - fixed bug when cluster was unable to select a 
new leader due to stuck tcp connection
  
  It is a ticket to request Jammy library patchset version update 
0.3.10->0.3.12 (prefered)
  OR PPA/backport creation for Jammy.
+ 
+ P.S. Data Team reference: https://warthogs.atlassian.net/browse/DPE-3684
+  PySyncObj release notes: https://github.com/bakwc/PySyncObj/releases

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

Title:
  python3-pysyncobj package stuck on jammy on primary raft re-election
  due to dead TCP

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


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

[Bug 2045182] Re: Akonadi is started unwillingly

2024-02-27 Thread Scarlett Gately Moore
I am not seeing /etc/xdg/autostart/kalendarac in 24.04 testing so
perhaps it was fixed? Can you confirm this is still an issue.

** Changed in: kubuntu-meta (Ubuntu)
   Status: New => Incomplete

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

Title:
  Akonadi is started unwillingly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/2045182/+subscriptions


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

[Bug 2048938] Re: [needs-packaging] Intel quickassist (QAT) : openssl QAT engine

2024-02-27 Thread Łukasz Zemczak
Okay, this package looks fine, accepting it.
One thing I'd like to see fixed maybe in some future uploads: any reason 
there's no debian/watch file? Please include it next time if possible.

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

Title:
  [needs-packaging] Intel quickassist (QAT) : openssl QAT engine

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


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

[Bug 2052640] Re: New NVIDIA release 470.239.06

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-470-server -
470.239.06-0ubuntu0.23.10.1

---
nvidia-graphics-drivers-470-server (470.239.06-0ubuntu0.23.10.1) mantic; 
urgency=medium

  * New upstream release (LP: #2052640)
  * Make ERD & UDA orig tarballs reproducible for same upstream releases
  * Make orig tarballs reproducible
  * Drop unused and obsolete patches

 -- Dimitri John Ledkov   Fri, 09 Feb 2024
14:40:06 +

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

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2052640] Re: New NVIDIA release 470.239.06

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-470 -
470.239.06-0ubuntu0.23.10.1

---
nvidia-graphics-drivers-470 (470.239.06-0ubuntu0.23.10.1) mantic; urgency=medium

  * New upstream release (LP: #2052640)
  * Make orig tarballs reproducible
  * Drop unused and obsolete patches

 -- Dimitri John Ledkov   Wed, 07 Feb 2024
15:54:52 +

** Changed in: nvidia-graphics-drivers-470-server (Ubuntu Mantic)
   Status: In Progress => 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/2052640

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2052640] Re: New NVIDIA release 470.239.06

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package libnvidia-nscq-470 -
470.239.06-0ubuntu0.23.10.1

---
libnvidia-nscq-470 (470.239.06-0ubuntu0.23.10.1) mantic; urgency=medium

  * New upstream release (LP: #2052640)

 -- Dimitri John Ledkov   Wed, 21 Feb 2024
09:30:58 +

** Changed in: fabric-manager-470 (Ubuntu Mantic)
   Status: In Progress => 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/2052640

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2052640] Re: New NVIDIA release 470.239.06

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package fabric-manager-470 -
470.239.06-0ubuntu0.23.10.1

---
fabric-manager-470 (470.239.06-0ubuntu0.23.10.1) mantic; urgency=medium

  * New upstream release (LP: #2052640)

 -- Dimitri John Ledkov   Wed, 21 Feb 2024
12:13:59 +

** Changed in: nvidia-graphics-drivers-470 (Ubuntu Mantic)
   Status: In Progress => 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/2052640

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2052640] Re: New NVIDIA release 470.239.06

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package fabric-manager-470 -
470.239.06-0ubuntu0.22.04.1

---
fabric-manager-470 (470.239.06-0ubuntu0.22.04.1) jammy; urgency=medium

  * New upstream release (LP: #2052640)

 -- Dimitri John Ledkov   Wed, 21 Feb 2024
12:14:25 +

** Changed in: nvidia-graphics-drivers-470 (Ubuntu Jammy)
   Status: In Progress => 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/2052640

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2052640] Re: New NVIDIA release 470.239.06

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-470-server -
470.239.06-0ubuntu0.22.04.1

---
nvidia-graphics-drivers-470-server (470.239.06-0ubuntu0.22.04.1) jammy; 
urgency=medium

  * New upstream release (LP: #2052640)
  * Make ERD & UDA orig tarballs reproducible for same upstream releases
  * Make orig tarballs reproducible
  * Drop unused and obsolete patches

 -- Dimitri John Ledkov   Fri, 09 Feb 2024
15:09:58 +

** Changed in: libnvidia-nscq-470 (Ubuntu Mantic)
   Status: In Progress => 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/2052640

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2052640] Re: New NVIDIA release 470.239.06

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-470 -
470.239.06-0ubuntu0.22.04.1

---
nvidia-graphics-drivers-470 (470.239.06-0ubuntu0.22.04.1) jammy; urgency=medium

  * New upstream release (LP: #2052640)
  * Make orig tarballs reproducible
  * Drop unused and obsolete patches

 -- Dimitri John Ledkov   Wed, 07 Feb 2024
16:03:47 +

** Changed in: nvidia-graphics-drivers-470-server (Ubuntu Jammy)
   Status: In Progress => 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/2052640

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2052640] Re: New NVIDIA release 470.239.06

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package libnvidia-nscq-470 -
470.239.06-0ubuntu0.22.04.1

---
libnvidia-nscq-470 (470.239.06-0ubuntu0.22.04.1) jammy; urgency=medium

  * New upstream release (LP: #2052640)

 -- Dimitri John Ledkov   Wed, 21 Feb 2024
09:31:59 +

** Changed in: fabric-manager-470 (Ubuntu Jammy)
   Status: In Progress => 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/2052640

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2052640] Re: New NVIDIA release 470.239.06

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-470-server -
470.239.06-0ubuntu0.20.04.1

---
nvidia-graphics-drivers-470-server (470.239.06-0ubuntu0.20.04.1) focal; 
urgency=medium

  * New upstream release (LP: #2052640)
  * Make ERD & UDA orig tarballs reproducible for same upstream releases
  * Make orig tarballs reproducible
  * Drop unused and obsolete patches

 -- Dimitri John Ledkov   Fri, 09 Feb 2024
15:14:22 +

** Changed in: libnvidia-nscq-470 (Ubuntu Jammy)
   Status: In Progress => 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/2052640

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2052640] Re: New NVIDIA release 470.239.06

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package libnvidia-nscq-470 -
470.239.06-0ubuntu0.20.04.1

---
libnvidia-nscq-470 (470.239.06-0ubuntu0.20.04.1) focal; urgency=medium

  * New upstream release (LP: #2052640)

 -- Dimitri John Ledkov   Wed, 21 Feb 2024
09:32:21 +

** Changed in: libnvidia-nscq-470 (Ubuntu Focal)
   Status: In Progress => 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/2052640

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2052967] Re: Provide all available pkcs11 userspace binaries for container consumption

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535 -
535.161.07-0ubuntu0.22.04.1

---
nvidia-graphics-drivers-535 (535.161.07-0ubuntu0.22.04.1) jammy; urgency=medium

  * New upstream release (LP: #2054571)
  * Install all ABI builds of the libnvidia-pkcs11 plugin for host/container 
compatibility.
(LP: #2052967)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:26:03 +

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Mantic)
   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/2052967

Title:
  Provide all available pkcs11 userspace binaries for container
  consumption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2052967/+subscriptions


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

[Bug 2054571] Re: New NVIDIA release 535.161.07

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535-server -
535.161.07-0ubuntu0.23.10.1

---
nvidia-graphics-drivers-535-server (535.161.07-0ubuntu0.23.10.1) mantic; 
urgency=medium

  * New upstream release (LP: #2054571)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:18:41 +

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

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2052967] Re: Provide all available pkcs11 userspace binaries for container consumption

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535 -
535.161.07-0ubuntu0.20.04.1

---
nvidia-graphics-drivers-535 (535.161.07-0ubuntu0.20.04.1) focal; urgency=medium

  * New upstream release (LP: #2054571)
  * Install all ABI builds of the libnvidia-pkcs11 plugin for host/container 
compatibility.
(LP: #2052967)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:26:30 +

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Focal)
   Status: New => Fix Released

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Jammy)
   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/2052967

Title:
  Provide all available pkcs11 userspace binaries for container
  consumption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2052967/+subscriptions


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

[Bug 2052640] Re: New NVIDIA release 470.239.06

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-470 -
470.239.06-0ubuntu0.20.04.1

---
nvidia-graphics-drivers-470 (470.239.06-0ubuntu0.20.04.1) focal; urgency=medium

  * New upstream release (LP: #2052640)
  * Make orig tarballs reproducible
  * Drop unused and obsolete patches

 -- Dimitri John Ledkov   Wed, 07 Feb 2024
16:08:50 +

** Changed in: nvidia-graphics-drivers-470-server (Ubuntu Focal)
   Status: In Progress => 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/2052640

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2052640] Re: New NVIDIA release 470.239.06

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package fabric-manager-470 -
470.239.06-0ubuntu0.20.04.1

---
fabric-manager-470 (470.239.06-0ubuntu0.20.04.1) focal; urgency=medium

  * New upstream release (LP: #2052640)

 -- Dimitri John Ledkov   Wed, 21 Feb 2024
12:14:37 +

** Changed in: fabric-manager-470 (Ubuntu Focal)
   Status: In Progress => Fix Released

** Changed in: nvidia-graphics-drivers-470 (Ubuntu Focal)
   Status: In Progress => 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/2052640

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2054571] Re: New NVIDIA release 535.161.07

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package libnvidia-nscq-535 -
535.161.07-0ubuntu0.23.10.1

---
libnvidia-nscq-535 (535.161.07-0ubuntu0.23.10.1) mantic; urgency=medium

  * New upstream release (LP: #2054571)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:47:53 +

** Changed in: fabric-manager-535 (Ubuntu Mantic)
   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/2054571

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2052640] Update Released

2024-02-27 Thread Andy Whitcroft
The verification of the Stable Release Update for libnvidia-nscq-470 has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  New NVIDIA release 470.239.06

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


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

[Bug 2052967] Re: Provide all available pkcs11 userspace binaries for container consumption

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535 -
535.161.07-0ubuntu0.23.10.1

---
nvidia-graphics-drivers-535 (535.161.07-0ubuntu0.23.10.1) mantic; urgency=medium

  * New upstream release (LP: #2054571)
  * Install all ABI builds of the libnvidia-pkcs11 plugin for host/container 
compatibility.
(LP: #2052967)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:25:32 +

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

Title:
  Provide all available pkcs11 userspace binaries for container
  consumption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-535/+bug/2052967/+subscriptions


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

[Bug 2054571] Re: New NVIDIA release 535.161.07

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535-server -
535.161.07-0ubuntu0.22.04.1

---
nvidia-graphics-drivers-535-server (535.161.07-0ubuntu0.22.04.1) jammy; 
urgency=medium

  * New upstream release (LP: #2054571)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:20:03 +

** Changed in: libnvidia-nscq-535 (Ubuntu Mantic)
   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/2054571

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2054571] Re: New NVIDIA release 535.161.07

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535 -
535.161.07-0ubuntu0.23.10.1

---
nvidia-graphics-drivers-535 (535.161.07-0ubuntu0.23.10.1) mantic; urgency=medium

  * New upstream release (LP: #2054571)
  * Install all ABI builds of the libnvidia-pkcs11 plugin for host/container 
compatibility.
(LP: #2052967)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:25:32 +

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Mantic)
   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/2054571

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2054571] Re: New NVIDIA release 535.161.07

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package fabric-manager-535 -
535.161.07-0ubuntu0.23.10.1

---
fabric-manager-535 (535.161.07-0ubuntu0.23.10.1) mantic; urgency=medium

  * New upstream release (LP: #2054571)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:39:29 +

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Mantic)
   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/2054571

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2054571] Re: New NVIDIA release 535.161.07

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535 -
535.161.07-0ubuntu0.22.04.1

---
nvidia-graphics-drivers-535 (535.161.07-0ubuntu0.22.04.1) jammy; urgency=medium

  * New upstream release (LP: #2054571)
  * Install all ABI builds of the libnvidia-pkcs11 plugin for host/container 
compatibility.
(LP: #2052967)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:26:03 +

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Jammy)
   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/2054571

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2054571] Re: New NVIDIA release 535.161.07

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535-server -
535.161.07-0ubuntu0.20.04.1

---
nvidia-graphics-drivers-535-server (535.161.07-0ubuntu0.20.04.1) focal; 
urgency=medium

  * New upstream release (LP: #2054571)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:21:06 +

** Changed in: libnvidia-nscq-535 (Ubuntu Jammy)
   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/2054571

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2054571] Re: New NVIDIA release 535.161.07

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package fabric-manager-535 -
535.161.07-0ubuntu0.22.04.1

---
fabric-manager-535 (535.161.07-0ubuntu0.22.04.1) jammy; urgency=medium

  * New upstream release (LP: #2054571)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:39:45 +

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Jammy)
   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/2054571

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2054571] Re: New NVIDIA release 535.161.07

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package libnvidia-nscq-535 -
535.161.07-0ubuntu0.22.04.1

---
libnvidia-nscq-535 (535.161.07-0ubuntu0.22.04.1) jammy; urgency=medium

  * New upstream release (LP: #2054571)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:48:12 +

** Changed in: fabric-manager-535 (Ubuntu Jammy)
   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/2054571

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2054571] Re: New NVIDIA release 535.161.07

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535 -
535.161.07-0ubuntu0.20.04.1

---
nvidia-graphics-drivers-535 (535.161.07-0ubuntu0.20.04.1) focal; urgency=medium

  * New upstream release (LP: #2054571)
  * Install all ABI builds of the libnvidia-pkcs11 plugin for host/container 
compatibility.
(LP: #2052967)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:26:30 +

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Focal)
   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/2054571

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2054571] Re: New NVIDIA release 535.161.07

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package fabric-manager-535 -
535.161.07-0ubuntu0.20.04.1

---
fabric-manager-535 (535.161.07-0ubuntu0.20.04.1) focal; urgency=medium

  * New upstream release (LP: #2054571)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:39:59 +

** Changed in: fabric-manager-535 (Ubuntu Focal)
   Status: In Progress => Fix Released

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Focal)
   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/2054571

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2054571] Re: New NVIDIA release 535.161.07

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package libnvidia-nscq-535 -
535.161.07-0ubuntu0.20.04.1

---
libnvidia-nscq-535 (535.161.07-0ubuntu0.20.04.1) focal; urgency=medium

  * New upstream release (LP: #2054571)

 -- Dimitri John Ledkov   Thu, 22 Feb 2024
18:48:34 +

** Changed in: libnvidia-nscq-535 (Ubuntu Focal)
   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/2054571

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2054571] Update Released

2024-02-27 Thread Andy Whitcroft
The verification of the Stable Release Update for libnvidia-nscq-535 has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  New NVIDIA release 535.161.07

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


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

[Bug 2055126] Re: Unable to bring up a guest using 24.04(Noble Numbat) ISO

2024-02-27 Thread Frank Heimes
Hello and thanks for raising this - a few questions / thoughts:

- It would be good to have the full virt-install command that was used,
that allows to reproduce.

- Esp. which argument was used (and how) for virt-install used - using "
--cdrom" or "--location"? Since virt-install behaves differently
depending on that.

- Please notice that the Ubuntu Cloud image are especially generated for
KVM usage and are therefore recommended. ISO images are mainly for bare
metal installs, not for VMs (especially not for KVM) since cloud-images
are so much more suited and optimized for KVM usage.

 - The scenario described sounds like either the VM does not boot from
disk post install (boot sequence), or cannot boot from disk post-install
(e.g. the boot loader was written or so).

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

Title:
  Unable to bring up a guest using 24.04(Noble Numbat) ISO

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


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

[Bug 1337960] Re: kubuntu losing KDE as option at authentication after latest update

2024-02-27 Thread Scarlett Gately Moore
This bug is very old. If this is still an issue, please update the bug
with information from a supported release.

** Changed in: kubuntu-meta (Ubuntu)
   Status: New => Incomplete

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

Title:
  kubuntu losing KDE as option at authentication after latest update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1337960/+subscriptions


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

[Bug 1302601] Re: remove/install kubuntu-desktop wants to install quassel, even when quassel-client pkg is already installed

2024-02-27 Thread Scarlett Gately Moore
Quassel is no longer installed by kubuntu-meta

** Changed in: kubuntu-meta (Ubuntu)
   Status: New => Incomplete

** Changed in: kubuntu-meta (Ubuntu)
   Status: Incomplete => Won't Fix

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

Title:
  remove/install kubuntu-desktop wants to install quassel, even when
  quassel-client pkg is already installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1302601/+subscriptions


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

[Bug 1285169] Re: Multiple monitors no longer configurable through settings in Kubuntu 12.04

2024-02-27 Thread Scarlett Gately Moore
This bug is very old. If it is still an issue, please update the bug
with information from a supported release.

** Changed in: kubuntu-meta (Ubuntu)
   Status: New => Incomplete

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

Title:
  Multiple monitors no longer configurable through settings in Kubuntu
  12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1285169/+subscriptions


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

[Bug 1988802] Re: Firewalld installed, not ufw

2024-02-27 Thread Scarlett Gately Moore
plasma-firewall now prefers ufw over firewalld

** Changed in: kubuntu-meta (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/1988802

Title:
  Firewalld installed, not ufw

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1988802/+subscriptions


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

[Bug 2055146] Re: Upgrade from Jammy to Noble breaks

2024-02-27 Thread Skia
** Tags removed: rls-nn-incoming

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

Title:
  Upgrade from Jammy to Noble breaks

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


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

[Bug 1786013] Autopkgtest regression report (linux-meta-mtk/5.15.0.1030.32)

2024-02-27 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-mtk (5.15.0.1030.32) for 
jammy have finished running.
The following regressions have been reported in tests triggered by the package:

systemd/249.11-0ubuntu3.12 (arm64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/jammy/update_excuses.html#linux-meta-mtk

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Packaging resync

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


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

[Bug 2055146] Re: Upgrade from Jammy to Noble breaks

2024-02-27 Thread Julian Andres Klode
** Changed in: dash (Ubuntu)
   Status: New => In Progress

** Changed in: dash (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  Upgrade from Jammy to Noble breaks

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


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

[Bug 2055148] [NEW] NetworkManager connections with an explicit DoT (DNS over TLS) are not supported with Netplan

2024-02-27 Thread Lukas Märdian
Public bug reported:

From: https://discourse.ubuntu.com/t/blog-netplan-developer-
diaries/35932/11

Hi all,

NetworkManager connections with an explicit DoT (DNS over TLS)
configuration are not supported with Netplan, but NetworkManager does
feed back the DoT DNS info with server address and Server Name
Indication (SNI) in the form server_address#SNI, e.g.
1.2.3.4#dns.myhome.com as nameserver addresses to Netplan. As a result,
subsequent Netplan config applications fail because DNS servers don’t
have the expected dotted decimal (IPv4) or colon’ed hex (IPv6) form.

```
nmcli> describe ipv4.dns

=== [dns] ===
[NM property description]
Array of IP addresses of DNS servers. For DoT (DNS over TLS), the SNI server 
name can be specified by appending "#example.com" to the IP address of the DNS 
server. This currently only has effect when using systemd-resolved.
```

** Affects: netplan
 Importance: Undecided
 Status: New

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

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


** Tags: netplan-everywhere

** Also affects: netplan
   Importance: Undecided
   Status: New

** Also affects: network-manager (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/2055148

Title:
  NetworkManager connections with an explicit DoT (DNS over TLS) are not
  supported with Netplan

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


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

[Bug 2053125] Re: Tracking 5.27 Plasma Bugs

2024-02-27 Thread Scarlett Gately Moore
** Changed in: kactivitymanagerd (Ubuntu)
   Status: New => Triaged

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

Title:
  Tracking 5.27 Plasma Bugs

To manage notifications about this bug go to:
https://bugs.launchpad.net/plasma-5.27/+bug/2053125/+subscriptions


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

[Bug 2055126] Re: Unable to bring up a guest using 24.04(Noble Numbat) ISO

2024-02-27 Thread Frank Heimes
** Tags added: ppc64el

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

Title:
  Unable to bring up a guest using 24.04(Noble Numbat) ISO

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


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

[Bug 2054694] Re: Please merge dnspython 2.6.1-1 from Debian unstable

2024-02-27 Thread Pushkar Kulkarni
This is blocked by: https://bugs.launchpad.net/ubuntu/+source/python-
trio/+bug/2054772

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

Title:
  Please merge dnspython 2.6.1-1 from Debian unstable

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


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

[Bug 2054772] Re: python-trio 0.24.0-1 FTBFS on noble

2024-02-27 Thread Pushkar Kulkarni
Checked with the Launchpad team if I could get access to a builder VM so
that we can investigate this failure, but they hinted on the negative
side.

I might try to run the build in a noble LXD-container (on a VM), like LP
does. But, I have submitted a patch that disables the failing call from
the tests, as a temporary workaround to get python-trio built and also
potentially not block other packages like dnspython [1].

[1] https://bugs.launchpad.net/ubuntu/+source/dnspython/+bug/2054694

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

Title:
  python-trio 0.24.0-1 FTBFS on noble

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


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

[Bug 2048917] Re: [needs-packaging] Intel Integrated Performance Primitives - ipp-crypto

2024-02-27 Thread Łukasz Zemczak
Approved!

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

Title:
  [needs-packaging] Intel Integrated Performance Primitives - ipp-crypto

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


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

[Bug 2054896] Re: update-apt-xapian-index crashed with ModuleNotFoundError in /usr/lib/python3/dist-packages/axi/indexer.py: No module named 'imp'

2024-02-27 Thread Blümchen Blau
And again. Synaptic start => Error. Though, Synaptic started
successfully.

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

Title:
  update-apt-xapian-index crashed with ModuleNotFoundError in
  /usr/lib/python3/dist-packages/axi/indexer.py: No module named 'imp'

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


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

[Bug 2054772] Re: python-trio 0.24.0-1 FTBFS on noble

2024-02-27 Thread Pushkar Kulkarni
I am not 100% sure if this call, failing with a PermissionError,
requires root privileges:

sock.setsockopt(tsocket.SOL_SOCKET, tsocket.SO_BINDTODEVICE, None, 0)

I tried to write small tests in Python and C, as a non-root user,  but
cannot trigger a PermissionError (Python) or a system-call failure (C).

I am unable to reproduce the build-time test failure too.

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

Title:
  python-trio 0.24.0-1 FTBFS on noble

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


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

[Bug 2055065] Re: Please merge kbd 2.6.4-2 (main) from Debian unstable

2024-02-27 Thread Olivier Gayot
** Description changed:

- TODO
+ debian:
+ kbd| 2.0.4-4   | oldoldstable   | source, amd64, arm64, armel, 
armhf, i386, mips, mips64el, mipsel, ppc64el, s390x
+ kbd| 2.3.0-3   | oldstable  | source, amd64, arm64, armel, 
armhf, i386, mips64el, mipsel, ppc64el, s390x
+ kbd| 2.5.1-1   | stable | source
+ kbd| 2.5.1-1+b1| stable | amd64, arm64, armel, armhf, 
i386, mips64el, mipsel, ppc64el, s390x
+ kbd| 2.6.4-2   | testing| source, amd64, arm64, armel, 
armhf, i386, mips64el, ppc64el, s390x
+ kbd| 2.6.4-2   | unstable   | source, amd64, arm64, armel, 
armhf, i386, mips64el, ppc64el, riscv64, s390x
+ kbd| 2.6.4-2   | unstable-debug | source
+ ubuntu:
+  kbd | 1.15.5-1ubuntu1  | trusty | source, amd64, arm64, armhf, 
i386, powerpc, ppc64el
+  kbd | 1.15.5-1ubuntu4  | xenial | source, amd64, arm64, armhf, 
i386, powerpc, ppc64el, s390x
+  kbd | 1.15.5-1ubuntu5  | xenial-updates | source, amd64, arm64, armhf, 
i386, powerpc, ppc64el, s390x
+  kbd | 2.0.4-2ubuntu1   | bionic | source, amd64, arm64, armhf, 
i386, ppc64el, s390x
+  kbd | 2.0.4-4ubuntu2   | focal  | source, amd64, arm64, armhf, 
ppc64el, riscv64, s390x
+  kbd | 2.3.0-3ubuntu4   | jammy  | source, amd64, arm64, armhf, 
ppc64el, riscv64, s390x
+  kbd | 2.3.0-3ubuntu4.22.04 | jammy-updates  | source, amd64, arm64, armhf, 
ppc64el, riscv64, s390x
+  kbd | 2.5.1-1ubuntu1   | mantic | source, amd64, arm64, armhf, 
ppc64el, riscv64, s390x
+  kbd | 2.5.1-1ubuntu1   | noble  | source, amd64, arm64, armhf, 
ppc64el, riscv64, s390x

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

** Changed in: kbd (Ubuntu)
 Assignee: (unassigned) => Olivier Gayot (ogayot)

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

Title:
  Please merge kbd 2.6.4-2 (main) from Debian unstable

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


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

[Bug 2055147] [NEW] Kernel upgrade to 6.5.0-21-generic fails to boot

2024-02-27 Thread Sly Gryphon
Public bug reported:

After automatic update to kernel 6.5.0-21-generic my laptop fails to
complete booting with a kernel panic. Safe mode did not work. Booting to
previous kernel 6.5.0-17-generic is fine.

Errors during failed boot include:
```
VFS Cannot open root device /dev/mapper/vgubuntu-root or unknown-block(0.0) 
error -6
Please append a correct root= boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0.0)

```

Trying clean up, I see the following error with the kernel installation:

```
sly@sigil:~$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 to upgrade, 0 to newly install, 0 to remove and 6 not to upgrade.
3 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up linux-headers-6.5.0-21-generic (6.5.0-21.21) ...
/etc/kernel/header_postinst.d/dkms:
 * dkms: running auto installation service for kernel 6.5.0-21-generic
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der

Building module:
Cleaning build area...
make -j16 KERNELRELEASE=6.5.0-21-generic all 
INCLUDEDIR=/lib/modules/6.5.0-21-generic/build/include 
KVERSION=6.5.0-21-generic DKMS_BUILD=1...(bad exit status: 2)
ERROR (dkms apport): binary package for evdi: 1.11.0 not found
Error! Bad return status for module build on kernel: 6.5.0-21-generic (x86_64)
Consult /var/lib/dkms/evdi/1.11.0/build/make.log for more information.
dkms autoinstall on 6.5.0-21-generic/x86_64 succeeded for nvidia
dkms autoinstall on 6.5.0-21-generic/x86_64 failed for evdi(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
 * dkms: autoinstall for kernel 6.5.0-21-generic
   ...fail!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 11
dpkg: error processing package linux-headers-6.5.0-21-generic (--configure):
 installed linux-headers-6.5.0-21-generic package post-installation script 
subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-headers-generic:
 linux-headers-generic depends on linux-headers-6.5.0-21-generic; however:
  Package linux-headers-6.5.0-21-generic is not configured yet.

dpkg: error processing package linux-headers-generic (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.

  No apport report written because the error message 
indicates its a followup error from a previous failure.
  dpkg: dependency problems prevent 
configuration of linux-generic:
 linux-generic depends on linux-headers-generic (= 6.5.0.21.20); however:
  Package linux-headers-generic is not configured yet.

dpkg: error processing package linux-generic (--configure):
 dependency problems - leaving unconfigured
Processing triggers for linux-image-6.5.0-21-generic (6.5.0-21.21) ...
/etc/kernel/postinst.d/dkms:
 * dkms: running auto installation service for kernel 6.5.0-21-generic
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der

Building module:
Cleaning build area...
make -j16 KERNELRELEASE=6.5.0-21-generic all 
INCLUDEDIR=/lib/modules/6.5.0-21-generic/build/include 
KVERSION=6.5.0-21-generic DKMS_BUILD=1...(bad exit status: 2)
ERROR (dkms apport): binary package for evdi: 1.11.0 not found
Error! Bad return status for module build on kernel: 6.5.0-21-generic (x86_64)
Consult /var/lib/dkms/evdi/1.11.0/build/make.log for more information.
dkms autoinstall on 6.5.0-21-generic/x86_64 succeeded for nvidia
dkms autoinstall on 6.5.0-21-generic/x86_64 failed for evdi(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
 * dkms: autoinstall for kernel 6.5.0-21-generic
   ...fail!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: error processing package linux-image-6.5.0-21-generic (--configure):
 installed linux-image-6.5.0-21-generic package post-installation script 
subprocess returned error exit status 1
No apport report written because MaxReports is reached already
  Errors were 
encountered while processing:
 linux-headers-6.5.0-21-generic
 linux-headers-generic
 linux-generic
 linux-image-6.5.0-21-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
```

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: linux-image-6.5.0-17-generic 6.5.0-17.17
ProcVersionSignature: Ubuntu 6.5.0-17.17-generic 6.5.8
Uname: Linux 6.5.0-17-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.27.0-0ubuntu5

[Bug 510018]

2024-02-27 Thread Nate-b
*** Bug 481720 has been marked as a duplicate of this bug. ***

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

Title:
  Cannot delete file with bad filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/510018/+subscriptions


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

[Bug 2055146] [NEW] Upgrade from Jammy to Noble breaks

2024-02-27 Thread Skia
Public bug reported:

Hello there!

Upgrading `dash` from Jammy to Noble is broken. Here is a quick
reproducer:

```
podman pull ubuntu:jammy
podman run -it --rm  ubuntu:jammy
sed -i 's/jammy/noble/' /etc/apt/sources.list
apt update
apt full-upgrade
```
This should end up with this error:
```
Setting up dash (0.5.12-6ubuntu3) ...
Removing 'diversion of /usr/share/man/man1/sh.1.gz to 
/usr/share/man/man1/sh.distrib.1.gz by dash'
Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'
This should never be reached
dpkg: error processing package dash (--configure):
 installed dash package post-installation script subprocess returned error exit 
status 1
Errors were encountered while processing:
 dash
E: Sub-process /usr/bin/dpkg returned an error code (1)
```

As `dash` is pre-installed on almost every kind of Ubuntu, this breaks
any upgrade from Jammy to Noble in practice.

** Affects: dash (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: rls-nn-incoming

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

Title:
  Upgrade from Jammy to Noble breaks

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


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

[Bug 1933736] Re: Please pre-install KIO Gdrive on Kubuntu by default

2024-02-27 Thread Scarlett Gately Moore
I would love to ship this by default, but I can't even get it to work. I
have filed https://bugs.kde.org/show_bug.cgi?id=481887 and we'll see if
we can't get this fixed.

** Bug watch added: KDE Bug Tracking System #481887
   https://bugs.kde.org/show_bug.cgi?id=481887

** Changed in: kubuntu-meta (Ubuntu)
   Status: New => Confirmed

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

Title:
  Please pre-install KIO Gdrive on Kubuntu by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1933736/+subscriptions


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

[Bug 2055126] Re: Unable to bring up a guest using 24.04(Noble Numbat) ISO

2024-02-27 Thread Frank Heimes
** Package changed: ubuntu => virtinst (Ubuntu)

** Also affects: ubuntu-power-systems
   Importance: Undecided
   Status: New

** Changed in: ubuntu-power-systems
 Assignee: (unassigned) => Ubuntu on IBM Power Systems Bug Triage 
(ubuntu-power-triage)

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

Title:
  Unable to bring up a guest using 24.04(Noble Numbat) ISO

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


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

[Bug 2055065] Re: Please merge kbd 2.6.4-2 (main) from Debian unstable

2024-02-27 Thread Olivier Gayot
** Merge proposal linked:
   https://code.launchpad.net/~ogayot/ubuntu/+source/kbd/+git/kbd/+merge/461345

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

Title:
  Please merge kbd 2.6.4-2 (main) from Debian unstable

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


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

[Bug 2055145] [NEW] Jammy update: v5.15.148 upstream stable release

2024-02-27 Thread Manuel Diewald
Public bug reported:


SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from a mainline/stable Linux tree or
   a minimally backported form of that patch. The following upstream
   stable patches should be included in the Ubuntu kernel:

   v5.15.148 upstream stable release
   from git://git.kernel.org/

f2fs: explicitly null-terminate the xattr list
pinctrl: lochnagar: Don't build on MIPS
ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
mptcp: fix uninit-value in mptcp_incoming_options
wifi: cfg80211: lock wiphy mutex for rfkill poll
debugfs: fix automount d_fsdata usage
drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer
nvme-core: check for too small lba shift
ASoC: wm8974: Correct boost mixer inputs
ASoC: Intel: Skylake: Fix mem leak in few functions
ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16
ASoC: Intel: Skylake: mem leak in skl register function
ASoC: cs43130: Fix the position of const qualifier
ASoC: cs43130: Fix incorrect frame delay configuration
ASoC: rt5650: add mutex to avoid the jack detection failure
nouveau/tu102: flush all pdbs on vmm flush
net/tg3: fix race condition in tg3_reset_task()
ASoC: da7219: Support low DC impedance headset
ASoC: ops: add correct range check for limiting volume
nvme: introduce helper function to get ctrl state
drm/amdgpu: Add NULL checks for function pointers
drm/exynos: fix a potential error pointer dereference
drm/exynos: fix a wrong error checking
hwmon: (corsair-psu) Fix probe when built-in
clk: rockchip: rk3128: Fix HCLK_OTG gate register
jbd2: correct the printing of write_flags in jbd2_write_superblock()
drm/crtc: Fix uninit-value bug in drm_mode_setcrtc
neighbour: Don't let neigh_forced_gc() disable preemption for long
platform/x86: intel-vbtn: Fix missing tablet-mode-switch events
jbd2: fix soft lockup in journal_finish_inode_data_buffers()
tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
tracing: Add size check when printing trace_marker output
stmmac: dwmac-loongson: drop useless check for compatible fallback
MIPS: dts: loongson: drop incorrect dwmac fallback compatible
tracing: Fix uaf issue when open the hist or hist_debug file
ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
Input: atkbd - skip ATKBD_CMD_GETID in translated mode
Input: i8042 - add nomux quirk for Acer P459-G2-M
s390/scm: fix virtual vs physical address confusion
ARC: fix spare error
wifi: iwlwifi: pcie: avoid a NULL pointer dereference
Input: xpad - add Razer Wolverine V2 support
ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab S10346
i2c: rk3x: fix potential spinlock recursion on poll
net: qrtr: ns: Return 0 if server port is not present
ARM: sun9i: smp: fix return code check of of_property_match_string
drm/crtc: fix uninitialized variable use
ACPI: resource: Add another DMI match for the TongFang GMxXGxx
Revert "ASoC: atmel: Remove system clock tree configuration for at91sam9g20ek"
bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole 
flags for v1.25
kprobes: Fix to handle forcibly unoptimized kprobes on freeing_list
Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
binder: use EPOLLERR from eventpoll.h
binder: fix use-after-free in shinker's callback
binder: fix trivial typo of binder_free_buf_locked()
binder: fix comment on binder_alloc_new_buf() return value
uio: Fix use-after-free in uio_open
parport: parport_serial: Add Brainboxes BAR details
parport: parport_serial: Add Brainboxes device IDs and geometry
leds: ledtrig-tty: Free allocated ttyname buffer on deactivate
PCI: Add ACS quirk for more Zhaoxin Root Ports
coresight: etm4x: Fix width of CCITMIN field
x86/lib: Fix overflow when counting digits
EDAC/thunderx: Fix possible out-of-bounds string access
powerpc: Mark .opd section read-only
powerpc/toc: Future proof kernel toc
powerpc: remove checks for binutils older than 2.25
powerpc: add crtsavres.o to always-y instead of extra-y
powerpc/44x: select I2C for CURRITUCK
powerpc/pseries/memhp: Fix access beyond end of drmem array
selftests/powerpc: Fix error handling in FPU/VMX preemption tests
powerpc/powernv: Add a null pointer check to scom_debug_init_one()
powerpc/powernv: Add a null pointer check in opal_event_init()
powerpc/powernv: Add a null pointer check in opal_powercap_init()
powerpc/imc-pmu: Add a null pointer check in update_events_in_group()
spi: spi-zynqmp-gqspi: fix driver kconfig dependencies
mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller response
ACPI: video: check for error while searching for backlight device parent
ACPI: LPIT: Avoid u32 multiplication overflow

[Bug 2054090] Re: Implicit rejection of PKCS#1 v1.5 RSA

2024-02-27 Thread David Fernandez Gonzalez
Bionic released in ESM Infra, version 1.1.1-1ubuntu2.1~18.04.23+esm5

** Changed in: openssl (Ubuntu Bionic)
   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/2054090

Title:
  Implicit rejection of PKCS#1 v1.5 RSA

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


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

[Bug 1874130] Re: lirc fails to install because of a missing /etc/lirc/lirc_options.conf - Ubuntu 20.04

2024-02-27 Thread ^rooker
In case, someone else also runs into this issue on 20.04, make sure you
have the "focal-updates" sources enabled.

Check (or add) the following line to your /etc/apt/sources.list:

```
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe 
multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted 
universe multiverse
```


Thanks for fixing this! :D

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

Title:
  lirc fails to install because of a missing /etc/lirc/lirc_options.conf
  - Ubuntu 20.04

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


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

[Bug 2036239] Re: Intel E810-XXV - NETDEV WATCHDOG: (ice): transmit queue timed out

2024-02-27 Thread Robert Malz
Hi Roxana,
Mantic verification is still not finished.
I did some touch tests without stress traffic.
I'm trying to get my hands on E810 device to finish testing, I'll update ticket 
once it's done.
Wishful ETA EOW 09.

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

Title:
  Intel E810-XXV - NETDEV WATCHDOG: (ice): transmit queue timed out

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


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

[Bug 2049569] Re: Enable the mic-mute led on Dell MTL laptops

2024-02-27 Thread Chris Chiu
** Description changed:

  [Kernel SRU]
  [Impact]
  On Dell's Precision 3550, Intel MTL platform, the MIC-Mute function is 
working but the LED(on F4) state is not changed accordingly.
  
  [Fix]
- There's no problem on the same series on RPL platform. It needs MTL specific 
SoF driver and controls to support the registered mixer switch.
+ There's no problem on the same series on RPL platform. It needs MTL specific 
SoF driver and controls to support the registered mixer switch. It requires the 
patches in 
https://lore.kernel.org/all/20230919103115.30783-1-peter.ujfal...@linux.intel.com/
 and 
https://lore.kernel.org/all/20230814232325.86397-1-pierre-louis.boss...@linux.intel.com/
  
  [Test Case]
  1. press mic-mute hot-key and check if mic-mute is enabled or not by the OSD 
icon.
  2. The mic-mute led should be ON when mic-mute enabled, OFF when disabled.
  
  [Where problems could occur]
  It's only required for new sof-audio-pci-intel-mtl driver. The impact should 
be restricting.

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

Title:
  Enable the mic-mute led on Dell MTL laptops

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2049569/+subscriptions


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

[Bug 2054769] Re: Boot animation and login screen use different display scales

2024-02-27 Thread Bug Watch Updater
** Changed in: plymouth
   Status: Unknown => New

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

Title:
  Boot animation and login screen use different display scales

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


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

[Bug 2052789] Re: AppArmor profiles missing in kernel 5.15.0-1051+ release

2024-02-27 Thread Philip Roche
Jammy fix is still awaiting review @
https://code.launchpad.net/~philroche/livecd-rootfs/+git/livecd-
rootfs/+merge/460929

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

Title:
  AppArmor profiles missing in kernel 5.15.0-1051+ release

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


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

[Bug 2054301] Re: [worker/event] Some child processes aren't killed on reload (graceful), being stuck in state "Sending Reply", leaving old logfiles open, disk fills up, server stops responding after

2024-02-27 Thread thermoman
We upgraded the application to run with PHP 8.1 and just removed all
packages from Ondrej's Repository and installed PHP 8.1 from the
official jammy Repo.

Same issue: After reload of apache2 some apache2 processes remain in
state "Sending Reply", netstat showing inbound HTTPS connections in
state CLOSE_WAIT.

Will report back if the processes vanish as soon as the tcp connections
are dropped.

% apt-cache policy $(dpkg -l | grep php | awk '{print $2}')
php-common:
  Installed: 2:92ubuntu1
  Candidate: 2:92ubuntu1
  Version table:
 *** 2:92ubuntu1 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu jammy/main amd64 
Packages
100 /var/lib/dpkg/status
php-db:
  Installed: 1.10.0-1build4
  Candidate: 1.10.0-1build4
  Version table:
 *** 1.10.0-1build4 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu jammy/universe 
amd64 Packages
100 /var/lib/dpkg/status
php-pear:
  Installed: 1:1.10.12+submodules+notgz+20210212-1ubuntu3
  Candidate: 1:1.10.12+submodules+notgz+20210212-1ubuntu3
  Version table:
 *** 1:1.10.12+submodules+notgz+20210212-1ubuntu3 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu jammy/main amd64 
Packages
100 /var/lib/dpkg/status
php8.1-apcu:
  Installed: 5.1.21+4.0.11-7ubuntu1
  Candidate: 5.1.21+4.0.11-7ubuntu1
  Version table:
 *** 5.1.21+4.0.11-7ubuntu1 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu jammy/universe 
amd64 Packages
100 /var/lib/dpkg/status
php8.1-bcmath:
  Installed: 8.1.2-1ubuntu2.14
  Candidate: 8.1.2-1ubuntu2.14
  Version table:
 *** 8.1.2-1ubuntu2.14 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu 
jammy-updates/universe amd64 Packages
500 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 8.1.2-1ubuntu2 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu jammy/universe 
amd64 Packages
php8.1-cgi:
  Installed: 8.1.2-1ubuntu2.14
  Candidate: 8.1.2-1ubuntu2.14
  Version table:
 *** 8.1.2-1ubuntu2.14 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu 
jammy-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
100 /var/lib/dpkg/status
 8.1.2-1ubuntu2 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu jammy/main amd64 
Packages
php8.1-cli:
  Installed: 8.1.2-1ubuntu2.14
  Candidate: 8.1.2-1ubuntu2.14
  Version table:
 *** 8.1.2-1ubuntu2.14 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu 
jammy-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
100 /var/lib/dpkg/status
 8.1.2-1ubuntu2 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu jammy/main amd64 
Packages
php8.1-common:
  Installed: 8.1.2-1ubuntu2.14
  Candidate: 8.1.2-1ubuntu2.14
  Version table:
 *** 8.1.2-1ubuntu2.14 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu 
jammy-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
100 /var/lib/dpkg/status
 8.1.2-1ubuntu2 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu jammy/main amd64 
Packages
php8.1-curl:
  Installed: 8.1.2-1ubuntu2.14
  Candidate: 8.1.2-1ubuntu2.14
  Version table:
 *** 8.1.2-1ubuntu2.14 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu 
jammy-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
100 /var/lib/dpkg/status
 8.1.2-1ubuntu2 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu jammy/main amd64 
Packages
php8.1-dba:
  Installed: 8.1.2-1ubuntu2.14
  Candidate: 8.1.2-1ubuntu2.14
  Version table:
 *** 8.1.2-1ubuntu2.14 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu 
jammy-updates/universe amd64 Packages
500 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 8.1.2-1ubuntu2 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu jammy/universe 
amd64 Packages
php8.1-gd:
  Installed: 8.1.2-1ubuntu2.14
  Candidate: 8.1.2-1ubuntu2.14
  Version table:
 *** 8.1.2-1ubuntu2.14 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu 
jammy-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
100 /var/lib/dpkg/status
 8.1.2-1ubuntu2 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu jammy/main amd64 
Packages
php8.1-igbinary:
  Installed: 3.2.6+2.0.8-7ubuntu1
  Candidate: 3.2.6+2.0.8-7ubuntu1
  Version table:
 *** 3.2.6+2.0.8-7ubuntu1 500
500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu jammy/universe 
amd64 Packages
100 /var/lib/dpkg/status
php8.1-imagick:
  Installed: 3.6.0-4ubuntu1
  Candidate: 3.6.0-4ubuntu1
  Version table:
 *** 3.6.0-4ubuntu1 500
500 

[Bug 2054779] Re: Mantic update: upstream stable patchset 2024-02-26

2024-02-27 Thread Portia Stephens
** Summary changed:

- Mantic update: upstream stable patchset 2024-02-23
+ Mantic update: upstream stable patchset 2024-02-26

** Description changed:

  SRU Justification
  
  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from a mainline/stable Linux tree or
     a minimally backported form of that patch. The following upstream
     stable patches should be included in the Ubuntu kernel:
  
-    upstream stable patchset 2024-02-23
+    upstream stable patchset 2024-02-26
  
  Ported from the following upstream stable releases:
  v6.1.72, v6.6.11
  
     from git://git.kernel.org/
  
  keys, dns: Fix missing size check of V1 server-list header
  ALSA: hda/realtek: enable SND_PCI_QUIRK for hp pavilion 14-ec1xxx series
  ALSA: hda/realtek: fix mute/micmute LEDs for a HP ZBook
  ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook 440 G6
  mptcp: prevent tcp diag from closing listener subflows
  Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"
  drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SE
  cifs: cifs_chan_is_iface_active should be called with chan_lock held
  cifs: do not depend on release_iface for maintaining iface_list
  KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRL
  wifi: iwlwifi: pcie: don't synchronize IRQs from IRQ
  drm/bridge: ti-sn65dsi86: Never store more than msg->size bytes in AUX xfer
  netfilter: nf_tables: set transport offset from mac header for netdev/egress
  nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local
  octeontx2-af: Fix marking couple of structure as __packed
  drm/i915/dp: Fix passing the correct DPCD_REV for drm_dp_set_phy_test_pattern
  ice: Fix link_down_on_close message
  ice: Shut down VSI with "link-down-on-close" enabled
  i40e: Fix filter input checks to prevent config with invalid values
  igc: Report VLAN EtherType matching back to user
  igc: Check VLAN TCI mask
  igc: Check VLAN EtherType mask
  ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enable
  ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offset
  mlxbf_gige: fix receive packet race condition
  net: sched: em_text: fix possible memory leak in em_text_destroy()
  r8169: Fix PCI error on system resume
  net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
  selftests: bonding: do not set port down when adding to bond
  ARM: sun9i: smp: Fix array-index-out-of-bounds read in sunxi_mc_smp_init
  sfc: fix a double-free bug in efx_probe_filters
  net: bcmgenet: Fix FCS generation for fragmented skbuffs
  netfilter: nft_immediate: drop chain reference counter on error
  net: Save and restore msg_namelen in sock_sendmsg
  i40e: fix use-after-free in i40e_aqc_add_filters()
  ASoC: meson: g12a-toacodec: Validate written enum values
  ASoC: meson: g12a-tohdmitx: Validate written enum values
  ASoC: meson: g12a-toacodec: Fix event generation
  ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux
  i40e: Restore VF MSI-X state during PCI reset
  igc: Fix hicredit calculation
  net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues
  net/smc: fix invalid link access in dumping SMC-R connections
  octeontx2-af: Always configure NIX TX link credits based on max frame size
  octeontx2-af: Re-enable MAC TX in otx2_stop processing
  asix: Add check for usbnet_get_endpoints
  net: ravb: Wait for operating mode to be applied
  bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()
  net: Implement missing SO_TIMESTAMPING_NEW cmsg support
  bpf: Support new 32bit offset jmp instruction
  mm: merge folio_has_private()/filemap_release_folio() call pairs
  mm, netfs, fscache: stop read optimisation when folio removed from pagecache
  smb: client: fix missing mode bits for SMB symlinks
  ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7
  firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and 
ASM108x/VT630x PCIe cards
  x86/kprobes: fix incorrect return address calculation in 
kprobe_emulate_call_indirect
  i2c: core: Fix atomic xfer check for non-preempt config
  mm: fix unmap_mapping_range high bits shift bug
  drm/amdgpu: skip gpu_info fw loading on navi12
  drm/amd/display: add nv12 bounding box
  mmc: meson-mx-sdhc: Fix initialization frozen issue
  mmc: rpmb: fixes pause retune on all RPMB partitions.
  mmc: core: Cancel delayed work before releasing host
  mmc: sdhci-sprd: Fix eMMC init failure after hw reset
  bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
  media: qcom: camss: Comment CSID dt_id field
  Revert "interconnect: qcom: sm8250: Enable sync_state"
  drm/amd/display: pbn_div need be updated for hotplug event
  accel/qaic: Fix GEM import path code
  accel/qaic: Implement quirk 

[Bug 2046154] Re: [MIR] libcryptx-perl (libmail-dkim-perl dependency)

2024-02-27 Thread Miriam España Acebal
** Merge proposal linked:
   
https://code.launchpad.net/~mirespace/ubuntu/+source/libmail-dkim-perl/+git/libmail-dkim-perl/+merge/461344

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

Title:
  [MIR] libcryptx-perl (libmail-dkim-perl dependency)

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


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

[Bug 2055002] Re: Mantic update: upstream stable patchset 2024-02-27

2024-02-27 Thread Portia Stephens
** Summary changed:

- Mantic update: upstream stable patchset 2024-02-26
+ Mantic update: upstream stable patchset 2024-02-27

** Description changed:

+ SRU Justification
  
- SRU Justification
+ Impact:
+    The upstream process for stable tree updates is quite similar
+    in scope to the Ubuntu SRU process, e.g., each patch has to
+    demonstrably fix a bug, and each patch is vetted by upstream
+    by originating either directly from a mainline/stable Linux tree or
+    a minimally backported form of that patch. The following upstream
+    stable patches should be included in the Ubuntu kernel:
  
- Impact:
-The upstream process for stable tree updates is quite similar
-in scope to the Ubuntu SRU process, e.g., each patch has to
-demonstrably fix a bug, and each patch is vetted by upstream
-by originating either directly from a mainline/stable Linux tree or
-a minimally backported form of that patch. The following upstream
-stable patches should be included in the Ubuntu kernel:
+    upstream stable patchset 2024-02-27
  
-upstream stable patchset 2024-02-26
+ Ported from the following upstream stable releases:
+ v6.1.73, v6.6.12
  
- Ported from the following upstream stable releases:
- v6.1.73, v6.6.12
- 
-from git://git.kernel.org/
+    from git://git.kernel.org/
  
  Revert "nfsd: call nfsd_last_thread() before final nfsd_put()"
  cifs: fix flushing folio regression for 6.1 backport
  UBUNTU: Upstream stable to v6.1.73, v6.6.12

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

Title:
  Mantic update: upstream stable patchset 2024-02-27

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


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

[Bug 2055055] Re: unmkinitramfs: wrong and unneeded count= in a dd call

2024-02-27 Thread Benjamin Drung
Thank you for taking the time to report this bug and contributing to
Ubuntu. The count_bytes solution looks better to me. I see four dd calls
in unmkinitramfs. Can you check those as well?

Debian is affected as well. If you can spare the time, please submit
your patch to https://salsa.debian.org/kernel-team/initramfs-
tools/-/merge_requests as well.

** Changed in: initramfs-tools (Ubuntu)
   Importance: Undecided => Low

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Triaged

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

Title:
  unmkinitramfs: wrong and unneeded count= in a dd call

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


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

[Bug 2054487] Re: There is sound from the speakers and headphones at the same time on Oasis 14 and 16 platforms

2024-02-27 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-oem-6.1/6.1.0-1035.35
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-jammy-linux-oem-6.1' to 'verification-done-
jammy-linux-oem-6.1'. If the problem still exists, change the tag
'verification-needed-jammy-linux-oem-6.1' to 'verification-failed-jammy-
linux-oem-6.1'.


If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.


See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: kernel-spammed-jammy-linux-oem-6.1-v2 
verification-needed-jammy-linux-oem-6.1

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

Title:
  There is sound from the speakers and headphones at the same time on
  Oasis 14 and 16 platforms

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2054487/+subscriptions


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

[Bug 2055046] Re: ubuntu-pro-client:3 duplicate log entry for /var/log/ubuntu-advantage-license-check.log

2024-02-27 Thread Calvin Mwadime Makokha
xypron, your diagnosis was correct i.e. we are to rename/delete the
/etc/logrotate.d/ubuntu-advantage-tools. We have an update to address
this bug in ubuntu-pro-client v31.2 and here is the commit to address it
https://github.com/canonical/ubuntu-pro-
client/commit/fcea342a3f98550b78f244252beaade2f96a75ed  and the PR
https://github.com/canonical/ubuntu-pro-client/pull/2964

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

Title:
  ubuntu-pro-client:3 duplicate log entry for /var/log/ubuntu-advantage-
  license-check.log

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


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

[Bug 2051383] Re: gnome-shell high CPU utilization when moving a high frequency mouse

2024-02-27 Thread Daniel van Vugt
If you run 'sudo evtest', select the mouse and then wiggle it, what kind
of output do you see?

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

Title:
  gnome-shell high CPU utilization when moving a high frequency mouse

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


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

[Bug 2055006] Re: Crash

2024-02-27 Thread guillaume le louet
*** This bug is a duplicate of bug 1861609 ***
https://bugs.launchpad.net/bugs/1861609

thank you

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

Title:
  Crash

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


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

[Bug 2055052] Re: net/sched: flower: Add lock protection when remove filter handle

2024-02-27 Thread Bartlomiej Zolnierkiewicz
** Also affects: linux-bluefield (Ubuntu Jammy)
   Importance: Undecided
   Status: New

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

Title:
  net/sched: flower: Add lock protection when remove filter handle

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


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

[Bug 2054769] Re: Boot animation and login screen use different display scales

2024-02-27 Thread Daniel van Vugt
** Bug watch added: gitlab.freedesktop.org/plymouth/plymouth/-/issues #241
   https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/241

** Also affects: plymouth via
   https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/241
   Importance: Unknown
   Status: Unknown

** Changed in: plymouth (Ubuntu)
   Status: In Progress => Fix Committed

** Tags added: fixed-upstream

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

Title:
  Boot animation and login screen use different display scales

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


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

[Bug 2054810] Re: Adding bpf to CONFIG_LSM in linux kernel

2024-02-27 Thread roblabla
** Description changed:

  Linux kernel since 5.7 allows to write eBPF programs which can be
  attached to LSM hooks. More details here:
  
  https://www.kernel.org/doc/html/v5.9/bpf/bpf_lsm.html
  
  There are already projects trying to leverage that
  
  systemd with the restrict-fs feature
  
https://github.com/systemd/systemd/blob/main/src/core/bpf/restrict_fs/restrict-fs.bpf.c
  
  https://github.com/linux-lock/bpflock
  
  https://github.com/lockc-project/lockc
  
  However, BPF LSM has to be enabled by adding bpf to CONFIG_LSM.
  That was already done in:
  
  Arch Linux
  
  https://github.com/archlinux/svntogit-
  packages/blob/4615bb2493649ad6fa133f864f94cb95c824f361/trunk/config#L9963
  
  Fedora
  
  
https://fedorapeople.org/cgit/thl/public_git/kernel.git/tree/kernel-x86_64-fedora.config?h=kernel-5.17.0-0.rc5.20220225git53ab78cd6d5a.106.vanilla.1.fc34=e661d91eb909e777a9d28425ef50fcc5ef7fa5ed#n3291
  
  openSUSE
  
  https://github.com/openSUSE/kernel-
  source/commit/c2c25b18721866d6211054f542987036ed6e0a50
  
+ Debian
+ 
+ https://salsa.debian.org/kernel-
+ team/linux/-/blob/master/debian/config/config?ref_type=heads#L7713
+ 
+ RedHat
+ 
+ 
https://access.redhat.com/labs/rhcb/RHEL-8.9/kernel-4.18.0-513.18.1.el8/source/blob/redhat/configs/generic/CONFIG_LSM
+ 
  Could we please enable BPF LSM in Ubuntu kernels as well? Without that
  change, users trying to play with the mentioned projects have to edit
  their /etc/default/grub to add bpf LSM.

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

Title:
   Adding bpf to CONFIG_LSM in linux kernel

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


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

[Bug 1953677] Re: Wrong folder icons when using dark theme

2024-02-27 Thread Jan Rathmann
Tested with Kubuntu 22.04.4 and 23.10 live images and can't reproduce it
anymore too – so I'll close this as Fixed.

** Changed in: breeze-icons (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  Wrong folder icons when using dark theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/breeze-icons/+bug/1953677/+subscriptions


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

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

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

Thank you for the new version!

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

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


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

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

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

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


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

[Bug 2054090] Re: Implicit rejection of PKCS#1 v1.5 RSA

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package openssl - 3.0.2-0ubuntu1.15

---
openssl (3.0.2-0ubuntu1.15) jammy-security; urgency=medium

  * SECURITY UPDATE: Implicit rejection for RSA PKCS#1 (LP: #2054090)
- debian/patches/openssl-pkcs1-implicit-rejection.patch:
  Return deterministic random output instead of an error in case
  there is a padding error in crypto/cms/cms_env.c,
  crypto/evp/ctrl_params_translate.c, crypto/pkcs7/pk7_doit.c,
  crypto/rsa/rsa_ossl.c, crypto/rsa/rsa_pk1.c,
  crypto/rsa/rsa_pmeth.c, doc/man1/openssl-pkeyutl.pod.in,
  doc/man1/openssl-rsautl.pod.in, doc/man3/EVP_PKEY_CTX_ctrl.pod,
  doc/man3/EVP_PKEY_decrypt.pod,
  doc/man3/RSA_padding_add_PKCS1_type_1.pod,
  doc/man3/RSA_public_encrypt.pod, doc/man7/provider-asym_cipher.pod,
  include/crypto/rsa.h, include/openssl/core_names.h,
  include/openssl/rsa.h,
  providers/implementations/asymciphers/rsa_enc.c and
  test/recipes/30-test_evp_data/evppkey_rsa_common.txt.

 -- David Fernandez Gonzalez 
Fri, 16 Feb 2024 09:51:30 +0100

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

Title:
  Implicit rejection of PKCS#1 v1.5 RSA

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


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

[Bug 2054090] Re: Implicit rejection of PKCS#1 v1.5 RSA

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package openssl - 1.1.1f-1ubuntu2.22

---
openssl (1.1.1f-1ubuntu2.22) focal-security; urgency=medium

  * SECURITY UPDATE: Implicit rejection for RSA PKCS#1 (LP: #2054090)
- debian/patches/openssl-1.1.1-pkcs1-implicit-rejection.patch:
  Return deterministic random output instead of an error in case
  there is a padding error in crypto/cms/cms_env.c,
  crypto/pkcs7/pk7_doit.c, crypto/rsa/rsa_local.h,
  crypto/rsa/rsa_ossl.c, crypto/rsa/rsa_pk1.c, crypto/rsa/rsa_pmeth.c,
  doc/man1/pkeyutl.pod, doc/man1/rsautl.pod,
  doc/man3/EVP_PKEY_CTX_ctrl.pod, doc/man3/EVP_PKEY_decrypt.pod,
  doc/man3/RSA_padding_add_PKCS1_type_1.pod,
  doc/man3/RSA_public_encrypt.pod, include/openssl/rsa.h and
  test/recipes/30-test_evp_data/evppkey.txt.

 -- David Fernandez Gonzalez 
Fri, 16 Feb 2024 16:41:31 +0100

** Changed in: openssl (Ubuntu Jammy)
   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/2054090

Title:
  Implicit rejection of PKCS#1 v1.5 RSA

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


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

[Bug 2054090] Re: Implicit rejection of PKCS#1 v1.5 RSA

2024-02-27 Thread Launchpad Bug Tracker
This bug was fixed in the package openssl - 3.0.10-1ubuntu2.3

---
openssl (3.0.10-1ubuntu2.3) mantic-security; urgency=medium

  * SECURITY UPDATE: Implicit rejection for RSA PKCS#1 (LP: #2054090)
- debian/patches/openssl-pkcs1-implicit-rejection.patch:
  Return deterministic random output instead of an error in case
  there is a padding error in crypto/cms/cms_env.c,
  crypto/evp/ctrl_params_translate.c, crypto/pkcs7/pk7_doit.c,
  crypto/rsa/rsa_ossl.c, crypto/rsa/rsa_pk1.c,
  crypto/rsa/rsa_pmeth.c, doc/man1/openssl-pkeyutl.pod.in,
  doc/man1/openssl-rsautl.pod.in, doc/man3/EVP_PKEY_CTX_ctrl.pod,
  doc/man3/EVP_PKEY_decrypt.pod,
  doc/man3/RSA_padding_add_PKCS1_type_1.pod,
  doc/man3/RSA_public_encrypt.pod, doc/man7/provider-asym_cipher.pod,
  include/crypto/rsa.h, include/openssl/core_names.h,
  include/openssl/rsa.h,
  providers/implementations/asymciphers/rsa_enc.c and
  test/recipes/30-test_evp_data/evppkey_rsa_common.txt.

 -- David Fernandez Gonzalez 
Wed, 21 Feb 2024 11:45:39 +0100

** Changed in: openssl (Ubuntu Mantic)
   Status: New => Fix Released

** Changed in: openssl (Ubuntu Focal)
   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/2054090

Title:
  Implicit rejection of PKCS#1 v1.5 RSA

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


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

[Bug 2051383] Re: gnome-shell high CPU utilization when moving a high frequency mouse

2024-02-27 Thread Daniel van Vugt
This is strange. I've been profiling gnome-shell 42 on jammy and gnome-
shell 46 on noble. Neither have the bug, at least not with my lowly
1000Hz mice (which seems to be the same polling rate as the Razer
DeathAdder V2).

The profile in comment #18 is intriguing because it very clearly shows
meta_idle_manager_reset_idle_time is the problem for you. But when I
profile my own systems, that function accounts for under 1% of gnome-
shell's time.

Can you think of anything you have like an extension or application
running that might seek to disable screensavers and prevent screen
blanking? A browser or video player maybe?


** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  gnome-shell high CPU utilization when moving a high frequency mouse

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


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

[Bug 2055065] Re: Please merge kbd 2.6.4-2 (main) from Debian unstable

2024-02-27 Thread Olivier Gayot
** Changed in: kbd (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Please merge kbd 2.6.4-2 (main) from Debian unstable

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


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

[Bug 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-02-27 Thread Simon Chopin
We had a mitigation for this in glibc but the latest change from simply
denying the unshare() call to allowing it but then denying anything
requiring capabilities *presumably* broke the glibc test suite again.
I'm only basing this from looking at the test logs, as I'm temporarily
unable to run autopkgtests locally and am lacking the time to fix it.

2 classes of errors:

2770s FAIL: stdlib/tst-system
2770s original exit status 1
2770s error: test-container.c:1136: could not create a private mount namespace

That one is clearly userns-related, as it's due to a failing mount()
call right after unshare()

2770s FAIL: sunrpc/tst-svc_register
2770s original exit status 1
2770s error: xwrite.c:32: write of 12 bytes failed after 0: Operation not 
permitted
2770s error: 1 test failures

I can't tell for sure what this one is about since this is your basic
write() call and I don't have a stack trace at hand, but the EPERM would
suggest that it's related.

I think a first fix would be to amend the test script to disable the
userns restriction entirely for the duration of the tests (using 'needs-
sudo'), while I'll still need to patch the test suite eventually to
handle this new failure mode gracefully and simply ignore the tests,
akin to https://sourceware.org/pipermail/libc-
alpha/2024-February/154754.html

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

Title:
  AppArmor user namespace creation restrictions cause many applications
  to crash with SIGTRAP

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


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

[Bug 1961508] Re: Dock displaying over window after resuming from blank screen

2024-02-27 Thread Rolf Kutz
Increasing the delay for the #71 workaround works for me. Thank you.

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

Title:
  Dock displaying over window after resuming from blank screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1961508/+subscriptions


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

[Bug 1990856] Re: Does not consider all versions in Packages files

2024-02-27 Thread Julian Andres Klode
Thank you SRU bot. I'll mark the bug as verified for jammy.

As explained before, the regression in debuerreotype is expected, the
change in extraction order (which is now more deterministic) is causing
a timestamp skew in the result vs what was calculated as expected back
then, and the reference tarball is operated by a third party, and we do
not use debuerreotype, so we should just ignore the regression.

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

Title:
  Does not consider all versions in Packages files

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


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

[Bug 2052739] Re: tzdata 2024a release

2024-02-27 Thread Benjamin Drung
Verified successful autopkgtest on
https://autopkgtest.ubuntu.com/packages/tzdata:

mantic:

* amd64: 
https://autopkgtest.ubuntu.com/results/autopkgtest-mantic/mantic/amd64/t/tzdata/20240223_012444_0f113@/log.gz
* arm64: 
https://autopkgtest.ubuntu.com/results/autopkgtest-mantic/mantic/arm64/t/tzdata/20240223_001555_7ca29@/log.gz
* armhf: 
https://autopkgtest.ubuntu.com/results/autopkgtest-mantic/mantic/armhf/t/tzdata/20240223_023357_ee94e@/log.gz
* ppc64el: 
https://autopkgtest.ubuntu.com/results/autopkgtest-mantic/mantic/ppc64el/t/tzdata/20240223_001617_0822f@/log.gz
* s390x: 
https://autopkgtest.ubuntu.com/results/autopkgtest-mantic/mantic/s390x/t/tzdata/20240223_014437_7f723@/log.gz

jammy:

* amd64: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/amd64/t/tzdata/20240223_001452_bda5d@/log.gz
* arm64: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/arm64/t/tzdata/20240222_232655_62fd6@/log.gz
* armhf: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/armhf/t/tzdata/20240222_235619_bdf0b@/log.gz
* ppc64el: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/ppc64el/t/tzdata/20240222_232100_67fd5@/log.gz
* s390x: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/s390x/t/tzdata/20240223_000331_11f77@/log.gz

focal:

* amd64: 
https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/amd64/t/tzdata/20240223_001845_45d0c@/log.gz
* arm64: 
https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/arm64/t/tzdata/20240222_235449_caab5@/log.gz
* armhf: 
https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/armhf/t/tzdata/20240222_235714_29cd7@/log.gz
* ppc64el: 
https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/ppc64el/t/tzdata/20240222_231755_6a4ad@/log.gz
* s390x: 
https://autopkgtest.ubuntu.com/results/autopkgtest-focal/focal/s390x/t/tzdata/20240222_233135_dc0df@/log.gz

** Tags removed: verification-needed verification-needed-focal 
verification-needed-jammy verification-needed-mantic
** Tags added: verification-done verification-done-focal 
verification-done-jammy verification-done-mantic

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

Title:
  tzdata 2024a release

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


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

[Bug 2011356] Re: network connection is lost every minute on Realtek rtl8152/3 USB Ethernet dongles

2024-02-27 Thread Matthias Dieter Wallnöfer
** Changed in: linux-hwe-5.19 (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  network connection is lost every minute on Realtek rtl8152/3 USB
  Ethernet dongles

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


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

[Bug 2052405] Re: Translation error in policykit-1 package

2024-02-27 Thread minwook shin
update the suggested translation text as 2024-01-17. thank you for
reporting the outdated translation typo.

fixed translation list :

*
https://translations.launchpad.net/ubuntu/jammy/+source/policykit-1/+pots/polkit-1/ko/7/+translate

*
https://translations.launchpad.net/ubuntu/jammy/+source/policykit-1/+pots/polkit-1/ko/8/+translate

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

Title:
  Translation error in policykit-1 package

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


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

[Bug 2055040] Re: Software rendering under Wayland mode

2024-02-27 Thread Matthias Dieter Wallnöfer
I have retried the debug command from #4 and noticed no errors anymore.

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

Title:
  Software rendering under Wayland mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2055040/+subscriptions


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

[Bug 2055141] [NEW] Sync ukui-settings-daemon 3.22.0.1-1 (universe) from Debian unstable (main)

2024-02-27 Thread handsome_feng
Public bug reported:

Please sync ukui-settings-daemon 3.22.0.1-1 (universe) from Debian
unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * bugfix only:
- d/patches: add fix-crash-when-startup.patch. (LP: #2038919)

This patch has been merged into upstream 3.22.0.1.

Changelog entries since current noble version 3.1.1.1-3ubuntu1:

ukui-settings-daemon (3.22.0.1-1) unstable; urgency=medium

  * New upstream release.

 -- handsome_feng   Tue, 23 Jan 2024
16:49:40 +0800

ukui-settings-daemon (3.22.0.0-1) unstable; urgency=medium

  * New upstream release. (Closes: #1051424)

 -- handsome_feng   Thu, 18 Jan 2024
14:14:46 +0800

** Affects: ukui-settings-daemon (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: ukui-settings-daemon (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: ukui-settings-daemon (Ubuntu)
   Status: New => Confirmed

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

Title:
  Sync ukui-settings-daemon 3.22.0.1-1 (universe) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ukui-settings-daemon/+bug/2055141/+subscriptions


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

[Bug 2048462] Re: [needs-packaging] dfx-mgr from Xilinx

2024-02-27 Thread Frank Heimes
Uploaded (to NEW queue).

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

Title:
  [needs-packaging] dfx-mgr from Xilinx

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


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

[Bug 2048462] Re: [needs-packaging] dfx-mgr from Xilinx

2024-02-27 Thread Frank Heimes
Since the libdfx got uploaded a few days ago,
I now started to review dfx-mgr, in preparation for it's upload:
- changelog:
   - version is okay(ish, unfortunately upstream does not follow semantic 
versioning yet: https://semver.org/ - hope we could convince them to do that in 
future)
   - codename correct
   - changelog msg good
   - changelog incl. reference to LP bug (in correct syntax)
- libdfx-mgr1.symbols looks good (w/o any specific version suffix, like 
XubuntuY)
- d/*install files are reasonable
- hardening in d/rules, and overrides look good
- d/watch is in latest format and good
- on patch in d/p/ - looks good (with correct DEP3 header)
- d/copyright ok
- debian source format 3.0
- zero messages on lintian (-EvIL -pedantic) on src package
- packages build successful:
  https://launchpad.net/~fheimes/+archive/ubuntu/dfx-mgr-test
  (depending on libdfx, that also built fine)
- build log looks fine (no errors or failures)
  
https://launchpadlibrarian.net/715608186/buildlog_ubuntu-noble-arm64.dfx-mgr_2023.2-0ubuntu1_BUILDING.txt.gz
- lintian (-EvIL -pedantic) on bin DEBs comes up with 3 warnings about missing 
man pages; nothing that can be solved on short notice (but worth to mention and 
ask for upstream)
- sanity checks ok

Overall, I think it's ready to be sponsored and uploaded - nice work!

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

Title:
  [needs-packaging] dfx-mgr from Xilinx

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


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

[Bug 2052489] Re: Mate Daily Graphic Layer does not come up - apparmor denied snap desktop integration

2024-02-27 Thread Jane Atkinson
I can confirm ajgreeny's message. Installed in a QEMU/KVM VM and got a
working GUI after reboot.

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

Title:
  Mate Daily Graphic Layer does not come up - apparmor denied snap
  desktop integration

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


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

[Bug 2055059] Re: Merge python-ldap 3.4.4-1 from debian unstable into noble

2024-02-27 Thread Paul Mars
Closed in favor of LP: #2055138 since there is no delta anymore.

** Changed in: python-ldap (Ubuntu)
 Assignee: (unassigned) => Paul Mars (upils)

** Changed in: python-ldap (Ubuntu)
   Status: New => Won't Fix

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

Title:
  Merge python-ldap 3.4.4-1 from debian unstable into noble

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


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

[Bug 2055137] [NEW] package odbcinst1debian2 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libodbcinst.so.2.0.0', which is also in package libodbcinst2:amd6

2024-02-27 Thread sivakaman kamatchi
Public bug reported:

update error

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: odbcinst1debian2 (not installed)
ProcVersionSignature: Ubuntu 6.5.0-21.21~22.04.1-generic 6.5.8
Uname: Linux 6.5.0-21-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
Date: Tue Feb 27 12:00:06 2024
DuplicateSignature:
 package:odbcinst1debian2:(not installed)
 Unpacking libodbc1:amd64 (2.3.11-1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-YnfHuh/49-libodbc1_2.3.11-1_amd64.deb (--unpack):
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libodbc.so.2.0.0', which is 
also in package libodbc2:amd64 2.3.9-5
ErrorMessage: trying to overwrite 
'/usr/lib/x86_64-linux-gnu/libodbcinst.so.2.0.0', which is also in package 
libodbcinst2:amd64 2.3.9-5
InstallationDate: Installed on 2023-07-19 (223 days ago)
InstallationMedia: Ubuntu 22.04.1 LTS "Jammy Jellyfish" - Release amd64 
(20220809.1)
Python3Details: /usr/bin/python3.10, Python 3.10.12, python3-minimal, 
3.10.6-1~22.04
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.2
 apt  2.4.11
SourcePackage: unixodbc
Title: package odbcinst1debian2 (not installed) failed to install/upgrade: 
trying to overwrite '/usr/lib/x86_64-linux-gnu/libodbcinst.so.2.0.0', which is 
also in package libodbcinst2:amd64 2.3.9-5
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unixodbc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package jammy package-conflict

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

Title:
  package odbcinst1debian2 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libodbcinst.so.2.0.0',
  which is also in package libodbcinst2:amd64 2.3.9-5

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


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

[Bug 2055137] Re: package odbcinst1debian2 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libodbcinst.so.2.0.0', which is also in package libodbcinst2:amd64

2024-02-27 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package odbcinst1debian2 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libodbcinst.so.2.0.0',
  which is also in package libodbcinst2:amd64 2.3.9-5

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


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

[Bug 2055138] [NEW] Sync python-ldap 3.4.4-1 (main) from Debian unstable (main)

2024-02-27 Thread Paul Mars
Public bug reported:

Please sync python-ldap 3.4.4-1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * There is no Ubuntu delta anymore.
  * Drop patch solving LP: #2044546 (now in upstream)

Changelog entries since current noble version 3.4.3-2ubuntu1:

python-ldap (3.4.4-1) unstable; urgency=low

  * New upstream version 3.4.4
  * Bump Standards-Version to 4.6.2.
  * Update year in d/copyright.

 -- Michael Fladischer   Sun, 03 Dec 2023 10:34:54
+

** Affects: python-ldap (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: python-ldap (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync python-ldap 3.4.4-1 (main) from Debian unstable (main)

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


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

<    1   2   3   4   5   >