[Bug 2069961] Re: turbostat and powerstat not working on 22.04

2024-06-24 Thread Matthew Ruffell
** Also affects: linux (Ubuntu Noble)
   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/2069961

Title:
  turbostat and powerstat not working on 22.04

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


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

[Bug 2070326] Re: Unable to Disable ChaCha20-Poly1305 Encryption to Mitigate Terrapin SSH Attack

2024-06-24 Thread Rajandran
Hi Sam

This is the OS version - Ubuntu 20.04.6 LTS".

And for the steps to include email address Ciphers -, what email address should be added here.

root@warc-npa-005:/var/log# ssh -Q cipher
3des-cbc
aes128-cbc
aes192-cbc
aes256-cbc
rijndael-...@lysator.liu.se
aes128-ctr
aes192-ctr
aes256-ctr
aes128-...@openssh.com
aes256-...@openssh.com
chacha20-poly1...@openssh.com

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

Title:
  Unable to Disable ChaCha20-Poly1305 Encryption to Mitigate Terrapin
  SSH Attack

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


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

[Bug 2070326] Re: Unable to Disable ChaCha20-Poly1305 Encryption to Mitigate Terrapin SSH Attack

2024-06-24 Thread Rajandran
** Attachment added: "auth.log"
   
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2070326/+attachment/5792161/+files/auth.log

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

Title:
  Unable to Disable ChaCha20-Poly1305 Encryption to Mitigate Terrapin
  SSH Attack

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


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

[Bug 2070326] Re: Unable to Disable ChaCha20-Poly1305 Encryption to Mitigate Terrapin SSH Attack

2024-06-24 Thread Sam King
It sounds like you're encountering difficulties in disabling the
ChaCha20-Poly1305 encryption cipher to mitigate the Terrapin SSH attack.
Your approach to modify the SSH configuration files and restart the SSH
daemon seems correct. Here are a few additional steps and considerations
based on your report:

Steps to Reproduce:

Edit /etc/ssh/sshd_config.d/anti-terrapin-attack.conf to include Ciphers 
-.
Edit /etc/ssh/ssh_config.d/anti-terrapin-attack.conf similarly.
Restart the SSH daemon using systemctl restart sshd.
Check the available ciphers using ssh -Q cipher.
Expected Behavior:
The ChaCha20-Poly1305 cipher should be disabled and should not appear in the 
list of available ciphers after the configuration changes and SSH daemon 
restart.

Actual Behavior:
Despite making the changes and restarting SSH, the ChaCha20-Poly1305 cipher 
continues to be listed among the available ciphers.

Additional Information:

Could you please provide the operating system version and SSH version you are 
using?
It would also be helpful to see the output of ssh -Q cipher before and after 
making the configuration changes.
Any relevant logs or error messages from /var/log/auth.log or SSH logs might 
provide clues.
Resolution Attempted:
You've already tried editing the SSH configuration files and restarting the SSH 
daemon, which is the correct approach.

Impact:
The persistence of the ChaCha20-Poly1305 cipher poses a security risk, leaving 
the system vulnerable to the Terrapin SSH attack.

Next Steps:

Investigate if there are additional steps or configuration parameters needed to 
effectively disable the cipher.
Consider consulting SSH documentation or community forums for insights into 
similar issues reported by others.
If you have any updates or further details, please share them. We're here to 
help troubleshoot and find a resolution.

Best regards,

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

Title:
  Unable to Disable ChaCha20-Poly1305 Encryption to Mitigate Terrapin
  SSH Attack

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


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

[Bug 2070326] [NEW] Unable to Disable ChaCha20-Poly1305 Encryption to Mitigate Terrapin SSH Attack

2024-06-24 Thread Sam King
Public bug reported:

I've tried the following commands to disable  the below cipher but it
still showing up. Am i missing something here

echo 'Ciphers -chacha20-poly1...@openssh.com' > 
/etc/ssh/sshd_config.d/anti-terrapin-attack.conf
echo 'Ciphers -chacha20-poly1...@openssh.com' > 
/etc/ssh/ssh_config.d/anti-terrapin-attack.conf

 systemctl restart sshd
The user Rajandran has reported attempting to disable the ChaCha20-Poly1305 
encryption cipher to mitigate the Terrapin SSH attack using the following 
commands:

bash
Copy code
echo 'Ciphers -' > 
/etc/ssh/sshd_config.d/anti-terrapin-attack.conf
echo 'Ciphers -' > 
/etc/ssh/ssh_config.d/anti-terrapin-attack.conf
systemctl restart sshd
However, despite these steps, the cipher is still appearing as available.

Steps to Reproduce:

Edit /etc/ssh/sshd_config.d/anti-terrapin-attack.conf to include Ciphers 
-.
Edit /etc/ssh/ssh_config.d/anti-terrapin-attack.conf similarly.
Restart the SSH daemon using systemctl restart sshd.
Check the available ciphers using ssh -Q cipher.
Expected Behavior:
The ChaCha20-Poly1305 cipher should be disabled and not listed among the 
available ciphers after making the above configuration changes and restarting 
SSH.

Actual Behavior:
Despite the configuration changes and SSH daemon restart, the ChaCha20-Poly1305 
cipher continues to appear in the list of available ciphers.

Additional Information:

Operating System: [Insert OS version]
SSH Version: [Insert SSH version]
Output of ssh -Q cipher before and after attempted configuration changes.
Any relevant logs or error messages from /var/log/auth.log or SSH logs.
Resolution Attempted:

Editing sshd_config and ssh_config files as described.
Restarting SSH daemon.
Impact:
The continued availability of the ChaCha20-Poly1305 cipher leaves the system 
vulnerable to the Terrapin SSH attack, impacting security.

Next Steps:

Investigate if there are additional configuration changes required or if a 
different approach is needed to effectively disable the cipher.
Consult SSH documentation or community forums for insights or similar reported 
issues.

** Affects: openssh (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/2070326

Title:
  Unable to Disable ChaCha20-Poly1305 Encryption to Mitigate Terrapin
  SSH Attack

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2070326/+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-06-24 Thread Chris Halse Rogers
Hello Xavier, or anyone else affected,

Accepted apparmor into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/apparmor/4.0.1-0ubuntu0.24.04.2 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: apparmor (Ubuntu Noble)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-noble

-- 
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/apparmor/+bug/2046844/+subscriptions


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

[Bug 2055114] Re: fail2ban is broken in 24.04 Noble

2024-06-24 Thread Tony Snook
I understand there are workarounds, but it would be very helpful if this
bug was resolved before Ubuntu 23.10 (Mantic Minotaur) reaches End of
Life on July 11, 2024. After which, those of us running interim
releases, will need to upgrade to the 24.04 Noble release.

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

Title:
  fail2ban is broken in 24.04 Noble

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


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

[Bug 2056297] Re: Non-flatpak Firefox-based browsers crash with kernel 6.8.0-11-generic in 24.04

2024-06-24 Thread Chris Halse Rogers
*** This bug is a duplicate of bug 2046844 ***
https://bugs.launchpad.net/bugs/2046844

Hello cipricus, or anyone else affected,

Accepted apparmor into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/apparmor/4.0.1-0ubuntu0.24.04.2 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Tags added: verification-needed verification-needed-noble

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

Title:
  Non-flatpak Firefox-based browsers crash with kernel 6.8.0-11-generic
  in 24.04

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


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

[Bug 2060100] Re: denials from sshd in noble

2024-06-24 Thread Chris Halse Rogers
Hello John, or anyone else affected,

Accepted apparmor into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/apparmor/4.0.1-0ubuntu0.24.04.2 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: apparmor (Ubuntu Noble)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  denials from sshd in noble

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


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

[Bug 2064672] Re: [SRU] - fixes for apparmor on noble

2024-06-24 Thread Chris Halse Rogers
Hello Georgia, or anyone else affected,

Accepted apparmor into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/apparmor/4.0.1-0ubuntu0.24.04.2 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: apparmor (Ubuntu Noble)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-noble

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

Title:
  [SRU] - fixes for apparmor on noble

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


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

[Bug 2065708] Re: Add Picture button in Background does not allow you to select wallpaper

2024-06-24 Thread Chris Halse Rogers
Hello Sam, or anyone else affected,

Accepted apparmor into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/apparmor/4.0.1-0ubuntu0.24.04.2 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
noble to verification-done-noble. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-noble. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Tags added: verification-needed verification-needed-noble

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

Title:
  Add Picture button in Background does not allow you to select
  wallpaper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/budgie-control-center/+bug/2065708/+subscriptions


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

[Bug 2067080] Re: [SRU] Please bump firmware revision to 8 from jammy

2024-06-24 Thread Kevin Yeh
@Dave, the current focal server image originally can boot on the rev 1.4
rpi3b+, but core20(https://cdimage.ubuntu.com/ubuntu-
core/20/stable/current/) can't, so how do I verify the new firmware
works?

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

Title:
  [SRU] Please bump firmware revision to 8 from jammy

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


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

[Bug 2070168] Re: Quickcash lone app frod, blackmail, and forced for lone amount paid

2024-06-24 Thread Ubuntu Foundations Team Bug Bot
The attachment "They hacked my phone. Now they blackmail me." seems to
be a patch.  If it isn't, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  Quickcash lone app frod, blackmail, and forced for lone amount paid

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


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

[Bug 2070167] Re: Quickcash lone app frod

2024-06-24 Thread Ubuntu Foundations Team Bug Bot
The attachment "They blackmail me with my nude picture." seems to be a
patch.  If it isn't, please remove the "patch" flag from the attachment,
remove the "patch" tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  Quickcash lone app frod

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


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

[Bug 2068026] Re: initramfs-tools hook does not support zstd-compressed kernel modules

2024-06-24 Thread Bug Watch Updater
** Changed in: open-vm-tools (Debian)
   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/2068026

Title:
  initramfs-tools hook does not support zstd-compressed kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librem-ec-acpi/+bug/2068026/+subscriptions


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

[Bug 2063517] Re: split

2024-06-24 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: ubuntu
   Status: Incomplete => Expired

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

Title:
  split

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2063517/+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-06-24 Thread Dirk Su
** Changed in: language-pack-ko-base (Ubuntu)
   Importance: Undecided => Low

** Changed in: language-pack-ko-base (Ubuntu Jammy)
   Importance: Undecided => Low

-- 
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 2070099] Re: Group in Panel crashing desktop on login

2024-06-24 Thread Filex
** Summary changed:

- Desktop GUI is corrupted
+ Group in Panel crashing desktop on login

** Description changed:

+ If adding a new emtpy panel, add a grouping widget to it and add, in my case 
the dictionary and memo widget as well as the quick start widget to it, it will 
crash the desktop on the next login.
+ This will appear as being able to expand the expandable taskbars once, which 
will end up in a not loaded taskbar, and executing commands or apps per Alt + 
F2 or other shortcuts, though Alt + F2 will need a while to come up.
+ Furthermore, other occurring things are listed below in the previous 
description, when the cause wasn't known yet. 
+ 
+ 
+ PREVIOUS DESCRIPTION: 
+ 
  I was changing my taskbar layouts and startup plymouth screen before the 
issue occurred.
  After starting my laptop today, no matter what I tried, but the original 
layout didn't return, leaving me with no taskbar.
  I was still able to recreate one and see everything, though this also is no 
longer possible now.
  - Pressing windows shows no effect
  - The network lamp was blinking since the start of this
  - The taskbar that should show on top of the screen is not being loaded and 
doesn't disappear again
  - Not able to select any files on the desktop
  - Restarting doesn't help
  - Repairing packages or trying to update doesn't help
  - Still able to run terminal or apps
  - My computer uses it's fan pretty much until I kill plasmashell
  
+ 
  I also found these commands online and tried them, this is the output:
  filex@filex-ThinkPad-T530:~$ kstart plasma-desktop
  Qt: Session management error: None of the authentication protocols specified 
are supported
  Omitting both --window and --windowclass arguments is not recommended
  kf.kio.gui: Could not find an executable named: "plasma-desktop"
  QObject::connect(KProcessRunner, KJob): invalid nullptr parameter
  QObject::connect(KProcessRunner, KJob): invalid nullptr parameter
- ^C   
+ ^C
  filex@filex-ThinkPad-T530:~$ killall plasmashell
  filex@filex-ThinkPad-T530:~$ kstart plasmashell
  Qt: Session management error: None of the authentication protocols specified 
are supported
  Omitting both --window and --windowclass arguments is not recommended
  filex@filex-ThinkPad-T530:~$ Qt: Session management error: None of the 
authentication protocols specified are supported
  Checking screens: available: (QScreen(0x577b3f642e20, name="LVDS-1")) 
redundant: QHash() fake: QSet() all: (QScreen(0x577b3f642e20, name="LVDS-1"))
  Checking screens: available: (QScreen(0x577b3f642e20, name="LVDS-1")) 
redundant: QHash() fake: QSet() all: (QScreen(0x577b3f642e20, name="LVDS-1"))
  kf.plasma.quick: Applet preload policy set to 1
  KTranscript: Loaded module: /usr/share/locale/ja/LC_SCRIPTS/ki18n5/ki18n5.js
  
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13:
 QML SelectableLabel: Binding loop detected for property "implicitWidth"
  
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:
 QML Containment (parent or ancestor of Wallpaper): grabToImage: item's window 
is not visible
  
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:
 QML Containment (parent or ancestor of Wallpaper): grabToImage: item's window 
is not visible
  
file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:86:44:
 QML Binding: Not restoring previous value because restoreMode has not been set.
  This behavior is deprecated.
  You have to import QtQml 2.15 after any QtQuick imports and set
  the restoreMode of the binding to fix this warning.
  In Qt < 6.0 the default is Binding.RestoreBinding.
  In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.
  
  org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment 
to AppletsLayout
  QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job 
*, QUrl)
  QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job 
*, QUrl)
  
file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml:47:
 TypeError: Cannot read property 'location' of null
  
file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml:48:
 TypeError: Cannot read property 'location' of null
  
file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml:49:
 TypeError: Cannot read property 'location' of null
  
file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml:46:
 TypeError: Cannot read property 'location' of null
  
file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/ShortcutMenuItem.qml:17:5:
 QML Shortcut: Shortcut: Only binding to one of multiple key bindings 
associated with 10. Use 'sequences: [  ]' to bind to all of them.
  
file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/ShortcutMenuItem.qml:17:5:
 QML Shortcut: Shortcut: Only binding to one of multiple key bindings 

[Bug 335761]

2024-06-24 Thread Raman Gupta
(In reply to Nate Graham from comment #82)
> FWIW, as a workaround while this feature remains unimplemented, you should
> be able to use Window Rules on Wayland to manually force windows to appear
> where you want them.

Trying to use this workaround but its very difficult to do properly. The
"Screen" window rule for example takes a screen index as its value, but
screen index doesn't even exist any more in Display Properties which now
uses screen priorities and monitor model and serial numbers. Using
"Apply Now" or "Force" and changing the index to 0, 1, or 2, does
absolutely nothing on my triple-monitor setup, when testing with a
Google Chrome window matching on window  window title.

Its so frustrating that this is impossible to do properly on Wayland. Is
there another issue I can follow for this missing functionality (and
hopefully not for years)?

Operating System: Fedora Linux 40
KDE Plasma Version: 6.1.0
KDE Frameworks Version: 6.3.0
Qt Version: 6.7.1
Kernel Version: 6.9.4-200.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 24 × 12th Gen Intel® Core™ i9-12900KS
Memory: 124.8 GiB of RAM
Graphics Processor: AMD Radeon RX 6600 XT
Manufacturer: ASUS

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

Title:
  Placement policy 'Remember' by default for all windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-default-settings/+bug/335761/+subscriptions


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

[Bug 2069361] Re: Google Chrome does not tile correctly

2024-06-24 Thread Daniel van Vugt
Ubuntu uses a different tiling extension. You can disable it with:

  gnome-extensions disable tiling-assist...@ubuntu.com


** Package changed: mutter (Ubuntu) => gnome-shell-extension-tiling-assistant 
(Ubuntu)

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

Title:
  Google Chrome does not tile correctly

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


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

[Bug 510018]

2024-06-24 Thread 9-christoph
*** Bug 392317 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 2070323] [NEW] app center not run

2024-06-24 Thread phuc
Public bug reported:

app center not run

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-software 46.0-1ubuntu2
ProcVersionSignature: Ubuntu 6.8.0-35.35-generic 6.8.4
Uname: Linux 6.8.0-35-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue Jun 25 09:45:26 2024
InstallationDate: Installed on 2024-06-25 (0 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
InstalledPlugins:
 gnome-software-plugin-flatpak N/A
 gnome-software-plugin-snap46.0-1ubuntu2
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug noble wayland-session

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

Title:
  app center not run

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


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

[Bug 1990272] Re: PCIe Bus Error: Uncorrected, Transaction Layer, device [8086:51b0], AER UnsupReq

2024-06-24 Thread mark mccarthy
I'm having similar issues - the PCIe device in question seems to be the
wireless card in my case. Every now and then my system (Dell Optiplex
3050) will lock up entirely; no app hosting, no SSH, no anything, and
only a forced reboot will fix it - for a while, before it locks up
again. Syslog has a _slew_ of these errors present before the new-
session/reboot takes effect. Coming from Focal, and that machine hardly
every had any problems.

#[about 40 pages of the same error above]
#--- 

Jun 23 07:04:13 optiplex2 kernel: [403063.425670] pcieport :00:1c.7: AER: 
Corrected error message received from :00:1c.7
Jun 23 07:04:13 optiplex2 kernel: [403063.425680] pcieport :00:1c.7: PCIe 
Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Jun 23 07:04:13 optiplex2 kernel: [403063.425682] pcieport :00:1c.7:   
device [8086:a297] error status/mask=0001/2000
Jun 23 07:04:13 optiplex2 kernel: [403063.425685] pcieport :00:1c.7:[ 
0] RxErr

#---then force rebooted later in the morning after server had crashed 
overnight---  
   
Jun 23 19:09:06 optiplex2 systemd-modules-load[438]: Inserted module 'msr'
Jun 23 19:09:06 optiplex2 kernel: [0.00] microcode: microcode updated 
early to revision 0xf8, date = 2023-09-28
Jun 23 19:09:06 optiplex2 kernel: [0.00] Linux version 
5.15.0-112-generic (buildd@lcy02-amd64-051) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 
11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #122-Ubuntu SMP Thu May 23 
07:48:21 UTC 2024 (Ubuntu 5.15.0-112.122-generic 5.15.152)
Jun 23 19:09:06 optiplex2 kernel: [0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-5.15.0-112-generic 
root=UUID=694b220d-e9d0-47d3-9b8b-3e069ee1983c ro
Jun 23 19:09:06 optiplex2 kernel: [0.00] KERNEL supported cpus:


Linux optiplex2 5.15.0-112-generic #122-Ubuntu SMP Thu May 23 07:48:21
UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  PCIe Bus Error: Uncorrected, Transaction Layer, device [8086:51b0],AER
  UnsupReq

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


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

[Bug 1991859] Re: pro attach does not cope well with squid-deb-proxy ACLs

2024-06-24 Thread Seth Arnold
Awesome, thanks!

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

Title:
  pro attach does not cope well with squid-deb-proxy ACLs

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


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

[Bug 2058622] Re: [needs-packaging] lenovo-wwan-unlock

2024-06-24 Thread Dirk Su
upload debdiff for noble

** Patch added: "lenovo-wwan-unlock_2.0.0_noble.debdiff"
   
https://bugs.launchpad.net/lenovo-wwan-unlock/+bug/2058622/+attachment/5792132/+files/lenovo-wwan-unlock_2.0.0_noble.debdiff

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

Title:
  [needs-packaging] lenovo-wwan-unlock

To manage notifications about this bug go to:
https://bugs.launchpad.net/lenovo-wwan-unlock/+bug/2058622/+subscriptions


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

[Bug 2058622] Re: [needs-packaging] lenovo-wwan-unlock

2024-06-24 Thread Dirk Su
upload debdiff for jammy

** Patch added: "lenovo-wwan-unlock_2.0.0_jammy.debdiff"
   
https://bugs.launchpad.net/lenovo-wwan-unlock/+bug/2058622/+attachment/5792131/+files/lenovo-wwan-unlock_2.0.0_jammy.debdiff

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

Title:
  [needs-packaging] lenovo-wwan-unlock

To manage notifications about this bug go to:
https://bugs.launchpad.net/lenovo-wwan-unlock/+bug/2058622/+subscriptions


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

[Bug 2069361] Re: Google Chrome does not tile correctly

2024-06-24 Thread Angel D. Segarra
Just to add, this may be a Ubuntu specific bug. I tried replicating this
in Fedora with Gnome 46.0 and 46.2 and can't reproduce.

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

Title:
  Google Chrome does not tile correctly

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


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

[Bug 2070166] Re: tablet screen rotation doesn't work as expected

2024-06-24 Thread Tony Wang
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2070166

Title:
  tablet screen rotation doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iio-sensor-proxy/+bug/2070166/+subscriptions


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

[Bug 2068026] Re: initramfs-tools hook does not support zstd-compressed kernel modules

2024-06-24 Thread Bryce Harrington
** Also affects: open-vm-tools (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: librem-ec-acpi (Ubuntu Noble)
   Importance: Undecided
   Status: New

** Also affects: open-vm-tools (Ubuntu Oracular)
   Importance: High
 Assignee: Bryce Harrington (bryce)
   Status: In Progress

** Also affects: librem-ec-acpi (Ubuntu Oracular)
   Importance: Undecided
   Status: New

** Changed in: open-vm-tools (Ubuntu Noble)
   Status: New => In Progress

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

Title:
  initramfs-tools hook does not support zstd-compressed kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librem-ec-acpi/+bug/2068026/+subscriptions


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

[Bug 2070313] Re: gnome-shell has high cpu usage and causes significant lag

2024-06-24 Thread Daniel van Vugt
Thanks for the bug report. The only similar issue I'm aware of is that
sometimes the cursor can become laggy but that is also fixed by putting
the screen to sleep (Super+L) and waking it up again. That issue is so
rare that I haven't seen it in months.

If that doesn't work around your issue adequately then the next thing to
try is to remove all local extensions:

  cd ~/.local/share/gnome-shell/
  rm -rf extensions

and then log in again.

Please also note that Ubuntu 23.10 reaches end of life next month and we
recommend 24.04 instead. https://wiki.ubuntu.com/Releases

** Changed in: gnome-shell (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/2070313

Title:
  gnome-shell has high cpu usage and causes significant lag

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


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

[Bug 2026194] Re: When clicking on some maximized or tiled windows, focus on roughly the lower quarter falls to the window behind

2024-06-24 Thread Daniel van Vugt
The fix is not in Noble yet.

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

Title:
  When clicking on some maximized or tiled windows, focus on roughly the
  lower quarter falls to the window behind

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/2026194/+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-06-24 Thread Dirk Su
Update polkit-1.po in jammy

** No longer affects: language-pack-ko-base (Ubuntu Noble)

** Patch added: "update_polkit-1_po_jammy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/language-pack-ko-base/+bug/2052405/+attachment/5792128/+files/update_polkit-1_po_jammy.debdiff

-- 
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 1811023] Re: Xorg aborts with ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

2024-06-24 Thread Daniel van Vugt
This is still the top Xorg crash in Focal:

https://errors.ubuntu.com/?release=Ubuntu%2020.04=xorg-
server=week

but that also shows it hasn't been reported in any later releases.

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

Title:
  Xorg aborts with ../../../../dix/privates.c:384:
  dixRegisterPrivateKey: Assertion `!global_keys[type].created' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1811023/+subscriptions


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

[Bug 2026194] Re: When clicking on some maximized or tiled windows, focus on roughly the lower quarter falls to the window behind

2024-06-24 Thread Nibl
I still have this issue on a fully updated Ubuntu Noble install.

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

Title:
  When clicking on some maximized or tiled windows, focus on roughly the
  lower quarter falls to the window behind

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


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

[Bug 2026194] Re: When clicking on some maximized or tiled windows, focus on roughly the lower quarter falls to the window behind

2024-06-24 Thread Nibl
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2026194

Title:
  When clicking on some maximized or tiled windows, focus on roughly the
  lower quarter falls to the window behind

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


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

[Bug 2070319] Re: Xorg crash after installing the nvidia-driver-470.256.02

2024-06-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1811023 ***
https://bugs.launchpad.net/bugs/1811023

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1811023, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1811023
   Xorg aborts with ../../../../dix/privates.c:384: dixRegisterPrivateKey: 
Assertion `!global_keys[type].created' failed.

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

Title:
  Xorg crash after installing the nvidia-driver-470.256.02

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2070319/+subscriptions


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

[Bug 2070319] Re: Xorg crash after installing the nvidia-driver-470.256.02

2024-06-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1811023 ***
https://bugs.launchpad.net/bugs/1811023

Looks like the fatal error is:

Xorg: ../../../../dix/privates.c:384: dixRegisterPrivateKey: Assertion
`!global_keys[type].created' failed.

** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

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

Title:
  Xorg crash after installing the nvidia-driver-470.256.02

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/2070319/+subscriptions


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

[Bug 2070282] Re: When clicking the title bar (single click) the window goes to its small state

2024-06-24 Thread Daniel van Vugt
*** This bug is a duplicate of bug 2064646 ***
https://bugs.launchpad.net/bugs/2064646

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 2064646, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** Tags added: noble

** This bug has been marked a duplicate of bug 2064646
   Click on the topbar invokes the enhanced tiling on maximized windows

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

Title:
  When clicking the title bar (single click) the window goes to its
  small state

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


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

[Bug 2058622] Re: [needs-packaging] lenovo-wwan-unlock

2024-06-24 Thread TZUFONG LIAO
Thanks to team's great help.
Packages uploaded in Oracular 
https://launchpad.net/ubuntu/+source/lenovo-wwan-unlock

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

Title:
  [needs-packaging] lenovo-wwan-unlock

To manage notifications about this bug go to:
https://bugs.launchpad.net/lenovo-wwan-unlock/+bug/2058622/+subscriptions


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

[Bug 2070084] Re: [nvidia][wayland] OpenGL applications that use textures don't work (hang) or report errors

2024-06-24 Thread Daniel van Vugt
No problem. The remaining issue might be
https://github.com/fltk/fltk/issues/973 but otherwise it should be
discussed at  https://github.com/fltk/fltk/issues


** Bug watch added: github.com/fltk/fltk/issues #973
   https://github.com/fltk/fltk/issues/973

** Changed in: ubuntu
   Status: Incomplete => Invalid

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

Title:
  [nvidia][wayland] OpenGL applications that use textures don't work
  (hang) or report errors

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


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

[Bug 2046486] Re: units with credentials fail in LXD containers

2024-06-24 Thread Bug Watch Updater
** Changed in: lxd
   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/2046486

Title:
  units with credentials fail in LXD containers

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


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

[Bug 2070319] Re: Xorg crash after installing the nvidia-driver-470.256.02

2024-06-24 Thread Kevin Yeh
** Attachment added: "journal  log"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/2070319/+attachment/5792126/+files/journal.log

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

Title:
  Xorg crash after installing the nvidia-driver-470.256.02

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


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

[Bug 2070319] [NEW] Xorg crash after installing the nvidia-driver-470.256.02

2024-06-24 Thread Kevin Yeh
Public bug reported:

I'm conducting the nvidia driver SRU testing, during test this version
on Focal, I found one of laptop can't perform auto-login after
installing this driver.

[Reproduce]
1. Install ubuntu 20.04
2. Run dist-upgrade to update all the packages.
3. Enable proposed pocket
4. Install nvidia-driver-470
5. reboot

[Fail rate]
5/5

[additional information]
This test is conducting on 
https://certification.canonical.com/hardware/202205-30322/

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.15.0-107.117~20.04.1-generic 5.15.149
Uname: Linux 5.15.0-107-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
.proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
.proc.driver.nvidia.gpus..02.00.0: Error: path was not a regular file.
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  470.256.02  Thu May  2 
14:37:44 UTC 2024
 GCC version:  gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2)
ApportVersion: 2.20.11-0ubuntu27.27
Architecture: amd64
CasperMD5CheckResult: skip
CloudArchitecture: x86_64
CloudID: maas
CloudName: maas
CloudPlatform: maas
CloudSubPlatform: seed-dir (http://10.102.160.2:5248/MAAS/metadata/)
Date: Mon Jun 24 21:01:25 2024
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DkmsStatus:
 fwts-efi-runtime-dkms, 20.03.00, 5.15.0-107-generic, x86_64: installed 
(WARNING! Diff between built and installed module!)
 fwts-efi-runtime-dkms, 20.03.00, 5.8.0-43-generic, x86_64: installed (WARNING! 
Diff between built and installed module!)
 nvidia, 470.256.02, 5.15.0-107-generic, x86_64: installed
 tp_smapi, 0.43, 5.15.0-107-generic, x86_64: installed
 tp_smapi, 0.43, 5.8.0-43-generic, x86_64: installed
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Device [8086:4626] (rev 0c) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0bc1]
   Subsystem: Dell Device [1028:0bc1]
InstallationDate: Installed on 2021-02-09 (1231 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
MachineType: Dell Inc. Precision 3470
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-107-generic 
root=UUID=d8111630-716f-480c-84fe-0805951492c5 ro
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/16/2022
dmi.bios.release: 1.3
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.3.2
dmi.board.vendor: Dell Inc.
dmi.chassis.asset.tag: RAID
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.2:bd05/16/2022:br1.3:svnDellInc.:pnPrecision3470:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:sku0BC1:
dmi.product.family: Precision
dmi.product.name: Precision 3470
dmi.product.sku: 0BC1
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.107-8ubuntu1~20.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.6-0ubuntu0.1~20.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1~20.04.17
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug crash focal ubuntu uec-images

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

Title:
  Xorg crash after installing the nvidia-driver-470.256.02

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


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

[Bug 2068026] Re: initramfs-tools hook does not support zstd-compressed kernel modules

2024-06-24 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~bryce/ubuntu/+source/open-vm-tools/+git/open-vm-tools/+merge/468120

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

Title:
  initramfs-tools hook does not support zstd-compressed kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librem-ec-acpi/+bug/2068026/+subscriptions


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

[Bug 2069401] Re: mtr on ubuntu 24.04 is broken when using -r option

2024-06-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mtr (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/2069401

Title:
  mtr on ubuntu 24.04 is broken when using -r option

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


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

[Bug 2068026] Re: initramfs-tools hook does not support zstd-compressed kernel modules

2024-06-24 Thread Bryce Harrington
** Bug watch added: Debian Bug tracker #1074238
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074238

** Also affects: open-vm-tools (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074238
   Importance: Unknown
   Status: Unknown

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

Title:
  initramfs-tools hook does not support zstd-compressed kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librem-ec-acpi/+bug/2068026/+subscriptions


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

[Bug 2070107] Re: GIMP crashed with a segmentation fault after closing application

2024-06-24 Thread Darin
I believe this may be a duplicate of this issue:

https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/2055044

If so, a fix was released as gimp 2.10.36-3ubuntu0.24.04.1 in noble-
updates. Try that package and see if it fixes the issue.

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

Title:
  GIMP crashed with a segmentation fault after closing application

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


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

[Bug 2070168] Re: Quickcash lone app frod, blackmail, and forced for lone amount paid

2024-06-24 Thread Alex Murray
** Information type changed from Private Security to Public

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

Title:
  Quickcash lone app frod, blackmail, and forced for lone amount paid

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


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

[Bug 2070167] Re: Quickcash lone app frod

2024-06-24 Thread Alex Murray
** Information type changed from Private Security to Public

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

Title:
  Quickcash lone app frod

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2070167/+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-06-24 Thread Dirk Su
** Also affects: language-pack-ko-base (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: language-support-translations-ko (Ubuntu)

** No longer affects: policykit-1 (Ubuntu)

** Also affects: language-pack-ko-base (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: language-pack-ko-base (Ubuntu Noble)
   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/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 2060858] Re: [SRU] rqsh fails to run

2024-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package librdf-query-perl -
2.918-3ubuntu0.23.10.1

---
librdf-query-perl (2.918-3ubuntu0.23.10.1) mantic; urgency=medium

  * d/control: Fix runtime dependency. (LP: #2060858)

 -- Sudip Mukherjee   Tue, 30 Apr 2024
20:00:45 +0100

** Changed in: librdf-query-perl (Ubuntu Noble)
   Status: Fix Committed => 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/2060858

Title:
  [SRU] rqsh fails to run

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


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

[Bug 2060858] Re: [SRU] rqsh fails to run

2024-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package librdf-query-perl -
2.918-3ubuntu0.24.04.1

---
librdf-query-perl (2.918-3ubuntu0.24.04.1) noble; urgency=medium

  * d/control: Fix runtime dependency. (LP: #2060858)

 -- Sudip Mukherjee   Tue, 30 Apr 2024
19:52:39 +0100

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

Title:
  [SRU] rqsh fails to run

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


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

[Bug 2060858] Re: [SRU] rqsh fails to run

2024-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package librdf-query-perl - 2.918-1.1ubuntu0.1

---
librdf-query-perl (2.918-1.1ubuntu0.1) jammy; urgency=medium

  * d/control: Fix runtime dependency. (LP: #2060858)

 -- Sudip Mukherjee   Tue, 30 Apr 2024
20:07:05 +0100

** Changed in: librdf-query-perl (Ubuntu Jammy)
   Status: Fix Committed => Fix Released

** Changed in: librdf-query-perl (Ubuntu Mantic)
   Status: Fix Committed => 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/2060858

Title:
  [SRU] rqsh fails to run

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


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

[Bug 2060858] Update Released

2024-06-24 Thread Chris Halse Rogers
The verification of the Stable Release Update for librdf-query-perl 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/2060858

Title:
  [SRU] rqsh fails to run

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


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

[Bug 2060858] Re: [SRU] rqsh fails to run

2024-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package librdf-query-perl - 2.918-1ubuntu0.1

---
librdf-query-perl (2.918-1ubuntu0.1) focal; urgency=medium

  * d/control: Fix runtime dependency. (LP: #2060858)

 -- Sudip Mukherjee   Tue, 30 Apr 2024
20:13:54 +0100

** Changed in: librdf-query-perl (Ubuntu Focal)
   Status: Fix Committed => 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/2060858

Title:
  [SRU] rqsh fails to run

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


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

[Bug 2070315] [NEW] error in /etc/cups/cupsd.conf from today's patch

2024-06-24 Thread L Weissman
Public bug reported:

Mon 24 Jun 2024 05:10:59 PM PDT

Environment: Ubuntu 20.04, can't print to local printer
Settings->Printers gives diagnostic:
"Sorry, printing service doesn't seem to be available"

This has been working correctly for 4 years until today following boot + 
install patches.
Problem was traced to an incorrect version of /etc/cups/cupsd.conf that seems 
to have come from
a patch cluster this morning.

The solution is as follows:

sudo -i
# cd /var/log/cups
# view error_log# discover error in cups initialization
# cd /etc/cups
# diff cupsd.conf*
< LogLevel warn
---
> LogLevel debug
< Listen /run/cups/cups.sock
---
> Listen localhost:631
# grep Listen cupsd.conf # duplicate "Listen" on socket
Listen /run/cups/cups.sock
Listen /run/cups/cups.sock
# cp -p cupsd.conf.O cupsd.conf  # restore old conf file
# systemctl restart cups.service # restart cups
# ps -e | grep cups  # is the daemon running?
6082 ?00:00:00 cupsd

Looks like this corrupt conf file escaped from the dev crew by accident.
ljweiss...@frontier.com

** Affects: cups (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/2070315

Title:
  error in /etc/cups/cupsd.conf from today's patch

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


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

[Bug 2068702] Re: fakeroot test hangs on launchpad builder

2024-06-24 Thread Shengjing Zhu
** Merge proposal linked:
   
https://code.launchpad.net/~zhsj/ubuntu/+source/fakeroot/+git/fakeroot/+merge/468116

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

Title:
  fakeroot test hangs on launchpad builder

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


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

[Bug 2058622] Re: [needs-packaging] lenovo-wwan-unlock

2024-06-24 Thread Brian Murray
*** This is an automated message ***

This bug is tagged needs-packaging which identifies it as a request for
a new package in Ubuntu.  As a part of the managing needs-packaging bug
reports specification,
https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs-
packaging bug reports have Wishlist importance.  Subsequently, I'm
setting this bug's status to Wishlist.

** Changed in: lenovo-wwan-unlock (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/2058622

Title:
  [needs-packaging] lenovo-wwan-unlock

To manage notifications about this bug go to:
https://bugs.launchpad.net/lenovo-wwan-unlock/+bug/2058622/+subscriptions


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

[Bug 2068026] Re: initramfs-tools hook does not support zstd-compressed kernel modules

2024-06-24 Thread Bryce Harrington
** Changed in: open-vm-tools (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  initramfs-tools hook does not support zstd-compressed kernel modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librem-ec-acpi/+bug/2068026/+subscriptions


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

[Bug 2068645] Re: Oracular migration issues

2024-06-24 Thread Mitchell Dzurick
Right now I'm working on getting access to testflinger systems to
confirm that it is indeed okay to remove kpartx-boot binary package
splitting.

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

Title:
  Oracular migration issues

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


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

[Bug 2061254] Re: No mic detected - Ubuntu 24.04 Beta

2024-06-24 Thread Burnarz
@Hui Wang : Forgot to answer sorry, but thanks to your guidance i switched to 
kernel 6.8.4 for now, and i can confirm it's working fine.
Thanks.

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

Title:
  No mic detected - Ubuntu 24.04 Beta

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


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

[Bug 2064628] Re: openafs-modules-dkms FTBFS wrt Linux 6.8

2024-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package openafs - 1.8.10-2.1ubuntu3.1

---
openafs (1.8.10-2.1ubuntu3.1) noble; urgency=medium

  * - Fix Linux 6.8 build. LP: #2064628

 -- Paolo Pisati   Thu, 02 May 2024 13:42:25
+

** Changed in: openafs (Ubuntu Noble)
   Status: Fix Committed => 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/2064628

Title:
  openafs-modules-dkms FTBFS wrt Linux 6.8

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


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

[Bug 2070020] Re: Lenovo dock no longer working after upgrade from 6.5.0-35 to 6.5.0-41

2024-06-24 Thread Matthew Ruffell
Hi everyone,

Okay, I have gotten test kernels building. They have the below commit
reverted on 6.5.0-41-generic:

commit 286f3a7ccae334cef008c6be713c7c30427243c1 ubuntu-mantic
Author: Wayne Lin 
Date:   Tue Jan 2 14:20:37 2024 +0800
Subject: drm/amd/display: Align the returned error code with legacy DP
Link: 
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/mantic/commit/?id=286f3a7ccae334cef008c6be713c7c30427243c1

Its going to take three hours from the time of this comment for them to
build. You can check build status here:

https://launchpad.net/~mruffell/+archive/ubuntu/lp2070020-test

Can someone please try the test kernel and let me know if it fixes the
issue?

Please note this package is NOT SUPPORTED by Canonical, and is for TESTING
PURPOSES ONLY. ONLY Install in a dedicated test environment.

Instructions to Install (On a jammy or mantic system):
1) sudo add-apt-repository ppa:mruffell/lp2070020-test
2) sudo apt update
3) sudo apt install linux-image-unsigned-6.5.0-41-generic 
linux-modules-6.5.0-41-generic linux-modules-extra-6.5.0-41-generic 
linux-headers-6.5.0-41-generic
4) sudo reboot
5) uname -rv
Look for "+TEST2070020v20240625b1".

You might be asked to abort removal of the current running kernel, say
no. Also, you might need to turn off secureboot if its on, since I can't
sign secureboot kernels.

Does your external thunderbolt displays go back to normal? Let me know.

If they don't work we will likely do a full bisect.

Thanks,
Matthew

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

Title:
  Lenovo dock no longer working after upgrade from 6.5.0-35 to 6.5.0-41

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


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

[Bug 2070151] Re: package linux-image-6.8.0-35-lowlatency 6.8.0-35.35.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2024-06-24 Thread Steve Downey
To be honest, I was surprised it got as far as it did, once I stopped to think. 
I suppose I'm used to the tools having some guardrails to keep me from casually 
asking for the impossible. 
Clean up was fairly straightforward, though, just removing the various 
lowlatency packages.

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

Title:
  package linux-image-6.8.0-35-lowlatency 6.8.0-35.35.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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


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

[Bug 2064453] Re: Merge requests from Debian unstable for oracular

2024-06-24 Thread Lena Voytek
** Merge proposal linked:
   
https://code.launchpad.net/~lvoytek/ubuntu/+source/requests/+git/requests/+merge/468114

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

Title:
  Merge requests from Debian unstable for oracular

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


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

[Bug 2070151] Re: package linux-image-6.8.0-35-lowlatency 6.8.0-35.35.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2024-06-24 Thread Dave Jones
The lowlatency kernel isn't supported on the Pi, and flash-kernel won't
permit it to be flashed (because you'd be left with an unbootable
system).

Ideally the studio installer should detect this and not select the
option by default (or better still, disable it), but I'm not sure
there's a simple way for them to do that (at least "properly"; it's
fairly easy to detect if you're on a Pi, but ideally the installer
should be checking the flash-kernel database to see if there's a kernel-
flavor limit in place and act accordingly).

I need to have a think about this -- I'm reasonably confident this is a
studio installer bug too (so I'll add that as affected), but I suspect
flash-kernel needs to grow some facility for exposing the kernel-flavor
limits imposed on the running system.

** Also affects: ubuntustudio-installer (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/2070151

Title:
  package linux-image-6.8.0-35-lowlatency 6.8.0-35.35.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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


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

[Bug 2070020] Re: Lenovo dock no longer working after upgrade from 6.5.0-35 to 6.5.0-41

2024-06-24 Thread Matthew Ruffell
Hi everyone,

I noticed you were all using AMD processors... and I had a browse
through the 1100 commits or so that are between 6.5.0-25-generic to
6.5.0-41-generic, and this one caught my eye:

commit 286f3a7ccae334cef008c6be713c7c30427243c1 ubuntu-mantic
Author: Wayne Lin 
Date:   Tue Jan 2 14:20:37 2024 +0800
Subject: drm/amd/display: Align the returned error code with legacy DP
Link: 
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/mantic/commit/?id=286f3a7ccae334cef008c6be713c7c30427243c1

It seems to possibly match your logs on "[drm] DMUB HPD IRQ callback:
link_index=3". This is all an educated guess though.

How about I build a test kernel of 6.5.0-41-generic with this reverted,
and we see if it fixes the issue? If it doesn't, I suppose we will do a
bisect.

I'll write back soon.

Thanks,
Matthew

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

Title:
  Lenovo dock no longer working after upgrade from 6.5.0-35 to 6.5.0-41

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


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

[Bug 2070020] Re: Lenovo dock no longer working after upgrade from 6.5.0-35 to 6.5.0-41

2024-06-24 Thread Matthew Ruffell
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: linux-hwe-6.5 (Ubuntu)

** No longer affects: linux-oem-6.5 (Ubuntu)

** Also affects: linux (Ubuntu Mantic)
   Importance: Undecided
   Status: New

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

** Changed in: linux (Ubuntu Mantic)
   Importance: Undecided => Medium

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

Title:
  Lenovo dock no longer working after upgrade from 6.5.0-35 to 6.5.0-41

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


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

[Bug 2070079] Re: Latest kernel makes usb 4 run as 3.0

2024-06-24 Thread Matthew Ruffell
*** This bug is a duplicate of bug 2070020 ***
https://bugs.launchpad.net/bugs/2070020

Hi Robert,

Come talk on bug 2070020 and let's try figure this out.

Thanks,
Matthew

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

Title:
  Latest kernel makes usb 4 run as 3.0

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


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

[Bug 2070114] Re: Upgrade from 6.5.0-28-generic to 6.5.0-35-generic breaks typec_displayport

2024-06-24 Thread Matthew Ruffell
*** This bug is a duplicate of bug 2070020 ***
https://bugs.launchpad.net/bugs/2070020

Hi Ken,

Do you happen to have an AMD processor? Come and talk on bug 2070020 and
we will try figure this out.

Thanks,
Matthew

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

Title:
  Upgrade from 6.5.0-28-generic to 6.5.0-35-generic breaks
  typec_displayport

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


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

[Bug 2070061] Re: Clean up the DEP17 dpkg diversions

2024-06-24 Thread Michael Biebl
Speaking of which, is the following expected (a system that has recently
been upgraded to 24.04):

```
# ls -la /
insgesamt 84
drwxr-xr-x  21 root root  4096 Jun 24 23:49 .
drwxr-xr-x  21 root root  4096 Jun 24 23:49 ..
lrwxrwxrwx   1 root root 7 Jan  7 00:36 bin -> usr/bin
drwxr-xr-x   2 root root  4096 Apr  8 16:46 bin.usr-is-merged
drwxr-xr-x   4 root root  4096 Jun 14 12:19 boot
drwxr-xr-x  19 root root  5040 Jun 24 23:46 dev
drwxr-xr-x 148 root root 12288 Jun 24 23:48 etc
drwxr-xr-x   3 root root  4096 Jan 19 17:12 home
lrwxrwxrwx   1 root root 7 Jan  7 00:36 lib -> usr/lib
lrwxrwxrwx   1 root root 9 Jan  7 00:36 lib32 -> usr/lib32
lrwxrwxrwx   1 root root 9 Jan  7 00:36 lib64 -> usr/lib64
drwxr-xr-x   2 root root  4096 Apr  8 16:46 lib.usr-is-merged
lrwxrwxrwx   1 root root10 Jan  7 00:36 libx32 -> usr/libx32
drwx--   2 root root 16384 Jan  6 23:19 lost+found
drwxr-xr-x   3 root root  4096 Jan 11 21:44 media
drwxr-xr-x   6 root root  4096 Jun  2 09:54 mnt
drwxr-xr-x   3 root root  4096 Jan  7 21:14 opt
dr-xr-xr-x 433 root root 0 Jun 24 23:45 proc
drwx--   9 root root  4096 Jun 14 12:02 root
drwxr-xr-x  35 root root   860 Jun 24 23:48 run
lrwxrwxrwx   1 root root 8 Jan  7 00:36 sbin -> usr/sbin
drwxr-xr-x   2 root root  4096 Apr  8 16:46 sbin.usr-is-merged
drwxr-xr-x   2 root root  4096 Feb 28 01:24 srv
dr-xr-xr-x  13 root root 0 Jun 24 23:48 sys
drwxrwxrwt  20 root root   520 Jun 24 23:51 tmp
drwxr-xr-x  14 root root  4096 Aug  8  2023 usr
drwxr-xr-x  14 root root  4096 Jun 14 12:23 var
```
Specifically those $foo.usr-is-merged directories?

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

Title:
  Clean up the DEP17 dpkg diversions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/2070061/+subscriptions


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

[Bug 2052835] Re: Error running program on cifs filesystem

2024-06-24 Thread Alison Peterson
I'm experiencing the same issue with my kernel 6.5.0-41-generic. What
recommendation can we provide to the end-user while this is being fixed?

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

Title:
  Error running program on cifs filesystem

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


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

[Bug 2070114] Re: Upgrade from 6.5.0-28-generic to 6.5.0-35-generic breaks typec_displayport

2024-06-24 Thread Matthew Ruffell
*** This bug is a duplicate of bug 2070020 ***
https://bugs.launchpad.net/bugs/2070020

** This bug has been marked a duplicate of bug 2070020
   Lenovo dock no longer working after upgrade from 6.5.0-35 to 6.5.0-41

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

Title:
  Upgrade from 6.5.0-28-generic to 6.5.0-35-generic breaks
  typec_displayport

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


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

[Bug 2066275] Re: [SRU] Fix black screen on second boot due to video drivers not being ready.

2024-06-24 Thread Jan Rathmann
I enabled proposed and installed the updated package with

$sudo apt install sdddm=0.20.0-2ubuntu4.1

But my /usr/lib/systemd/system/sddm.service still looks like this:


[Unit]
Description=Simple Desktop Display Manager
Documentation=man:sddm(1) man:sddm.conf(5)
# Change this if you want to start sddm in a different tty
Conflicts=getty@tty1.service
After=getty@tty1.service

# If using tty1 and plymouth, sddm will fail till plymouth stops
# consider using:
## After=plymouth-quit.service
# or to forcefully stop plymouth and start earlier:
## Conflicts=plymouth-quit-wait.service
## After=plymouth-start.service plymouth-quit-wait.service
## OnFailure=plymouth-quit.service

# Ordering
Conflicts=plymouth-quit-wait.service
After=systemd-user-sessions.service plymouth-start.service 
plymouth-quit-wait.service plymouth-quit.service systemd-logind.service
OnFailure=plymouth-quit.service

[Service]
# temporary safety check until all DMs are converted to correct
# display-manager.service symlink handling
ExecStartPre=/bin/sh -c '[ "$(cat /etc/X11/default-display-manager 
2>/dev/null)" = "/usr/bin/sddm" ]'
ExecStart=/usr/bin/sddm
Restart=always
RestartSec=1s
EnvironmentFile=-/etc/default/locale

[Install]
Alias=display-manager.service


It seems it is lacking the changes from the patch.

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

Title:
  [SRU] Fix black screen on second boot due to video drivers not being
  ready.

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


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

[Bug 207011] Re: Hardy does not propose restricted driver for ati x1950xtx

2024-06-24 Thread Luca Corna
** Description changed:

  As stated in the subject, I tried Hardy Beta and the panel for
  restricted driver does not propose to enable ATI drivers for x1950xtx
  video card. I googled a little bit, and found it happens for many x1950.
  
  Video card works under VESA driver, so it can't fullfill 3d
  capabilities.
  
  At you disposal for further information
+ 
+ ---
+ External link: https://warthogs.atlassian.net/browse/ERL-626

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

Title:
  Hardy does not propose restricted driver for ati x1950xtx

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


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

[Bug 2070305] Re: AMDGPU init fails after kernel upgrade to 5.15.0-112

2024-06-24 Thread Filip Średnicki
** Summary changed:

- After last kernel upgrade my GPU fails to be initiated, resulting in black 
screen on HDMI connected display. 
+ AMDGPU init fails after kernel upgrade to 5.15.0-112

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

Title:
  AMDGPU init fails after kernel upgrade to 5.15.0-112

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


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

[Bug 2064424] Re: Merge log4cplus from Debian unstable for oracular

2024-06-24 Thread Bryce Harrington
** Changed in: log4cplus (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/2064424

Title:
  Merge log4cplus from Debian unstable for oracular

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


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

[Bug 2064419] Re: Merge libqb from Debian unstable for oracular

2024-06-24 Thread Bryce Harrington
libqb | 2.0.8-2  | sid
libqb | 2.0.8-1ubuntu2   | noble
libqb | 2.0.8-2  | oracular

This appears to have already been sync'd.

** Changed in: libqb (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/2064419

Title:
  Merge libqb from Debian unstable for oracular

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


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

[Bug 2064427] Re: Merge mecab from Debian unstable for oracular

2024-06-24 Thread Bryce Harrington
** Changed in: mecab (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/2064427

Title:
  Merge mecab from Debian unstable for oracular

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


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

[Bug 2064446] Re: Merge python-boto3 from Debian unstable for oracular

2024-06-24 Thread Bryce Harrington
** Changed in: python-boto3 (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/2064446

Title:
  Merge python-boto3 from Debian unstable for oracular

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


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

[Bug 2064447] Re: Merge python-botocore from Debian unstable for oracular

2024-06-24 Thread Bryce Harrington
** Changed in: python-botocore (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/2064447

Title:
  Merge python-botocore from Debian unstable for oracular

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


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

[Bug 2064449] Re: Merge python-s3transfer from Debian unstable for oracular

2024-06-24 Thread Bryce Harrington
** Changed in: python-s3transfer (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/2064449

Title:
  Merge python-s3transfer from Debian unstable for oracular

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


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

[Bug 2064468] Re: Merge ssl-cert from Debian unstable for oracular

2024-06-24 Thread Bryce Harrington
** Changed in: ssl-cert (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/2064468

Title:
  Merge ssl-cert from Debian unstable for oracular

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ssl-cert/+bug/2064468/+subscriptions


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

[Bug 2064480] Re: Merge w3m from Debian unstable for oracular

2024-06-24 Thread Bryce Harrington
** Changed in: w3m (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/2064480

Title:
  Merge w3m from Debian unstable for oracular

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


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

[Bug 2070284] Re: FTBFS: ‘starts_with’ has not been declared in ‘std::string’

2024-06-24 Thread Jeremy Bícha
** Changed in: dia (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/2070284

Title:
  FTBFS: ‘starts_with’ has not been declared in ‘std::string’

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


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

[Bug 2070313] Re: gnome-shell has high cpu usage and causes significant lag

2024-06-24 Thread KevinEvans
** Attachment added: "Screenshot from 2024-06-24 14-11-30.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2070313/+attachment/5792084/+files/Screenshot%20from%202024-06-24%2014-11-30.png

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

Title:
  gnome-shell has high cpu usage and causes significant lag

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


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

[Bug 2070313] [NEW] gnome-shell has high cpu usage and causes significant lag

2024-06-24 Thread KevinEvans
Public bug reported:

I've lately been noticing a substantial lag that consumes an entire core
on my CPU (CPU% 1.00+). It's most noticeable with the cursor, where it
starts "jumping" around instead of moving smoothly across the screen.

It seems to stem from `gnome-shell` but I'm not sure how to further
debug this and find the root cause. I've included a couple screenshots
as well as debug information from `ubuntu-bug gnome-shell`.

If I reboot, it tends to go away. It only seems to happen after 4-5
hours of uptime.

Please let me know how to further debug this problem or if any other
information is needed.

```
$ lsb_release -rd
No LSB modules are available.
Description:Ubuntu 23.10
Release:23.10
```

```
$ apt-cache policy gnome-shell
gnome-shell:
  Installed: 45.2-0ubuntu1.1
  Candidate: 45.2-0ubuntu1.1
  Version table:
 *** 45.2-0ubuntu1.1 500
500 http://us.archive.ubuntu.com/ubuntu mantic-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu mantic-security/main amd64 
Packages
100 /var/lib/dpkg/status
 45.0-1ubuntu2 500
500 http://us.archive.ubuntu.com/ubuntu mantic/main amd64 Packages
```

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: gnome-shell 45.2-0ubuntu1.1
ProcVersionSignature: Ubuntu 6.5.0-41.41-generic 6.5.13
Uname: Linux 6.5.0-41-generic x86_64
ApportVersion: 2.27.0-0ubuntu5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Mon Jun 24 14:09:02 2024
DisplayManager: gdm3
InstallationDate: Installed on 2023-11-01 (236 days ago)
InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
RelatedPackageVersions: mutter-common 45.2-0ubuntu4
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug mantic wayland-session

** Attachment added: "screenshot"
   
https://bugs.launchpad.net/bugs/2070313/+attachment/5792078/+files/Screenshot%20from%202024-06-24%2014-11-39.png

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

Title:
  gnome-shell has high cpu usage and causes significant lag

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


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

[Bug 2058576] Re: FTBFS: armhf: build-time test failures

2024-06-24 Thread Sergio Durigan Junior
** Merge proposal unlinked:
   
https://code.launchpad.net/~sergiodj/ubuntu/+source/sssd/+git/sssd/+merge/468108

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

Title:
  FTBFS: armhf: build-time test failures

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


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

[Bug 1999190] Re: missing lines in apparmor config for sssd

2024-06-24 Thread Sergio Durigan Junior
** Merge proposal unlinked:
   
https://code.launchpad.net/~sergiodj/ubuntu/+source/sssd/+git/sssd/+merge/468108

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

Title:
  missing lines in apparmor config for sssd

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


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

[Bug 2064469] Re: Merge sssd from Debian unstable for oracular

2024-06-24 Thread Sergio Durigan Junior
** Merge proposal linked:
   
https://code.launchpad.net/~sergiodj/ubuntu/+source/sssd/+git/sssd/+merge/468108

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

Title:
  Merge sssd from Debian unstable for oracular

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


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

[Bug 1999190] Re: missing lines in apparmor config for sssd

2024-06-24 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~sergiodj/ubuntu/+source/sssd/+git/sssd/+merge/468108

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

Title:
  missing lines in apparmor config for sssd

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


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

[Bug 2066999] Re: enable hibernation on ARM

2024-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package ec2-hibinit-agent -
1.0.0-0ubuntu11.22.04.5

---
ec2-hibinit-agent (1.0.0-0ubuntu11.22.04.5) jammy; urgency=medium

  * d/p/0015-ignore-setting-resume-offset-again-if-dev-snapshot-d.patch: do
not set the snapshot swap area if /dev/snapshot does not exist. This is
necessary to enable ARM hibernation. (LP: #2066999)

 -- Mitchell Dzurick   Thu, 23 May 2024
16:43:57 -0700

** Changed in: ec2-hibinit-agent (Ubuntu Focal)
   Status: Fix Committed => 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/2066999

Title:
  enable hibernation on ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/2066999/+subscriptions


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

[Bug 2058576] Re: FTBFS: armhf: build-time test failures

2024-06-24 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~sergiodj/ubuntu/+source/sssd/+git/sssd/+merge/468108

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

Title:
  FTBFS: armhf: build-time test failures

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


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

[Bug 2066999] Re: enable hibernation on ARM

2024-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package ec2-hibinit-agent - 1.0.0-0ubuntu9.6

---
ec2-hibinit-agent (1.0.0-0ubuntu9.6) focal; urgency=medium

  * d/p/0015-ignore-setting-resume-offset-again-if-dev-snapshot-d.patch: do
not set the snapshot swap area if /dev/snapshot does not exist. This is
necessary to enable ARM hibernation. (LP: #2066999)

 -- Mitchell Dzurick   Thu, 23 May 2024
16:39:47 -0700

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

Title:
  enable hibernation on ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/2066999/+subscriptions


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

[Bug 2066999] Re: enable hibernation on ARM

2024-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package ec2-hibinit-agent -
1.0.0-0ubuntu16.23.10.1

---
ec2-hibinit-agent (1.0.0-0ubuntu16.23.10.1) mantic; urgency=medium

  * d/p/0015-ignore-setting-resume-offset-again-if-dev-snapshot-d.patch: do
not set the snapshot swap area if /dev/snapshot does not exist. This is
necessary to enable ARM hibernation. (LP: #2066999)

 -- Mitchell Dzurick   Thu, 23 May 2024
16:46:53 -0700

** Changed in: ec2-hibinit-agent (Ubuntu Mantic)
   Status: Fix Committed => Fix Released

** Changed in: ec2-hibinit-agent (Ubuntu Jammy)
   Status: Fix Committed => 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/2066999

Title:
  enable hibernation on ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/2066999/+subscriptions


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

[Bug 2039074] Re: [SRU] update app: Package failed to install: Error while installing package: trying to overwrite '/usr/bin/disco', which is also in package discodos 1.0~rc2-2

2024-06-24 Thread Sudip Mukherjee
** Summary changed:

- update app:   Package failed to install:  Error while installing package: 
trying to overwrite '/usr/bin/disco', which is also in package discodos 
1.0~rc2-2
+ [SRU] update app:   Package failed to install:  Error while installing 
package: trying to overwrite '/usr/bin/disco', which is also in package 
discodos 1.0~rc2-2

** Description changed:

+ [ Impact ]
+ 
+ discodos will fail to install for all users who have "mono-devel" installed 
on their system.
+ similarly users who already have "discodos" installed will see failure in 
installation of "mono-devel".
+ 
+ In both cases the error seen will be either of these two:
+ 
+ dpkg: error processing archive 
/tmp/apt-dpkg-install-WT1p4H/155-mono-devel_6.8.0.105+dfsg-3.2_all.deb 
(--unpack):
+  trying to overwrite '/usr/bin/disco', which is also in package discodos 
1.0~rc2-2
+ 
+ or
+ 
+ dpkg: error processing archive 
/tmp/apt-dpkg-install-0kKmMe/18-discodos_1.0~rc2-2_all.deb (--unpack):
+  trying to overwrite '/usr/bin/disco', which is also in package mono-devel 
6.8.0.105+dfsg-3.2
+ 
+ 
+ [ Test Plan ]
+ 
+ test-1:
+ 1. install mono-devel
+ 2. install discodos
+ 
+ test-2:
+ 1. install discodos
+ 2. install mono-devel
+ 
+ If the package is not fixed it will result in the install failure with the 
above error.
+ With the fixed package both packages will be installed.
+ 
+ [ Where problems could occur ]
+ 
+ There is no change in code, but the executable is changing from
+ "/usr/bin/disco" to "/usr/bin/discodos" which can affect  if any user is
+ using "disco" in any of their scripts.
+ 
+ [ Other Info ]
+ 
+ This has been already fixed in Debian and Noble/Oracular already has the 
renamed binary.
+ As is done in Debian, the manpage is also renamed to discodos.
+ 
+ 
+ [ Original Bug Description ]
+ 
  Update Issue
  There was an issue installing this update. Please try again later.
  See technical details
  
  If you would like to report the update issue to your distribution's
  packagers, innclude this information:
  
  Package failed to install:
  
  Error while installing package: trying to overwrite '/usr/bin/disco',
  which is also in package discodos 1.0~rc2-2
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: plasma-discover 5.24.7-0ubuntu0.1
  ProcVersionSignature: Ubuntu 5.15.0-83.92-lowlatency 5.15.116
  Uname: Linux 5.15.0-83-lowlatency x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  Date: Wed Oct 11 09:50:42 2023
  ExecutablePath: /usr/bin/plasma-discover
  InstallationDate: Installed on 2023-02-01 (251 days ago)
  InstallationMedia: Ubuntu-Studio 22.04.1 LTS "Jammy Jellyfish" - Release 
amd64 (20220809)
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: plasma-discover
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: discodos (Ubuntu Jammy)
 Assignee: Sudip Mukherjee (sudipmuk) => (unassigned)

** Changed in: discodos (Ubuntu Mantic)
 Assignee: Sudip Mukherjee (sudipmuk) => (unassigned)

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

Title:
  [SRU] update app:   Package failed to install:  Error while installing
  package: trying to overwrite '/usr/bin/disco', which is also in
  package discodos 1.0~rc2-2

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


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

[Bug 2067886] Re: Remove the XFS /boot upgrade check for noble

2024-06-24 Thread Nick Rosbrook
Thanks! That log confirms that you ran the upgrade using the upgrader
from noble-proposed. That along with your previous comment confirms the
fix.

Thanks again!

** Tags removed: verification-needed-noble
** Tags added: verification-done-noble

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

Title:
  Remove the XFS /boot upgrade check for noble

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


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

[Bug 2036968] Re: Mantic minimized/minimal cloud images do not receive IP address during provisioning; systemd regression with wait-online

2024-06-24 Thread Nick Rosbrook
There was a lot of work in netplan related to this area in Noble (see
e.g. bug 2060311). This bug has a lot of valuable information, but the
new behavior as changed enough that I don't think we should keep this
open.

And, mantic is EOL soon enough that doing an SRU for mantic specifically
is not practical.

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

Title:
  Mantic minimized/minimal cloud images do not receive IP address during
  provisioning; systemd regression with wait-online

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2036968/+subscriptions


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

[Bug 2004092] Re: casper fails to add any users because GID 999 is already taken

2024-06-24 Thread Nick Rosbrook
I don't think there is anything to do for systemd for now. I recall some
vague feature request for systemd-sysusers, but that's not something
that is really captured by this bug. If someone feels that feature
should be added, please open an upstream feature request at
https://github.com/systemd/systemd/issues and cc @enr0n.

IIRC, the real bug here is that casper was trying to use a static
UID/GID without checking if it was in use, which is wrong. It should let
the system pick a UID/GID from the unused range. It seems this was at
least worked around in src:casper.

** Changed in: systemd (Ubuntu)
   Status: Confirmed => 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/2004092

Title:
  casper fails to add any users because GID 999 is already taken

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


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

[Bug 2039074] Re: update app: Package failed to install: Error while installing package: trying to overwrite '/usr/bin/disco', which is also in package discodos 1.0~rc2-2

2024-06-24 Thread Bug Watch Updater
** Changed in: discodos (Debian)
   Status: Unknown => 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/2039074

Title:
  [SRU] update app:   Package failed to install:  Error while installing
  package: trying to overwrite '/usr/bin/disco', which is also in
  package discodos 1.0~rc2-2

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


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

  1   2   3   4   >