[Bug 1893753] Re: libnginx-mod-http-lua 0.10.11 not compatible with NGINX 1.18/1.17

2021-11-10 Thread Christian Ehrhardt 
Thanks Anton, unfortunately I still have no feedback on the nchan use-case (see 
bug 1874831) :-/
I'd need both to be checked if the change is reasonable.

And actually for an SRU process [1] I'll need to be able to outline test
steps. Best case that would be the steps to configure on a clean system
so that it exposes the issue and after the upgrade is applied works.

I tried the following (probably too trivial) and it worked just fine
even without the fix.

$ apt install libnginx-mod-http-lua nginx-core
# For lua add in /etc/nginx/sites-enabled/default
location /lua_content {
# MIME type determined by default_type:
default_type 'text/plain';

content_by_lua_block {
ngx.say('Hello,world!')
}
}
# Restart server
$ sudo systemctl restart nginx
# Access lua content
$ curl http://127.0.0.1/lua_content
Hello,world!

Maybe you can help me to extend that example to show the issue?

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

** Changed in: nginx (Ubuntu Focal)
   Status: Triaged => Incomplete

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

Title:
  libnginx-mod-http-lua 0.10.11 not compatible with NGINX 1.18/1.17

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


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

[Bug 1874831] Re: libnginx-mod-nchan distributes old/incompatible module

2021-11-10 Thread Christian Ehrhardt 
Hi,
there was no feedback yet, did anyone have a chance to try this build and 
outline steps to test this as needed for the SRU process [1]?

I tried the following (probably too trivial) and it worked just fine
even without the fix.

$ apt install libnginx-mod-http-lua nginx-core
For nchan add in /etc/nginx/sites-enabled/default
location = /sub {
  nchan_subscriber;
  nchan_channel_id $arg_id;
}

location = /pub {
  nchan_publisher;
  nchan_channel_id $arg_id;
}
# Restart server
$ sudo systemctl restart nginx
# Access nchan content
$ curl --request POST --data "test message" http://127.0.0.1:80/pub
queued messages: 1
last requested: 0 sec. ago
active subscribers: 0
last message id: 1636616299

Maybe you can help me to extend that example to show the issue?

P.S. there is activity at the sibling bug 1893753. If we only get
confirmation and proper tests steps there, but not here - then I'll have
to drop this part of the upload before queuing for an SRU to Focal. So
your help would really be appreciated.

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

** Changed in: nginx (Ubuntu Focal)
   Status: Triaged => Incomplete

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

Title:
  libnginx-mod-nchan distributes old/incompatible module

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


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

[Bug 1950574] [NEW] package mysql-server-8.0 8.0.27-0ubuntu0.21.10.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 2

2021-11-10 Thread kuldeep singh rawat
Public bug reported:

Every time the PC gets a start, the error pops up.

ProblemType: Package
DistroRelease: Ubuntu 21.10
Package: mysql-server-8.0 8.0.27-0ubuntu0.21.10.1
ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
Uname: Linux 5.13.0-21-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: pass
Date: Fri Nov  5 21:08:38 2021
ErrorMessage: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 2
InstallationDate: Installed on 2021-10-21 (20 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.my.cnf: Error: [Errno 40] Too many levels of symbolic 
links: '/etc/mysql/my.cnf'
MySQLVarLibDirListing: ['binlog.15', 'binlog.19', 'binlog.14', 
'join_us', 'binlog.03', 'binlog.08', 'mysql', 'server-key.pem', 
'server-cert.pem', 'binlog.17', 'client-cert.pem', 'performance_schema', 
'binlog.12', 'ib_buffer_pool', '#ib_16384_0.dblwr', 'undo_001', 
'binlog.07', 'binlog.13', 'ca.pem', '#ib_16384_1.dblwr', 
'binlog.index', 'mysql.ibd', 'binlog.06', 'undo_002', '#innodb_temp', 
'binlog.09', 'binlog.01', 'ibdata1', 'binlog.16', 'ib_logfile1', 
'ibtmp1', 'auto.cnf', 'sys', 'debian-5.7.flag', 'client-key.pem', 
'binlog.05', 'binlog.18', 'binlog.02', 'binlog.10', 
'ca-key.pem', 'ksr.pid', 'binlog.04', 'public_key.pem', 'private_key.pem', 
'binlog.11', 'ib_logfile0']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.13.0-21-generic 
root=UUID=6c84ee98-ca03-4418-8c26-f28ffc1d3e8a ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.9, Python 3.9.7, python3-minimal, 3.9.4-1build1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.20.9ubuntu2
 apt  2.3.9
SourcePackage: mysql-8.0
Title: package mysql-server-8.0 8.0.27-0ubuntu0.21.10.1 failed to 
install/upgrade: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-8.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package impish

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

Title:
  package mysql-server-8.0 8.0.27-0ubuntu0.21.10.1 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1950574/+subscriptions


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

[Bug 1916767] Re: firejail version in Ubuntu 20.04 LTS is vulnerable to CVE-2021-26910

2021-11-10 Thread Launchpad Bug Tracker
This bug was fixed in the package firejail - 0.9.62-3ubuntu0.1

---
firejail (0.9.62-3ubuntu0.1) focal-security; urgency=low

  * SECURITY UPDATE: bypass of access restrictions (LP: #1916767)
- disable OverlayFS support which contains a TOCTOU race condition
  between a stat operation and an OverlayFS mount.
- CVE-2021-26910

 -- Reiner Herrmann   Sat, 27 Mar 2021 15:20:50
+

** Changed in: firejail (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  firejail version in Ubuntu 20.04 LTS is vulnerable to CVE-2021-26910

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


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

[Bug 1950433] Re: Enabling service results in error

2021-11-10 Thread Htbaa
The ubuntu-advantage.log starting from the attach command.

** Attachment added: "The ubuntu-advantage.log starting from the attach 
command."
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1950433/+attachment/5539952/+files/ubuntu-advantage.log

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

Title:
  Enabling service results in error

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


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

[Bug 1926439] Re: Dependencies conflicts breaks upgrade process

2021-11-10 Thread Roman Shipovskij
Problem is still here:

~# apt show linux-modules-nvidia-470-5.4.0-90-generic
Package: linux-modules-nvidia-470-5.4.0-90-generic
Version: 5.4.0-90.101+1
Priority: optional
Section: restricted/kernel
Source: linux-restricted-modules
Origin: Ubuntu
Maintainer: Canonical Kernel Team 
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 32,8 kB
Depends: debconf (>= 0.5) | debconf-2.0, linux-image-5.4.0-90-generic | 
linux-image-unsigned-5.4.0-90-generic, linux-signatures-nvidia-5.4.0-90-generic 
(= 5.4.0-90.101+1), linux-objects-nvidia-470-5.4.0-90-generic (= 
5.4.0-90.101+1), nvidia-kernel-common-470 (<= 470.82.00-1), 
nvidia-kernel-common-470 (>= 470.82.00)

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

Title:
  Dependencies conflicts breaks upgrade process

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


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

[Bug 1945761] Re: Fail to build against OpenSSL 3.0

2021-11-10 Thread Chris MacNaughton
After doing some other work to resolve different build failures, I was
able to build Ceph successfully with the following:

sbuild ../ceph*dsc -c chroot:jammy-amd64 --arch=amd64 --dist=jammy
--nolog -A --extra-repository='deb [trusted=yes]
http://ppa.launchpad.net/schopin/openssl-3.0.0/ubuntu jammy main'
--extra-repository-key=/home/ubuntu/packaging/openssl3.asc --extra-
repository='deb [trusted=yes]
http://ppa.launchpad.net/schopin/foundation-openssl3/ubuntu jammy main'

The key is that it took both of the following PPAs to get all of the
dependencies sorted:

- schopin/openssl-3.0.0
- schopin/foundation-openssl3

** Changed in: ceph (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/1945761

Title:
  Fail to build against OpenSSL 3.0

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


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

[Bug 1949637] Re: Libreoffice crash

2021-11-10 Thread Omer Sayli
Same error happens in my Kubuntu installation also;
 
(base) omer@omer-laptop:~$ libreoffice 
terminate called after throwing an instance of 
'com::sun::star::lang::IllegalArgumentException'
Unspecified Application Error

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

Title:
  Libreoffice crash

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


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

[Bug 1949715] Re: [BPO] Backport cockpit-machines to stable releases

2021-11-10 Thread Martin Pitt
Thanks Dan! Reuploaded with s/ubuntu/bpo/. So far I used the
"backportpackage" script from ubuntu-dev-tools (0.186), can this be
fixed there then, please?

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

Title:
  [BPO] Backport cockpit-machines to stable releases

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cockpit-machines/+bug/1949715/+subscriptions


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

[Bug 1851250] Re: [snap] chromium-browser snap cannot upload files outside ~

2021-11-10 Thread William Chargin
Here I am, trying to use headless Chromium to render screenshots, and on
Ubuntu 20.04, I find that Chromium is simply not writing to `/tmp`. So,
let me add my voice to the chorus of those flummoxed and frustrated by
this decision.

The easiest way to get around this appears to be to install Chromium
from an unofficial PPA. Ironic, given the intent of "improved security".
As they say, security at the expense of usability comes at the expense
of security.

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

Title:
  [snap] chromium-browser snap cannot upload files outside ~

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


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

[Bug 1950533] Re: Logging into Discord with DRM streaming in other Firefox tab breaks sound.

2021-11-10 Thread Benjamin Button
I cannot reproduce this error on an XPS 13. Suspect it may be hardware-
specific.

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

Title:
  Logging into Discord with DRM streaming in other Firefox tab breaks
  sound.

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


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

[Bug 1950523] Status changed to Confirmed

2021-11-10 Thread Ubuntu Kernel Bot
This change was made by a bot.

** Changed in: linux (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/1950523

Title:
  20.04.3 ignoring settings for touchpad.

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


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

[Bug 1950523] Re: 20.04.3 ignoring settings for touchpad.

2021-11-10 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

The report was tagged against `ubuntu-release-upgrader` which upgrades
from one release (18.04) to a later release (20.04) which was last run
171 days ago.

Bug reporting is mostly about finding & fixing problems thus preventing
future users from hitting the same bug.

I suspect a Support site would be more appropriate, eg.
https://answers.launchpad.net/ubuntu. You can also find help with your
problem in the support forum of your local Ubuntu community
http://loco.ubuntu.com/ or asking at https://askubuntu.com or
https://ubuntuforums.org, or for more support options please look at
https://discourse.ubuntu.com/t/community-support/709

** Package changed: ubuntu-release-upgrader (Ubuntu) => linux (Ubuntu)

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

Title:
  20.04.3 ignoring settings for touchpad.

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


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

[Bug 1949778] Re: unittest2 doesn't work on python3.10

2021-11-10 Thread Bug Watch Updater
** Changed in: unittest2 (Debian)
   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/1949778

Title:
  unittest2 doesn't work on python3.10

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


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

[Bug 1950550] [NEW] language support app automatically installs firefox deb package (21.10)

2021-11-10 Thread Jacob van der Eynden
Public bug reported:

Ubuntu 21.10
language-selector 0.216

If the initial 'Language support is not installed completely' prompt on
opening the app is accepted, the Firefox deb package will be installed
alongside the default Firefox snap package, resulting in two
installations of Firefox on the computer. This happens even though, in
my case, only the 'gimp-help-en' package is listed for installation, and
'firefox' does not seem to be a dependency of it.

** Affects: language-selector (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "The prompt which installs the firefox deb package if 
agreed to"
   
https://bugs.launchpad.net/bugs/1950550/+attachment/5539872/+files/Screenshot%20from%202021-11-11%2015-32-25.png

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

Title:
  language support app automatically installs firefox deb package
  (21.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1950550/+subscriptions


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

[Bug 894085] Re: On newly installed Firefox, spell checking is enabled but no language is selected

2021-11-10 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

** Changed in: firefox (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/894085

Title:
  On newly installed Firefox, spell checking is enabled but no language
  is selected

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


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

[Bug 894085] Re: On newly installed Firefox, spell checking is enabled but no language is selected

2021-11-10 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity
for 60 days.]

** Changed in: hundredpapercuts
   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/894085

Title:
  On newly installed Firefox, spell checking is enabled but no language
  is selected

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


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

[Bug 1574007] Re: synaptics refuses to run after upgrade to Xenial from Wily

2021-11-10 Thread Launchpad Bug Tracker
[Expired for One Hundred Papercuts because there has been no activity
for 60 days.]

** Changed in: hundredpapercuts
   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/1574007

Title:
  synaptics refuses to run after upgrade to Xenial from Wily

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


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

[Bug 1574007] Re: synaptics refuses to run after upgrade to Xenial from Wily

2021-11-10 Thread Launchpad Bug Tracker
[Expired for synaptic (Ubuntu) because there has been no activity for 60
days.]

** Changed in: synaptic (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/1574007

Title:
  synaptics refuses to run after upgrade to Xenial from Wily

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


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

[Bug 1943339] Re: Keyboard language layout setting doesn't persist, keeps switching from UK to a different English layout

2021-11-10 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/1943339

Title:
  Keyboard language layout setting doesn't persist, keeps switching from
  UK to a different English layout

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


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

[Bug 1950539] Re: When sound breaks (bug #1950533), sound input device breaks worse.

2021-11-10 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => firefox (Ubuntu)

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

Title:
  When sound breaks (bug #1950533), sound input device breaks worse.

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


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

[Bug 1786013] Autopkgtest regression report (linux-meta-hwe-5.13/5.13.0.22.22~20.04.9)

2021-11-10 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-hwe-5.13 
(5.13.0.22.22~20.04.9) for focal have finished running.
The following regressions have been reported in tests triggered by the package:

systemd/245.4-4ubuntu3.13 (ppc64el, s390x, amd64)
nvidia-graphics-drivers-340/340.108-0ubuntu5.20.04.2 (amd64)


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

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-hwe-5.13

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

Thank you!

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

Title:
  Packaging resync

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


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

[Bug 1950540] Re: alsa/sof: All audio jacks can't detect hotplug when only codec is suspended

2021-11-10 Thread Hui Wang
** Description changed:

- This bug is for tracking purpose.
+ [Impact]
+ If the codec is in rt_suspend while the controller is in rt_resume,
+ all audio jacks can't detect hotplug.
+ 
+ [Fix]
+ Backport a upstream patch, this will enable WAKEEN in the period
+ between codec suspend and controller suspend.
+ 
+ [Test]
+ Booting the patched kernel, add snd_sof_pci.sof_pci_debug=0x1 in
+ the bootargs, plug the headset to the audio jacks, the system
+ could detect the plug in or plug out.
+ 
+ [Where problems could occur]
+ The patch enable the WAKEEN after codec is in rt_suspend, this
+ could affect the audio jack hotplug detection, if it introduces
+ regression, it will be on the audio jack detection, but this
+ possibility is very low, we already verified this patch on
+ many machines.

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

Title:
  alsa/sof: All audio jacks can't detect hotplug when only codec is
  suspended

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


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

[Bug 1950536] Re: keyboard not working on Medion notebook s17 series

2021-11-10 Thread Hui Wang
** Description changed:

  [Impact]
- The keyboard of some medion laptops can't work under Linux.
+ The keyboard of some medion s17 series laptops can't work under Linux.
  
  [Fix]
  Backport a upstream patch, after applying the patch, the keyboard
  will skip the irq override from the acpi resource layer, and the
  keyboard could work normally.
  
  [Test]
  Booting the patched kernel, use the keyboard to do the input.
  
  [Where problems could occur]
  The patch will skip the irq override based on the DMI info, so
  if a medion laptop which has the same DMI info and the irq 1
  needs to be overriden, this patch will introduce regression on
  the machine, but this possibility is very low. If this happens,
  we will consider to add more DMI match info in the table.
  
+ 
  This is a bug similar to #1909814.

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

Title:
  keyboard not working on Medion notebook s17 series

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


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

[Bug 1944204] Re: IP report in motd should ignore virtual interfaces

2021-11-10 Thread Marcus Furlong
This could possibly be achieved by using a regex and exposing
`skipped_interfaces` via a config option?

i.e. instead of just having "lo", allow the user to specify other
interfaces to skip in the client config file: e.g.
skipped_interfaces=["docker0", "cacl.*"]

This could then be passed to the following function in
`landscape/lib/network.py`

def get_active_device_info(skipped_interfaces=("lo",),
   skip_vlan=True, skip_alias=True, extended=False):

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

Title:
  IP report in motd should ignore virtual interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1944204/+subscriptions


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

[Bug 1944204] Re: IP report in motd should ignore virtual interfaces

2021-11-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: landscape-client (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/1944204

Title:
  IP report in motd should ignore virtual interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1944204/+subscriptions


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

[Bug 1950541] [NEW] package vanilla-gnome-desktop 0.89 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2021-11-10 Thread Marcus Crombach
Public bug reported:

I tried to change the background color of the logon screen. The instructions 
was:
sudo apt install vanilla-gnome-desktop
sudo apt install gnome-session 

until here everything works fine, but the system return with some error
messages that it is not possible to switch to default, because not
available.

sudo update-alternatives --config gdm3.css did not work. I have also no
idea, how I can switch now to gnome under Xorg -> which must be done.

Marcus

ProblemType: Package
DistroRelease: Ubuntu 21.10
Package: vanilla-gnome-desktop 0.89
ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
Uname: Linux 5.13.0-21-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu71
AptOrdering:
 firefox:amd64: Remove
 gnome-software-plugin-flatpak:amd64: Remove
 gnome-software-plugin-snap:amd64: Remove
 gnome-software:amd64: Remove
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: pass
Date: Thu Nov 11 03:51:59 2021
ErrorMessage: Abhängigkeitsprobleme - verbleibt unkonfiguriert
InstallationDate: Installed on 2021-11-09 (1 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
Python3Details: /usr/bin/python3.9, Python 3.9.7, python3-minimal, 3.9.4-1build1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.20.9ubuntu2
 apt  2.3.9
SourcePackage: ubuntu-gnome-meta
Title: package vanilla-gnome-desktop 0.89 failed to install/upgrade: 
Abhängigkeitsprobleme - verbleibt unkonfiguriert
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package impish

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

Title:
  package vanilla-gnome-desktop 0.89 failed to install/upgrade:
  Abhängigkeitsprobleme - verbleibt unkonfiguriert

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


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

[Bug 1950542] [NEW] package mysql-server-8.0 8.0.27-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2021-11-10 Thread midhun sainath
Public bug reported:

when upgrading to version to 20

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mysql-server-8.0 8.0.27-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.4.0-91.102-generic 5.4.151
Uname: Linux 5.4.0-91-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Nov 11 07:57:52 2021
ErrorMessage: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2019-04-26 (929 days ago)
InstallationMedia: Ubuntu 16.04.6 LTS "Xenial Xerus" - Release amd64 (20190227)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.my.cnf: Error: [Errno 40] Too many levels of symbolic 
links: '/etc/mysql/my.cnf'
MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['ibdata1', 'ca-key.pem', 'binlog.index', 
'client-key.pem', 'sys', 'taskbook', 'server-cert.pem', 'performance_schema', 
'binlog.01', 'mysql', 'ib_logfile1', 'binlog.03', 'debian-5.7.flag', 
'#ib_16384_0.dblwr', 'ibtmp1', '#innodb_temp', 'ib_buffer_pool', 'mysql.ibd', 
'binlog.02', 'client-cert.pem', 'server-key.pem', 'auto.cnf', 
'mysql_upgrade_info', 'binlog.04', 'undo_002', 'ca.pem', 
'#ib_16384_1.dblwr', 'nations', 'undo_001', 'midhun-G3-3579.pid', 
'ib_logfile0', 'public_key.pem', 'private_key.pem']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.4.0-91-generic 
root=UUID=e2b62bb2-9163-42ba-a3b9-def6873011d9 ro quiet splash
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: mysql-8.0
Title: package mysql-server-8.0 8.0.27-0ubuntu0.20.04.1 failed to 
install/upgrade: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
UpgradeStatus: Upgraded to focal on 2021-11-11 (0 days ago)

** Affects: mysql-8.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal need-duplicate-check

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

Title:
  package mysql-server-8.0 8.0.27-0ubuntu0.20.04.1 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1950542/+subscriptions


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

[Bug 1950540] [NEW] alsa/sof: All audio jacks can't detect hotplug when only codec is suspended

2021-11-10 Thread Hui Wang
Public bug reported:

This bug is for tracking purpose.

** Affects: hwe-next
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: High
 Assignee: Hui Wang (hui.wang)
 Status: In Progress

** Affects: linux-oem-5.13 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-5.14 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Focal)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-5.13 (Ubuntu Focal)
 Importance: High
 Status: In Progress

** Affects: linux-oem-5.14 (Ubuntu Focal)
 Importance: High
 Status: In Progress

** Affects: linux (Ubuntu Impish)
 Importance: High
 Status: In Progress

** Affects: linux-oem-5.13 (Ubuntu Impish)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-5.14 (Ubuntu Impish)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Jammy)
 Importance: High
 Assignee: Hui Wang (hui.wang)
 Status: In Progress

** Affects: linux-oem-5.13 (Ubuntu Jammy)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-5.14 (Ubuntu Jammy)
 Importance: Undecided
 Status: Invalid


** Tags: oem-priority originate-from-1946720 sutton

** Also affects: linux-oem-5.13 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.14 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: linux-oem-5.13 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.14 (Ubuntu Focal)
   Importance: Undecided
   Status: New

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

** Also affects: linux-oem-5.13 (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.14 (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Jammy)
   Importance: Undecided
 Assignee: Hui Wang (hui.wang)
   Status: New

** Also affects: linux-oem-5.13 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.14 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Tags added: oem-priority originate-from-1946720 sutton

** Changed in: linux (Ubuntu Focal)
   Status: New => Invalid

** Changed in: linux-oem-5.13 (Ubuntu Impish)
   Status: New => Invalid

** Changed in: linux-oem-5.13 (Ubuntu Jammy)
   Status: New => Invalid

** Changed in: linux-oem-5.14 (Ubuntu Impish)
   Status: New => Invalid

** Changed in: linux-oem-5.14 (Ubuntu Jammy)
   Status: New => Invalid

** Changed in: linux-oem-5.13 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-oem-5.14 (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: linux-oem-5.14 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-oem-5.13 (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: linux (Ubuntu Impish)
   Importance: Undecided => High

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

** Changed in: linux (Ubuntu Jammy)
   Importance: Undecided => High

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

** Summary changed:

- alsa/sof: All audio jack can't detect hotplug when only codec is suspended
+ alsa/sof: All audio jacks can't detect hotplug when only codec is suspended

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

Title:
  alsa/sof: All audio jacks can't detect hotplug when only codec is
  suspended

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


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

[Bug 1950471] Missing required logs.

2021-11-10 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1950471

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (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/1950471

Title:
  Touchpad on HP Spectre x360 gets into unusable state

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


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

[Bug 1948862] Re: KVM emulation failure when booting into VM crash kernel with multiple CPUs

2021-11-10 Thread Matthew Ruffell
Performing verification for Bionic.

I installed the current 4.15.0-162-generic kernel from -updates to a
host in segmaas, and brought up my Bionic VM I installed for the
reproducer. The Bionic VM has linux-crashdump configured, with nr_cpus
configured to 8:

ubuntu@bionic-vm:~$ kdump-config show
DUMP_MODE:kdump
USE_KDUMP:1
KDUMP_SYSCTL: kernel.panic_on_oops=1
KDUMP_COREDIR:/var/crash
crashkernel addr: 0x
   /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinuz-4.15.0-159-generic
kdump initrd: 
   /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-159-generic
current state:ready to kdump

kexec command:
  /sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-4.15.0-159-generic 
root=UUID=5c23b432-4d00-4a01-8ecd-964803c8e10a ro console=tty1 console=ttyS0 
reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=8 irqpoll nousb 
ata_piix.prefer_ms_hyperv=0 ignore_loglevel nmi_debug=state,regs 
apic_extnmi=none" --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz
  
I then triggered the crashdump in the VM:

$ sudo -s
# echo c > /proc/sysrq-trigger

On the host, we look at the tail of:

$ sudo tail -f /var/log/libvirt/qemu/bionic-vm.log
...
KVM internal error. Suberror: 1
emulation failure
EAX=de8f EBX= ECX=008f EDX=0600
ESI= EDI= EBP= ESP=f90c
EIP=cdb1 EFL=0002 [---] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =   9300
CS =f000 000f  9b00
SS =de00 000de000  9300
DS =de00 000de000  9300
FS =   9300
GS =   9300
LDT=   8200
TR =   8b00
GDT=  
IDT=  
CR0=6010 CR2= CR3=32b2a000 CR4=
DR0= DR1= DR2= 
DR3= 
DR6=0ff0 DR7=0400
EFER=
Code=66 83 c4 28 66 5b 66 c3 66 56 66 53 66 52 b1 8f 88 c8 e6 70  71 66 0f 
b6 f0 66 89 f2 67 88 54 24 03 88 c8 e6 70 66 31 db 88 d8 e6 71 66 56 66 68 1a

$ virsh list
 IdName   State

 1 bionic-vm  paused

Okay, we can reproduce the issue.

I then enabled -proposed, and installed the 4.15.0-163-generic kernel:

$ uname -rv
4.15.0-163-generic #171-Ubuntu SMP Fri Nov 5 11:55:11 UTC 2021

I started the same VM, verified it has a crashkernel with nr_cpus=8:

$ kdump-config show
DUMP_MODE:kdump
USE_KDUMP:1
KDUMP_SYSCTL: kernel.panic_on_oops=1
KDUMP_COREDIR:/var/crash
crashkernel addr: 0x
   /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinuz-4.15.0-159-generic
kdump initrd: 
   /var/lib/kdump/initrd.img: symbolic link to 
/var/lib/kdump/initrd.img-4.15.0-159-generic
current state:ready to kdump

kexec command:
  /sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-4.15.0-159-generic 
root=UUID=5c23b432-4d00-4a01-8ecd-964803c8e10a ro console=tty1 console=ttyS0 
reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=8 irqpoll nousb 
ata_piix.prefer_ms_hyperv=0 ignore_loglevel nmi_debug=state,regs 
apic_extnmi=none" --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz
  
I then triggered the crashdump:

$ sudo -s
# echo c > /proc/sysrq-trigger

On the host:

$ sudo tail -f /var/log/libvirt/qemu/bionic-vm.log
...
2021-11-11T02:41:45.970264Z qemu-system-x86_64: warning: host doesn't support 
requested feature: CPUID.8001H:ECX.svm [bit 2]
2021-11-11T02:41:45.971185Z qemu-system-x86_64: warning: host doesn't support 
requested feature: CPUID.8001H:ECX.svm [bit 2]

$ virsh list
 IdName   State

 1 bionic-vm  running
 
Checking the VM, the crashdump completed successfully and restarted correctly.

$ virsh console bionic-vm
...
Copying data  : [100.0 %] \   eta: 
0s
[   12.034361] kdump-tools[874]: The dumpfile is saved to 
/var/crash/20210246/dump-incomplete.
[   12.036787] kdump-tools[874]: makedumpfile Completed.
[   12.038752] kdump-tools[874]:  * kdump-tools: saved vmcore in 
/var/crash/20210246
[   12.058489] kdump-tools[874]:  * running makedumpfile --dump-dmesg 
/proc/vmcore /var/crash/20210246/dmesg.20210246
[   12.069700] kdump-tools[874]: The dmesg log is saved to 
/var/crash/20210246/dmesg.20210246.
[   12.072574] kdump-tools[874]: makedumpfile Completed.
[   12.074245] kdump-tools[874]:  * kdump-tools: saved dmesg content in 
/var/crash/20210246
[   12.159319] kdump-tools[874]: Thu, 11 Nov 2021 02:46:54 +
...

I then did this a further 4 times, each time the crashdump completed 
succesfully.
I then destroyed and started the VM fresh, and kept crashdumping. It worked 
every time.

The 4.15.0-163-generic kernel in -proposed fixes 

[Bug 1950533] Re: Logging into Discord with DRM streaming in other Firefox tab breaks sound.

2021-11-10 Thread Benjamin Button
Related: https://bugs.launchpad.net/ubuntu/+bug/1950539

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

Title:
  Logging into Discord with DRM streaming in other Firefox tab breaks
  sound.

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


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

[Bug 1786013] Autopkgtest regression report (linux-meta-oem-5.14/5.14.0.1008.8)

2021-11-10 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-oem-5.14 (5.14.0.1008.8) for 
focal have finished running.
The following regressions have been reported in tests triggered by the package:

virtualbox/6.1.26-dfsg-3~ubuntu1.20.04.2 (amd64)
virtualbox-hwe/6.1.26-dfsg-3~ubuntu1.20.04.2 (amd64)


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

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-oem-5.14

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

Thank you!

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

Title:
  Packaging resync

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


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

[Bug 1950539] [NEW] When sound breaks (bug #1950533), sound input device breaks worse.

2021-11-10 Thread Benjamin Button
Public bug reported:

What I expect to happen: I can use my USB webcam mic when an important
remote meeting takes place.

What happens instead: After triggering bug #1950533, microphone is
present in Gnome sound settings and pavucontrol, but registers no sound,
until I reboot and plug the webcam into a different USB port. For a few
months (and before I knew how to address the issue), the only way I knew
this had occurred was by entering a Zoom meeting and being unable to
communicate.

I was not able to replicate the issue on the installation with which I reported 
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1950533
so I filed this part of the bug using ubuntu-bug separately.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: firefox 94.0+build3-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.11.0-40.44~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-40-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
AddonCompatCheckDisabled: False
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  username   4638 F pulseaudio
 /dev/snd/controlC2:  username   4638 F pulseaudio
 /dev/snd/controlC0:  username   4638 F pulseaudio
BuildID: 20211028161635
CasperMD5CheckResult: skip
Channel: Unavailable
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 10 21:23:26 2021
DefaultProfileExtensions: extensions.sqlite corrupt or missing
DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
DefaultProfileLocales: extensions.sqlite corrupt or missing
DefaultProfilePrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:363
DefaultProfileThemes: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
InstallationDate: Installed on 2021-10-10 (31 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
IpRoute:
 default via 192.168.1.1 dev enp3s0 proto dhcp metric 100 
 169.254.0.0/16 dev enp3s0 scope link metric 1000 
 192.168.1.0/24 dev enp3s0 proto kernel scope link src 192.168.1.152 metric 100
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profile0Extensions: extensions.sqlite corrupt or missing
Profile0IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
Profile0Locales: extensions.sqlite corrupt or missing
Profile0PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:363
Profile0PrefSources: prefs.js
Profile0Themes: extensions.sqlite corrupt or missing
Profiles:
 Profile1 (Default) - LastVersion=None/None (Out of date)
 Profile0 - LastVersion=94.0/20211028161635 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/22/2021
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: P1.80
dmi.board.name: B550M/ac
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrP1.80:bd04/22/2021:br5.17:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:rvnASRock:rnB550M/ac:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug firefox focal pulseaudio

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

Title:
  When sound breaks (bug #1950533), sound input device breaks worse.

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


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

[Bug 1950441] Re: HDMI monitor no life: VGA monitor life after hibernation

2021-11-10 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1950425 ***
https://bugs.launchpad.net/bugs/1950425

** This bug has been marked a duplicate of bug 1950425
   desktop non responsive after going into hibernation

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

Title:
  HDMI monitor no life: VGA monitor life after hibernation

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


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

[Bug 1950461] Re: gnome-remote-desktop is not installed by default

2021-11-10 Thread Daniel van Vugt
** Summary changed:

- Installing vino does not expose the screen sharing slider in Gnome Control 
Center
+ gnome-remote-desktop is not installed by default

** Tags removed: vino
** Tags added: impish

** Package changed: gnome-control-center (Ubuntu) => gnome-shell
(Ubuntu)

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

** Also affects: ubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-meta (Ubuntu)
   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/1950461

Title:
  gnome-remote-desktop is not installed by default

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


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

[Bug 1734496] Re: snapper rollback does not work on ubuntu for btrfs

2021-11-10 Thread baltic
the method above doesn't fully work, since even though grub doesn't pass the 
subvol= option to the kernel, it still tries to find kernel at full path, 
including the subvolume name.
e.g. in /boot/grub/grub.cfg there are lines like:
linux   /@/boot/vmlinuz-5.13.0-20-generic 

to make it work as easy as on OpenSuse i have made separate subvolume
for /boot

1. 
in /etc/grub.d/10_linux
i have removed (commented out) the lines:

# case x"$GRUB_FS" in
# xbtrfs)
#   rootsubvol="`make_system_path_relative_to_its_root /`"
#   rootsubvol="${rootsubvol#/}"
#   if [ "x${rootsubvol}" != x ]; then
#   GRUB_CMDLINE_LINUX="rootflags=subvol=${rootsubvol} 
${GRUB_CMDLINE_LINUX}"
#   fi;;
# xzfs)
#   # We have a more specialized ZFS handler, with multiple system in 
10_linux_zfs.
#   if [ -e "`dirname $(readlink -f $0)`/10_linux_zfs" ]; then
# exit 0
#   fi
#   rpool=`${grub_probe} --device ${GRUB_DEVICE} --target=fs_label 
2>/dev/null || true`
#   bootfs="`make_system_path_relative_to_its_root / | sed -e "s,@$,,"`"
#   LINUX_ROOT_DEVICE="ZFS=${rpool}${bootfs%/}"
#   ;;
# esac

Though i could have commented out only the btrfs related path, but i
don't use zfs anyway

2.
Then mounted the btrfs root subvolume (subvolid=5 option) sudo mount -L sys -o 
subvolid=5 /mnt
and created @boot subvolume there, and copied (cp -a) the boot directory from 
my previous boot.

3.
created fstab record for the new boot:
LABEL=sys /boot   btrfs   defaults,subvol=@boot  0   2
and mounted it 
mount -a
mount /boot/efi

4.
update-grub


Now works fine even on top of luks.
I have also created separate subvolume for /var/log but this is optional.

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

Title:
  snapper rollback does not work on ubuntu for btrfs

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


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

[Bug 1950471] Re: Touchpad on HP Spectre x360 gets into unusable state

2021-11-10 Thread Daniel van Vugt
** Also affects: linux (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/1950471

Title:
  Touchpad on HP Spectre x360 gets into unusable state

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


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

[Bug 1950487] Re: screen flickering

2021-11-10 Thread Daniel van Vugt
Thanks for the bug report. Please:

1. Edit /etc/default/grub and change:

   GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

   to

   GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0"

2. Run: sudo update-grub

3. Reboot.

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

** Summary changed:

- screen flickering 
+ [Lenovo Y50-70] [i915] Screen flickering

** Changed in: linux (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/1950487

Title:
  [Lenovo Y50-70] [i915] Screen flickering

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


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

[Bug 1950533] Re: Logging into Discord with DRM streaming in other Firefox tab breaks sound.

2021-11-10 Thread Benjamin Button
** Also affects: pulseaudio (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/1950533

Title:
  Logging into Discord with DRM streaming in other Firefox tab breaks
  sound.

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


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

[Bug 1950536] [NEW] keyboard not working on Medion notebook s17 series

2021-11-10 Thread Hui Wang
Public bug reported:

[Impact]
The keyboard of some medion laptops can't work under Linux.

[Fix]
Backport a upstream patch, after applying the patch, the keyboard
will skip the irq override from the acpi resource layer, and the
keyboard could work normally.

[Test]
Booting the patched kernel, use the keyboard to do the input.

[Where problems could occur]
The patch will skip the irq override based on the DMI info, so
if a medion laptop which has the same DMI info and the irq 1
needs to be overriden, this patch will introduce regression on
the machine, but this possibility is very low. If this happens,
we will consider to add more DMI match info in the table.

This is a bug similar to #1909814.

** Affects: linux (Ubuntu)
 Importance: Low
 Assignee: Hui Wang (hui.wang)
 Status: In Progress

** Affects: linux (Ubuntu Focal)
 Importance: Low
 Status: In Progress

** Affects: linux (Ubuntu Hirsute)
 Importance: Low
 Status: In Progress

** Affects: linux (Ubuntu Impish)
 Importance: Low
 Status: In Progress

** Affects: linux (Ubuntu Jammy)
 Importance: Low
 Assignee: Hui Wang (hui.wang)
 Status: In Progress

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

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

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

** Also affects: linux (Ubuntu Jammy)
   Importance: Low
 Assignee: Hui Wang (hui.wang)
   Status: New

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

** Changed in: linux (Ubuntu Impish)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu Hirsute)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu Focal)
   Importance: Undecided => Low

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

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

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

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

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

Title:
  keyboard not working on Medion notebook s17 series

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


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

[Bug 1950537] [NEW] autopkgtest failure with py3.10

2021-11-10 Thread Dan Bungert
Public bug reported:

numpy fails to build with py3.10

Attached is my WIP on getting this in better shape and assumes we sync a
newer numpy from debian experimental, as that has an upstream version
which claims python 3.10 support.

I'm not asking for sponsorship yet.

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


** Tags: ftbfs update-excuse

** Attachment added: "numpy-1_1.21.2-3_1.21.2-3ubuntu1.debdiff"
   
https://bugs.launchpad.net/bugs/1950537/+attachment/5539823/+files/numpy-1_1.21.2-3_1.21.2-3ubuntu1.debdiff

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

Title:
  autopkgtest failure with py3.10

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


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

[Bug 1950095] Re: [github] 20.04: Apt fails to download URLs with non-encoded querystrings

2021-11-10 Thread semitones
I installed apt from TJ's PPA, hopefully there are no regressions but it
fixed the URL problem.

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

Title:
  [github] 20.04: Apt fails to download URLs with non-encoded
  querystrings

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


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

[Bug 1950393] Re: GDM session crashes on suspend on Ubuntu 21.10

2021-11-10 Thread Daniel van Vugt
If the crash returns then please:

1. Wait 10 seconds.

2. Reboot.

3. Run:

   journalctl -b-1 > prevboot.txt

4. Attach the resulting text file here.


** Changed in: systemd (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/1950393

Title:
  GDM session crashes on suspend on Ubuntu 21.10

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


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

[Bug 1950410] Re: PS4 DualShock wireless controller connected/disconnected/unusable

2021-11-10 Thread Daniel van Vugt
** Summary changed:

- 21.10-Bad wireless(bluetooth) gamepad integration. 
Connected/Disconnected/unusable
+ PS4 DualShock wireless controller connected/disconnected/unusable

** Changed in: ubuntu-mate
   Status: Incomplete => New

** Changed in: blueman (Ubuntu)
   Status: Incomplete => New

** Changed in: bluez (Ubuntu)
   Status: Incomplete => New

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

Title:
  PS4 DualShock wireless controller connected/disconnected/unusable

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


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

[Bug 1857014] Re: Unable to paste files from Nautilus to the desktop

2021-11-10 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1948008 ***
https://bugs.launchpad.net/bugs/1948008

This is in progress as bug 1948008 now.

** Tags removed: impish

** This bug has been marked a duplicate of bug 1948008
   Copying and pasting to/from Nautilus does not work

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

Title:
  Unable to paste files from Nautilus to the desktop

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


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

[Bug 1948008] Re: Copying and pasting to/from Nautilus does not work

2021-11-10 Thread Daniel van Vugt
Reopened the primary task for gnome-shell-extension-desktop-icons.
Although focal is still the last release to use that and it is invalid
for later releases, I noticed you can't actually find this bug unless
the primary task is kept open.

** Changed in: gnome-shell-extension-desktop-icons (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Copying and pasting to/from Nautilus does not work

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


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

[Bug 1948008] Re: Copying and pasting to/from Nautilus does not work

2021-11-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu Impish)
   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/1948008

Title:
  Copying and pasting to/from Nautilus does not work

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


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

[Bug 1948008] Re: Copying and pasting to/from Nautilus does not work

2021-11-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-shell-extension-desktop-icons-ng (Ubuntu Hirsute)
   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/1948008

Title:
  Copying and pasting to/from Nautilus does not work

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


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

[Bug 1948008] Re: Copying and pasting to/from Nautilus does not work

2021-11-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-shell-extension-desktop-icons-ng (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/1948008

Title:
  Copying and pasting to/from Nautilus does not work

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


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

[Bug 1948008] Re: Copying and pasting to/from Nautilus does not work

2021-11-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-shell-extension-desktop-icons (Ubuntu Focal)
   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/1948008

Title:
  Copying and pasting to/from Nautilus does not work

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


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

[Bug 1948008] Re: Copying and pasting to/from Nautilus does not work

2021-11-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-shell (Ubuntu Focal)
   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/1948008

Title:
  Copying and pasting to/from Nautilus does not work

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


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

[Bug 1948008] Re: Copying and pasting to/from Nautilus does not work

2021-11-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

Title:
  Copying and pasting to/from Nautilus does not work

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


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

[Bug 1950042] Re: Let NVMe with HMB use native power control again

2021-11-10 Thread Yao Wei
Verified pass on focal that the system can enter PC10 and SLP_S0.

On 5.14.0-1007-oem:

turbostat --quiet -S --show Pkg%pc2,Pkg%pc3,Pk%pc10,CPU%LPI,SYS%LPI
rtcwake -m freeze -s 15 | tee s0ix-diag.txt

rtcwake: assuming RTC uses UTC ...
rtcwake: wakeup from "freeze" using /dev/rtc0 at Thu Nov 11 01:39:29 2021
16.659672 sec
Pkg%pc2 Pkg%pc3 Pk%pc10 CPU%LPI SYS%LPI
1.5986.66   0.000.000.00

On 5.14.0-1008-oem (proposed):

turbostat --quiet -S --show Pkg%pc2,Pkg%pc3,Pk%pc10,CPU%LPI,SYS%LPI
rtcwake -m freeze -s 15 | tee s0ix-diag.txt

rtcwake: assuming RTC uses UTC ...
rtcwake: wakeup from "freeze" using /dev/rtc0 at Thu Nov 11 01:53:24 2021
16.661935 sec
Pkg%pc2 Pkg%pc3 Pk%pc10 CPU%LPI SYS%LPI
0.821.9686.22   87.40   85.27


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

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

Title:
  Let NVMe with HMB use native power control again

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


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

[Bug 1950324] Re: after upgrade today I cannot copy paste file from one folder to another

2021-11-10 Thread Daniel van Vugt
Are you copying/pasting to or from the desktop? If so then this is bug
1948008.

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

Title:
  after upgrade today I cannot copy paste file from one folder to
  another

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


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

[Bug 1890957] Re: [nvidia] My Night Light doesn't work at all.

2021-11-10 Thread Daniel van Vugt
Which Nvidia driver version are you experiencing this bug in?

** Package changed: gnome-shell (Ubuntu) => gnome-settings-daemon
(Ubuntu)

** Also affects: nvidia-graphics-drivers (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: New => Incomplete

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

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

Title:
  [nvidia] My Night Light doesn't work at all.

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


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

[Bug 1950533] Re: Logging into Discord with DRM streaming in other Firefox tab breaks sound.

2021-11-10 Thread Paul White
** Package changed: ubuntu => firefox (Ubuntu)

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

Title:
  Logging into Discord with DRM streaming in other Firefox tab breaks
  sound.

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


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

[Bug 1922334] Re: External monitor does not wake up on Titan Ridge laptops when docked (9500, TB16)

2021-11-10 Thread koba
@Georgi, could try these
1. prime-select intel and reboot, check the issue.
2. prime-select nvidia and reboot, check the issue.
please remove "i915.enable_psr=0 i915.modeset=1 nvidia_drm.modeset=1" from 
cmdline

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

Title:
  External monitor does not wake up on Titan Ridge laptops when docked
  (9500, TB16)

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1922334/+subscriptions


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

[Bug 1863255] Re: Programs installed in Snap format do not detect the keyboard

2021-11-10 Thread Marat
If installed through Snap and with iBus running the keyboard doesn't work in 
Standard Notes, XMind and Chromium apps on Manjaro 21.1. Killing iBus fixes the 
issue.
The keyboard works in Visual Studio, however

snap 2.51.3-2
snapd2.51.3-2
series   16
manjaro  -
kernel   5.10.70-1-MANJARO


 sudo snap connections chromium 




Interface PlugSlot  
   Notes
audio-playbackchromium:audio-playback 
:audio-playback  -
audio-record  chromium:audio-record   :audio-record 
   -
bluez chromium:bluez  :bluez
   -
browser-support   chromium:browser-sandbox
:browser-support -
camerachromium:camera :camera   
   -
content[gnome-3-28-1804]  chromium:gnome-3-28-1804
gnome-3-28-1804:gnome-3-28-1804  -
content[gtk-3-themes] chromium:gtk-3-themes   
gtk-common-themes:gtk-3-themes   -
content[icon-themes]  chromium:icon-themes
gtk-common-themes:icon-themes-
content[sound-themes] chromium:sound-themes   
gtk-common-themes:sound-themes   -
cups-control  chromium:cups-control   :cups-control 
   -
desktop   chromium:desktop:desktop  
   -
desktop-legacychromium:desktop-legacy 
:desktop-legacy  -
gsettings chromium:gsettings  :gsettings
   -
home  chromium:home   :home 
   -
joystick  chromium:joystick   :joystick 
   -
mount-observe chromium:mount-observe  - 
   -
mpris -   
chromium:mpris   -
network   chromium:network:network  
   -
network-bind  chromium:network-bind   :network-bind 
   -
network-manager   chromium:network-manager- 
   -
openglchromium:opengl :opengl   
   -
password-manager-service  chromium:password-manager-service   - 
   -
personal-fileschromium:chromium-config
:personal-files  -
pulseaudiochromium:pulseaudio - 
   -
raw-usb   chromium:raw-usb- 
   -
removable-media   chromium:removable-media
:removable-media -
screen-inhibit-controlchromium:screen-inhibit-control 
:screen-inhibit-control  -
system-files  chromium:etc-chromium-browser-policies  :system-files 
   -
system-packages-doc   chromium:system-packages-doc
:system-packages-doc -
u2f-devices   chromium:u2f-devices:u2f-devices  
   -
unity7chromium:unity7 :unity7   
   -
upower-observechromium:upower-observe 
:upower-observe  -
wayland   chromium:wayland:wayland  
   -
x11   chromium:x11:x11  
   -

sudo snap connections standard-notes

Interface Plug Slot 
Notes
audio-playbackstandard-notes:audio-playback
:audio-playback  -
browser-support   standard-notes:browser-support   
:browser-support -
content[gnome-3-28-1804]  standard-notes:gnome-3-28-1804   
gnome-3-28-1804:gnome-3-28-1804  -
content[gtk-3-themes] standard-notes:gtk-3-themes  
gtk-common-themes:gtk-3-themes   -
content[icon-themes]  standard-notes:icon-themes   
gtk-common-themes:icon-themes-
content[sound-themes] standard-notes:sound-themes  
gtk-common-themes:sound-themes   -
desktop   standard-notes:desktop   :desktop 
   

[Bug 1950533] [NEW] Logging into Discord with DRM streaming in other Firefox tab breaks sound.

2021-11-10 Thread Benjamin Button
Public bug reported:

What I expect to happen: seamless sound in multiple Firefox tabs

What happens instead:

While playing a certain youtube music stream with a clean browser history/cache:
https://www.youtube.com/watch?v=5qap5aO4i9A
I open another tab and log into Discord (in browser). As soon as I successfully 
log in, the sound from the youtube stream goes staticky and requires a 
pulseaudio -k (followed by a refresh of youtube) to remedy.

$ lsb_release -rd
Description:Ubuntu 20.04.3 LTS
Release:20.04

$ apt-cache policy firefox
firefox:
  Installed: 94.0+build3-0ubuntu0.20.04.1
  Candidate: 94.0+build3-0ubuntu0.20.04.1

$ apt-cache policy pulseaudio
pulseaudio:
  Installed: 1:13.99.1-1ubuntu3.12
  Candidate: 1:13.99.1-1ubuntu3.12

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: firefox 94.0+build3-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.11.0-40.44~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-40-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  username  36216 F pulseaudio
 /dev/snd/controlC2:  username  36216 F pulseaudio
 /dev/snd/controlC0:  username  36216 F pulseaudio
BuildID: 20211028161635
CasperMD5CheckResult: skip
Channel: Unavailable
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 10 20:15:31 2021
DefaultProfileExtensions: extensions.sqlite corrupt or missing
DefaultProfileIncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
DefaultProfileLocales: extensions.sqlite corrupt or missing
DefaultProfilePrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:363
DefaultProfileThemes: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
InstallationDate: Installed on 2021-11-11 (0 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
IpRoute:
 default via 192.168.1.1 dev enp3s0 proto dhcp metric 100 
 169.254.0.0/16 dev enp3s0 scope link metric 1000 
 192.168.1.0/24 dev enp3s0 proto kernel scope link src 192.168.1.152 metric 100
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profile0Extensions: extensions.sqlite corrupt or missing
Profile0IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
Profile0Locales: extensions.sqlite corrupt or missing
Profile0PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:363
Profile0PrefSources: prefs.js
Profile0Themes: extensions.sqlite corrupt or missing
Profiles:
 Profile1 (Default) - LastVersion=None/None (Out of date)
 Profile0 - LastVersion=94.0/20211028161635 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/22/2021
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: P1.80
dmi.board.name: B550M/ac
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrP1.80:bd04/22/2021:br5.17:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:rvnASRock:rnB550M/ac:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug firefox focal pulseaudio

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

Title:
  Logging into Discord with DRM streaming in other Firefox tab breaks
  sound.

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


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

[Bug 1949245] Re: AMD ACP 6.x DMIC Supports

2021-11-10 Thread Alex Hung
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  AMD ACP 6.x DMIC Supports

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


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

[Bug 1950013] Re: Add s0i3 RTC wake up for AMD systems

2021-11-10 Thread Alex Hung
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  Add s0i3 RTC wake up for AMD systems

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


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

[Bug 1332426] Re: WOFF format not associated with gnome-font-viewer

2021-11-10 Thread Ken Sharp
** Tags added: xenial

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

Title:
  WOFF format not associated with gnome-font-viewer

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


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

[Bug 413278]

2021-11-10 Thread Bryanmcsp
When building the stack guard, it has been traditionally important to have the
value start (in memory) with a zero byte to protect the guard value (and the
rest of the stack past it) from being read via strcpy, etc.

This patch reduces the number of random bytes by one, leaving the
leading zero byte. https://www.kildarehousebuilders.ie

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

Title:
  stack protector guard value does not lead with a NULL byte

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


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

[Bug 1942788] Re: Nvidia doesn't support RTD3 on non-laptops

2021-11-10 Thread Dirk Su
** Changed in: oem-priority
   Status: Triaged => Confirmed

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

Title:
  Nvidia doesn't support RTD3 on non-laptops

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1942788/+subscriptions


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

[Bug 1844453]

2021-11-10 Thread W-daniel-w
This is not working in v7.2.2.2

The key is not being properly stored, and the UI leaves a LOT to be
desired.

You may find that the way the tool rclone (rclone.org) handles this
authentication is much more graceful than the current solution.

The dialog box is also misleading about what, when (at which step), and
where to paste the key from the OAuth process.

There has to be a better way for users to be able to use this feature.

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

Title:
  [upstream] Access to the Google remote account does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1844453/+subscriptions


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

[Bug 1949245] Re: AMD ACP 6.x DMIC Supports

2021-11-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-oem-5.14/5.14.0-1008.8
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-focal' to 'verification-done-focal'. If the
problem still exists, change the tag 'verification-needed-focal' to
'verification-failed-focal'.

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

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


** Tags added: verification-needed-focal

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

Title:
  AMD ACP 6.x DMIC Supports

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


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

[Bug 1950042] Re: Let NVMe with HMB use native power control again

2021-11-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-oem-5.14/5.14.0-1008.8
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-focal' to 'verification-done-focal'. If the
problem still exists, change the tag 'verification-needed-focal' to
'verification-failed-focal'.

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

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


** Tags added: verification-needed-focal

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

Title:
  Let NVMe with HMB use native power control again

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


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

[Bug 1950013] Re: Add s0i3 RTC wake up for AMD systems

2021-11-10 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-oem-5.14/5.14.0-1008.8
kernel in -proposed solves the problem. Please test the kernel and
update this bug with the results. If the problem is solved, change the
tag 'verification-needed-focal' to 'verification-done-focal'. If the
problem still exists, change the tag 'verification-needed-focal' to
'verification-failed-focal'.

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

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


** Tags added: verification-needed-focal

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

Title:
  Add s0i3 RTC wake up for AMD systems

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


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

[Bug 1261211]

2021-11-10 Thread kungfujesus06
To be clear:
this fix hasn't been all sunshine and rainbows.  It seems that there's a 
randomly probability at bootup that some of the pins don't connect right and I 
only get L,R,RR or some weird variation of this.  Sometimes power cycling the 
system eventually corrects this to get at least 5 of the 5.1 channels.  The 
bass redirect seems to pass things to LFE, but LFE as a discrete channel 
doesn't really seem happen very often for some reason.

And even weird, mythtv (using the ALSA support), I have to select
surround50 as the device or the channels get mismapped.  Running
hdajackretask seems to _completely_ screw things up, so that's a no go.

Maybe a kernel/ALSA dev can chime in and maybe have a rough idea of
what's happening?  I assume the powercycling reloads the firmware on the
DSP, and something during that initialization kind of haphazardly maps
pins.  I've never booted this system into windows to know if that would
have any real side effects.

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

Title:
  No multichannel support on Creative CA0132

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/1261211/+subscriptions


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

[Bug 1950473] Re: SSH keygen, Key enrollment failed: requested feature not supported

2021-11-10 Thread Hveem
I got an answer from yubikey support.
It seems that my keys have firmware that is to old.
To use residential keys you need to have a YubiKey with credential management, 
this was added in Firmware 5.2.3 

This bug report can be closed.

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

Title:
  SSH keygen, Key enrollment failed: requested feature not supported

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


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

[Bug 1950386] Re: python-cartopy: autopkgtest failure against python3-defaults/3.9.7-4

2021-11-10 Thread Bug Watch Updater
** Changed in: python-cartopy (Debian)
   Status: New => 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/1950386

Title:
  python-cartopy: autopkgtest failure against python3-defaults/3.9.7-4

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


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

[Bug 1950350] Re: octavia LBs always offline in Xena

2021-11-10 Thread Andre Ruiz
I'm taking a step back and trying to just create a simple loadbalancer
without any resources and get that ONLINE, like you can see here (from
coreycb):

https://paste.ubuntu.com/p/NRdsvPrRhB/

Instead, I get this:

https://pastebin.canonical.com/p/FGcwHkgZ27/

The amphora image in these tests was generated by GSS + retrofit.

This is some extra info about the flavors configured on my system:

https://pastebin.canonical.com/p/PD875kjXw9/

I still get errors in the logs while creating the LB. These are the last
200 lines of each log file in the first unit (other two are very
similar).

https://pastebin.canonical.com/p/cdSSfRkj43/

This cloud was tottaly redeployed from scratch for this test.

The juju-log for the octavia units do not have anything useful (no
errors or clues).

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

Title:
  octavia LBs always offline in Xena

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


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

[Bug 1945565] Re: [SRU] Revert amdgpu/renoir firmware

2021-11-10 Thread Mario Limonciello
Here's the submission to stable:
https://lore.kernel.org/stable/2020232554.2190-1-mario.limoncie...@amd.com/

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

Title:
  [SRU] Revert amdgpu/renoir firmware

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1945565/+subscriptions


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

[Bug 1950525] [NEW] Touchpad is not detected by Ubuntu in "Lenovo V15 - IIL" after OS install

2021-11-10 Thread Ricardo Chang
Public bug reported:

After install Ubuntu 20.04 in a Lenovo V15-IIL the touchpad is not
detected.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.11.0-40-generic 5.11.0-40.44~20.04.2
ProcVersionSignature: Ubuntu 5.11.0-40.44~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 10 18:26:15 2021
InstallationDate: Installed on 2021-10-25 (16 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
SourcePackage: linux-signed-hwe-5.11
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-signed-hwe-5.11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  Touchpad is not detected by Ubuntu in "Lenovo V15 - IIL" after OS
  install

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


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

[Bug 1440307] Re: RFD: Please add ports.ubuntu.com to ubuntu mirrors

2021-11-10 Thread Rolf Leggewie
Eduard, can you comment what can and cannot be done here?

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

Title:
  RFD: Please add ports.ubuntu.com to ubuntu mirrors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1440307/+subscriptions


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

[Bug 1945531] Re: kernel panic at boot

2021-11-10 Thread randomdave
This bug is on the verge of being fixed.

See: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1945590

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

Title:
  kernel panic at boot

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


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

[Bug 1787622] Re: could not upgrade Kubuntu 16.04.5 LTS to 18.04.1

2021-11-10 Thread Rolf Leggewie
Did you ever run into this problem again?

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New => Incomplete

** Changed in: apt-cacher-ng (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/1787622

Title:
  could not upgrade Kubuntu 16.04.5 LTS to 18.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1787622/+subscriptions


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

[Bug 1764901] Re: package apt-cacher-ng 3.1-1build1 failed to install/upgrade: installed apt-cacher-ng package post-installation script subprocess returned error exit status 1

2021-11-10 Thread Rolf Leggewie
Can you still reproduce this?

** Changed in: apt-cacher-ng (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/1764901

Title:
  package apt-cacher-ng 3.1-1build1 failed to install/upgrade: installed
  apt-cacher-ng package post-installation script subprocess returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1764901/+subscriptions


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

[Bug 1747257] Re: package apt-cacher-ng 0.9.1-1ubuntu1 failed to install/upgrade: alamprotsess installed post-installation script tagastas lõpetamisel veakoodi 1

2021-11-10 Thread Rolf Leggewie
ever ran into this or a similar issue again?  the logs are inconclusive.

** Changed in: apt-cacher-ng (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/1747257

Title:
  package apt-cacher-ng 0.9.1-1ubuntu1 failed to install/upgrade:
  alamprotsess installed post-installation script tagastas lõpetamisel
  veakoodi 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1747257/+subscriptions


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

[Bug 1754987] Re: package apt-cacher-ng (not installed) failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2021-11-10 Thread Rolf Leggewie
Thank you for reporting this issue.  Did you ever run into it again?

The logs are inconclusive.

** Changed in: apt-cacher-ng (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/1754987

Title:
  package apt-cacher-ng (not installed) failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1754987/+subscriptions


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

[Bug 1759925] Re: bad mirror at top of ubuntu mirror list(http://mirror.veracruz.co/ubuntu/)

2021-11-10 Thread Rolf Leggewie
Thank you for this report.

The mirror is apparently no longer online.  A failing mirror is
certainly annoying but not a bug in acng.

** Changed in: apt-cacher-ng (Ubuntu)
   Status: New => Invalid

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

Title:
  bad mirror at top of ubuntu mirror
  list(http://mirror.veracruz.co/ubuntu/)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1759925/+subscriptions


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

[Bug 1950521] Re: testresources does not support python 3.10

2021-11-10 Thread Athos Ribeiro
This also affects

python-launchpadlib
python-testtools
python-gear

Which are currently blocked on jammy-proposed due to failures related to
this bug.

** Also affects: python-launchpadlib (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: python-testtools (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: python-gear (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/1950521

Title:
  testresources does not support python 3.10

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


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

[Bug 1744275] Re: package apt-cacher-ng (not installed) failed to install/upgrade: installed apt-cacher-ng package post-installation script subprocess returned error exit status 1

2021-11-10 Thread Rolf Leggewie
Did this ever happen in focal or later?

Did you have apt-cacher installed by chance alongside acng at the time
the problem occurred?

** Changed in: apt-cacher-ng (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  package apt-cacher-ng (not installed) failed to install/upgrade:
  installed apt-cacher-ng package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1744275/+subscriptions


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

[Bug 1253205] Re: logging of error in opening file

2021-11-10 Thread Rolf Leggewie
still a problem?

I stopped using etckeeper for this and a number of other issues.  I
cannot remember running into this problem for years.  Time to close?

** Changed in: apt-cacher-ng (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  logging of error in opening file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1253205/+subscriptions


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

[Bug 1950473] Re: SSH keygen, Key enrollment failed: requested feature not supported

2021-11-10 Thread Hveem
Correction

** Package changed: gnupg (Ubuntu) => openssh (Ubuntu)

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

Title:
  SSH keygen, Key enrollment failed: requested feature not supported

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


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

[Bug 1581780] Re: package apt-cacher-ng 0.9.1-1ubuntu1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2021-11-10 Thread Rolf Leggewie
HookError_ubuntu.txt  doesn't look like a port collision but more like a
true code error.

Nonetheless, has this ever happened at a later time, in release focal or
later?

** Changed in: apt-cacher-ng (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/1581780

Title:
  package apt-cacher-ng 0.9.1-1ubuntu1 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1581780/+subscriptions


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

[Bug 1950391] Re: python-pyscss 1.3.7-3build3 FTBFS - ImportError: cannot import name 'Iterable' from 'collections'

2021-11-10 Thread Athos Ribeiro
** Changed in: python-django-pyscss (Ubuntu)
   Status: New => Invalid

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

Title:
  python-pyscss 1.3.7-3build3 FTBFS - ImportError: cannot import name
  'Iterable' from 'collections'

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


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

[Bug 846403] Re: apt-cacher-ng crashed with SIGSEGV in pthread_mutex_lock()

2021-11-10 Thread Rolf Leggewie
Has this ever happened again in focal or later?

** Changed in: apt-cacher-ng (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  apt-cacher-ng crashed with SIGSEGV in pthread_mutex_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/846403/+subscriptions


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

[Bug 833970] Re: apt-cacher-ng crashed with SIGSEGV in start_thread()

2021-11-10 Thread Rolf Leggewie
closing as fixed in apt-cacher-ng/0.6.2-1

** Changed in: apt-cacher-ng (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  apt-cacher-ng crashed with SIGSEGV in start_thread()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/833970/+subscriptions


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

[Bug 1357796] Re: upgrade from 12.04 to 14.04 does not work with multiple machines

2021-11-10 Thread Rolf Leggewie
Has this ever happened again in focal or later?

** Changed in: apt-cacher-ng (Ubuntu)
   Status: New => Incomplete

** Changed in: update-manager (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/1357796

Title:
  upgrade from 12.04 to 14.04 does not work with multiple machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1357796/+subscriptions


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

[Bug 1505650] Re: acng advertizes itself even when shut down

2021-11-10 Thread Rolf Leggewie
Still the same in focal

** Tags added: focal

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

Title:
  acng advertizes itself even when shut down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1505650/+subscriptions


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

[Bug 1402801] Re: apt-cacher-ng keeps parsing metadata forever at 100% CPU

2021-11-10 Thread Rolf Leggewie
I also ran into a situation a few days ago where acng used 100% CPU on
two of two cores.  I wasn't sure where to look and just restarted acng
and the problem "went away".

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

Title:
  apt-cacher-ng keeps parsing metadata forever at 100% CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1402801/+subscriptions


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

[Bug 1942182] Re: apt-cache-ng is taking 100% cpu

2021-11-10 Thread Rolf Leggewie
*** This bug is a duplicate of bug 1402801 ***
https://bugs.launchpad.net/bugs/1402801

And besides, there have been reports similar to this for years.  Best to
try and figure out what is going on.

** This bug has been marked a duplicate of bug 1402801
   apt-cacher-ng keeps parsing metadata forever at 100% CPU

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

Title:
  apt-cache-ng is taking 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1942182/+subscriptions


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

[Bug 1512780] Re: apt-cacher-ng can't be installed on xenial

2021-11-10 Thread Rolf Leggewie
There's reports of this in focal, too, now.  See dupes of this ticket.
It's still not clear how this comes about.

** Summary changed:

- apt-cacher-ng can't be installed on xenial
+ wrong file permissions on /var/log/apt-cacher-ng abort package installation

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

Title:
  wrong file permissions on /var/log/apt-cacher-ng abort package
  installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1512780/+subscriptions


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

[Bug 1902842] Re: package apt-cacher-ng 3.3.1-2build1 failed to install/upgrade: installed apt-cacher-ng package post-installation script subprocess returned error exit status 1

2021-11-10 Thread Rolf Leggewie
*** This bug is a duplicate of bug 1512780 ***
https://bugs.launchpad.net/bugs/1512780

** This bug has been marked a duplicate of bug 1512780
   apt-cacher-ng can't be installed on xenial

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

Title:
  package apt-cacher-ng 3.3.1-2build1 failed to install/upgrade:
  installed apt-cacher-ng package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1902842/+subscriptions


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

[Bug 1950524] [NEW] package nvidia-dkms-495 495.44-0ubuntu0.21.10.1 failed to install/upgrade: installed nvidia-dkms-495 package post-installation script subprocess returned error exit status 10

2021-11-10 Thread Keith Cecere
Public bug reported:

Failed to update nvidia driver

ProblemType: Package
DistroRelease: Ubuntu 21.10
Package: nvidia-dkms-495 495.44-0ubuntu0.21.10.1
ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
Uname: Linux 5.13.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Tue Nov  9 18:10:09 2021
ErrorMessage: installed nvidia-dkms-495 package post-installation script 
subprocess returned error exit status 10
InstallationDate: Installed on 2018-08-18 (1179 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
Python3Details: /usr/bin/python3.9, Python 3.9.7, python3-minimal, 3.9.4-1build1
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.18-9
RelatedPackageVersions:
 dpkg 1.20.9ubuntu2
 apt  2.3.9
SourcePackage: nvidia-graphics-drivers-495
Title: package nvidia-dkms-495 495.44-0ubuntu0.21.10.1 failed to 
install/upgrade: installed nvidia-dkms-495 package post-installation script 
subprocess returned error exit status 10
UpgradeStatus: Upgraded to impish on 2021-10-14 (26 days ago)

** Affects: nvidia-graphics-drivers-495 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package impish need-duplicate-check

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

Title:
  package nvidia-dkms-495 495.44-0ubuntu0.21.10.1 failed to
  install/upgrade: installed nvidia-dkms-495 package post-installation
  script subprocess returned error exit status 10

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


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

[Bug 1902842] Re: package apt-cacher-ng 3.3.1-2build1 failed to install/upgrade: installed apt-cacher-ng package post-installation script subprocess returned error exit status 1

2021-11-10 Thread Rolf Leggewie
*** This bug is a duplicate of bug 1512780 ***
https://bugs.launchpad.net/bugs/1512780

Thank you for this report.

I cannot verify this problem in a clean focal chroot.  Are you sure that
/var/cache/apt-cacher-ng did not exist already and that permissions
weren't wrong?

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

Title:
  package apt-cacher-ng 3.3.1-2build1 failed to install/upgrade:
  installed apt-cacher-ng package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-cacher-ng/+bug/1902842/+subscriptions


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

[Bug 1950523] [NEW] 20.04.3 ignoring settings for touchpad.

2021-11-10 Thread William Hostman
Public bug reported:

Since installing 20.04.3 LTS, the touchpad settings are being ignored; I
use right as primary; it has forced left as primary desite the setting
being for right. It is also ignoring the scrolling direction; again, I
don't like the default.

the trackpad is an elan model. While the machine isn't bricked, I find
the button mapping majorly problematic.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubuntu-release-upgrader-core 1:20.04.36
ProcVersionSignature: Ubuntu 5.4.0-90.101-generic 5.4.148
Uname: Linux 5.4.0-90-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 10 14:12:21 2021
InstallationDate: Installed on 2021-05-01 (193 days ago)
InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: release-upgrade
UpgradeStatus: Upgraded to focal on 2021-05-22 (171 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade focal

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

Title:
  20.04.3 ignoring settings for touchpad.

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


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

[Bug 1950521] Re: testresources does not support python 3.10

2021-11-10 Thread Athos Ribeiro
A fix was forwarded to Debian at https://salsa.debian.org/openstack-
team/python/testresources/-/merge_requests/3

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

Title:
  testresources does not support python 3.10

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


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

  1   2   3   4   5   >