[Bug 592129] Re: ktoon crashes on start (empty window with title Fatal error)

2020-12-09 Thread Bug Watch Updater
Launchpad has imported 4 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=256944.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2010-11-15T01:12:56+00:00 Eckhart Wörner wrote:

Version:   unspecified (using KDE 4.4.5) 
OS:Linux

This bug has been copied over from http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=603480



In qguiplatformplugin_kde.cpp:fileDialogSetVisible it has
if (!kdefd && visible) {

   if(qfd->options() & QFileDialog::DontUseNativeDialog)
return false;

kdefd = new 
KFileDialogBridge(KUrl::fromPath(qfd->directory().canonicalPath()),
  
qt2KdeFilter(qfd->nameFilters().join(";;")), qfd);

qfd->setProperty("_k_bridge", QVariant::fromValue(kdefd));
}

i.e. if you are making this visible and kdefd hasn't been created then create 
it now.
Most of the contents of the function are guarded by an if (visible) however on 
line 249 we have
kdefd->setVisible(visible);

and if you make the object hidden before it's ever been made visible then kdefd 
will be NULL
and it seg's on line 249.

This is the underlying cause of [Debian] bug 599303 in ktoon which is marked RC.
It makes ktoon unusable for KDE users (although it works for Gnome users!)

I suggest guarding this line with an if (kdefd)  but I don't know the
structure to know if that is all that is needed.

Reproducible: Didn't try

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ktoon/+bug/592129/comments/5


On 2010-11-15T15:09:30+00:00 Cfeck wrote:

Proposed patch:

Index: qguiplatformplugin_kde.cpp
===
--- qguiplatformplugin_kde.cpp  (revision 1197348)
+++ qguiplatformplugin_kde.cpp  (working copy)
@@ -214,7 +214,7 @@
 virtual bool fileDialogSetVisible(QFileDialog *qfd, bool visible)
 {
 K_FD(qfd);
-if (!kdefd && visible) {
+if (!kdefd) {
 if(qfd->options() & QFileDialog::DontUseNativeDialog)
 return false;

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ktoon/+bug/592129/comments/6


On 2010-11-21T02:30:53+00:00 Eckhart Wörner wrote:

(In reply to comment #1)
> Proposed patch:

Doesn't that make fileDialogSetVisible(false) unnecessarily expensive?
What are the reasons against the original submitter's proposal of
guarding the kdefd->setVisible(visible) call?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ktoon/+bug/592129/comments/7


On 2020-12-09T01:34:23+00:00 Justin Zobel wrote:

Thank you for the report, Eckhart.

As it has been a while since this was reported, can you please test and
confirm if this issue is still occurring or if this bug report can be
marked as resolved.

I have set the bug status to "needsinfo" pending your response, please
change back to "reported" or "resolved/worksforme" when you respond,
thank you.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/ktoon/+bug/592129/comments/18


** Changed in: kdebase-workspace
   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/592129

Title:
  ktoon crashes on start (empty window with title Fatal error)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/592129/+subscriptions

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

[Bug 1907420] [NEW] certbot renew fails

2020-12-09 Thread Nigel Hathaway
Public bug reported:

2020-12-09 07:51:51,669:DEBUG:certbot.main:certbot version: 0.40.0
2020-12-09 07:51:51,670:DEBUG:certbot.main:Arguments: []
2020-12-09 07:51:51,671:DEBUG:certbot.main:Discovered plugins: 
PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2020-12-09 07:51:51,699:DEBUG:certbot.log:Root logging level set at 20
2020-12-09 07:51:51,700:INFO:certbot.log:Saving debug log to 
/var/log/letsencrypt/letsencrypt.log
2020-12-09 07:51:51,724:DEBUG:certbot.plugins.selection:Requested authenticator 
 and installer 
2020-12-09 07:51:51,756:DEBUG:certbot.storage:Should renew, less than 30 days 
before certificate expiry 2021-01-07 22:00:58 UTC.
2020-12-09 07:51:51,757:INFO:certbot.renewal:Cert is due for renewal, 
auto-renewing...
2020-12-09 07:51:51,757:DEBUG:certbot.plugins.selection:Requested authenticator 
webroot and installer None
2020-12-09 07:51:51,758:DEBUG:certbot.plugins.selection:Single candidate 
plugin: * webroot
Description: Place files in webroot directory
Interfaces: IAuthenticator, IPlugin
Entry point: webroot = certbot.plugins.webroot:Authenticator
Initialized: 
Prep: True
2020-12-09 07:51:51,759:DEBUG:certbot.plugins.selection:Selected authenticator 
 and installer None
2020-12-09 07:51:51,759:INFO:certbot.plugins.selection:Plugins selected: 
Authenticator webroot, Installer None
2020-12-09 07:51:51,767:DEBUG:certbot.main:Picked account: 
)>), contact=('mailto:x...@xxx.co.uk',), 
agreement='https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf', 
status=None, terms_of_service_agreed=None, only_return_existing=None, 
external_account_binding=None), 
uri='https://acme-v01.api.letsencrypt.org/acme/reg/8799437', 
new_authzr_uri='https://acme-v01.api.letsencrypt.org/acme/new-authz', 
terms_of_service='https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf'),
 5e38bd2d89ed306c4b7a454f91b7537c, Meta(creation_dt=datetime.datetime(2017, 1, 
26, 18, 1, 57, tzinfo=), creation_host='XXX.co.uk'))>
2020-12-09 07:51:51,769:DEBUG:acme.client:Sending GET request to 
https://acme-v02.api.letsencrypt.org/directory.
2020-12-09 07:51:51,772:WARNING:certbot.renewal:Attempting to renew cert 
(XXX.co.uk) from /etc/letsencrypt/renewal/XXX.co.uk.conf produced an unexpected 
error: Failed to parse: https://acme-v02.api.letsencrypt.org/directory. 
Skipping.
2020-12-09 07:51:51,778:DEBUG:certbot.renewal:Traceback was:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/requests/models.py", line 379, in 
prepare_url
scheme, auth, host, port, path, query, fragment = parse_url(url)
  File "/usr/lib/python3/dist-packages/urllib3/util/url.py", line 392, in 
parse_url
return six.raise_from(LocationParseError(source_url), None)
  File "", line 3, in raise_from
urllib3.exceptions.LocationParseError: Failed to parse: 
https://acme-v02.api.letsencrypt.org/directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 462, in 
handle_renewal_request
main.renew_cert(lineage_config, plugins, renewal_candidate)
  File "/usr/lib/python3/dist-packages/certbot/main.py", line 1206, in 
renew_cert
le_client = _init_le_client(config, auth, installer)
  File "/usr/lib/python3/dist-packages/certbot/main.py", line 614, in 
_init_le_client
return client.Client(config, acc, authenticator, installer, acme=acme)
  File "/usr/lib/python3/dist-packages/certbot/client.py", line 261, in __init__
acme = acme_from_config_key(config, self.account.key, self.account.regr)
  File "/usr/lib/python3/dist-packages/certbot/client.py", line 46, in 
acme_from_config_key
return acme_client.BackwardsCompatibleClientV2(net, key, config.server)
  File "/usr/lib/python3/dist-packages/acme/client.py", line 808, in __init__
directory = messages.Directory.from_json(net.get(server).json())
  File "/usr/lib/python3/dist-packages/acme/client.py", line 1138, in get
self._send_request('GET', url, **kwargs), content_type=content_type)
  File "/usr/lib/python3/dist-packages/acme/client.py", line 1088, in 
_send_request
response = self.session.request(method, url, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 519, in 
request
prep = self.prepare_request(req)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 452, in 
prepare_request
p.prepare(
  File "/usr/lib/python3/dist-packages/requests/models.py", line 313, in prepare
self.prepare_url(url, params)
  File "/usr/lib/python3/dist-packages/requests/models.py", line 381, in 
prepare_url
raise InvalidURL(*e.args)
requests.exceptions.InvalidURL: Failed to parse: 
https://acme-v02.api.letsencrypt.org/directory

2020-12-09 07:51:51,779:ERROR:certbot.renewal:All renewal attempts failed. The 
following certs could not be renewed:
2020-12-09 07:51:51,780:ERROR:certbot.renewal:  

[Bug 1907421] [NEW] [UBUNTU 21.04] vfio: pass DMA availability information to userspace

2020-12-09 Thread bugproxy
Public bug reported:

Description:   vfio: pass DMA availability information to userspace
Symptom:   vfio-pci device on s390 enters error state
Problem:   Commit 492855939bdb added a limit to the number of concurrent
   DMA requests for a vfio container.  However, lazy unmapping in
   s390 can in fact cause quite a large number of outstanding DMA
   requests to build up prior to being purged, potentially the
   entire guest DMA space.  This results in unexpected errors seen
   in qemu such as 'VFIO_MAP_DMA failed: No space left on device'
Solution:  The solution requires a change to both kernel and qemu - For
   the kernel, add the ability to provide the number of allowable
   DMA requests via the VFIO_IOMMU_GET_INFO ioctl.
Reproduction:  Put a vfio-pci device on s390 under I/O load
Upstream-ID:   a717072007e8aedd3f951726d8cf55454860b30d
   7d6e1329652ed971d1b6e0e7bea66fba5044e271

Need also to be integrated into 20.10 and 20.04.

OK, just to clarify we don't need to fix bionic for this one, but rather
focal (20.04) and groovy (20.10).  Furthermore, for 20.04, 20.10 and
21.04 ONLY commit 7d6e1329652ed971d1b6e0e7bea66fba5044e271 is needed,
the other was a pre-req that is already present.

** Affects: ubuntu-z-systems
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Skipper Bug Screeners (skipper-screen-team)
 Status: New

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

** Affects: linux (Ubuntu Groovy)
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu Hirsute)
 Importance: Undecided
 Assignee: Skipper Bug Screeners (skipper-screen-team)
 Status: New


** Tags: architecture-s39064 bugnameltc-190211 severity-high 
targetmilestone-inin2104

** Tags added: architecture-s39064 bugnameltc-190211 severity-high
targetmilestone-inin2104

** Changed in: ubuntu
 Assignee: (unassigned) => Skipper Bug Screeners (skipper-screen-team)

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

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

Title:
  [UBUNTU 21.04] vfio: pass DMA availability information to userspace

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

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

[Bug 1907422] [NEW] [MIR] needrestart + dependencies

2020-12-09 Thread Christian Ehrhardt 
Public bug reported:

This is a stub for coming MIR activity.
Since this was already seeded [1] it regularly shows up as component mismatch 
now.

Therefore we want to raise this from "status is unknown" to "nothing
done yet, but documented as that" :-)

The bug status will be incomplete util properly prepared.

This covers needrestart and it's dependencies:
- libintl-perl
- libmodule-find-perl
- libmodule-scandeps-perl
- libsort-naturally-perl

[1]: https://git.launchpad.net/~ubuntu-core-dev/ubuntu-
seeds/+git/ubuntu/commit/?id=ed7003d4c9a0be80e8a17699baa858b2bf1ce06b

** Affects: libintl-perl (Ubuntu)
 Importance: Undecided
 Status: Incomplete

** Affects: libmodule-find-perl (Ubuntu)
 Importance: Undecided
 Status: Incomplete

** Affects: libmodule-scandeps-perl (Ubuntu)
 Importance: Undecided
 Status: Incomplete

** Affects: libsort-naturally-perl (Ubuntu)
 Importance: Undecided
 Status: Incomplete

** Affects: needrestart (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: hirsute

** Also affects: libintl-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libintl-perl (Ubuntu)
   Status: New => Incomplete

** Also affects: libmodule-find-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libmodule-scandeps-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libsort-naturally-perl (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libsort-naturally-perl (Ubuntu)
   Status: New => Incomplete

** Changed in: libmodule-scandeps-perl (Ubuntu)
   Status: New => Incomplete

** Changed in: libmodule-find-perl (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/1907422

Title:
  [MIR] needrestart + dependencies

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

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

[Bug 1906922] Re: Unpredictable behaviour on conflicting flow actions

2020-12-09 Thread Márton Kiss
Frode, this solves the packet loss issue I saw previously. I marked this
field crit, as we don't have a workaround, and would be grate to make it
through the SRU process intro stable branch for UCA/Ussuri/Bionic.

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

Title:
  Unpredictable behaviour on conflicting flow actions

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

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

[Bug 1907421] Re: [UBUNTU 21.04] vfio: pass DMA availability information to userspace

2020-12-09 Thread Frank Heimes
** Also affects: linux (Ubuntu Hirsute)
   Importance: Undecided
 Assignee: Skipper Bug Screeners (skipper-screen-team)
   Status: New

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

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

** Also affects: ubuntu-z-systems
   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/1907421

Title:
  [UBUNTU 21.04] vfio: pass DMA availability information to userspace

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

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

[Bug 1905156] Re: netplan KeyError with gretap in bridge

2020-12-09 Thread Lukas Märdian
** Changed in: netplan
   Status: Confirmed => 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/1905156

Title:
  netplan KeyError with gretap in bridge

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

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

[Bug 1798166] Re: “Mouse battery low” notification can't be disabled

2020-12-09 Thread Florian 'rephlex' Panzer
Follow-up to Comment #36: Although patching upower fixes the issue,
gnome-settings-daemon is still broken, since disabling notifications
won't disable all notifications.

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

Title:
  “Mouse battery low” notification can't be disabled

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

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

[Bug 1798166] Re: “Mouse battery low” notification can't be disabled

2020-12-09 Thread Florian 'rephlex' Panzer
FYI, here's the corresponding bug in GNOME:
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/108

And here's the workaround: https://wrgms.com/disable-mouse-battery-low-
spam-notification/

** Bug watch added: gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues #108
   https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/108

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

Title:
  “Mouse battery low” notification can't be disabled

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

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

[Bug 1897942] Re: crash on brcmfmac

2020-12-09 Thread lesar
The last workaround is useful.  
so the problem is in netowork-manager.  

best regards,
Leonardo

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

Title:
  crash on brcmfmac

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

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

[Bug 1863390] Re: GPU lockup ring 0 stalled for more than X msec

2020-12-09 Thread Gauthier Ostervall
This happens regularly to me too.

$ uname -a
Linux ionian 5.4.0-54-generic #60-Ubuntu SMP Fri Nov 6 10:37:59 UTC 2020 x86_64 
x86_64 x86_64 GNU/Linux

Ubuntu 20.04.

▐$ sudo dpkg -l | grep xserver-xorg-video
ii  xserver-xorg-video-all1:7.7+19ubuntu14  
  amd64X.Org X server -- output driver metapackage
ii  xserver-xorg-video-amdgpu 19.1.0-1  
  amd64X.Org X server -- AMDGPU display driver
ii  xserver-xorg-video-ati1:19.1.0-1
  amd64X.Org X server -- AMD/ATI display driver 
wrapper
ii  xserver-xorg-video-fbdev  1:0.5.0-1ubuntu1  
  amd64X.Org X server -- fbdev display driver
ii  xserver-xorg-video-intel  
2:2.99.917+git20200226-1amd64X.Org X server -- 
Intel i8xx, i9xx display driver
rc  xserver-xorg-video-modesetting0.9.0-1build1 
  amd64X.Org X server -- Generic modesetting driver
ii  xserver-xorg-video-nouveau1:1.0.16-1
  amd64X.Org X server -- Nouveau display driver
ii  xserver-xorg-video-openchrome 1:0.6.0-3build1   
  amd64X.Org X server -- OpenChrome display driver
ii  xserver-xorg-video-qxl0.1.5+git20200331-1   
  amd64X.Org X server -- QXL display driver
ii  xserver-xorg-video-radeon 1:19.1.0-1
  amd64X.Org X server -- AMD/ATI Radeon display 
driver
ii  xserver-xorg-video-vesa   1:2.4.0-2 
  amd64X.Org X server -- VESA display driver
ii  xserver-xorg-video-vmware 1:13.3.0-3
  amd64X.Org X server -- VMware display driver


journalctl gives this at the start of the crash. I coincides with starting 
Slack (the chat program, it uses google-chrome):

Dec 09 08:56:07 ionian kernel: radeon :01:00.0: ring 0 stalled for more 
than 10156msec
Dec 09 08:56:07 ionian kernel: radeon :01:00.0: GPU lockup (current fence 
id 0x00010df8 last fence id 0x00010e00 on ring 0)
Dec 09 08:56:08 ionian kernel: radeon :01:00.0: ring 3 stalled for more 
than 10216msec
Dec 09 08:56:08 ionian kernel: radeon :01:00.0: GPU lockup (current fence 
id 0x2eef last fence id 0x2ef1 on ring 3)
Dec 09 08:56:08 ionian kernel: radeon :01:00.0: ring 0 stalled for more 
than 10664msec
Dec 09 08:56:08 ionian kernel: radeon :01:00.0: GPU lockup (current fence 
id 0x00010df8 last fence id 0x00010e00 on ring 0)
Dec 09 08:56:08 ionian kernel: radeon :01:00.0: ring 3 stalled for more 
than 10728msec
Dec 09 08:56:08 ionian kernel: radeon :01:00.0: GPU lockup (current fence 
id 0x2eef last fence id 0x2ef1 on ring 3)
Dec 09 08:56:09 ionian kernel: radeon :01:00.0: ring 0 stalled for more 
than 11176msec
Dec 09 08:56:09 ionian kernel: radeon :01:00.0: GPU lockup (current fence 
id 0x00010df8 last fence id 0x00010e00 on ring 0)
Dec 09 08:56:09 ionian kernel: radeon :01:00.0: ring 3 stalled for more 
than 11240msec
Dec 09 08:56:09 ionian kernel: radeon :01:00.0: GPU lockup (current fence 
id 0x2eef last fence id 0x2ef1 on ring 3)
Dec 09 08:56:09 ionian kernel: radeon :01:00.0: ring 0 stalled for more 
than 11688msec
Dec 09 08:56:09 ionian kernel: radeon :01:00.0: GPU lockup (current fence 
id 0x00010df8 last fence id 0x00010e00 on ring 0)
Dec 09 08:56:09 ionian kernel: radeon :01:00.0: ring 3 stalled for more 
than 11756msec
Dec 09 08:56:09 ionian kernel: radeon :01:00.0: GPU lockup (current fence 
id 0x2eef last fence id 0x2ef1 on ring 3)
Dec 09 08:56:10 ionian kernel: radeon :01:00.0: ring 0 stalled for more 
than 12200msec
Dec 09 08:56:10 ionian kernel: radeon :01:00.0: GPU lockup (current fence 
id 0x00010df8 last fence id 0x00010e00 on ring 0)
Dec 09 08:56:10 ionian /usr/lib/gdm3/gdm-x-session[5666]: [12/09/20, 
08:56:10:433] info: [ACTION:CHANNEL-SIDEBAR] Selected GFFT85V5M

After a while it goes in a loop like this, and the symptoms are the same
as OP, no response from keyboard, screen freeze. The sound from my web
meeting was still going though, if with some hickups (probably in phase
with the radeon errors):

Dec 09 08:56:18 ionian kernel: radeon :01:00.0: GPU reset succeeded, trying 
to resume
Dec 09 08:56:18 ionian kernel: [drm] PCIE gen 2 link speeds already enabled
Dec 09 08:56:18 ionian kernel: radeon :01:00.0: Wait for MC idle 

[Bug 1902109] Re: rsync uses lchmod and fails in Ubuntu >= 20.10 if /proc isn't mounted

2020-12-09 Thread Balint Reczey
** Changed in: rsync (Ubuntu)
   Importance: Undecided => Low

** Changed in: rsync (Ubuntu Groovy)
   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/1902109

Title:
  rsync uses lchmod and fails in Ubuntu >= 20.10 if /proc isn't mounted

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

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

[Bug 1907416] Re: skype microphone problem after suspend

2020-12-09 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1907416/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  skype microphone  problem after suspend

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

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

Re: [Bug 1906155] Re: USB Passthrough Fails on Start, Needs domain Reset

2020-12-09 Thread Christian Ehrhardt 
> I also here have to do a reset (of the guest), to get the USB to show
> up. So it really does seem to be an issue between QEMU and UEFI, agreed?

As it seems right now - yes
I've not yet seen/reproduced the same on qemu 5.0/edk2 2020.08-1 :-/

I can ping here once I have qemu 5.2 (just released) ready to try, but
quite likely you'll want to ask the ustream people on this.
It might make sense to them and whatever hint they have could bring
this forward.
Would you mind outlining your case on the upstream mailing list?

P.S. Please report the link to the ML archive entry here, that would be
nice

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

Title:
  USB Passthrough Fails on Start, Needs domain Reset

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

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

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2020-12-09 Thread Martin Zbořil
there is a workaround - apt purge snapd - this works for me

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

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

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

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

[Bug 1907424] [NEW] Does not start game with ERROR: Hunk_Alloc failed on 970560

2020-12-09 Thread Balint Reczey
Public bug reported:

Seen when trying to start a single player game or a demo.

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

** Tags removed: block-proposed

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

Title:
  Does not start game with ERROR: Hunk_Alloc failed on 970560

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

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

[Bug 1907424] Re: Does not start game with ERROR: Hunk_Alloc failed on 970560

2020-12-09 Thread Balint Reczey
Help is welcome here, I will not work in triaging this bug in the next
weeks.

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

Title:
  Does not start game with ERROR: Hunk_Alloc failed on 970560

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

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

[Bug 1907425] [NEW] While installing ubuntu, grub loader installation failed

2020-12-09 Thread Smit B. Vasoya
Public bug reported:

while installing Ubuntu, grub loader installation failed and the setup
was crashed.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.2
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
Date: Wed Dec  9 03:51:40 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15.2 ubuntu

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

Title:
  While installing ubuntu, grub loader installation failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1907425/+subscriptions

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

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2020-12-09 Thread Victor Rodriguez
Another workaround is just to delete the symbolic link at 
/etc/nginx/modules-enabled/50-mod-http-perl.conf and restart Nginx. Now, Nginx 
wont load the Perl module and will reload correctly.

In my case I'm using "nginx-extras" and can't purge the package
libnginx-mod-http-perl due to dependencies.

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

Title:
  libperl.so.5.30.0 causes nginx to segfault

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

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

[Bug 1882432] Re: Can't open OpenArena on Xubuntu 20.04

2020-12-09 Thread Balint Reczey
The rebuilt package does fix _this_ bug and shows the menu but is not
functional because it crashes when starting single player game or demo
with LP: #1907424. There is no point in SRU-ing this fix without fixing
the other bug, too.

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

Title:
  Can't open OpenArena on Xubuntu 20.04

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

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

[Bug 1902109] Re: rsync uses lchmod and fails in Ubuntu >= 20.10 if /proc isn't mounted

2020-12-09 Thread Balint Reczey
I've marked this bug having low importance due to the small set of cases
it can surface and the plan for fixing it is syncing the next upstream
release from Debian.

** Changed in: rsync (Ubuntu Groovy)
   Status: Triaged => Won't Fix

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

Title:
  rsync uses lchmod and fails in Ubuntu >= 20.10 if /proc isn't mounted

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

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

[Bug 1902109] Re: rsync uses lchmod and fails in Ubuntu >= 20.10 if /proc isn't mounted

2020-12-09 Thread Balint Reczey
If someone feels that it is still important to fix it Groovy, too,
please prepare the fix for 21.04 and follow the SRU procedure with or
without sponsorship request:
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure .

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

Title:
  rsync uses lchmod and fails in Ubuntu >= 20.10 if /proc isn't mounted

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

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

[Bug 1894213] Re: gnome-flashback libscreensaver use wrong session path on ubuntu 20.04

2020-12-09 Thread Valentyna
The problem is fixed.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/1894213

Title:
  gnome-flashback libscreensaver use wrong session path on ubuntu 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-flashback/+bug/1894213/+subscriptions

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

[Bug 1891100] Re: hp notebook 15-da0001nk sound mute led not working

2020-12-09 Thread Kai-Heng Feng
Can you please test this kernel again:
https://people.canonical.com/~khfeng/lp1891100/

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

Title:
  hp notebook 15-da0001nk sound mute led not working

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

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

[Bug 1907421] Re: [UBUNTU 21.04] vfio: pass DMA availability information to userspace

2020-12-09 Thread Frank Heimes
The patch is in Ubuntu UNSTABLE (that will likely become the kernel for 
hirsute) as:
7d6e1329652e "vfio iommu: Add dma available capability"
starting with:
Ubuntu-5.10-5.10.0-0.1
Hence updating Hirsute entry to 'In Progress'.

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

** Changed in: ubuntu-z-systems
 Assignee: (unassigned) => Skipper Bug Screeners (skipper-screen-team)

** Changed in: linux (Ubuntu Hirsute)
 Assignee: Skipper Bug Screeners (skipper-screen-team) => (unassigned)

** Changed in: linux (Ubuntu Groovy)
 Assignee: (unassigned) => Frank Heimes (fheimes)

** Changed in: linux (Ubuntu Focal)
 Assignee: (unassigned) => Frank Heimes (fheimes)

** Changed in: ubuntu-z-systems
   Status: New => Triaged

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

Title:
  [UBUNTU 21.04] vfio: pass DMA availability information to userspace

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

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

[Bug 1905729] Re: power button configuration broken

2020-12-09 Thread Sebastien Bacher
alright, how did you manage to get fsck active for a non existing disk?
did you hotswap out the disk while the machine was on? it seems a udisk
issue somehow that it's possible to get it stucked

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

Title:
  power button configuration broken

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

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

[Bug 1907262] Re: raid10: discard leads to corrupted file system

2020-12-09 Thread Trent Lloyd
I can reproduce this on a Google Cloud n1-standard-16 using 2x Local
NVMe disks. Then partition nvme0n1 and nvne0n2 with only an 8GB
partition, then format directly with ext4 (skip LVM).

In this setup each 'check' takes <1 min so speeds up testing
considerably. Example details - seems pre-emptible instance cost for
this is $0.292/hour / $7/day.

gcloud compute instances create raid10-test --project=juju2-157804 \
--zone=us-west1-b \
--machine-type=n1-standard-16 \
--subnet=default \
--network-tier=STANDARD \
--no-restart-on-failure \
--maintenance-policy=TERMINATE \
--preemptible \
--boot-disk-size=32GB \
--boot-disk-type=pd-ssd \
--image=ubuntu-1804-bionic-v20201116 --image-project=ubuntu-os-cloud \
--local-ssd=interface=NVME  --local-ssd=interface=NVME

# apt install linux-image-virtual
# apt-get remove linux-image-gcp linux-image-5.4.0-1029-gcp 
linux-image-unsigned-5.4.0-1029-gcp   --purge
# reboot

sgdisk -n 0:0:+8G /dev/nvme0n1
sgdisk -n 0:0:+8G /dev/nvme0n2
mdadm -C -v -l10 -n2 -N "lv-raid" -R /dev/md0 /dev/nvme0n1p2 /dev/nvme1n1p2
mkfs.ext4 /dev/md0
mount /dev/md0 /mnt
dd if=/dev/zero of=/mnt/data.raw bs=4K count=1M; sync; rm /mnt/data.raw
echo check >/sys/block/md0/md/sync_action; watch 'grep . /proc/mdstat 
/sys/block/md0/md/mismatch_cnt' # no mismatch
fstrim -v /mnt
echo check >/sys/block/md0/md/sync_action; watch 'grep . /proc/mdstat 
/sys/block/md0/md/mismatch_cnt' # mismatch=256

I ran blktrace /dev/md0 /dev/nvme0n1 /dev/nvme0n2 and will upload the
results I didn't have time to try and understand the results as yet.

Some thoughts
 - It was asserted that the first disk 'appears' fine
 - So I wondered can we reliably repair by asking mdadm to do a 'repair' or 
'resync'
 - It seems that reads are at least sometimes balanced (maybe by PID) to 
different disks since this post.. 
https://www.spinics.net/lists/raid/msg62762.html - unclear if the same 
selection impacts writes (not that it would help performance)
 - So it's unclear we can reliably say only a 'passive mirror' is being 
corrupted, it's possible application reads may or may not be corrupted. More 
testing/understanding of the code required.
 - This area of RAID10 and RAID1 seems quite under-documented, "man md" doesn't 
talk much about how or which disk is used to repair the other if there is a 
mismatch (unlike RAID5 where the parity gives us some assurances as to which 
data is wrong).
 - We should try writes from different PIDs, with known different data, and 
compare the data on both disks with the known data to see if we can knowingly 
get the wrong data on both disks or only one. And try that with 4 disks instead 
of 2.

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

Title:
  raid10: discard leads to corrupted file system

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

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

[Bug 1907262] Re: raid10: discard leads to corrupted file system

2020-12-09 Thread Trent Lloyd
** Attachment added: "blktrace-lp1907262.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1907262/+attachment/5442212/+files/blktrace-lp1907262.tar.gz

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

Title:
  raid10: discard leads to corrupted file system

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

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

[Bug 1902109] Re: rsync uses lchmod and fails in Ubuntu >= 20.10 if /proc isn't mounted

2020-12-09 Thread Alkis Georgopoulos
Since this was fixed upstream and it doesn't affect any LTS Ubuntu
releases, I don't think it's important enough to do SRUs. Thank you!

(For LTSP users, that are affected by this: once a fixed rsync version
lands in Ubuntu, I'll copy it to the LTSP PPA for Groovy, so LTSP will
work there too)

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

Title:
  rsync uses lchmod and fails in Ubuntu >= 20.10 if /proc isn't mounted

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

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

[Bug 1894213] Re: gnome-flashback libscreensaver use wrong session path on ubuntu 20.04

2020-12-09 Thread Valentyna
tag verification-done-focal

** Tags removed: verification-needed 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/1894213

Title:
  gnome-flashback libscreensaver use wrong session path on ubuntu 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-flashback/+bug/1894213/+subscriptions

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

[Bug 1897765] Re: gnome-shell crashed with signal 5 in g_log("Error in freeze/thaw accounting") from meta_window_actor_thaw() from WindowManager::_sizeChangedWindow

2020-12-09 Thread Oliver Lambert
Hi, just to confirm that I was also experiencing the citrix issue and it
has been resolved by the patch in Ernst's PPA.  Thanks for the fix and
the PPA - the issue was really starting to annoy me!

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

Title:
  gnome-shell crashed with signal 5 in g_log("Error in freeze/thaw
  accounting") from meta_window_actor_thaw() from
  WindowManager::_sizeChangedWindow

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

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

[Bug 1907262] Re: raid10: discard leads to corrupted file system

2020-12-09 Thread Thimo E
Hi Matthew and all,

thank you for taking action immediately. I really appreciate your
effort.

After investigating the issue further I have to add that the mount
option discard seems to trigger the issue, too.

@Trent
The general problem here is that RAID10 can balance single read streams to all 
disks (which is probably the major advantage over RAID1 effectively providing 
you RAID0 read speed; RAID1 needs parallel reads to achieve this).

That said it is no big surprise that several machines at our site went to 
readonly mode after *some time* (probably reading some filesystem relevant data 
from the "bad disk"). Unfortunately the "clean first disk" only happens if you 
act immediately, otherwise you might have some data corruption.
I verified this on one system where the root partition was affected using the 
debsums tool (just run debsums -xa) after fixing FS errors.

My procedure to recover was:
Assembly of the RAID:
mdadm --assemble /dev/md127 /dev/nvme0n1p2
mdadm --run /dev/md127

Filesystem check on all partitions (note the -f parameter, some FS "think" they 
are clean):
fsck.ext4 -f /dev/VolGroup/...

Re-add the second component:
mdadm --zero-superblock /dev/nvme1n1p2
mdadm --add /dev/md127 /dev/nvme1n1p2

Best regards

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

Title:
  raid10: discard leads to corrupted file system

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

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

[Bug 1907262] Re: raid10: discard leads to corrupted file system

2020-12-09 Thread Khaled El Mously
** Changed in: linux (Ubuntu Focal)
   Status: In Progress => Fix Committed

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

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

Title:
  raid10: discard leads to corrupted file system

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

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

[Bug 1857821] Re: External HDMI monitor audio always reported as "unplugged"

2020-12-09 Thread gratefulfrog
Here it is!
Thanks for your help!
B

** Attachment added: "alsa-info.txt.Y1QV6DRNKV"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1857821/+attachment/5442213/+files/alsa-info.txt.Y1QV6DRNKV

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

Title:
  External HDMI monitor audio always reported as "unplugged"

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

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

[Bug 1907121] Re: simple-scan unable to connect scanner HP 2630

2020-12-09 Thread corrado venturini
On a new install from Ubuntu 21.04 "Hirsute Hippo" - Alpha amd64 (20201207)
with 
corrado@corrado-x5-hh-1207:~$ apt policy simple-scan
simple-scan:
  Installed: 3.38.1-1
  Candidate: 3.38.1-1
  Version table:
 *** 3.38.1-1 500
500 http://it.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
100 /var/lib/dpkg/status
corrado@corrado-x5-hh-1207:~$
simple-scan works fine; printer was connected and power-on during installation.

On a different new install on same PC from the same ISO with the printer
NOT connected at installation I had to run hp-doctor to solve the
problem.

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

Title:
  simple-scan unable to connect scanner HP 2630

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1907121/+subscriptions

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

[Bug 1907432] [NEW] Raspberry Pi 400 Kernel Panic

2020-12-09 Thread Johannes Hinterberger
Public bug reported:

When I power the Pi 400 down (with the key-combination on the pi 400 or
with the navigation from the top right), a line like this is on screen:

[59095.049506] reboot: Power down

or that:
[25784.810857] reboot: Power down

Under this line, the cursor is frozen.
After a while, suddenly, the text scrolls and stops after a while. I can read 
something about "Kernel Panic" on screen.

I cannot power the device off. I have to pull the power plug to shut it
down, or to re-plug it to reset it. The power-button (2sec) does not
work, 10 seconds reset signal, neither.

Here you can find my initial question to this phenomenon:
https://answers.launchpad.net/ubuntu/+question/694349

This I should include:
Linux version 5.8.0-1008-raspi (buildd@bos02-arm64-062) (gcc (Ubuntu 
10.2.0-13ubuntu1) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.35.1) #11-Ubuntu 
SMP PREEMPT Thu Nov 12 15:49:32 UTC 2020

I hope this report includes enough information. If not, please do not
hesitate to contact me! Thanks so much for this project and thx for
being a part of it! <3

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: linux-image-5.8.0-1008-raspi 5.8.0-1008.11
ProcVersionSignature: Ubuntu 5.8.0-1008.11-raspi 5.8.17
Uname: Linux 5.8.0-1008-raspi aarch64
ApportVersion: 2.20.11-0ubuntu50.2
Architecture: arm64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Dec  9 10:40:08 2020
ImageMediaBuild: 20201022
SourcePackage: linux-raspi
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-raspi (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug arm64 groovy

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

Title:
  Raspberry Pi 400 Kernel Panic

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

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

[Bug 1907433] [NEW] [SRU] New stable release 2.64.6

2020-12-09 Thread Iain Lane
Public bug reported:

[ Description ]

Take this new upstrem stable release.

Overview of changes in GLib 2.64.6
==

* This is expected to be the last release in the 2.64 series; the new stable
  series is 2.66, and maintenance efforts will shift to that

* Bugs fixed:
 - #2194 gtk3/glib crash on gimp
 - #2209 gthreadedresolver: faulty logic in parse_res_txt
 - !1633 Backport !1632 Fix large writes in gfileutils to glib-2-64
 - !1634 Backport !1631 “Fix splice behavior on cancellation” to glib-2-64
 - !1656 Backport !1187 “Define G_MSVC_SYMBOL_PREFIX correctly for ARM32” to 
glib-2-64
 - !1659 Backport !1652 “trash portal: Handle portal failures” to glib-2-64
 - !1666 Backport !1665 “Fix g_module_symbol() under Windows sometimes not 
succeeding” to glib-2-64
 - !1672 Backport !1671 “gdatetime: Avoid integer overflow creating dates too 
far in the past” to glib-2-64

* Translation updates:
 - Croatian
 - Portuguese


Overview of changes in GLib 2.64.5
==

* Fix deadlock in `g_subprocess_communicate_async()` (work by Alexander
Larsson) (#2182)

* Fix cross-compilation on iOS (work by Nirbheek Chauhan) (#1868)

* Bugs fixed:
 - !1519 Backport !1468 “glib-compile-resources: Fix exporting on Visual 
Studio” to glib-2-64
 - !1520 Backport !1517 “GWin32RegistryKey: Move assertions” to glib-2-64
 - !1565 Backport !1563 “gdesktopappinfo: Fix unnecessarily copied and leaked 
URI list” to glib-2-64
 - !1608 Backport !1607 “meson: Don't use gnulib for printf on iOS” to glib-2-64
 - !1618 Backport !1617 “Ensure g_subprocess_communicate_async() never blocks” 
to glib-2-64
 - !1621 Backport !1620 “gvariant: Ensure GVS.depth is initialised” to glib-2-64


Overview of changes in GLib 2.64.4
==

* Bugs fixed:
 - #2140 calling malloc in fork child is undefined-behaviour
 - !1507 Backport !1504 “win32 gpoll: Fix wait for at least one thread to 
return” to glib-2-64
 - !1523 Backport !1522 “meson: Fix gnulib printf checks” to glib-2-64
 - !1547 Backport !1544 “Resolve "calling malloc in fork child is 
undefined-behaviour"” to glib-2-64

* Translation updates:
 - Kazakh
 - Slovenian

[ QA ]

Upstream release, so QA already performed by maintainers

https://wiki.ubuntu.com/StableReleaseUpdates/GNOME

This upload will trigger many autopkgtests that we expect to not be
regressed by this upload.

[ Regression potential ]

Various fixes in multiple places so multiple apps could be affected.
Pretty much all parts of GNOME use GLib, so test anything in the desktop
that you can. If you reboot the machine and can get to the desktop,
that's already tested GLib extensively. But also run applications like
GNOME terminal, Files and Epiphany.

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: glib2.0 (Ubuntu Focal)
 Importance: Undecided
 Assignee: Iain Lane (laney)
 Status: In Progress

** Also affects: glib2.0 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: glib2.0 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: glib2.0 (Ubuntu Focal)
 Assignee: (unassigned) => Iain Lane (laney)

** Changed in: glib2.0 (Ubuntu)
   Status: New => Fix Released

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

Title:
  [SRU] New stable release 2.64.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1907433/+subscriptions

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

[Bug 1906653] Re: Backport systemd to make uevents "sticky"

2020-12-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

Title:
  Backport systemd to make uevents "sticky"

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

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

[Bug 1903817] Re: Clustalo 1.2.4-6 segfaults on s390x

2020-12-09 Thread Michael R. Crusoe
Fixed in Debain unstable clustalo 1.2.4-7

** Changed in: clustalo (Debian)
   Importance: Unknown => Undecided

** Changed in: clustalo (Debian)
   Status: Unknown => New

** Changed in: clustalo (Debian)
 Remote watch: Debian Bug tracker #975511 => None

** Changed in: clustalo (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/1903817

Title:
  Clustalo 1.2.4-6 segfaults on s390x

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

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

[Bug 1907432] Re: Raspberry Pi 400 Kernel Panic

2020-12-09 Thread Johannes Hinterberger
** Attachment added: "kern.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1907432/+attachment/5442217/+files/kern.log

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

Title:
  Raspberry Pi 400 Kernel Panic

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

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

[Bug 1907432] Re: Raspberry Pi 400 Kernel Panic

2020-12-09 Thread Johannes Hinterberger
** Attachment added: "kern.log.1"
   
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1907432/+attachment/544/+files/kern.log.1

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

Title:
  Raspberry Pi 400 Kernel Panic

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

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

[Bug 1900584] Re: Regression: suspend/wake-up no longer working properly

2020-12-09 Thread Kai-Heng Feng
Dec 09 16:46:50 OptiPlex-380 kernel: NVRM: API mismatch: the client has the 
version 440.100, but
 NVRM: this kernel module has the version 
450.80.02.  Please
 NVRM: make sure that this kernel module 
and all NVIDIA driver
 NVRM: components have the same version.

Other than that I don't see any error.

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

Title:
  Regression: suspend/wake-up no longer working properly

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

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

[Bug 1894667] Re: [HP 635] Radeon 6310 brightness control does not work

2020-12-09 Thread Erkan ÜNLÜTÜRK
is working Ubuntu 16.04.7 LTS proposed kernel

** Tags removed: verification-failed-xenial
** Tags added: verification-done-xenial

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

Title:
  [HP 635] Radeon 6310 brightness control does not work

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

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

[Bug 1907420] Re: certbot renew fails

2020-12-09 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

One other person reported this issue in Debian, but nobody managed to
reproduce it. Details, and request for further details from an affected
user at: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951696

** Bug watch added: Debian Bug tracker #951696
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951696

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

Title:
  certbot renew fails

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

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

[Bug 1895343] Re: Microsoft Azure Enablement: azure-lb missing in Bionic

2020-12-09 Thread Lucas Kanashiro
After checking all the changes needed to backport azure-events to Bionic
I agree with Rafael (comment #4). Let's recommend users wanting to use
azure-events to upgrade to Focal. I am removing azure-events from the
scope of the proposed SRUs.

** Summary changed:

- Microsoft Azure Enablement: azure-lb & azure-events missing in Bionic
+ Microsoft Azure Enablement: azure-lb missing in Bionic

** Description changed:

  [Impact]
  
- azure-lb and azure-events are handful resources agents if one is
- maintaining a cluster on Azure platform. azure-lb facilitate the
- operation of a load balancer implemented by Azure and azure-events
- notifies when some events in the Azure platform happens to help the
- cluster to adjust itself.
+ azure-lb is a handful resources agent if one is maintaining a cluster on
+ Azure platform. azure-lb facilitate the operation of a load balancer
+ implemented by Azure.
  
- In Focal, both resource agents are available, however, to keep all the
- releases in the same state a patch fixing a bug in azure-lb is needed.
- This is the upstream patch:
+ In Focal, azure-lb is available, however, to keep all the releases in
+ the same state a patch fixing a bug in azure-lb is needed. This is the
+ upstream patch:
  
  https://github.com/ClusterLabs/resource-agents/commit/d22700fc
  
- In Bionic, those agents are not available, and the full features will be
+ In Bionic, the agent is not available, and the full feature will be
  backported as a way to better support the HA stack on Azure. The changes
  are self-contained since each resource agent is maintained as a separate
  script.
  
  [Test Case]
  
  On Azure create a Corosync/Pacemaker cluster with 3 VMs and make sure
  you have the following CIB:
  
  node 1: vm01
  node 2: vm02
  node 3: vm03
  primitive lb-healthprobe azure-lb \
- params port=8000 nc="/bin/nc" \
- op monitor interval=10 timeout=20
- primitive notifier azure-events \
-   op monitor interval=10
- clone clone-notifier notifier
+ params port=8000 nc="/bin/nc" \
+ op monitor interval=10 timeout=20
  property cib-bootstrap-options: \
- have-watchdog=false \
- dc-version=2.0.3-4b1f869f0f \
- cluster-infrastructure=corosync \
- cluster-name=clufocal \
- no-quorum-policy=stop \
- last-lrm-refresh=1603822692 \
- maintenance-mode=false
+ have-watchdog=false \
+ dc-version=2.0.3-4b1f869f0f \
+ cluster-infrastructure=corosync \
+ cluster-name=clufocal \
+ no-quorum-policy=stop \
+ last-lrm-refresh=1603822692 \
+ maintenance-mode=false
  
  The status of the cluster should be:
  
  $ sudo crm status
  Cluster Summary:
-   * Stack: corosync
-   * Current DC: vm02 (version 2.0.3-4b1f869f0f) - partition with quorum
-   * Last updated: Wed Dec  9 18:16:32 2020
-   * Last change:  Wed Dec  9 18:16:30 2020 by root via crm_attribute on vm01
-   * 3 nodes configured
-   * 4 resource instances configured
+   * Stack: corosync
+   * Current DC: vm02 (version 2.0.3-4b1f869f0f) - partition with quorum
+   * Last updated: Wed Dec  9 18:16:32 2020
+   * Last change:  Wed Dec  9 18:16:30 2020 by root via crm_attribute on vm01
+   * 3 nodes configured
+   * 1 resource instances configured
  
  Node List:
-   * Online: [ vm01 vm02 vm03 ]
+   * Online: [ vm01 vm02 vm03 ]
  
  Full List of Resources:
-   * lb-healthprobe(ocf::heartbeat:azure-lb):   Started vm02
-   * Clone Set: clone-notifier [notifier]:
- * Started: [ vm01 vm02 vm03 ]
+   * lb-healthprobe(ocf::heartbeat:azure-lb):   Started vm02
  
- To take advantage of azure-lb resource agents you need to have an Azure
+ To take advantage of azure-lb resource agent you need to have an Azure
  load balance configured. You can find information on how to do it here:
  
  https://docs.microsoft.com/en-us/azure/load-balancer/quickstart-load-
  balancer-standard-public-cli
  
  [Where problems could occur]
  
  As mentioned previously each resource agent is maintained as a separate
- script, so for Focal where the agents are already there we can have a
- problem in the existent azure-lb resource agent (the one patched). In
- Bionic the risk of a regression is quite low since those agents do not
- exist.
+ script, so for Focal where the agent is already there we can have a
+ problem in the existent azure-lb resource agent. In Bionic the risk of a
+ regression is quite low since the agent does not exist.
  
  [Original description]
  
  This bug is part of the HA enablement for Microsoft Azure Cloud.
  (https://discourse.ubuntu.com/t/ubuntu-ha-cluster-in-microsoft-azure-cloud/)
  
  """
  Need one additional Azure package to support load balancer. If you refer the
  following article, we use Azure load balancer to find the active replica in
  availability group for SQL Server and routing connections appropriately.
  """
  
  [rafaeldtinoco@focal ~]$ apt-file list resource-agents | grep -i 

[Bug 1907461] Re: package budgie-desktop-environment (not installed) failed to install/upgrade: o subprocesso do pacote budgie-desktop-environment, novo script pre-installation retornou erro do status

2020-12-09 Thread fossfreedom
dpkg-divert: erro: 'desvio de /usr/share/icons/hicolor/256x256/apps
/ubuntu-logo-icon.png para /usr/share/icons/hicolor/256x256/apps/ubuntu-
logo-icon.png.budgie por budgie-desktop-environment' conflita com
'desvio de /usr/share/icons/hicolor/256x256/apps/ubuntu-logo-icon.png
para /usr/share/icons/hicolor/256x256/apps/ubuntu-logo-icon.png.gnome-
conrol-center-data por dell-canonical-estar-logo'

It appears that your distro already has an override for ubuntu-logo-
icon.png.

I've never seen what this distro is - its certainly not something we
have tested against.

I'm marking this as invalid - it doesn't appear to be a valid Ubuntu
Budgie distro that you are upgrading from.

** Changed in: budgie-desktop-environment (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/1907461

Title:
  package budgie-desktop-environment (not installed) failed to
  install/upgrade: o subprocesso do pacote budgie-desktop-environment,
  novo script pre-installation retornou erro do status de saída 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/budgie-desktop-environment/+bug/1907461/+subscriptions

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

[Bug 1907308] Re: screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

2020-12-09 Thread Wladimir Mutel
Also I noticed that unplugging power adapter does not make KDE to dim
the screen, despite lower screen brightness configured for on-battery
mode than on-mains. As if it does not sense difference between "on-
battery" and "on-mains" modes.

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

Title:
  screen brightness up/down keys not working in LENOVO IdeaPad 5 15IIL05

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

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

[Bug 1825343] Re: [21.04 FEAT] Valgrind add new hardware support for z Systems

2020-12-09 Thread Steve Langasek
** Tags added: fr-992

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

Title:
  [21.04 FEAT] Valgrind add new hardware support for z Systems

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

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

[Bug 1906770] Re: Kernel 5.4.0-56 Wi-Fi does not connect

2020-12-09 Thread J.B.
I can confirm the exact behaviour on Ubuntu 18.04. I use a FRITZ!WLAN
USB Stick AC 860 with a Ralink mt7662u Chipset.

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

Title:
  Kernel 5.4.0-56 Wi-Fi does not connect

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

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

[Bug 1907472] [NEW] glibc x32 autopkgtest fails in hirsute with binutils and audit in -proposed

2020-12-09 Thread Balint Reczey
Public bug reported:

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
/autopkgtest-hirsute/hirsute/amd64/g/glibc/20201208_160143_17354@/log.gz

--
FAIL: math/test-double-libmvec-sincos
original exit status 1
Didn't expect signal from child: got `Illegal instruction'
--
--
FAIL: math/test-double-vlen2-sincos
original exit status 132
--
--
FAIL: math/test-float-libmvec-sincosf
original exit status 1
Didn't expect signal from child: got `Illegal instruction'
--
--
FAIL: math/test-float-vlen4-sincos
original exit status 132
--

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

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

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


** Tags: update-excuse

** Summary changed:

- x32 autopkgtest fails in hirsute with binutils/2.35.50.20201207-0ubuntu1
+ glibc x32 autopkgtest fails in hirsute with binutils and audit in -proposed

** Also affects: audit (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: binutils (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/1907472

Title:
  glibc x32 autopkgtest fails in hirsute with binutils and audit in
  -proposed

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

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

[Bug 1907472] Re: glibc x32 autopkgtest fails in hirsute with binutils and audit in -proposed

2020-12-09 Thread Balint Reczey
$ diff bulldozer-isa-info i5-isa-info 
6,7c6,7
<   BMI: no
<   BMI2: no
---
>   BMI: yes
>   BMI2: yes
10,12c10,12
<   MOVBE: no
<   PREFETCH: yes
<   PREFETCHW: yes
---
>   MOVBE: yes
>   PREFETCH: no
>   PREFETCHW: no
28,29c28,29
<   SSE4a: yes
<   Misaligned SSE: yes
---
>   SSE4a: no
>   Misaligned SSE: no
31,35c31,35
<   FMA3: no
<   FMA4: yes
<   XOP: yes
<   F16C: no
<   AVX2: no
---
>   FMA3: yes
>   FMA4: no
>   XOP: no
>   F16C: yes
>   AVX2: yes
54c54
<   MONITOR/MWAIT: no
---
>   MONITOR/MWAIT: yes
67c67
<   RDRAND: no
---
>   RDRAND: yes
71c71
<   RDTSCP: no
---
>   RDTSCP: yes

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

Title:
  glibc x32 autopkgtest fails in hirsute with binutils and audit in
  -proposed

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

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

[Bug 1907472] Re: glibc x32 autopkgtest fails in hirsute with binutils and audit in -proposed

2020-12-09 Thread Balint Reczey
It did not fail locally for me on an i5 CPU.

CPU in the autopkgtest infra:

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
/autopkgtest-
hirsute/hirsute/amd64/c/cpuinfo/20201114_005620_e8a1d@/log.gz

autopkgtest [00:55:54]: test command2: /usr/bin/cpu-info
autopkgtest [00:55:54]: test command2: [---
Packages:
0: AMD Opteron 62xx class
Microarchitectures:
1x Bulldozer
Cores:
0: 1 processor (0), AMD Bulldozer
Logical processors (System ID):
0 (0): APIC ID 0x

...

Local CPU:
autopkgtest [17:16:25]: test command2: /usr/bin/cpu-info
autopkgtest [17:16:25]: test command2: [---
Packages:
0: Intel Core i5-4670
Microarchitectures:
4x Haswell
Cores:
0: 1 processor (0), Intel Haswell
1: 1 processor (1), Intel Haswell
2: 1 processor (2), Intel Haswell
3: 1 processor (3), Intel Haswell
Logical processors (System ID):
0 (0): APIC ID 0x
1 (1): APIC ID 0x0002
2 (2): APIC ID 0x0004
3 (3): APIC ID 0x0006

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

Title:
  glibc x32 autopkgtest fails in hirsute with binutils and audit in
  -proposed

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

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

[Bug 1907470] Re: Thunderbird latest/stable snap's release note shows 'Daily build' instead

2020-12-09 Thread Olivier Tilloy
Note that the release notes are accessed through the help menu > About
Thunderbird, in the about dialog there's a hyperlink to the release
notes.

** Tags added: snap

** Changed in: thunderbird (Ubuntu)
   Status: New => Confirmed

** Changed in: thunderbird (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/1907470

Title:
  Thunderbird latest/stable snap's release note shows 'Daily build'
  instead

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

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

[Bug 1827452] Re: null pointer dereference in uvcvideo

2020-12-09 Thread John Boero
Hi latest on this.  I've played with about 50 custom kernel patches here
and I can see exactly what happens.  When uvcvideo looks for webcam
devices it finds a perfectly healthy idle webcam on the USB hub (even
built-in hub).  Then when it starts a stream the webcam obviously
requires more power.  I've seen this with multiple webcam vendors and a
cheap USB extension cable.

The device initializes and then disconnects when it sometimes decides it
needs more power.  It disconnects via interrupt even though the comments
in hub.c:usb_disconnect say "This call is synchronous, and may not be
used in an interrupt context."  Disconnect usually occurs during
uvc_parse_vendor_control, setting all interfaces in the device to NULL
just as usb_ifnum_to_if expects it to NOT be NULL implicitly.  In the
end an active USB HUB or better cable should fix this but IoT field
devices and small Raspberry Pi SBCs often don't have that luxury.

I've submitted two options to the kernel maintainers to fix this.  One
was rejected and one was ignored.

1) usb.c:usb_ifnum_to_if checking NULL before dereferencing interfaces,
which would fix this at the usbcore level (which is where the interrupt
actually is anyway).  This was rejected saying it should be fixed in the
driver.

2) uvc_driver.c:uvc_parse_standard_control sleep a few ms (10 or so) to
give a device time to decide if it wants to disconnect before proceeding
in usb_ifnum_to_if.  A device lock would be ideal but I'm still not sure
what the best locking strategy would be or if this is the only place it
would be required.  This inquiry to the uvcvideo maintainers was
ignored.

Sorry folks I can't seem to get much traction.  A simple patch to usb.c
preserves usbcore to avoid wiping out the whole usb subsystem during an
error but that's not the ideal fix.  I'm guessing the kernel maintainers
have heard piles of these issues already and can't/don't care for a
universal fix.

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

Title:
  null pointer dereference in uvcvideo

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

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

[Bug 1900584] Re: Regression: suspend/wake-up no longer working properly

2020-12-09 Thread craigleat
`journalctl -b -1 -k` seems to miss the last boot. I did `journalctl -b
-k` instead. See log attached.

** Attachment added: "journalctl -b -k.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1900584/+attachment/5442276/+files/journalctl%20-b%20-k.txt

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

Title:
  Regression: suspend/wake-up no longer working properly

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

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

[Bug 1899180] Re: autopkgtest fails Bionic@amd64 (service) and Hirsute@arm64 (racy)

2020-12-09 Thread Christian Ehrhardt 
Going fine in Hirsute - even though full proposed migration is behind a wall of 
tests.
Uploaded for B/F/G SRUs.

** Tags removed: block-proposed-bionic block-proposed-focal 
block-proposed-groovy
** Tags added: block-proposed

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

Title:
  autopkgtest fails Bionic@amd64 (service) and Hirsute@arm64 (racy)

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

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

[Bug 1901528] Re: [Ubuntu 20.10] - When zlib acceleration is enabled, gzip fails when given multiple files larger than 5KB (gzip)

2020-12-09 Thread Frank Heimes
** Changed in: gzip (Ubuntu)
 Assignee: (unassigned) => Canonical Foundations Team 
(canonical-foundations)

** Changed in: zlib (Ubuntu)
 Assignee: (unassigned) => Canonical Foundations Team 
(canonical-foundations)

** Changed in: ubuntu-z-systems
 Assignee: Canonical Foundations Team (canonical-foundations) => Skipper 
Bug Screeners (skipper-screen-team)

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

Title:
  [Ubuntu 20.10] - When zlib acceleration is enabled, gzip fails when
  given multiple files larger than 5KB (gzip)

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

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

[Bug 1872476] Re: Shared files are shown as folders

2020-12-09 Thread Lee Tae Hoon
Here is my smb.conf file, and log files after applied 'debug 10'. Opened
my share folder, tried to open a jpg file which is incorrectly shown as
a folder, and got an error message (both from the current ubuntu system
and other macOS system). Some names were replaced with '' or
something similar.

I guess it might be hard to find what is actually causing the problem,
but since Sergio is helping us, I think I can patiently wait. Thanks a
lot.

** Attachment added: "samba.zip"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1872476/+attachment/5442249/+files/samba.zip

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

Title:
  Shared files are shown as folders

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

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

[Bug 1900668] Re: MAAS PXE Boot stalls with grub 2.02

2020-12-09 Thread Adam Collard
** No longer affects: maas

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

Title:
  MAAS PXE Boot stalls with grub 2.02

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

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

[Bug 1907458] [NEW] Update for Pi 4b

2020-12-09 Thread Andreas Hasenack
Public bug reported:

I have a raspberry pi 4 with 4Gb of RAM, and wiring pi doesn't work on
it:

andreas@pi4:~$ sudo gpio readall
Oops - unable to determine board type... model: 17


Looks like we need an updated version: 
http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/

** Affects: wiringpi (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/1907458

Title:
  Update for Pi 4b

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

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

[Bug 520546] Re: [SRU]Alt+KEY incorrectly behaves like Ctrl+Alt+KEY, and/or unwanted VT switch from Alt+Left/Right

2020-12-09 Thread Rafael David Tinoco
[rafaeldtinoco@fujitsu ~]$ sudo kbd_mode 
The keyboard is in Unicode (UTF-8) mode

[rafaeldtinoco@fujitsu ~]$ sudo kbd_mode -C /dev/tty1
The keyboard is in Unicode (UTF-8) mode

[rafaeldtinoco@fujitsu ~]$ sudo kbd_mode -s

[rafaeldtinoco@fujitsu ~]$ sudo kbd_mode -C /dev/tty1
The keyboard is in raw (scancode) mode

and it was "fixed".

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

Title:
  [SRU]Alt+KEY incorrectly behaves like Ctrl+Alt+KEY, and/or unwanted VT
  switch from Alt+Left/Right

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/520546/+subscriptions

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

[Bug 1414753] Re: Chromium browser 39.0.2171.65 does not load policies

2020-12-09 Thread Olivier Tilloy
According to https://bugs.launchpad.net/ubuntu/+source/chromium-
browser/+bug/1866732/comments/5, you managed to get this working, so
false alarm.

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

Title:
  Chromium browser 39.0.2171.65 does not load policies

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

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

[Bug 520546] Re: [SRU]Alt+KEY incorrectly behaves like Ctrl+Alt+KEY, and/or unwanted VT switch from Alt+Left/Right

2020-12-09 Thread Rafael David Tinoco
I have just faced this and kbd_mode -s also fixed the issue for me. The
behavior started out of nothing (something I did without perceiving most
likely). I'm using:

[rafaeldtinoco@fujitsu ~]$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 20.10
Release:20.10
Codename:   groovy

apt-history shows last apt command was yesterday (for my host) and it
was working fine yesterday. Unfortunately I have no time to dig into
this now, but wanted to state that this still happens in 20.10 (and
possibly 20.04 according to @ribalkin report).

** Also affects: kbd (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: xorg-server (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: console-setup (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: kbd (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Also affects: xorg-server (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Also affects: console-setup (Ubuntu Maverick)
   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/520546

Title:
  [SRU]Alt+KEY incorrectly behaves like Ctrl+Alt+KEY, and/or unwanted VT
  switch from Alt+Left/Right

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/520546/+subscriptions

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

[Bug 1907479] [NEW] Mouse movement stops after switching to text VT and back to X

2020-12-09 Thread Boris Gjenero
Public bug reported:

My Dell Inspiron 6400 laptop has a Synaptics touchpad. If I'm using
xserver-xorg-input-synaptics and I use Control-Alt-Fkey or sudo chvt to
switch to a text virtual console and then switch back to X, the mouse
stops moving via the touchpad. The touchpad seems totally ignored, and I
can't tap to click either. However, the two physical mouse buttons
located below the touchpad continue to work properly. Also, sudo evtest
shows that touchpad events are still delivered by the kernel.

If I apt purge xserver-xorg-input-synaptics and use the touchpad like a
generic mouse, this does not happen. If I do that and then install
xserver-xorg-input-libinput, using the touchpad via libinput, this also
does not happen.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: xserver-xorg-input-synaptics 1.9.1-1ubuntu3
ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
Uname: Linux 5.8.0-31-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu50.2
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Wed Dec  9 11:32:34 2020
DistUpgraded: 2020-10-21 19:30:44,581 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: groovy
DistroVariant: ubuntu
InstallationDate: Installed on 2012-01-19 (3247 days ago)
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Lsusb-t:
 /:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
 /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
 /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
 /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
 /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/8p, 480M
MachineType: Dell Inc. MM061
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-31-generic 
root=UUID=d590f141-7b8d-421d-84b3-baa43181a241 ro resume=/dev/sda5
SourcePackage: xserver-xorg-input-synaptics
UpgradeStatus: Upgraded to groovy on 2020-10-21 (48 days ago)
dmi.bios.date: 06/13/2007
dmi.bios.release: 1.7
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A17
dmi.board.name: 0XD720
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.ec.firmware.release: 1.7
dmi.modalias: 
dmi:bvnDellInc.:bvrA17:bd06/13/2007:br1.7:efr1.7:svnDellInc.:pnMM061:pvr:rvnDellInc.:rn0XD720:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: MM061
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.102-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.1-1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy ubuntu

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

Title:
  Mouse movement stops after switching to text VT and back to X

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1907479/+subscriptions

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

[Bug 1907121] Re: simple-scan unable to connect scanner HP 2630

2020-12-09 Thread corrado venturini
corrado@corrado-x5-hh-1207:~$ inxi -Fx
System:Host: corrado-x5-hh-1207 Kernel: 5.8.0-25-generic x86_64 bits: 64 
compiler: gcc v: 10.2.0 
   Desktop: GNOME 3.38.1 Distro: Ubuntu 21.04 (Hirsute Hippo) 
Machine:   Type: Desktop Mobo: ASRock model: H110M-G/M.2 serial: 
 
   UEFI: American Megatrends v: P1.10 date: 05/11/2017 
CPU:   Info: Dual Core model: Intel Core i3-7100 bits: 64 type: MT MCP 
arch: Kaby Lake rev: 9 
   L2 cache: 3072 KiB 
   flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
bogomips: 31199 
   Speed: 800 MHz min/max: 800/3900 MHz Core speeds (MHz): 1: 800 2: 
800 3: 800 4: 800 
Graphics:  Device-1: Intel HD Graphics 630 vendor: ASRock driver: i915 v: 
kernel bus ID: 00:02.0 
   Device-2: ARC USB 2.0 Camera type: USB driver: uvcvideo bus ID: 
1-8:6 
   Display: x11 server: X.Org 1.20.9 driver: modesetting unloaded: 
fbdev,vesa 
   resolution: 1920x1080~60Hz 
   OpenGL: renderer: Mesa Intel HD Graphics 630 (KBL GT2) v: 4.6 Mesa 
20.2.4 direct render: Yes 
Audio: Device-1: Intel 100 Series/C230 Series Family HD Audio vendor: 
ASRock driver: snd_hda_intel 
   v: kernel bus ID: 00:1f.3 
   Device-2: Logitech QuickCam Pro 9000 type: USB driver: 
snd-usb-audio,uvcvideo bus ID: 1-2:3 
   Sound Server: ALSA v: k5.8.0-25-generic 
Network:   Device-1: Intel Ethernet I219-V vendor: ASRock driver: e1000e v: 
3.2.6-k port: f040 
   bus ID: 00:1f.6 
   IF: enp0s31f6 state: up speed: 100 Mbps duplex: full mac: 
70:85:c2:44:7b:86 
Drives:Local Storage: total: 2.05 TiB used: 7.62 GiB (0.4%) 
   ID-1: /dev/nvme0n1 vendor: Kingston model: SKC2000M8250G size: 
232.89 GiB 
   ID-2: /dev/sda vendor: Toshiba model: DT01ACA100 size: 931.51 GiB 
   ID-3: /dev/sdb vendor: Hitachi model: HDS721010CLA332 size: 931.51 
GiB 
Partition: ID-1: / size: 31.25 GiB used: 7.61 GiB (24.3%) fs: ext4 dev: 
/dev/nvme0n1p5 
Swap:  ID-1: swap-1 type: partition size: 8.00 GiB used: 1.8 MiB (0.0%) 
dev: /dev/sda2 
Sensors:   System Temperatures: cpu: 43.0 C mobo: N/A 
   Fan Speeds (RPM): N/A 
Info:  Processes: 225 Uptime: 7h 29m Memory: 7.48 GiB used: 3.50 GiB 
(46.7%) Init: systemd runlevel: 5 
   Compilers: gcc: N/A Packages: 1823 Shell: Bash v: 5.1.0-rc3 inxi: 
3.1.09 
corrado@corrado-x5-hh-1207:~$ 


** Attachment added: "simple-scan.zip"
   
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1907121/+attachment/5442301/+files/simple-scan.zip

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

Title:
  simple-scan unable to connect scanner HP 2630

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1907121/+subscriptions

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

[Bug 1907078] Re: ubuntu-bug reports installed package is not installed

2020-12-09 Thread Brian Murray
When going through the bug reporting process for update-manager-core you
should have been asked a question about whether the "the issue you are
reporting one you encountered when upgrading Ubuntu from one release to
another?". Did you see that question and if so how did you answer?

Additionally, do you have the package ubuntu-release-upgrader-core
installed?


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

Title:
  ubuntu-bug reports installed package is not installed

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

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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2020-12-09 Thread Heather Lemon
attached debdiff

** Patch added: "python-etcd3gwfocallp1900617.debdiff"
   
https://bugs.launchpad.net/ubuntu/focal/+source/python-etcd3gw/+bug/1900617/+attachment/5442302/+files/python-etcd3gwfocallp1900617.debdiff

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

Title:
  gateway error detail is not passed along in raised exception

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

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

[Bug 1907482] Re: package grub-efi-amd64-signed 1.66.29+2.02~beta2-36ubuntu3.29 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2020-12-09 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package grub-efi-amd64-signed 1.66.29+2.02~beta2-36ubuntu3.29 failed
  to install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1907482/+subscriptions

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

[Bug 1904558] Re: [21.04 FEAT] openCryptoki: PKCS #11 3.0 - baseline provider support

2020-12-09 Thread Frank Heimes
*** This bug is a duplicate of bug 1906369 ***
https://bugs.launchpad.net/bugs/1906369

** This bug has been marked a duplicate of private bug 1906369

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

Title:
  [21.04 FEAT] openCryptoki: PKCS #11 3.0 - baseline provider support

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

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

[Bug 1893655] Re: Sony WH-1000XM3 headphones connect but don't appear in the audio devices list

2020-12-09 Thread Alistair Cunningham
Unfortunately it's not fixed. It doesn't happen every time, but perhaps
half the time. I haven't been able to determine any pattern.

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

Title:
  Sony WH-1000XM3 headphones connect but don't appear in the audio
  devices list

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

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

[Bug 1893655] Re: Sony WH-1000XM3 headphones connect but don't appear in the audio devices list

2020-12-09 Thread Alistair Cunningham
Unfortunately it's not fixed. It doesn't happen every time, but perhaps
half the time. I haven't been able to determine any pattern.

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

Title:
  Sony WH-1000XM3 headphones connect but don't appear in the audio
  devices list

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

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

[Bug 1396379] Re: installer uses first EFI system partition found even when directed otherwise

2020-12-09 Thread tea for one
I have also fallen foul of this bug after trying to install Ubuntu 20.10 on a 
second disk.
I agree with the sentiment in post 41 specifically:-
 
1) Fix the option to choose boot device correctly

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

Title:
  installer uses first EFI system partition found even when directed
  otherwise

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

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

[Bug 1900584] Re: Regression: suspend/wake-up no longer working properly

2020-12-09 Thread Kai-Heng Feng
That's right. Please fix the nvidia installation. It's not a kernel bug.

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

Title:
  Regression: suspend/wake-up no longer working properly

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

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

[Bug 1895527] Re: [linux-azure] [SRU] UBUNTU: SAUCE: Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unload

2020-12-09 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-azure - 4.15.0-1098.109~16.04.1

---
linux-azure (4.15.0-1098.109~16.04.1) xenial; urgency=medium

  [ Ubuntu: 4.15.0-1098.109 ]

  * CVE-2020-16119
- SAUCE: dccp: avoid double free of ccid on child socket
  * CVE-2020-16120
- Revert "UBUNTU: SAUCE: overlayfs: ensure mounter privileges when reading
  directories"
- ovl: pass correct flags for opening real directory
- ovl: switch to mounter creds in readdir
- ovl: verify permissions in ovl_path_open()

linux-azure (4.15.0-1097.107~16.04.1) xenial; urgency=medium

  * xenial/linux-azure: 4.15.0-1097.107~16.04.1 -proposed tracker (LP:
#1896024)

  [ Ubuntu: 4.15.0-1097.107 ]

  * bionic/linux-azure-4.15: 4.15.0-1097.107 -proposed tracker (LP: #1896026)
  * Bionic update: upstream stable patchset 2020-09-11 (LP: #1895328)
- [Config] azure-4.15: updateconfigs for CONFIG_SPI_DYNAMIC
  * [linux-azure] [SRU] UBUNTU: SAUCE: Drivers: hv: vmbus: Add timeout to
vmbus_wait_for_unload (LP: #1895527)
- SAUCE: Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unload
  * bionic/linux: 4.15.0-119.120 -proposed tracker (LP: #1896040)
  * gtp: unable to associate contextes to interfaces (LP: #1894605)
- gtp: add GTPA_LINK info to msg sent to userspace
  * uvcvideo: add mapping for HEVC payloads (LP: #1895803)
- media: videodev2.h: Add v4l2 definition for HEVC
- SAUCE: media: uvcvideo: Add mapping for HEVC payloads
  * Novalink (mkvterm command failure) (LP: #1892546)
- tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()
  * rtnetlink.sh in net from ubuntu_kernel_selftests is returning 1 for a
skipped test (LP: #1895258)
- selftests: net: return Kselftest Skip code for skipped tests
  * Bionic update: upstream stable patchset 2020-09-16 (LP: #1895873)
- net: Fix potential wrong skb->protocol in skb_vlan_untag()
- tipc: fix uninit skb->data in tipc_nl_compat_dumpit()
- ipvlan: fix device features
- gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY
- ALSA: pci: delete repeated words in comments
- ASoC: tegra: Fix reference count leaks.
- mfd: intel-lpss: Add Intel Emmitsburg PCH PCI IDs
- arm64: dts: qcom: msm8916: Pull down PDM GPIOs during sleep
- powerpc/xive: Ignore kmemleak false positives
- media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA
  value in debiirq()
- blktrace: ensure our debugfs dir exists
- scsi: target: tcmu: Fix crash on ARM during cmd completion
- iommu/iova: Don't BUG on invalid PFNs
- drm/amdkfd: Fix reference count leaks.
- drm/radeon: fix multiple reference count leak
- drm/amdgpu: fix ref count leak in amdgpu_driver_open_kms
- drm/amd/display: fix ref count leak in amdgpu_drm_ioctl
- drm/amdgpu: fix ref count leak in amdgpu_display_crtc_set_config
- drm/amdgpu/display: fix ref count leak when pm_runtime_get_sync fails
- scsi: lpfc: Fix shost refcount mismatch when deleting vport
- selftests/powerpc: Purge extra count_pmc() calls of ebb selftests
- omapfb: fix multiple reference count leaks due to pm_runtime_get_sync
- PCI: Fix pci_create_slot() reference count leak
- rtlwifi: rtl8192cu: Prevent leaking urb
- mips/vdso: Fix resource leaks in genvdso.c
- cec-api: prevent leaking memory through hole in structure
- f2fs: fix use-after-free issue
- drm/nouveau/drm/noveau: fix reference count leak in nouveau_fbcon_open
- drm/nouveau: Fix reference count leak in nouveau_connector_detect
- locking/lockdep: Fix overflow in presentation of average lock-time
- scsi: iscsi: Do not put host in iscsi_set_flashnode_param()
- ceph: fix potential mdsc use-after-free crash
- scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()
- EDAC/ie31200: Fallback if host bridge device is already initialized
- media: davinci: vpif_capture: fix potential double free
- KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvhe
- powerpc/spufs: add CONFIG_COREDUMP dependency
- USB: sisusbvga: Fix a potential UB casued by left shifting a negative 
value
- efi: provide empty efi_enter_virtual_mode implementation
- Revert "ath10k: fix DMA related firmware crashes on multiple devices"
- media: gpio-ir-tx: improve precision of transmitted signal due to 
scheduling
- nvme-fc: Fix wrong return value in __nvme_fc_init_request()
- null_blk: fix passing of REQ_FUA flag in null_handle_rq
- i2c: rcar: in slave mode, clear NACK earlier
- usb: gadget: f_tcm: Fix some resource leaks in some error paths
- jbd2: make sure jh have b_transaction set in refile/unfile_buffer
- ext4: don't BUG on inconsistent journal feature
- jbd2: abort journal if free a async write error metadata buffer
- fs: prevent BUG_ON in submit_bh_wbc()
- spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate
- s390/cio: add cond_resched() in the slow_eval_known_fn() loop
- 

[Bug 1819890] Re: Restarting gnome-shell displays images of applications running on other workspaces

2020-12-09 Thread Ayush Agarwal
I have the same issue

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

Title:
  Restarting gnome-shell displays images of applications running on
  other workspaces

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

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

[Bug 1891100] Re: hp notebook 15-da0001nk sound mute led not working

2020-12-09 Thread Kai-Heng Feng
I've already subscribed Realtek audio dev to this bug.

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

Title:
  hp notebook 15-da0001nk sound mute led not working

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

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

[Bug 1907312] Re: clamd takes 7% of ram

2020-12-09 Thread PascalC
Hello.
Well first I valgrinded clamd to see if any memory leak was detected. To my 
knowledge it seems not.
Then I googled on this behaviour and found lots of people complaining of ram 
footprint of clamd. In fact this behaviour seems linked to the necessity of 
loading all virus database in ram for performance purpose.

So there are  no workaround except what you suggest.

I'll try to see if MemoryLimit is an accepted parameter for clamd.

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

Title:
  clamd takes 7% of ram

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

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

[Bug 1905422] Re: CoinMP Solver not Available, option requires coinmp to be promoted

2020-12-09 Thread Heather Ellsworth
I've built Libreoffice with coinmp support and all of the Libreoffice
applications seem to run just fine.

@Rafael, would you mind trying to use the CoinMP linear solver as you'd
like and provide feedback? The patched packages are in this ppa:

https://launchpad.net/~hellsworth/+archive/ubuntu/lo-coinmp/

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

Title:
  CoinMP Solver not Available, option requires coinmp to be promoted

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

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

[Bug 1907312] Re: clamd takes 7% of ram

2020-12-09 Thread PascalC
I've started the unit with MemoryHigh=512M  because MemoryLimit would
kill the process

I see that systemd has accepted the parameter, but the process still takes 1.1G 
:
Memory: 1.1G (high: 512.0M)

as seen in the status report :

# systemctl status clamav-daemon.service 
● clamav-daemon.service - Clam AntiVirus userspace daemon
 Loaded: loaded (/lib/systemd/system/clamav-daemon.service; enabled; vendor 
preset: enabled)
Drop-In: /etc/systemd/system/clamav-daemon.service.d
 └─extend.conf
 Active: active (running) since Wed 2020-12-09 19:47:06 CET; 1min 9s ago
   Docs: man:clamd(8)
 man:clamd.conf(5)
 https://www.clamav.net/documents/
Process: 3650667 ExecStartPre=/bin/mkdir -p /run/clamav (code=exited, 
status=0/SUCCESS)
Process: 3650676 ExecStartPre=/bin/chown clamav /run/clamav (code=exited, 
status=0/SUCCESS)
   Main PID: 3650686 (clamd)
  Tasks: 2 (limit: 18754)
 Memory: 1.1G (high: 512.0M)
 CGroup: /system.slice/clamav-daemon.service
 └─3650686 /usr/sbin/clamd --foreground=true

déc. 09 19:47:28 minipc clamd[3650686]: Wed Dec  9 19:47:28 2020 -> Portable 
Executable support enabled.
déc. 09 19:47:28 minipc clamd[3650686]: Wed Dec  9 19:47:28 2020 -> ELF support 
enabled.
déc. 09 19:47:28 minipc clamd[3650686]: Wed Dec  9 19:47:28 2020 -> Mail files 
support enabled.
déc. 09 19:47:28 minipc clamd[3650686]: Wed Dec  9 19:47:28 2020 -> OLE2 
support enabled.
déc. 09 19:47:28 minipc clamd[3650686]: Wed Dec  9 19:47:28 2020 -> PDF support 
enabled.
déc. 09 19:47:28 minipc clamd[3650686]: Wed Dec  9 19:47:28 2020 -> SWF support 
enabled.
déc. 09 19:47:28 minipc clamd[3650686]: Wed Dec  9 19:47:28 2020 -> HTML 
support enabled.
déc. 09 19:47:28 minipc clamd[3650686]: Wed Dec  9 19:47:28 2020 -> XMLDOCS 
support enabled.
déc. 09 19:47:28 minipc clamd[3650686]: Wed Dec  9 19:47:28 2020 -> HWP3 
support enabled.
déc. 09 19:47:28 minipc clamd[3650686]: Wed Dec  9 19:47:28 2020 -> Self 
checking every 3600 seconds.

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

Title:
  clamd takes 7% of ram

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

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

[Bug 1907489] [NEW] restore reverted commit "crypto: arm64/sha - avoid non-standard inline asm tricks"

2020-12-09 Thread dann frazier
Public bug reported:

[Impact]
To address bug 1905336, we reverted an upstream commit. Upstream have now 
pulled in a commit to properly fix the underlying issue. Once we merge that 
fix, we should be able to reapply the reverted commit.

[Test Case]
If the kernel boots and we can still load the sha{1,2}_ce modules, we should be 
good.

[Fix]
After this is applied:
  https://www.spinics.net/lists/stable/msg431217.html
We should reapply the commit we reverted here:
  
https://kernel.ubuntu.com/git/ubuntu/ubuntu-xenial.git/commit/?id=4baa2fdd354700e2304e10cdbc64402621c3fa29


[Where Problems May Occur]
Although we shipped the reverted patch for many releases - the whole time we 
did so, the impacted modules were not loadable. Once we reapply it, xenial 
users will be running that code for the first time. If there are issues with 
the code, users of the sha{1,2}_ce modules may now hit them. Issues could 
include kernel oopses, corruption, etc.

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

** Affects: linux (Ubuntu Xenial)
 Importance: Undecided
 Assignee: dann frazier (dannf)
 Status: In Progress

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

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => dann frazier (dannf)

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

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

Title:
  restore reverted commit "crypto: arm64/sha - avoid non-standard inline
  asm tricks"

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

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

[Bug 1855350] Re: Will not logout or shutdown from guest-session

2020-12-09 Thread Lou
Same problem for me (Xubuntu 20.04) and NOT a guest session.  Two
regular users here and this has happened to both.

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

Title:
  Will not logout or shutdown from guest-session

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

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

[Bug 1906949] Re: ext4_find_entry:1531

2020-12-09 Thread Claus Ar.
Contents of 'sudo lspci -vvnn' attached.

** Attachment added: "lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906949/+attachment/5442307/+files/lspci.txt

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

Title:
  ext4_find_entry:1531

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

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

[Bug 1820083] Re: TLS params not set for session

2020-12-09 Thread Heather Lemon
** Also affects: python-etcd3gw (Ubuntu Hirsute)
   Importance: Medium
   Status: New

** Also affects: python-etcd3gw (Ubuntu Groovy)
   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/1820083

Title:
  TLS params not set for session

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

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

[Bug 1907462] Re: FTFBS in Hirsute - QPainterPath path’ has incomplete type (blocking capstone)

2020-12-09 Thread Bryce Harrington
Version 1.2.0-2.1 doesn't appear to be in a debian pocket we can sync
from; essentially we want edb-debugger-1.2.0-2.1-nmu.diff from the
debian bug, which packages this patch from upstream:

https://github.com/eteran/edb-
debugger/commit/1d184460d392daed283ead8e1aaf461c94a87872

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

Title:
  FTFBS in Hirsute - QPainterPath path’ has incomplete type (blocking
  capstone)

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

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

[Bug 1907460] Re: FTFBS in Hirsute - failed test (blocking capstone)

2020-12-09 Thread Bryce Harrington
** Changed in: uftrace (Ubuntu)
   Status: New => Triaged

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

Title:
  FTFBS in Hirsute - failed test (blocking capstone)

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

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

[Bug 1904419] Re: Upgrade glibc 2.32 by required upstream patches

2020-12-09 Thread Balint Reczey
Regarding the original question we don't automatically follow the
release branches in stable releases especially not in interim releases
which have only 9 months of support.

I'm collecting patches for an upcoming SRU for Focal and Groovy, and the
patches listed here can be included as well, but to go through the SRU
process this bug needs more information. Could you please fill out the
SRU template for the fixes? https://wiki.ubuntu.com/StableReleaseUpdates

** Changed in: glibc (Ubuntu Hirsute)
   Status: Fix Committed => Fix Released

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

Title:
  Upgrade glibc 2.32 by required upstream patches

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

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

[Bug 1907262] Re: raid10: discard leads to corrupted file system

2020-12-09 Thread Eric Desrochers
For Trusty and Xenial, fstrim is scheduled via cron[0] to run weekly at each 
Sunday at 6h47[1].
For Bionic onward, fstrim is scheduled via systemd timer to also run weekly[2]

Impacted users may want to take action before the next scheduled run by
downgrading the running kernel or disabling the fstrim job.

[Trusty and Xenial]
By default,  an /etc/cron.weekly/fstrim job is installed, but this may be 
supplanted by local modifications.

Check if you are running a cron job which might invoke fstrim:
$ sudo grep -r fstrim /etc/cron*

If an fstrim job is found in the results of the above command, edit the
appropriate file and comment out the command with a “#” at the beginning
of the line to disable the execution of fstrim.

For the default Ubuntu configuration, the command in the
/etc/cron.weekly/fstrim file starts with “/sbin/fstrim” or “exec fstrim-
all” and is the last line of the file.


[Bionic or late]
$ sudo systemctl disable --now fstrim.timer
$ sudo systemctl mask fstrim.service
 

[0] - /etc/cron.weekly/fstrim
[1] - grep -i weekly /etc/crontab:
[2] - systemctl status fstrim.timer | grep "Trigger:"

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

Title:
  raid10: discard leads to corrupted file system

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

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

[Bug 1907262] Re: raid10: discard leads to corrupted file system

2020-12-09 Thread Eric Desrochers
For Trusty and Xenial, fstrim is scheduled via cron[0] to run weekly at each 
Sunday at 6h47[1].
For Bionic onward, fstrim is scheduled via systemd timer to also run weekly[2]

Impacted users may want to take action before the next scheduled run by
downgrading the running kernel or temporarily disabling the fstrim job.

[Trusty and Xenial]
By default, an /etc/cron.weekly/fstrim job is installed, but this may be 
supplanted by local modifications.

Check if you are running a cron job which might invoke fstrim:
$ sudo grep -r fstrim /etc/cron*

If an fstrim job is found in the results of the above command, edit the
appropriate file and comment out the command with a “#” at the beginning
of the line to disable the execution of fstrim.

For the default Ubuntu configuration, the command in the
/etc/cron.weekly/fstrim file starts with “/sbin/fstrim” or “exec fstrim-
all” and is the last line of the file.

[Bionic or late]
$ sudo systemctl disable --now fstrim.timer
$ sudo systemctl mask fstrim.service

[0] - /etc/cron.weekly/fstrim
[1] - grep -i weekly /etc/crontab:
[2] - systemctl status fstrim.timer | grep "Trigger:"

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

Title:
  raid10: discard leads to corrupted file system

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

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

[Bug 1900617] Re: gateway error detail is not passed along in raised exception

2020-12-09 Thread Heather Lemon
** Also affects: python-etcd3gw (Ubuntu Hirsute)
   Importance: Medium
   Status: Fix Released

** Changed in: python-etcd3gw (Ubuntu Hirsute)
 Assignee: (unassigned) => Heather Lemon (hypothetical-lemon)

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

Title:
  gateway error detail is not passed along in raised exception

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

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

[Bug 1907056] Re: Please add meta/kernel.yaml

2020-12-09 Thread Michael Vogt
** Description changed:

  Snapd will soon support to have DTBs in the kernel snap that are
  automatically installed on kernel refreshes. To support this, please add
  the following file to the pi-kernel:
  
  $ cat meta/kernel.yaml
  assets:
    pidtbs:
  update: true
  content:
- - dtbs/
+ - dtbs/broadcom/
+ - dtbs/overlays/
  
  This will allow the gadget to select DTBs from the kernel via:
  $ diff -u meta/gadget.yaml.orig meta/gadget.yaml
  --- meta/gadget.yaml.orig 2020-12-07 10:10:16.775139010 +0100
  +++ meta/gadget.yaml  2020-12-07 10:11:33.482871026 +0100
  @@ -10,8 +10,10 @@
   type: 0C
   size: 1200M
   content:
  -  - source: boot-assets/
- +  - source: $kernel:pidtbs/broadcom/
+ +  - source: $kernel:pidtbs/dtbs/broadcom/
   target: /
- +  - source: $kernel:pidtbs/overlays/
+ +  - source: $kernel:pidtbs/dtbs/overlays/
  +target: /overlays
     - name: ubuntu-boot
   role: system-boot
   filesystem: vfat
  
  If those could be provided in a snap branch that would be *amazing*

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

Title:
  Please add meta/kernel.yaml

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

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

[Bug 1901906] Re: amd64 images should have correct set of bootloaders installed

2020-12-09 Thread Joshua Powers
The xenial verification has failed as once again the package names are
not correct. I have an MP up [1] which reverts back to the original
behavior. Xenial's behavior around shim is not the same as later
releases. This work is not something scheduled till next year.

Bionic [2] and Focal [3] are sru verification passed as images are
building, no longer including extra packages, and are launching
successfully. The build logs linked you can search for "chroot
mountpoint apt-get install -qqy grub-pc shim-signed" to verify the new
version is getting shipped.

[1] 
https://code.launchpad.net/~powersj/livecd-rootfs/+git/livecd-rootfs-1/+merge/394910
[2] 
https://i510533839.restricted.launchpadlibrarian.net/510533839/buildlog_ubuntu_bionic_amd64_amd64-disk-image_qcow2_squashfs_tarball_vagrant_vmdk_azure_azure-pro_azure-pro-fips_dimension-data_hyperv-gcs_wsl_maas_softlayer_cpc_BUILDING.txt.gz?token=HPgBwmkbztJpx1ZSZbwW0Ln2XvmF0Clh
[3] 
https://i510437212.restricted.launchpadlibrarian.net/510437212/buildlog_ubuntu_focal_amd64_amd64-disk-image_kvm_qcow2_squashfs_tarball_vagrant_vmdk_azure_azure-pro_hyperv-gcs_wsl_maas_softlayer_cpc_BUILDING.txt.gz?token=pxHwRfRH0CVNcL6Rj6fhcltmq1SQDtDH

** Tags removed: verification-needed verification-needed-bionic 
verification-needed-focal verification-needed-xenial
** Tags added: verification-done-bionic verification-done-focal 
verification-failed-xenial

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

Title:
  amd64 images should have correct set of bootloaders installed

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

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

[Bug 1906496] Re: mgr can be very slow in a large ceph cluster

2020-12-09 Thread Ponnuvel Palaniyappan
debdiff for 13.2.9

** Attachment added: "debdiff-ceph-13.2.9"
   
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1906496/+attachment/5442308/+files/debdiff-ceph-13.2.9

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

Title:
  mgr can be very slow in a large ceph cluster

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

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

[Bug 1906496] Re: mgr can be very slow in a large ceph cluster

2020-12-09 Thread Ponnuvel Palaniyappan
Patch file for 13.2.9

** Attachment added: "bug1906496.patch-13.2.9"
   
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1906496/+attachment/5442309/+files/bug1906496.patch-13.2.9

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

Title:
  mgr can be very slow in a large ceph cluster

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

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

[Bug 1904419] Re: Upgrade glibc 2.32 by required upstream patches

2020-12-09 Thread Frank Heimes
** Summary changed:

- Ugrade glibc 2.32 by required upstream patches
+ Upgrade glibc 2.32 by required upstream patches

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

Title:
  Upgrade glibc 2.32 by required upstream patches

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

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

[Bug 1907493] [NEW] wifi network keeps disconnecting

2020-12-09 Thread meschi
Public bug reported:

I'm running Ubuntu 20.04 with the latest updates on a Thinkpad X220.
Since about a week I keep having network disconnects. I am using an
Intel Corporation Centrino Advanced-N 6205 wifi chip. Before it's been
working great.

There seem to be others with this recent problem.
https://askubuntu.com/questions/1298278/i-keep-getting-disconnected

$dmesg
shows:

[35764.191444] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[35764.207135] wlp3s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 
5c:49:79:33:f5:69
[35770.664591] e1000e: enp0s25 NIC Link is Down
[35823.702523] wlp3s0: disassociated from 5c:49:79:33:f5:69 (Reason: 
33=DISASSOC_QAP_NO_BANDWIDTH)
[35823.949141] wlp3s0: authenticate with 5c:49:79:33:f5:6a
[35823.952112] wlp3s0: send auth to 5c:49:79:33:f5:6a (try 1/3)
[35824.027366] wlp3s0: authenticated
[35824.028058] wlp3s0: associate with 5c:49:79:33:f5:6a (try 1/3)
[35824.031316] wlp3s0: RX AssocResp from 5c:49:79:33:f5:6a (capab=0x1511 
status=0 aid=3)
[35824.049972] wlp3s0: associated
[35824.051644] wlp3s0: deauthenticating from 5c:49:79:33:f5:6a by local choice 
(Reason: 1=UNSPECIFIED)
[35827.875982] wlp3s0: authenticate with 5c:49:79:33:f5:69
[35827.883980] wlp3s0: send auth to 5c:49:79:33:f5:69 (try 1/3)
[35827.890394] wlp3s0: 5c:49:79:33:f5:69 denied authentication (status 34)
[35828.966804] wlp3s0: authenticate with 5c:49:79:33:f5:6a
[35828.971132] wlp3s0: send auth to 5c:49:79:33:f5:6a (try 1/3)
[35829.043823] wlp3s0: authenticated
[35829.044820] wlp3s0: associate with 5c:49:79:33:f5:6a (try 1/3)
[35829.047162] wlp3s0: RX AssocResp from 5c:49:79:33:f5:6a (capab=0x1511 
status=0 aid=3)
[35829.065508] wlp3s0: associated
[35829.144604] wlp3s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 
5c:49:79:33:f5:6a
[35901.739236] wlp3s0: disconnect from AP 5c:49:79:33:f5:6a for new auth to 
5c:49:79:33:f5:69
[35901.758760] wlp3s0: authenticate with 5c:49:79:33:f5:69
[35901.762063] wlp3s0: send auth to 5c:49:79:33:f5:69 (try 1/3)
[35901.765779] wlp3s0: authenticated
[35901.766059] wlp3s0: waiting for beacon from 5c:49:79:33:f5:69
[35901.831428] wlp3s0: associate with 5c:49:79:33:f5:69 (try 1/3)
[35901.837432] wlp3s0: RX ReassocResp from 5c:49:79:33:f5:69 (capab=0x1431 
status=0 aid=8)
[35901.857282] wlp3s0: associated
[35901.859310] wlp3s0: deauthenticating from 5c:49:79:33:f5:69 by local choice 
(Reason: 1=UNSPECIFIED)


$journalctl --follow
showed this:

Dez 09 20:29:05 meschi-ThinkPad-X220 wpa_supplicant[1012]: wlp3s0: Associated 
with 5c:49:79:33:f5:69
Dez 09 20:29:05 meschi-ThinkPad-X220 wpa_supplicant[1012]: wlp3s0: 
CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Dez 09 20:29:05 meschi-ThinkPad-X220 wpa_supplicant[1012]: wlp3s0: 
CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=DE
Dez 09 20:29:05 meschi-ThinkPad-X220 wpa_supplicant[1012]: l2_packet_send - 
sendto: No buffer space available
Dez 09 20:29:05 meschi-ThinkPad-X220 kernel: wlp3s0: deauthenticating from 
5c:49:79:33:f5:69 by local choice (Reason: 1=UNSPECIFIED)
Dez 09 20:29:05 meschi-ThinkPad-X220 wpa_supplicant[1012]: wlp3s0: 
CTRL-EVENT-DISCONNECTED bssid=5c:49:79:33:f5:69 reason=1 locally_generated=1
Dez 09 20:29:05 meschi-ThinkPad-X220 wpa_supplicant[1012]: wlp3s0: WPA: 4-Way 
Handshake failed - pre-shared key may be incorrect
Dez 09 20:29:05 meschi-ThinkPad-X220 wpa_supplicant[1012]: wlp3s0: 
CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="wifi-name" auth_failures=1 duration=10 
reason=WRONG_KEY
Dez 09 20:29:05 meschi-ThinkPad-X220 wpa_supplicant[1012]: wlp3s0: 
CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Dez 09 20:29:05 meschi-ThinkPad-X220 NetworkManager[141586]:   
[1607542145.0780] device (wlp3s0): supplicant interface state: associating -> 
4-way handshake
Dez 09 20:29:05 meschi-ThinkPad-X220 NetworkManager[141586]:   
[1607542145.0781] sup-iface[0x560dbca5e1e0,wlp3s0]: connection disconnected 
(reason -1)
Dez 09 20:29:05 meschi-ThinkPad-X220 NetworkManager[141586]:   
[1607542145.0833] device (wlp3s0): supplicant interface state: 4-way handshake 
-> disconnected
Dez 09 20:29:05 meschi-ThinkPad-X220 NetworkManager[141586]:   
[1607542145.0849] device (wlp3s0): Activation: (wifi) disconnected during 
association, asking for new key
Dez 09 20:29:05 meschi-ThinkPad-X220 NetworkManager[141586]:   
[1607542145.0851] device (wlp3s0): state change: activated -> need-auth (reason 
'supplicant-disconnect', sys-iface-state: 'managed')

** Affects: 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/1907493

Title:
  wifi network keeps disconnecting

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

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

[Bug 1907465] Re: CRL checking of smart card causes Segmentation Fault

2020-12-09 Thread Judd Tracy
** Tags added: amd64 bionic

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

Title:
  CRL checking of smart card causes Segmentation Fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam-pkcs11/+bug/1907465/+subscriptions

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

[Bug 1907262] Re: raid10: discard leads to corrupted file system

2020-12-09 Thread Eric Desrochers
** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Trusty)
   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/1907262

Title:
  raid10: discard leads to corrupted file system

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

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

[Bug 1904306] Re: bcm2835-v4l2 does not detect/expose the second camera on RPi Compute Module 3+ in Ubuntu Server 20.04.1

2020-12-09 Thread Adam Black
Vincent, could you pls help triage and remedy this?

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

Title:
  bcm2835-v4l2 does not detect/expose the second camera on RPi Compute
  Module 3+ in Ubuntu Server 20.04.1

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

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

[Bug 1907262] Re: raid10: discard leads to corrupted file system

2020-12-09 Thread Eric Desrochers
@voidlily,

I would assume you are running a HWE kernel (v4.15) on Xenial.

If it's the case, fixing the Bionic kernel will generate a new HWE
(4.15) kernel for Xenial.


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

** Changed in: linux (Ubuntu Trusty)
   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/1907262

Title:
  raid10: discard leads to corrupted file system

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

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

[Bug 1900584] Re: Regression: suspend/wake-up no longer working properly

2020-12-09 Thread craigleat
>From the Xorg log:

[10.479] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please 
see the
[10.479] (EE) NVIDIA: system's kernel log for additional error messages 
and
[10.479] (EE) NVIDIA: consult the NVIDIA README for details.
[10.479] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please 
see the
[10.479] (EE) NVIDIA: system's kernel log for additional error messages 
and
[10.479] (EE) NVIDIA: consult the NVIDIA README for details.
[10.479] (EE) [drm] Failed to open DRM device for (null): -2
[10.479] (EE) [drm] Failed to open DRM device for pci::01:00.0: -2
[10.479] (WW) Falling back to old probe method for modesetting
[10.479] (II) Loading sub module "fbdevhw"
[10.479] (II) LoadModule: "fbdevhw"
[10.480] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[10.481] (II) Module fbdevhw: vendor="X.Org Foundation"
[10.481]compiled for 1.20.8, module version = 0.0.2
[10.481]ABI class: X.Org Video Driver, version 24.1
[10.481] (**) FBDEV(1): claimed PCI slot 1@0:0:0
[10.481] (II) FBDEV(1): using default device
[10.481] (EE) Screen 0 deleted because of no matching config section.

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

Title:
  Regression: suspend/wake-up no longer working properly

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

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

  1   2   3   >