[Bug 1766478] Re: Deepin terminal is installed in base install unintentionally
I have attached the /var/log/dpkg.log ** Attachment added: "dpkg.log" https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1766478/+attachment/5126346/+files/dpkg.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766478 Title: Deepin terminal is installed in base install unintentionally To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1766478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766481] [NEW] package libnvidia-compute-390 390.48-0ubuntu3 failed to install/upgrade: trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different from other instances of pac
Public bug reported: Description:Ubuntu Bionic Beaver (development branch) Release:18.04 libnvidia-compute-390: Installed: 390.48-0ubuntu3 Candidate: 390.48-0ubuntu3 Version table: *** 390.48-0ubuntu3 500 500 http://at.archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages 100 /var/lib/dpkg/status Got the splash screen right after reboot. I manually had to fix the dependency of nvidia-390 because libnvidia-compute-390 did not install correctly when installing the driver. ProblemType: Package DistroRelease: Ubuntu 18.04 Package: libnvidia-compute-390 390.48-0ubuntu3 ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15 Uname: Linux 4.15.0-15-generic x86_64 ApportVersion: 2.20.9-0ubuntu6 Architecture: amd64 Date: Tue Apr 24 07:32:19 2018 Dependencies: gcc-8-base 8-20180414-1ubuntu2 libc6 2.27-3ubuntu1 libgcc1 1:8-20180414-1ubuntu2 ErrorMessage: trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different from other instances of package libnvidia-compute-390:amd64 InstallationDate: Installed on 2018-04-22 (1 days ago) InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Release amd64 (20180106) Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3 PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 2.7.15~rc1-1 RelatedPackageVersions: dpkg 1.19.0.5ubuntu2 apt 1.6.1 SourcePackage: nvidia-graphics-drivers-390 Title: package libnvidia-compute-390 390.48-0ubuntu3 failed to install/upgrade: trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different from other instances of package libnvidia-compute-390:amd64 UpgradeStatus: Upgraded to bionic on 2018-04-22 (1 days ago) ** Affects: nvidia-graphics-drivers-390 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766481 Title: package libnvidia-compute-390 390.48-0ubuntu3 failed to install/upgrade: trying to overwrite shared '/etc/OpenCL/vendors/nvidia.icd', which is different from other instances of package libnvidia-compute-390:amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1766481/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1761629] Re: [SRU] unicode error when using old unicode non uuid style user id
** Description changed: + [Impact] + When use old non unicode user id, such as Gāo heat stack-list shows unicode error - like below + Affected to + Xenial, Artful ( tested ) + UCA Mitaka ( the others ( Ocata, Pike, Queens ) are in testing ) + + [Test Case] + + 1. deploy openstack env + 2. source novarc ( as admin user ) ( or novarcv3_project as admin ) + 3. keystone user-create --name test + - openstack user create --domain admin_domain test + 4. openstack user set --password-prompt test + 4. log into keystone node and install mysql-client + 5. connect to mysql with keystone user + 6. do below query + - set foreign_key_checks = 0; + - update local_user set user_id='Gāo' where user_id='UUID'; + - update user set id='Gāo' where id='UUID'; + - set foreign_key_checks = 1; + 7. keystone user-role-add --user test --tenant admin --role Admin + - openstack role add --user test --domain admin_domain Admin + - openstack role add --user test --project [admin project id] Admin + - openstack role add --user test --project [admin project id] Member + 8. source novarc ( as test user ) ( or novarcv3_project as test user ) + 9. heat stack-list + + result is like [Others] + + [Regression] + + This patch fixes simple unicode. but heat api needs to be restarted. + Could be short outage during restarting. + + + [Others] + + Below is test result heat --debug stack-list DEBUG (session) REQ: curl -g -i -X GET http://10.0.11.184:5000/v2.0 -H "Accept: application/json" -H "User-Agent: python-keystoneclient" INFO (connectionpool) Starting new HTTP connection (1): 10.0.11.184 DEBUG (connectionpool) "GET /v2.0 HTTP/1.1" 200 337 DEBUG (session) RESP: [200] Content-Length: 337 Vary: X-Auth-Token Keep-Alive: timeout=5, max=100 Server: Apache/2.4.18 (Ubuntu) Connection: Keep-Alive Date: Thu, 05 Apr 2018 21:20:39 GMT x-openstack-request-id: req-df64189d-c865-47fb-b89d-698d61dfafdc Content-Type: [68/1725] - on/json X-Distribution: Ubuntu + on/json X-Distribution: Ubuntu RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://10.0.11.184:5000/v2.0/";, "rel": "self"}, {"href": "ht tp://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}} DEBUG (v2) Making authentication request to http://10.0.11.184:5000/v2.0/tokens DEBUG (connectionpool) "POST /v2.0/tokens HTTP/1.1" 200 3105 DEBUG (session) REQ: curl -g -i -X GET http://10.0.11.170:8004/v1/c9c6d2b72f74458bada7f94501369b18/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad359574acee284a60451f9e2340ec46d6e17728" INFO (connectionpool) Starting new HTTP connection (1): 10.0.11.170 DEBUG (connectionpool) "GET /v1/c9c6d2b72f74458bada7f94501369b18/stacks HTTP/1.1" 400 5508 - DEBUG (session) RESP: [400] Date: Thu, 05 Apr 2018 21:20:39 GMT Content-Length: 5508 Content-Type: application/json; charset=UTF-8 Connection: keep-alive + DEBUG (session) RESP: [400] Date: Thu, 05 Apr 2018 21:20:39 GMT Content-Length: 5508 Content-Type: application/json; charset=UTF-8 Connection: keep-alive RESP BODY: {"explanation": "The server could not comply with the request since it is either malformed or otherwise incorrect.", "code": 400, "error": {"message": "'ascii' codec can't encode character u'\\u0101' in position 1: ordinal not in range(128)", "traceback": "Tracebac k (most recent call last):\n File \"/usr/lib/python2.7/dist-packages/heat/api/middleware/fault.py\", line 163, in process_request\nreturn req.get_response(self.application)\n File \"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1317, in send\n application , catch_exc_info=False)\n File \"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1281, in call_application\napp_iter = application(self.environ, start_response)\n File \"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 130, in __call__\n resp = self.ca ll_func(req, *args, **self.kwargs)\n File \"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 195, in call_func\n return self.func(req, *args, **kwargs)\n File \"/usr/lib/python2.7/dist-packages/oslo_middleware/base.py\", line 114, in __call__\nresponse = req.get _response(self.application)\n File \"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1317, in send\n application, catch_exc_info=False)\n File \"/usr/lib/python2.7/dist-packages/webob/request.py\", line 1281, in call_application\napp_iter = application(self .environ, start_response)\n File \"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 130, in __call__\n resp = self.call_func(req, *args, **self.kwargs)\n File \"/usr/lib/python2.7/dist-packages/webob/dec.py\", line 195, in call_func\n return self.func(req, *args, - **kwargs)\n File \"/usr/lib/python2.7/dist-packages/oslo
[Bug 1748450] Re: gnome-shell crashed with SIGTRAP in _g_log_abort() from g_log_default_handler() from default_log_handler(message="Connection to xwayland lost") from g_logv() from g_log() from
** Changed in: gnome-shell (Ubuntu Bionic) Assignee: Jean-Baptiste Lallement (jibel) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1748450 Title: gnome-shell crashed with SIGTRAP in _g_log_abort() from g_log_default_handler() from default_log_handler(message="Connection to xwayland lost") from g_logv() from g_log() from To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1748450/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1761729] Comment bridged from LTC Bugzilla
--- Comment From kalsh...@in.ibm.com 2018-04-24 02:38 EDT--- (In reply to comment #26) > There are two different panics being shown here. One is the kernel assert in > usercopy.c, the other is the crash in qla2xxx. You should not be using one > bug to handle two different issues. If the kernel assert is no longer > happening, then close this bug. @Pavithra: can you validate and see no longer you observe assert issue and as per dev. suggestion you can open a new defect on crash issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1761729 Title: Ubuntu 18.04 Machine crashed while running ltp. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1761729/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766478] Re: Deepin terminal is installed in base install unintentionally
I noticed deepin was added to the bionic Lubuntu Alternate daily's a few weeks ago. Here are extract from the /var/log/syslog of the operating system install: Apr 24 05:37:14 in-target: debconf (developer): starting /usr/bin /debconf-apt-progress --from 150 --to 800 --logstderr -- apt-get -q -y -o APT::Install-Recommends=true -o APT::Get::AutomaticRemove=true -o APT::Acquire::Retries=3 install minimal^ lubuntu-desktop^ standard^ And a few lines later we see the deepin-terminal and friends: ... Apr 24 05:37:14 in-target: xkb-data is already the newest version (2.23.1-1ubuntu1). Apr 24 05:37:14 in-target: liblzma5 is already the newest version (5.2.2-1.3). Apr 24 05:37:14 in-target: xz-utils is already the newest version (5.2.2-1.3). Apr 24 05:37:14 in-target: zlib1g is already the newest version (1:1.2.11.dfsg-0ubuntu2). Apr 24 05:37:14 in-target: The following additional packages will be installed: Apr 24 05:37:14 in-target: apport apport-gtk dbus-x11 deepin-menu deepin-terminal expect fontconfig Apr 24 05:37:14 in-target: fontconfig-config fonts-liberation fonts-ubuntu gir1.2-wnck-3.0 gtk2-engines Apr 24 05:37:14 in-target: gtk2-engines-murrine gtk2-engines-pixbuf hicolor-icon-theme libcairo2 There are no reverse dependancies on deepin-terminal: apt-cache rdepends deepin-terminal So it's maybe a recommended package. Of what, I'm not sure. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766478 Title: Deepin terminal is installed in base install unintentionally To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1766478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766480] Re: Touchpad scroll and middle/right click not working as expected
The settings you refer to are intentionally disabled by default, because they conflict with modern clickpad usage. But they are still available if you want to turn them on. To enable edge scrolling look in: Settings > Devices > Mouse & Touchpad > Touchpad > Edge Scrolling = ON To enable button areas: 1. Install package 'gnome-tweaks' 2. In Gnome Tweaks > Keyboard & Mouse > Mouse Click Emulation = Area You may also be interested to try the alternate touchpad driver (only works in Xorg sessions) by adding/removing package 'xserver-xorg-input- synaptics'. ** Package changed: wayland (Ubuntu) => gnome-shell (Ubuntu) ** Changed in: gnome-shell (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/1766480 Title: Touchpad scroll and middle/right click not working as expected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766488] [NEW] package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 5
Public bug reported: Hello! I'm a new user Ubuntu 18.04. At update/upgade the system, Ubuntu_update_manager show me that error. ProblemType: Package DistroRelease: Ubuntu 18.04 Package: shim-signed 1.34.6+13-0ubuntu2 ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15 Uname: Linux 4.15.0-15-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia .proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] Нет такого файла или каталога: '/proc/sys/kernel/moksbstate_disabled' ApportVersion: 2.20.9-0ubuntu6 Architecture: amd64 Date: Tue Apr 24 09:38:09 2018 ErrorMessage: installed shim-signed package post-installation script subprocess returned error exit status 5 InstallationDate: Installed on 2018-01-28 (85 days ago) InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801) Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3 PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 2.7.15~rc1-1 RelatedPackageVersions: dpkg 1.19.0.5ubuntu2 apt 1.6.1 SecureBoot: 6 0 0 0 0 SourcePackage: shim-signed Title: package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 5 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: shim-signed (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package bionic 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/1766488 Title: package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1766488/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766477] Re: Chang the location for one of two front mics on a lenovo thinkcentre machine
** Summary changed: - Chang one of two front mics on a lenovo thinkcentre machine + Chang the location for one of two front mics on a lenovo thinkcentre machine ** Description changed: - Image: sutton-hamming-xenial-amd64-20180323-51.iso - BIOS Version: M1VKT04A - Platform: P330-1/P330-2 - CPU: Intel(R) Xeon(R) E-2124G CPU @ 3.40GHz + [Impact] + On one of Lenovo thinkcenter machines we have, there are two microphone jacks + on the front panel, but only one of them can work after we plug a micrphone in + them. + + [Fix] + Because two microphones are located in front panels, the alsa driver will assign + the same jack name to them, but pulseaudio can't handle two jacks with the same + name. + + After applying this FIXUP, they will have different mixer name, + then pulseaudio can handle them correctly. + + + [Test Case] + After booting up, plug micrphone into any one of the two audio jacks, the microphone + works very well. + + [Regression Potential] + Very low, since this patch is specific to the thinkcenter machine with subsystem id + 0x17aa3138. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766477 Title: Chang the location for one of two front mics on a lenovo thinkcentre machine To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1766477/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1765363] Re: prime-select intel is not powering off the nvidia card
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: nvidia-prime (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/1765363 Title: prime-select intel is not powering off the nvidia card To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1765363/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1765363] Re: prime-select intel is not powering off the nvidia card
Same here using a Precision 7510 after selecting Intel (sudo prime- select intel && sudo reboot) the following happens: apr 24 07:23:10 Precision-7510 systemd[1]: Starting Fall back on nouveau if nvidia is not loaded... apr 24 07:23:10 Precision-7510 kernel: nouveau :01:00.0: NVIDIA GM107 (117300a2) apr 24 07:23:11 Precision-7510 systemd[1]: Started Fall back on nouveau if nvidia is not loaded. Then Nouveau wil load and the Nvidia dGPU will run on Nouveau and stay powered on. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765363 Title: prime-select intel is not powering off the nvidia card To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1765363/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1765363] Re: prime-select intel is not powering off the nvidia card
Running Xubuntu 18.04 by the way. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765363 Title: prime-select intel is not powering off the nvidia card To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-prime/+bug/1765363/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1763594] Re: xhci hangs; reset results in NULL pointer dereference
Maybe related: https://bugzilla.redhat.com/show_bug.cgi?id=1565131 ** Bug watch added: Red Hat Bugzilla #1565131 https://bugzilla.redhat.com/show_bug.cgi?id=1565131 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1763594 Title: xhci hangs; reset results in NULL pointer dereference To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1763594/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766479] Re: Resizing a window's left border to the right can cause it to scoot right
Please run this command to help us get more information from your system: apport-collect 1766479 ** Package changed: wayland (Ubuntu) => gnome-shell (Ubuntu) ** Also affects: mutter (Ubuntu) Importance: Undecided Status: New ** Changed in: gnome-shell (Ubuntu) Status: New => Incomplete ** Changed in: mutter (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/1766479 Title: Resizing a window's left border to the right can cause it to scoot right To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766479/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1728238] Re: update-initramfs not adding i915 GuC firmware, firmware fails to load
Thanks for the work around! Why it affects only my custom kernel 4.14.0.15 Artful? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1728238 Title: update-initramfs not adding i915 GuC firmware, firmware fails to load To manage notifications about this bug go to: https://bugs.launchpad.net/initramfs-tools/+bug/1728238/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766291] Re: 4.15-0-19-generic is world-readable 644 vs 600 for older kernels
It appears this should be fixed in linux-signed 4.15.0-20.21, but there was no bug reference in the changelog: linux-signed (4.15.0-20.21) bionic; urgency=medium * Master version: 4.15.0-20.21 * Miscellaneous Ubuntu changes - fix permissions for installed signed kernel images ** Changed in: linux-signed (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766291 Title: 4.15-0-19-generic is world-readable 644 vs 600 for older kernels To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1766291/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766478] Re: Deepin terminal is installed in base install unintentionally
This bug has been reported on the Ubuntu ISO testing tracker. A list of all reports related to this bug can be found here: http://iso.qa.ubuntu.com/qatracker/reports/bugs/1766478 ** Tags added: iso-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766478 Title: Deepin terminal is installed in base install unintentionally To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1766478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766391] Re: package shim-signed (not installed) failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 5
** Changed in: linux (Ubuntu Bionic) Status: Triaged => 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/1766391 Title: package shim-signed (not installed) failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1766391/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1762928] Re: [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest
** Changed in: ubuntu-power-systems 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/1762928 Title: [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1762928/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1763386] Re: Fix trying to "push" an already active pool VP
** Changed in: ubuntu-power-systems 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/1763386 Title: Fix trying to "push" an already active pool VP To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1763386/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1762462] Re: PSL traces reset after PERST for debug AFU image
** Changed in: ubuntu-power-systems 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/1762462 Title: PSL traces reset after PERST for debug AFU image To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1762462/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
ubuntu-bugs@lists.ubuntu.com
** Changed in: ubuntu-power-systems 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/1762913 Title: [OPAL] Assert fail: core/mem_region.c:447:lock_held_by_me(®ion->free_list_lock) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1762913/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1744543] Re: Screen updating with Compiz or Wayland causes high-CPU kworker thread in recent kernels
** Description changed: Originally filed under compiz: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1744515. Testing indicates it affects Wayland as well. The automatically-included information for this reports notes that I'm using kernel 4.8, where this issue doesn't occur. When the screen updates in recent versions of the Linux kernel, including 4.13 and 4.15 while running Compiz or Wayland, it causes high CPU usage in a kworker thread. This was 30~40% of a CPU core on my system with 4.13 kernel, and is 65% with 4.15. This doesn't happen with Metacity or non-Wayland Gnome. Since Unity uses Compiz, it happens there as well. This seems unrelated to how much of the screen is being repainted, as the 'Show Repaint' plugin in Compiz can show that only a few pixels are being updated and the kworker load is the same. Updated test results, having upgraded to Bionic Beaver 18.04, with kernel 4.15.0-15-generic, -my Flashback compiz login no longer works, it just crashes back to the login screen, so I can't test it. -Unity uses compiz and still works for me, and still has this bug. -Wayland has this bug and doesn't use compiz. Other display managers remain the same. Metacity is the best in terms of not causing the kernel to waste CPU; 'Ubuntu with Gnome' is the second- best, only causing an extra 10~20% of CPU usage from gnome-shell, and no high-CPU kworker threads. When screen is updating under Wayland, one or two kworker threads use a combined 65% of a CPU core, with gnome-shell using an additional 8% CPU. This can be trivially triggered by running glxgears, the command 'ffmpeg -filter_complex color=orange:2x2 -f opengl -', or the command 'ffplay dummy -f lavfi -graph color=orange:2x2:60' which all should update a small part of the screen at a tiny CPU cost. For me glxgears uses 1.5%, while ffplay or ffmpeg use 7~12% to create a 2x2 pixel video, but all three programs cause an extra 65% CPU use from the kernel. My laptop's battery is completely dead so I have to keep it plugged in all the time, but this should be a concern to anyone with a laptop as it will affect battery life. The 18.04 kernel is not one for which bugs can be filed at kernel.org: https://www.kernel.org/doc/html/v4.10/admin-guide/reporting-bugs.html I already confirmed the bug upstream, I assume from Debian; can someone who can replicate this bug test the latest -rc kernel from kernel.org? NEW DATA POINT! I followed the instructions here to stop screen tearing in Metacity: http://dan.bodar.com/2018/02/26/stop-screen-tearing-on- ubuntu-by-changing-compositor/ However, after testing for this bug with compton running, I found that the bug does occur. Seeing 55% CPU from kworker. If I kill compton while glxgears is running, the kworker thread immediately disappears from 'top'. I'm guessing the kernel is trying too hard to match screen vsync (vertical sync). The command in the link is 'compton --backend glx --paint-on-overlay --vsync opengl-swc'. Leaving out '--backend glx' both stops the high CPU use from kworker and causes screen tearing, as shown by https://www.youtube.com/watch?v=5xkNy9gfKOg. + Screen tearing exists for Gnome+Ubuntu login option, which also does not + exhibit this bug. Regarding vsync connection as confirmed, changing bug + title accordingly. I can't fix the bug myself though. + ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: linux-generic 4.13.0.25.26 ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11 Uname: Linux 4.8.0-34-generic x86_64 ApportVersion: 2.20.7-0ubuntu3.7 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC0D0p: misaki 1685 F...m pulseaudio /dev/snd/controlC0: misaki 1685 F pulseaudio CurrentDesktop: GNOME-Flashback:GNOME Date: Sun Jan 21 00:17:16 2018 HibernationDevice: RESUME=UUID=ea8d7b22-9a3e-412e-af6a-8fc260a76a2c MachineType: ASUSTeK Computer Inc. N50Vn ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-34-generic root=UUID=b09dc720-93ec-4fdf-a42f-7ea19a9af555 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-4.8.0-34-generic N/A linux-backports-modules-4.8.0-34-generic N/A linux-firmware1.169.1 SourcePackage: linux UpgradeStatus: Upgraded to artful on 2018-01-09 (12 days ago) WpaSupplicantLog: dmi.bios.date: 03/05/2009 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 211 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: N50Vn dmi.board.vendor: ASUSTeK Computer Inc. dmi.board.version: 1.0 dmi.chassis.asset.tag: ATN12345678901234567 dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK Computer Inc. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr211:bd03/05/2009:svnASUSTeKComputerInc.:pnN50Vn:pvr1.0:r
[Bug 1696154] Re: [18.04 FEAT] Sign POWER host/NV kernels
** Changed in: ubuntu-power-systems 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/1696154 Title: [18.04 FEAT] Sign POWER host/NV kernels To manage notifications about this bug go to: https://bugs.launchpad.net/launchpad/+bug/1696154/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1762448] Re: Enable Tunneled Operations on POWER9
** Changed in: ubuntu-power-systems 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/1762448 Title: Enable Tunneled Operations on POWER9 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1762448/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1762367] Re: Warning "cache flush timed out!" seen when unloading the cxl driver
** Changed in: ubuntu-power-systems 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/1762367 Title: Warning "cache flush timed out!" seen when unloading the cxl driver To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1762367/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766026] Re: linux-gcp: 4.15.0-1005.5 -proposed tracker
The package has been published and the bug is being set to Fix Released ** Changed in: kernel-sru-workflow/promote-to-release Status: Confirmed => Fix Released ** Changed in: kernel-sru-workflow Status: In Progress => Fix Released ** Description changed: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-master-bug: 1766021 phase: Promoted to proposed proposed-announcement-sent: true proposed-testing-requested: true + kernel-phase:Released + kernel-phase-changed:Tuesday, 24. April 2018 06:01 UTC ** Description changed: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-master-bug: 1766021 - phase: Promoted to proposed + phase: Released proposed-announcement-sent: true proposed-testing-requested: true - kernel-phase:Released - kernel-phase-changed:Tuesday, 24. April 2018 06:01 UTC ** Tags removed: kernel-release-tracking-bug-live -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766026 Title: linux-gcp: 4.15.0-1005.5 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766026/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766024] Re: linux-aws: 4.15.0-1006.6 -proposed tracker
The package has been published and the bug is being set to Fix Released ** Changed in: kernel-sru-workflow/promote-to-release Status: Confirmed => Fix Released ** Changed in: kernel-sru-workflow Status: In Progress => Fix Released ** Description changed: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-master-bug: 1766021 phase: Promoted to proposed proposed-announcement-sent: true proposed-testing-requested: true + kernel-phase:Released + kernel-phase-changed:Tuesday, 24. April 2018 06:01 UTC ** Description changed: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-master-bug: 1766021 - phase: Promoted to proposed + phase: Released proposed-announcement-sent: true proposed-testing-requested: true - kernel-phase:Released - kernel-phase-changed:Tuesday, 24. April 2018 06:01 UTC ** Tags removed: kernel-release-tracking-bug-live -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766024 Title: linux-aws: 4.15.0-1006.6 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766024/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766197] Re: Update btusb reset-resume quirk to decrease power usage
** Also affects: linux-oem (Ubuntu Xenial) 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/1766197 Title: Update btusb reset-resume quirk to decrease power usage To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1766197/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766480] [NEW] Touchpad scroll and middle/right click not working as expected
Public bug reported: This could probably fixed through configuration, but it should work automatically. Testing Ubuntu 18.04 beta, the touchpad has no special regions for scrolling or anything. By default in Xorg-based Ubuntu, top right corner of touchpad is middle- click (mouse button 2), bottom right is right-click (mouse button 3), and right side is vertical scrolling. For a while the bottom edge defaulted to horizontal scrolling, but that changed in 17.10 or something. I'm aware that new touchpad interaction methods have developed, like dragging with two fingers anywhere on the touchpad to scroll or something. But people may not know this, or their touchpad might not support multitouch. (The Xorg-based settings for touchpad remain when switching back to Xorg like with the Metacity Flashback login option.) ** Affects: wayland (Ubuntu) Importance: Undecided Status: New ** Description changed: This could probably fixed through configuration, but it should work automatically. Testing Ubuntu 18.04 beta, the touchpad has no special regions for scrolling or anything. By default in Xorg-based Ubuntu, top right corner of touchpad is middle- click (mouse button 2), bottom right is right-click (mouse button 3), and right side is vertical scrolling. For a while the bottom edge defaulted to horizontal scrolling, but that changed in 17.10 or something. I'm aware that new touchpad interaction methods have developed, like dragging with two fingers anywhere on the touchpad to scroll or something. But people may not know this, or their touchpad might not support multitouch. + + (The Xorg-based settings for touchpad remain when switching back to Xorg + like with the Metacity Flashback login option.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766480 Title: Touchpad scroll and middle/right click not working as expected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wayland/+bug/1766480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1414706] Re: [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240] external mic has no sound at all
** Changed in: alsa-driver (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1414706 Title: [20ALCTO1WW, Realtek ALC292, Black Mic, Left][Lenovo ThinkPad X240] external mic has no sound at all To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1414706/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1744543] Re: Screen updating with Compiz or Wayland causes high-CPU kworker thread in recent kernels
** Description changed: Originally filed under compiz: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1744515. Testing indicates it affects Wayland as well. The automatically-included information for this reports notes that I'm using kernel 4.8, where this issue doesn't occur. When the screen updates in recent versions of the Linux kernel, including 4.13 and 4.15 while running Compiz or Wayland, it causes high CPU usage in a kworker thread. This was 30~40% of a CPU core on my system with 4.13 kernel, and is 65% with 4.15. This doesn't happen with Metacity or non-Wayland Gnome. Since Unity uses Compiz, it happens there as well. This seems unrelated to how much of the screen is being repainted, as the 'Show Repaint' plugin in Compiz can show that only a few pixels are being updated and the kworker load is the same. Updated test results, having upgraded to Bionic Beaver 18.04, with kernel 4.15.0-15-generic, -my Flashback compiz login no longer works, it just crashes back to the login screen, so I can't test it. -Unity uses compiz and still works for me, and still has this bug. -Wayland has this bug and doesn't use compiz. Other display managers remain the same. Metacity is the best in terms of not causing the kernel to waste CPU; 'Ubuntu with Gnome' is the second- best, only causing an extra 10~20% of CPU usage from gnome-shell, and no high-CPU kworker threads. When screen is updating under Wayland, one or two kworker threads use a combined 65% of a CPU core, with gnome-shell using an additional 8% CPU. This can be trivially triggered by running glxgears, the command 'ffmpeg -filter_complex color=orange:2x2 -f opengl -', or the command 'ffplay dummy -f lavfi -graph color=orange:2x2:60' which all should update a small part of the screen at a tiny CPU cost. For me glxgears uses 1.5%, while ffplay or ffmpeg use 7~12% to create a 2x2 pixel video, but all three programs cause an extra 65% CPU use from the kernel. My laptop's battery is completely dead so I have to keep it plugged in all the time, but this should be a concern to anyone with a laptop as it will affect battery life. The 18.04 kernel is not one for which bugs can be filed at kernel.org: https://www.kernel.org/doc/html/v4.10/admin-guide/reporting-bugs.html I already confirmed the bug upstream, I assume from Debian; can someone who can replicate this bug test the latest -rc kernel from kernel.org? NEW DATA POINT! I followed the instructions here to stop screen tearing in Metacity: http://dan.bodar.com/2018/02/26/stop-screen-tearing-on- ubuntu-by-changing-compositor/ However, after testing for this bug with compton running, I found that the bug does occur. Seeing 55% CPU from kworker. If I kill compton while glxgears is running, the kworker thread immediately disappears from 'top'. I'm guessing the kernel is trying too hard to match screen vsync (vertical sync). + The command in the link is 'compton --backend glx --paint-on-overlay + --vsync opengl-swc'. Leaving out '--backend glx' both stops the high CPU + use from kworker and causes screen tearing, as shown by + https://www.youtube.com/watch?v=5xkNy9gfKOg. + ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: linux-generic 4.13.0.25.26 ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11 Uname: Linux 4.8.0-34-generic x86_64 ApportVersion: 2.20.7-0ubuntu3.7 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC0D0p: misaki 1685 F...m pulseaudio /dev/snd/controlC0: misaki 1685 F pulseaudio CurrentDesktop: GNOME-Flashback:GNOME Date: Sun Jan 21 00:17:16 2018 HibernationDevice: RESUME=UUID=ea8d7b22-9a3e-412e-af6a-8fc260a76a2c MachineType: ASUSTeK Computer Inc. N50Vn ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-34-generic root=UUID=b09dc720-93ec-4fdf-a42f-7ea19a9af555 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-4.8.0-34-generic N/A linux-backports-modules-4.8.0-34-generic N/A linux-firmware1.169.1 SourcePackage: linux UpgradeStatus: Upgraded to artful on 2018-01-09 (12 days ago) WpaSupplicantLog: dmi.bios.date: 03/05/2009 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 211 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: N50Vn dmi.board.vendor: ASUSTeK Computer Inc. dmi.board.version: 1.0 dmi.chassis.asset.tag: ATN12345678901234567 dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK Computer Inc. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr211:bd03/05/2009:svnASUSTeKComputerInc.:pnN50Vn:pvr1.0:rvnASUSTeKComputerInc.:rnN50Vn:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0: dmi.product.name: N50Vn dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK Computer Inc. -- You received this bug notification be
[Bug 1766478] Re: Deepin terminal is installed in base install unintentionally
another log file from apt. ** Attachment added: "term.log" https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1766478/+attachment/5126353/+files/term.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766478 Title: Deepin terminal is installed in base install unintentionally To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1766478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766391] Re: package shim-signed (not installed) failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 5
This bug was fixed in the package shim-signed - 1.34.7 --- shim-signed (1.34.7) bionic; urgency=medium * debian/shim-signed.postinst: it's not guaranteed that all linux-image packages currently installed have dkms modules built for them. Gracefully handle any failures in the path for signing existing dkms modules on upgrade due to absent modules. LP: #1766391. * Add a dependency on sbsigntool for kmodsign, which we use directly. -- Steve Langasek Mon, 23 Apr 2018 21:47:50 -0700 ** Changed in: shim-signed (Ubuntu Bionic) Status: Triaged => 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/1766391 Title: package shim-signed (not installed) failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1766391/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1744543] Re: Screen updating with Compiz or Wayland causes high-CPU kworker thread in recent kernels
** Tags added: vsync ** Description changed: Originally filed under compiz: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1744515. Testing indicates it affects Wayland as well. The automatically-included information for this reports notes that I'm using kernel 4.8, where this issue doesn't occur. When the screen updates in recent versions of the Linux kernel, including 4.13 and 4.15 while running Compiz or Wayland, it causes high CPU usage in a kworker thread. This was 30~40% of a CPU core on my system with 4.13 kernel, and is 65% with 4.15. This doesn't happen with Metacity or non-Wayland Gnome. Since Unity uses Compiz, it happens there as well. This seems unrelated to how much of the screen is being repainted, as the 'Show Repaint' plugin in Compiz can show that only a few pixels are being updated and the kworker load is the same. Updated test results, having upgraded to Bionic Beaver 18.04, with kernel 4.15.0-15-generic, -my Flashback compiz login no longer works, it just crashes back to the login screen, so I can't test it. -Unity uses compiz and still works for me, and still has this bug. -Wayland has this bug and doesn't use compiz. Other display managers remain the same. Metacity is the best in terms of not causing the kernel to waste CPU; 'Ubuntu with Gnome' is the second- best, only causing an extra 10~20% of CPU usage from gnome-shell, and no high-CPU kworker threads. When screen is updating under Wayland, one or two kworker threads use a combined 65% of a CPU core, with gnome-shell using an additional 8% CPU. This can be trivially triggered by running glxgears, the command 'ffmpeg -filter_complex color=orange:2x2 -f opengl -', or the command 'ffplay dummy -f lavfi -graph color=orange:2x2:60' which all should update a small part of the screen at a tiny CPU cost. For me glxgears uses 1.5%, while ffplay or ffmpeg use 7~12% to create a 2x2 pixel video, but all three programs cause an extra 65% CPU use from the kernel. My laptop's battery is completely dead so I have to keep it plugged in all the time, but this should be a concern to anyone with a laptop as it will affect battery life. The 18.04 kernel is not one for which bugs can be filed at kernel.org: https://www.kernel.org/doc/html/v4.10/admin-guide/reporting-bugs.html I already confirmed the bug upstream, I assume from Debian; can someone who can replicate this bug test the latest -rc kernel from kernel.org? + NEW DATA POINT! I followed the instructions here to stop screen tearing + in Metacity: http://dan.bodar.com/2018/02/26/stop-screen-tearing-on- + ubuntu-by-changing-compositor/ + + However, after testing for this bug with compton running, I found that + the bug does occur. Seeing 55% CPU from kworker. If I kill compton while + glxgears is running, the kworker thread immediately disappears from + 'top'. + + I'm guessing the kernel is trying too hard to match screen vsync + (vertical sync). + ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: linux-generic 4.13.0.25.26 ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11 Uname: Linux 4.8.0-34-generic x86_64 ApportVersion: 2.20.7-0ubuntu3.7 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC0D0p: misaki 1685 F...m pulseaudio /dev/snd/controlC0: misaki 1685 F pulseaudio CurrentDesktop: GNOME-Flashback:GNOME Date: Sun Jan 21 00:17:16 2018 HibernationDevice: RESUME=UUID=ea8d7b22-9a3e-412e-af6a-8fc260a76a2c MachineType: ASUSTeK Computer Inc. N50Vn ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-34-generic root=UUID=b09dc720-93ec-4fdf-a42f-7ea19a9af555 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-4.8.0-34-generic N/A linux-backports-modules-4.8.0-34-generic N/A linux-firmware1.169.1 SourcePackage: linux UpgradeStatus: Upgraded to artful on 2018-01-09 (12 days ago) WpaSupplicantLog: dmi.bios.date: 03/05/2009 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 211 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: N50Vn dmi.board.vendor: ASUSTeK Computer Inc. dmi.board.version: 1.0 dmi.chassis.asset.tag: ATN12345678901234567 dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK Computer Inc. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr211:bd03/05/2009:svnASUSTeKComputerInc.:pnN50Vn:pvr1.0:rvnASUSTeKComputerInc.:rnN50Vn:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0: dmi.product.name: N50Vn dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK Computer Inc. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1744543 Title: Screen updating with Compiz or Wayland causes high-CPU kworker thread in recent kernels To manage notificatio
[Bug 1762353] Re: [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when setting up a second end-to-end encrypted disk
** Changed in: ubuntu-z-systems 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/1762353 Title: [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when setting up a second end-to-end encrypted disk To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-z-systems/+bug/1762353/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1734130] Re: [18.04 FEAT] Add kvm_stat from kernel tree
** Changed in: ubuntu-z-systems 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/1734130 Title: [18.04 FEAT] Add kvm_stat from kernel tree To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-z-systems/+bug/1734130/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1765083] Re: Please cherrypick s390 unwind fix
** Changed in: ubuntu-z-systems 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/1765083 Title: Please cherrypick s390 unwind fix To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-z-systems/+bug/1765083/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766478] [NEW] Deepin terminal is installed in base install unintentionally
Public bug reported: To reproduce on an alternate install of lubuntu 18.04 open the menu and see that under system tools deepin terminal is at the the top. lubuntu-desktop: Installed: 0.94 Candidate: 0.94 Version table: *** 0.94 500 500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages 100 /var/lib/dpkg/status Description:Ubuntu Bionic Beaver (development branch) Release:18.04 I did not expect deepin terminal to be installed by default as it is not expected to be there. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: lubuntu-desktop 0.94 ProcVersionSignature: Ubuntu 4.15.0-19.20-generic 4.15.17 Uname: Linux 4.15.0-19-generic x86_64 ApportVersion: 2.20.9-0ubuntu6 Architecture: amd64 CurrentDesktop: LXDE Date: Mon Apr 23 22:21:05 2018 InstallationDate: Installed on 2018-04-24 (0 days ago) InstallationMedia: Lubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180424) SourcePackage: lubuntu-meta UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: lubuntu-meta (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766478 Title: Deepin terminal is installed in base install unintentionally To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1766478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1762719] Re: System Z {kernel} UBUNTU18.04 wrong kernel config
** Changed in: ubuntu-z-systems 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/1762719 Title: System Z {kernel} UBUNTU18.04 wrong kernel config To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-z-systems/+bug/1762719/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766479] [NEW] Resizing a window's left border to the right can cause it to scoot right
Public bug reported: Tested with 18.04 beta. Created a small window, ffmpeg or ffplay showing a 2x2 pixel video. When trying to move it, instead selected left border. Dragging right caused the window to scoot away faster than the pointer was moving, vanishing in less than a second. ** Affects: wayland (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/1766479 Title: Resizing a window's left border to the right can cause it to scoot right To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wayland/+bug/1766479/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766024] Re: linux-aws: 4.15.0-1006.6 -proposed tracker
This bug was fixed in the package linux-aws - 4.15.0-1006.6 --- linux-aws (4.15.0-1006.6) bionic; urgency=medium * linux-aws: 4.15.0-1006.6 -proposed tracker (LP: #1766024) [ Ubuntu: 4.15.0-19.20 ] * linux: 4.15.0-19.20 -proposed tracker (LP: #1766021) * Kernel 4.15.0-15 breaks Dell PowerEdge 12th Gen servers (LP: #1765232) - Revert "blk-mq: simplify queue mapping & schedule with each possisble CPU" - Revert "genirq/affinity: assign vectors to all possible CPUs" linux-aws (4.15.0-1005.5) bionic; urgency=medium * linux-aws: 4.15.0-1005.5 -proposed tracker (LP: #1765494) [ Ubuntu: 4.15.0-18.19 ] * linux: 4.15.0-18.19 -proposed tracker (LP: #1765490) * [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel: meltdown: rfi/fallback displacement flush not enabled bydefault (kvm) (LP: #1765429) - powerpc/pseries: Fix clearing of security feature flags * signing: only install a signed kernel (LP: #1764794) - [Packaging] update to Debian like control scripts - [Packaging] switch to triggers for postinst.d postrm.d handling - [Packaging] signing -- switch to raw-signing tarballs - [Packaging] signing -- switch to linux-image as signed when available - [Config] signing -- enable Opal signing for ppc64el - [Packaging] printenv -- add signing options * [18.04 FEAT] Sign POWER host/NV kernels (LP: #1696154) - [Packaging] signing -- add support for signing Opal kernel binaries * Please cherrypick s390 unwind fix (LP: #1765083) - s390/compat: fix setup_frame32 * Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr] (LP: #1751813) - d-i: move ipr to storage-core-modules on ppc64el * drivers/gpu/drm/bridge/adv7511/adv7511.ko missing (LP: #1764816) - SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm * Miscellaneous Ubuntu changes - [Packaging] Add linux-oem to rebuild test blacklist. [ Ubuntu: 4.15.0-17.18 ] * linux: 4.15.0-17.18 -proposed tracker (LP: #1764498) * Eventual OOM with profile reloads (LP: #1750594) - SAUCE: apparmor: fix memory leak when duplicate profile load linux-aws (4.15.0-1004.4) bionic; urgency=medium * linux-aws: 4.15.0-1004.4 -proposed tracker (LP: #1763788) [ Ubuntu: 4.15.0-16.17 ] * linux: 4.15.0-16.17 -proposed tracker (LP: #1763785) * [18.04] [bug] CFL-S(CNP)/CNL GPIO testing failed (LP: #1757346) - [Config]: Set CONFIG_PINCTRL_CANNONLAKE=y * [Ubuntu 18.04] USB Type-C test failed on GLK (LP: #1758797) - SAUCE: usb: typec: ucsi: Increase command completion timeout value * Fix trying to "push" an already active pool VP (LP: #1763386) - SAUCE: powerpc/xive: Fix trying to "push" an already active pool VP * hisi_sas: Revert and replace SAUCE patches w/ upstream (LP: #1762824) - Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace" - Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES" - scsi: hisi_sas: modify some register config for hip08 - scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE() * Realtek card reader - RTS5243 [VEN_10EC&DEV_5260] (LP: #1737673) - misc: rtsx: Move Realtek Card Reader Driver to misc - updateconfigs for Realtek Card Reader Driver - misc: rtsx: Add support for RTS5260 - misc: rtsx: Fix symbol clashes * Mellanox [mlx5] [bionic] UBSAN: Undefined behaviour in ./include/linux/net_dim.h (LP: #1763269) - net/mlx5e: Fix int overflow * apparmor bug fixes for bionic (LP: #1763427) - apparmor: fix logging of the existence test for signals - apparmor: make signal label match work when matching stacked labels - apparmor: audit unknown signal numbers - apparmor: fix memory leak on buffer on error exit path - apparmor: fix mediation of prlimit * dangling symlinks to loaded apparmor policy (LP: #1755563) // apparmor bug fixes for bionic (LP: #1763427) - apparmor: fix dangling symlinks to policy rawdata after replacement * [OPAL] Assert fail: core/mem_region.c:447:lock_held_by_me(®ion->free_list_lock) (LP: #1762913) - powerpc/watchdog: remove arch_trigger_cpumask_backtrace * [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest (LP: #1762928) - powerpc/tm: Fix endianness flip on trap * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674) - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail - SAUCE: (no-up) ASoC: rt5660: Add ACPI support - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Add MCLK, quirks - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m * /dev/ipmi enumeration flaky on Cavium Sabre nodes (LP: #1762812) - i2c: xlp9xx: return ENXIO on slave address NACK - i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly - i2c: xlp9xx: Check for Bus state before every transfer - i2c: xlp9xx: Handle NACK on DATA properly * [18.0
[Bug 1765497] Re: linux-gcp: 4.15.0-1004.4 -proposed tracker
*** This bug is a duplicate of bug 1766026 *** https://bugs.launchpad.net/bugs/1766026 This bug was fixed in the package linux-gcp - 4.15.0-1005.5 --- linux-gcp (4.15.0-1005.5) bionic; urgency=medium * linux-gcp: 4.15.0-1005.5 -proposed tracker (LP: #1766026) [ Ubuntu: 4.15.0-19.20 ] * linux: 4.15.0-19.20 -proposed tracker (LP: #1766021) * Kernel 4.15.0-15 breaks Dell PowerEdge 12th Gen servers (LP: #1765232) - Revert "blk-mq: simplify queue mapping & schedule with each possisble CPU" - Revert "genirq/affinity: assign vectors to all possible CPUs" linux-gcp (4.15.0-1004.4) bionic; urgency=medium * linux-gcp: 4.15.0-1004.4 -proposed tracker (LP: #1765497) [ Ubuntu: 4.15.0-18.19 ] * linux: 4.15.0-18.19 -proposed tracker (LP: #1765490) * [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel: meltdown: rfi/fallback displacement flush not enabled bydefault (kvm) (LP: #1765429) - powerpc/pseries: Fix clearing of security feature flags * signing: only install a signed kernel (LP: #1764794) - [Packaging] update to Debian like control scripts - [Packaging] switch to triggers for postinst.d postrm.d handling - [Packaging] signing -- switch to raw-signing tarballs - [Packaging] signing -- switch to linux-image as signed when available - [Config] signing -- enable Opal signing for ppc64el - [Packaging] printenv -- add signing options * [18.04 FEAT] Sign POWER host/NV kernels (LP: #1696154) - [Packaging] signing -- add support for signing Opal kernel binaries * Please cherrypick s390 unwind fix (LP: #1765083) - s390/compat: fix setup_frame32 * Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr] (LP: #1751813) - d-i: move ipr to storage-core-modules on ppc64el * drivers/gpu/drm/bridge/adv7511/adv7511.ko missing (LP: #1764816) - SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm * Miscellaneous Ubuntu changes - [Packaging] Add linux-oem to rebuild test blacklist. [ Ubuntu: 4.15.0-17.18 ] * linux: 4.15.0-17.18 -proposed tracker (LP: #1764498) * Eventual OOM with profile reloads (LP: #1750594) - SAUCE: apparmor: fix memory leak when duplicate profile load [ Ubuntu: 4.15.0-16.17 ] * linux: 4.15.0-16.17 -proposed tracker (LP: #1763785) * [18.04] [bug] CFL-S(CNP)/CNL GPIO testing failed (LP: #1757346) - [Config]: Set CONFIG_PINCTRL_CANNONLAKE=y * [Ubuntu 18.04] USB Type-C test failed on GLK (LP: #1758797) - SAUCE: usb: typec: ucsi: Increase command completion timeout value * Fix trying to "push" an already active pool VP (LP: #1763386) - SAUCE: powerpc/xive: Fix trying to "push" an already active pool VP * hisi_sas: Revert and replace SAUCE patches w/ upstream (LP: #1762824) - Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace" - Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES" - scsi: hisi_sas: modify some register config for hip08 - scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE() * Realtek card reader - RTS5243 [VEN_10EC&DEV_5260] (LP: #1737673) - misc: rtsx: Move Realtek Card Reader Driver to misc - updateconfigs for Realtek Card Reader Driver - misc: rtsx: Add support for RTS5260 - misc: rtsx: Fix symbol clashes * Mellanox [mlx5] [bionic] UBSAN: Undefined behaviour in ./include/linux/net_dim.h (LP: #1763269) - net/mlx5e: Fix int overflow * apparmor bug fixes for bionic (LP: #1763427) - apparmor: fix logging of the existence test for signals - apparmor: make signal label match work when matching stacked labels - apparmor: audit unknown signal numbers - apparmor: fix memory leak on buffer on error exit path - apparmor: fix mediation of prlimit * dangling symlinks to loaded apparmor policy (LP: #1755563) // apparmor bug fixes for bionic (LP: #1763427) - apparmor: fix dangling symlinks to policy rawdata after replacement * [OPAL] Assert fail: core/mem_region.c:447:lock_held_by_me(®ion->free_list_lock) (LP: #1762913) - powerpc/watchdog: remove arch_trigger_cpumask_backtrace * [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest (LP: #1762928) - powerpc/tm: Fix endianness flip on trap * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674) - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail - SAUCE: (no-up) ASoC: rt5660: Add ACPI support - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Add MCLK, quirks - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m * /dev/ipmi enumeration flaky on Cavium Sabre nodes (LP: #1762812) - i2c: xlp9xx: return ENXIO on slave address NACK - i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly - i2c: xlp9xx: Check for Bus state before every transfer - i2c: xlp9xx: Handle NACK on DATA properly * [18.04 FEAT] Add kvm_stat fr
[Bug 1766026] Re: linux-gcp: 4.15.0-1005.5 -proposed tracker
This bug was fixed in the package linux-gcp - 4.15.0-1005.5 --- linux-gcp (4.15.0-1005.5) bionic; urgency=medium * linux-gcp: 4.15.0-1005.5 -proposed tracker (LP: #1766026) [ Ubuntu: 4.15.0-19.20 ] * linux: 4.15.0-19.20 -proposed tracker (LP: #1766021) * Kernel 4.15.0-15 breaks Dell PowerEdge 12th Gen servers (LP: #1765232) - Revert "blk-mq: simplify queue mapping & schedule with each possisble CPU" - Revert "genirq/affinity: assign vectors to all possible CPUs" linux-gcp (4.15.0-1004.4) bionic; urgency=medium * linux-gcp: 4.15.0-1004.4 -proposed tracker (LP: #1765497) [ Ubuntu: 4.15.0-18.19 ] * linux: 4.15.0-18.19 -proposed tracker (LP: #1765490) * [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel: meltdown: rfi/fallback displacement flush not enabled bydefault (kvm) (LP: #1765429) - powerpc/pseries: Fix clearing of security feature flags * signing: only install a signed kernel (LP: #1764794) - [Packaging] update to Debian like control scripts - [Packaging] switch to triggers for postinst.d postrm.d handling - [Packaging] signing -- switch to raw-signing tarballs - [Packaging] signing -- switch to linux-image as signed when available - [Config] signing -- enable Opal signing for ppc64el - [Packaging] printenv -- add signing options * [18.04 FEAT] Sign POWER host/NV kernels (LP: #1696154) - [Packaging] signing -- add support for signing Opal kernel binaries * Please cherrypick s390 unwind fix (LP: #1765083) - s390/compat: fix setup_frame32 * Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L] [ipr] (LP: #1751813) - d-i: move ipr to storage-core-modules on ppc64el * drivers/gpu/drm/bridge/adv7511/adv7511.ko missing (LP: #1764816) - SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm * Miscellaneous Ubuntu changes - [Packaging] Add linux-oem to rebuild test blacklist. [ Ubuntu: 4.15.0-17.18 ] * linux: 4.15.0-17.18 -proposed tracker (LP: #1764498) * Eventual OOM with profile reloads (LP: #1750594) - SAUCE: apparmor: fix memory leak when duplicate profile load [ Ubuntu: 4.15.0-16.17 ] * linux: 4.15.0-16.17 -proposed tracker (LP: #1763785) * [18.04] [bug] CFL-S(CNP)/CNL GPIO testing failed (LP: #1757346) - [Config]: Set CONFIG_PINCTRL_CANNONLAKE=y * [Ubuntu 18.04] USB Type-C test failed on GLK (LP: #1758797) - SAUCE: usb: typec: ucsi: Increase command completion timeout value * Fix trying to "push" an already active pool VP (LP: #1763386) - SAUCE: powerpc/xive: Fix trying to "push" an already active pool VP * hisi_sas: Revert and replace SAUCE patches w/ upstream (LP: #1762824) - Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace" - Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES" - scsi: hisi_sas: modify some register config for hip08 - scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE() * Realtek card reader - RTS5243 [VEN_10EC&DEV_5260] (LP: #1737673) - misc: rtsx: Move Realtek Card Reader Driver to misc - updateconfigs for Realtek Card Reader Driver - misc: rtsx: Add support for RTS5260 - misc: rtsx: Fix symbol clashes * Mellanox [mlx5] [bionic] UBSAN: Undefined behaviour in ./include/linux/net_dim.h (LP: #1763269) - net/mlx5e: Fix int overflow * apparmor bug fixes for bionic (LP: #1763427) - apparmor: fix logging of the existence test for signals - apparmor: make signal label match work when matching stacked labels - apparmor: audit unknown signal numbers - apparmor: fix memory leak on buffer on error exit path - apparmor: fix mediation of prlimit * dangling symlinks to loaded apparmor policy (LP: #1755563) // apparmor bug fixes for bionic (LP: #1763427) - apparmor: fix dangling symlinks to policy rawdata after replacement * [OPAL] Assert fail: core/mem_region.c:447:lock_held_by_me(®ion->free_list_lock) (LP: #1762913) - powerpc/watchdog: remove arch_trigger_cpumask_backtrace * [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest (LP: #1762928) - powerpc/tm: Fix endianness flip on trap * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674) - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail - SAUCE: (no-up) ASoC: rt5660: Add ACPI support - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Add MCLK, quirks - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m * /dev/ipmi enumeration flaky on Cavium Sabre nodes (LP: #1762812) - i2c: xlp9xx: return ENXIO on slave address NACK - i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly - i2c: xlp9xx: Check for Bus state before every transfer - i2c: xlp9xx: Handle NACK on DATA properly * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130) - tools/kvm_stat: simplify the sortkey function - tool
[Bug 1766477] [NEW] Chang one of two front mics on a lenovo thinkcentre machine
Public bug reported: Image: sutton-hamming-xenial-amd64-20180323-51.iso BIOS Version: M1VKT04A Platform: P330-1/P330-2 CPU: Intel(R) Xeon(R) E-2124G CPU @ 3.40GHz ** Affects: hwe-next Importance: Undecided Status: New ** Affects: linux-oem (Ubuntu) Importance: Critical Assignee: Hui Wang (hui.wang) Status: New ** Tags: originate-from-1760764 sutton ** Changed in: linux-oem (Ubuntu) Importance: Undecided => Critical ** Tags added: originate-from-1760764 sutton -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766477 Title: Chang one of two front mics on a lenovo thinkcentre machine To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1766477/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1748450] Re: gnome-shell crashed with SIGTRAP in _g_log_abort() from g_log_default_handler() from default_log_handler(message="Connection to xwayland lost") from g_logv() from g_log() from
** Description changed: [Impact] * Xwayland is failing frequently (not crashing), which triggers a crash - in gnome-shell because gnome-shell doesn't know how to survive without - Xwayland. + in gnome-shell because gnome-shell doesn't know how to survive after + Xwayland has reset itself. * The frequent gnome-shell crashes create frequent problem reports and annoying dialogs for users, after they log in to an apparently working gnome-shell. * This affects Xorg sessions too, because the gdm login screen itself is a Wayland session. And Xorg users will see the problem dialog after they have logged into a Xorg session. * The fix simply converts the crash into a silent exit (as decided by Gnome upstream). This avoids the mountain of crash reports and annoying error dialogs at least. It does not fix the root causes that remain in Xwayland, but this is considered acceptable because there really isn't a bug in gnome-shell here other than it doesn't know how to survive without a connection to Xwayland. * For users of Xorg sessions, like bionic default, this is a full fix as Xorg users will never get an Xwayland instance after logging in. And hence no Xwayland bugs. [Test Case] * Just install bionic, use it lightly and reboot a few times. * Observe crash files are left in /var/crash and problem report dialogs after logging in. [Regression Potential] Medium. The fix does not really change the structure of the existing error handling, only changes it from a core dump into a silent exit. For Xorg users this should be invisible as the affected login screen restarts automatically. [Other Info] This is a whole class of gnome-shell crash which includes bug 1505409, bug 1748450 and bug 1556601. All three should be considered the same crash for the sake of this SRU. Just don't mark them as duplicates of each other because they are all still collecting duplicates of their own. - *** This is a duplicate of bug 1505409, but is being kept separate so as to automatically collect duplicate reports since the stacktrace signature has changed recently. Any resolution and discussion should occur in bug 1505409. *** See also: https://errors.ubuntu.com/problem/8ef857b2fe07d60742cd02d7d8f988f78ecd0f95 ProblemType: Crash DistroRelease: Ubuntu 18.04 Package: gnome-shell 3.26.2-0ubuntu2 ProcVersionSignature: Ubuntu 4.13.0-33.36-generic 4.13.13 Uname: Linux 4.13.0-33-generic x86_64 ApportVersion: 2.20.8-0ubuntu8 Architecture: amd64 CurrentDesktop: GNOME-Greeter:GNOME Date: Thu Feb 8 23:50:23 2018 DisplayManager: gdm3 ExecutablePath: /usr/bin/gnome-shell GsettingsChanges: InstallationDate: Installed on 2016-03-21 (690 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307) ProcCmdline: /usr/bin/gnome-shell ProcEnviron: PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/false Signal: 5 SourcePackage: gnome-shell StacktraceTop: () at /usr/lib/x86_64-linux-gnu/libmutter-1.so.0 _XIOError () at /usr/lib/x86_64-linux-gnu/libX11.so.6 _XEventsQueued () at /usr/lib/x86_64-linux-gnu/libX11.so.6 XPending () at /usr/lib/x86_64-linux-gnu/libX11.so.6 () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 Title: gnome-shell crashed with signal 5 UpgradeStatus: Upgraded to bionic on 2018-02-08 (0 days ago) UserGroups: ** Description changed: [Impact] * Xwayland is failing frequently (not crashing), which triggers a crash in gnome-shell because gnome-shell doesn't know how to survive after Xwayland has reset itself. * The frequent gnome-shell crashes create frequent problem reports and annoying dialogs for users, after they log in to an apparently working gnome-shell. * This affects Xorg sessions too, because the gdm login screen itself is a Wayland session. And Xorg users will see the problem dialog after they have logged into a Xorg session. * The fix simply converts the crash into a silent exit (as decided by Gnome upstream). This avoids the mountain of crash reports and annoying error dialogs at least. It does not fix the root causes that remain in Xwayland, but this is considered acceptable because there really isn't a bug in gnome-shell here other than it doesn't know how to survive without a connection to Xwayland. * For users of Xorg sessions, like bionic default, this is a full fix as Xorg users will never get an Xwayland instance after logging in. And - hence no Xwayland bugs. + hence the Xwayland bugs are irrelevant. [Test Case] * Just install bionic, use it lightly and reboot a few times. * Observe crash files are left in /var/crash and problem report dialogs after logging in. [Regression Potential] Medium. The fix does not really change the structure of the existing error handling, only changes it from a core dump into a sile
[Bug 1766398] Re: set PINCFG_HEADSET_MIC to parse_flags for Dell precision 3630
** Description changed: + [Impact] + On this Dell machine (codename: turtle bay), the microphone always shows up + in the sound-setting even there is no microphone plugged in. - Additional information: - SKU: TURTLEBAY-DVT2-C1/TURTLEBAY-DVT2-C2/TURTLEBAY-DVT2-C3 - BIOS: 0.3.0 - Manifest: dell-bto-xenial-turtle-bay-X29-20180323-18.iso + [Fix] - Image: somerville-xenial-amd64- + Without this fix, the pin will be regarded as microphone, and the jack name + is "Mic Phantom", it is always on in the pulseaudio even nothing is plugged + into the jack. So the UI is confusing to users since the microphone always + shows up in the UI even there is no microphone plugged. + + After adding this flag, the jack name is "Headset Mic Phantom", then + the pulseaudio can handle its detection correctly. + + + [Test Case] + After booting up the system, and without plugging anything in the audio combo + jack, there is nothing in the input tab of sound-setting, then plug a headset + in the jack, the what-did-you-plug-in dialogue pops up, users can select headset + mic from UI, and headset-mic shows up in the sound-setting, we can record sound + via headset-mic + + + [Regression Potential] + Very low, since this patch is specific for ALC255_FIXUP_DELL_HEADSET_MIC which is + only used by Dell precision 3630 by now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766398 Title: set PINCFG_HEADSET_MIC to parse_flags for Dell precision 3630 To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1766398/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766452] Re: linux: -proposed tracker
** Description changed: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow + + backports: bug 1766473 (linux-hwe-edge) + derivatives: bug 1766453 (linux-raspi2), bug 1766454 (linux-oem), bug 1766464 (linux-aws), bug 1766467 (linux-azure), bug 1766471 (linux-gcp), bug 1766472 (linux-kvm) ** Summary changed: - linux: -proposed tracker + linux: 4.15.0-20.21 -proposed tracker ** Changed in: kernel-sru-workflow/prepare-package Status: Confirmed => In Progress ** Changed in: kernel-sru-workflow/prepare-package Assignee: Canonical Kernel Team (canonical-kernel-team) => Seth Forshee (sforshee) ** Changed in: kernel-sru-workflow/prepare-package-meta Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: Canonical Kernel Team (canonical-kernel-team) => Seth Forshee (sforshee) ** Changed in: kernel-sru-workflow/prepare-package-signed Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-signed Assignee: Canonical Kernel Team (canonical-kernel-team) => Seth Forshee (sforshee) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766452 Title: linux: 4.15.0-20.21 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766452/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1765897] Re: vertical graphic lines glitch (on secondary top monitor)
** Description changed: - -- BACKGROUND info -- (ie. skip!) I upgraded to 18.04 last night from 17.10 (Ubuntu with GNOME, but also XFCE & MATE DEsktops were installed). I logged in last night & noticed nothing unusual (slow login, crash & apport bug report made [duplicate]). Otherwise upgrade was perfect. Last night I only used MATE. -- END background - Today I logged into GNOME (first login since upgrade), my screen config - was changed (as if side-by-side) so I altered to match my config - and - now on top (secondary) screen left side of screen I get this few pixel - wide graphic 'bar' type glitch. + Today I logged into GNOME (first login since upgrade), my screen + positional config was changed (as if side-by-side) so I altered to match + my config - and now on top (secondary) screen left side of screen I get + this few pixel wide graphic 'bar' type glitch. - It alters with screen-draws; having minimal movement is nothing on - screen is drawing. If you move mouse it jumps more, if you move windows - the movement is even more - when I start music (audacious) which has a - graphic audio metre (dancing with music) I get lots of activity on the - glitch-bar. + It appears to dance when something moves on the screen (eg. cursor + movement, or audio-metre bars on mp3 player (audacious). Moving the + cursor alone causes minimal 'dance' in the glitch, moving a window + around causes a lot higher-faster dance in the glitch. When I start + music (audacious) with the audio metre (dancing with music) I get lots + of activity on the glitch-bar; if music is stopped (audio-metre is + static) glitch becomes minimal. - If I move audacious below (top) screen it still acts as if on screen (my - screen placement i think is reason for this), but if I minimize the - window the glitch has minimal movement, likewise if I move audacious to - lower (primary) screen and move the bar off display. + If I move audacious below screen (or out of display) screen it still + acts as if on screen (my screen placement i think is reason for this; + top right 1/3 of screen is to right of below screen; left 1/3 of bottom + screen is to left top screen), but if I minimize the window the glitch + has minimal movement, likewise if I move audacious to lower (primary) + screen and move the bar off display. As stated, the vertical-graphic-lines-glitch appears to be related to movement or redrawing of stuff on screen. If I stop music and have ~everything static but type into the `hexchat` screen on the bottom, the vertical-graphic-lines-glitch jumps on each keypress (or its being written to screen). If i hit random keys quickly the jumping movement is faster than slow keypresses If I make no movements, glitch still has movement; maybe 2-4 moves per second., but a fraction of the 'jumps' (or movement) of when there is graphic movement. OF NOTE: As I type this into chromium, the 'glitch' is the smallest its been and NOT moving to each keystroke which is different behavior to - terms, hexchat etc. + terms, hexchat etc. When I first login, its not evident, it takes a few + minutes to become visible. - This behavior is only evident in GNOME. + This behavior is only evident in GNOME (on X) guiverc@d960-ubu2:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu Bionic Beaver (development branch) Release: 18.04 Codename: bionic guiverc@d960-ubu2:~$ sudo lshw -C video - *-display -description: VGA compatible controller -product: Cedar [Radeon HD 5000/6000/7350/8350 Series] -vendor: Advanced Micro Devices, Inc. [AMD/ATI] -physical id: 0 -bus info: pci@:01:00.0 -version: 00 -width: 64 bits -clock: 33MHz -capabilities: pm pciexpress msi vga_controller bus_master cap_list rom -configuration: driver=radeon latency=0 -resources: irq:30 memory:e000-efff memory:f7de-f7df ioport:dc00(size=256) memory:c-d + *-display + description: VGA compatible controller + product: Cedar [Radeon HD 5000/6000/7350/8350 Series] + vendor: Advanced Micro Devices, Inc. [AMD/ATI] + physical id: 0 + bus info: pci@:01:00.0 + version: 00 + width: 64 bits + clock: 33MHz + capabilities: pm pciexpress msi vga_controller bus_master cap_list rom + configuration: driver=radeon latency=0 + resources: irq:30 memory:e000-efff memory:f7de-f7df ioport:dc00(size=256) memory:c-d guiverc@d960-ubu2:~$ sudo apt-cache policy gnome-session gnome-session: - Installed: (none) - Candidate: 3.28.1-0ubuntu2 - Version table: - 3.28.1-0ubuntu2 500 - 500 http://ftp.iinet.net.au/pub/ubuntu bionic/universe amd64 Packages - 500 http://au.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages + Installed: (none
[Bug 1766453] Re: linux-raspi2: 4.15.0-1010.11 -proposed tracker
** Summary changed: - linux-raspi2: -proposed tracker + linux-raspi2: 4.15.0-1010.11 -proposed tracker ** Changed in: kernel-sru-workflow/prepare-package Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package Assignee: Canonical Kernel Team (canonical-kernel-team) => Seth Forshee (sforshee) ** Changed in: kernel-sru-workflow/prepare-package-meta Status: New => In Progress ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: Canonical Kernel Team (canonical-kernel-team) => Seth Forshee (sforshee) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766453 Title: linux-raspi2: 4.15.0-1010.11 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766453/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766473] [NEW] linux-hwe-edge: -proposed tracker
Public bug reported: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-stable-master-bug: 1766452 ** Affects: kernel-sru-workflow Importance: Medium Status: In Progress ** Affects: kernel-sru-workflow/automated-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/certification-testing Importance: Medium Assignee: Canonical Hardware Certification (canonical-hw-cert) Status: New ** Affects: kernel-sru-workflow/prepare-package Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package-meta Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package-signed Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-proposed Importance: Medium Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) Status: New ** Affects: kernel-sru-workflow/promote-to-security Importance: Medium Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) Status: New ** Affects: kernel-sru-workflow/promote-to-updates Importance: Medium Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) Status: New ** Affects: kernel-sru-workflow/regression-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/security-signoff Importance: Medium Assignee: Canonical Security Team (canonical-security) Status: New ** Affects: kernel-sru-workflow/upload-to-ppa Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/verification-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: linux-hwe-edge (Ubuntu) Importance: Undecided Status: Invalid ** Affects: linux-hwe-edge (Ubuntu Xenial) Importance: Medium Status: Confirmed ** Tags: kernel-release-tracking-bug kernel-release-tracking-bug-live kernel-sru-backport-of-1766452 kernel-sru-cycle-d2018.04.24-1 xenial ** Tags added: kernel-release-tracking-bug ** Tags added: kernel-release-tracking-bug-live ** Also affects: linux-hwe-edge (Ubuntu Xenial) Importance: Undecided Status: New ** Tags added: xenial ** Changed in: linux-hwe-edge (Ubuntu Xenial) Status: New => Confirmed ** Also affects: kernel-sru-workflow/automated-testing Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/certification-testing Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package-meta Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package-signed Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-proposed Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-security Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-updates Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/regression-testing Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/security-signoff Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/upload-to-ppa Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/verification-testing Importance: Undecided Status: New ** Changed in: kernel-sru-workflow/automated-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/automated-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/certification-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/certification-testing Assignee: (unassigned) => Canonical Hardware Certification (canonical-hw-cert) ** Changed in: kernel-sru-workflow/prepare-package Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package-meta Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: (unassigned) => Canonical
[Bug 1766474] Re: package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: Unterprozess installed shim-signed package post-installation script gab den Fehler-Ausgangsstatus 5 zurück
*** This bug is a duplicate of bug 1766391 *** https://bugs.launchpad.net/bugs/1766391 ** This bug has been marked a duplicate of bug 1766391 package shim-signed (not installed) failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766474 Title: package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: Unterprozess installed shim-signed package post-installation script gab den Fehler-Ausgangsstatus 5 zurück To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1766474/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1748450] Re: gnome-shell crashed with SIGTRAP in _g_log_abort() from g_log_default_handler() from default_log_handler(message="Connection to xwayland lost") from g_logv() from g_log() from
** Description changed: + [Impact] + + * Xwayland is failing frequently (not crashing), which triggers a crash + in gnome-shell because gnome-shell doesn't know how to survive without + Xwayland. + + * The frequent gnome-shell crashes create frequent problem reports and + annoying dialogs for users, after they log in to an apparently working + gnome-shell. + + * This affects Xorg sessions too, because the gdm login screen itself is + a Wayland session. And Xorg users will see the problem dialog after they + have logged into a Xorg session. + + * The fix simply converts the crash into a silent exit (as decided by + Gnome upstream). This avoids the mountain of crash reports and annoying + error dialogs at least. It does not fix the root causes that remain in + Xwayland, but this is considered acceptable because there really isn't a + bug in gnome-shell here other than it doesn't know how to survive + without a connection to Xwayland. + + * For users of Xorg sessions, like bionic default, this is a full fix as + Xorg users will never get an Xwayland instance after logging in. And + hence no Xwayland bugs. + + [Test Case] + + * Just install bionic, use it lightly and reboot a few times. + + * Observe crash files are left in /var/crash and problem report dialogs + after logging in. + + [Regression Potential] + + Medium. The fix does not really change the structure of the existing + error handling, only changes it from a core dump into a silent exit. For + Xorg users this should be invisible as the affected login screen + restarts automatically. + + [Other Info] + + This is a whole class of gnome-shell crash which includes bug 1505409, + bug 1748450 and bug 1556601. All three should be considered the same + crash for the sake of this SRU. + + - + *** This is a duplicate of bug 1505409, but is being kept separate so as to automatically collect duplicate reports since the stacktrace signature has changed recently. Any resolution and discussion should occur in bug 1505409. *** See also: https://errors.ubuntu.com/problem/8ef857b2fe07d60742cd02d7d8f988f78ecd0f95 ProblemType: Crash DistroRelease: Ubuntu 18.04 Package: gnome-shell 3.26.2-0ubuntu2 ProcVersionSignature: Ubuntu 4.13.0-33.36-generic 4.13.13 Uname: Linux 4.13.0-33-generic x86_64 ApportVersion: 2.20.8-0ubuntu8 Architecture: amd64 CurrentDesktop: GNOME-Greeter:GNOME Date: Thu Feb 8 23:50:23 2018 DisplayManager: gdm3 ExecutablePath: /usr/bin/gnome-shell GsettingsChanges: InstallationDate: Installed on 2016-03-21 (690 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160307) ProcCmdline: /usr/bin/gnome-shell ProcEnviron: PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/false Signal: 5 SourcePackage: gnome-shell StacktraceTop: () at /usr/lib/x86_64-linux-gnu/libmutter-1.so.0 _XIOError () at /usr/lib/x86_64-linux-gnu/libX11.so.6 _XEventsQueued () at /usr/lib/x86_64-linux-gnu/libX11.so.6 XPending () at /usr/lib/x86_64-linux-gnu/libX11.so.6 () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 Title: gnome-shell crashed with signal 5 UpgradeStatus: Upgraded to bionic on 2018-02-08 (0 days ago) UserGroups: ** Description changed: [Impact] * Xwayland is failing frequently (not crashing), which triggers a crash in gnome-shell because gnome-shell doesn't know how to survive without Xwayland. * The frequent gnome-shell crashes create frequent problem reports and annoying dialogs for users, after they log in to an apparently working gnome-shell. * This affects Xorg sessions too, because the gdm login screen itself is a Wayland session. And Xorg users will see the problem dialog after they have logged into a Xorg session. * The fix simply converts the crash into a silent exit (as decided by Gnome upstream). This avoids the mountain of crash reports and annoying error dialogs at least. It does not fix the root causes that remain in Xwayland, but this is considered acceptable because there really isn't a bug in gnome-shell here other than it doesn't know how to survive without a connection to Xwayland. * For users of Xorg sessions, like bionic default, this is a full fix as Xorg users will never get an Xwayland instance after logging in. And hence no Xwayland bugs. [Test Case] * Just install bionic, use it lightly and reboot a few times. * Observe crash files are left in /var/crash and problem report dialogs after logging in. [Regression Potential] Medium. The fix does not really change the structure of the existing error handling, only changes it from a core dump into a silent exit. For Xorg users this should be invisible as the affected login screen restarts automatically. [Other Info] - This is a whole class of gnome-shell crash which includes bug 1505409, - bug 1748450 and bug 1556601. All three should be considered the sam
[Bug 1766445] Re: linux-azure: -proposed tracker
** Changed in: kernel-sru-workflow Status: In Progress => Invalid ** Changed in: kernel-sru-workflow/automated-testing Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package-meta Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package-signed Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-proposed Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-release Status: New => Invalid ** Changed in: kernel-sru-workflow/regression-testing Status: New => Invalid ** Changed in: kernel-sru-workflow/stakeholder-signoff Status: New => Invalid ** Changed in: linux-azure (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766445 Title: linux-azure: -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766445/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1763273] Re: kernel panic in Radeon driver while screen blank
Can you try latest mainline kernel in [0]? You need these two binaries: linux-image-unsigned*generic*.deb linux-modules*generic*.deb [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.17-rc2/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1763273 Title: kernel panic in Radeon driver while screen blank To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1763273/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766444] Re: linux-aws: -proposed tracker
** Changed in: kernel-sru-workflow Status: In Progress => Invalid ** Changed in: kernel-sru-workflow/automated-testing Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package-meta Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-proposed Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-release Status: New => Invalid ** Changed in: kernel-sru-workflow/regression-testing Status: New => Invalid ** Changed in: linux-aws (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766444 Title: linux-aws: -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766444/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766443] Re: linux-oem: -proposed tracker
** Changed in: kernel-sru-workflow Status: In Progress => Invalid ** Changed in: kernel-sru-workflow/automated-testing Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package-meta Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package-signed Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-proposed Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-release Status: New => Invalid ** Changed in: kernel-sru-workflow/regression-testing Status: New => Invalid ** Changed in: linux-oem (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766443 Title: linux-oem: -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766443/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766453] [NEW] linux-raspi2: -proposed tracker
Public bug reported: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-master-bug: 1766452 ** Affects: kernel-sru-workflow Importance: Medium Status: In Progress ** Affects: kernel-sru-workflow/automated-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package-meta Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-proposed Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-release Importance: Medium Assignee: Ubuntu Package Archive Administrators (ubuntu-archive) Status: New ** Affects: kernel-sru-workflow/regression-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: linux-raspi2 (Ubuntu) Importance: Medium Status: Confirmed ** Affects: linux-raspi2 (Ubuntu Bionic) Importance: Medium Status: Confirmed ** Tags: bionic kernel-release-tracking-bug kernel-release-tracking-bug-live kernel-sru-cycle-d2018.04.24-1 kernel-sru-derivative-of-1766452 ** Tags added: kernel-release-tracking-bug ** Tags added: kernel-release-tracking-bug-live ** Also affects: linux-raspi2 (Ubuntu Bionic) Importance: Undecided Status: New ** Tags added: bionic ** Changed in: linux-raspi2 (Ubuntu Bionic) Status: New => Confirmed ** Also affects: kernel-sru-workflow/automated-testing Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package-meta Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-proposed Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-release Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/regression-testing Importance: Undecided Status: New ** Changed in: kernel-sru-workflow/automated-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/automated-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package-meta Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-proposed Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-release Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-release Assignee: (unassigned) => Ubuntu Package Archive Administrators (ubuntu-archive) ** Changed in: kernel-sru-workflow/regression-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/regression-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: linux-raspi2 (Ubuntu) Importance: Undecided => Medium ** Changed in: kernel-sru-workflow Status: New => In Progress ** Changed in: kernel-sru-workflow Importance: Undecided => Medium ** Tags added: kernel-sru-cycle-d2018.04.24-1 ** Tags added: kernel-sru-derivative-of-1766452 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766453 Title: linux-raspi2: -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766453/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766456] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \320\237\321\200\320\276\320\262\320\265\321\200\320\276\321\207\320\275\320\276\320\265 \321
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding gjs. This problem was most recently seen with package version 1.52.1-1, the problem page at https://errors.ubuntu.com/problem/723b57994039b44a6e8e596c04dc7cbc294a8ea6 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. ** Affects: gjs (Ubuntu) Importance: Undecided Status: New ** Tags: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766456 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \320\237\321\200\320\276\320\262\320\265\321\200\320\276\321\207\320\275\320\276\320\265 \321\203\321\202\320\262\320\265\321\200\320\266\320\264\320\265\320\275\320\270\320\265 \302\253hash_table->live_entries == 0\302\273 \320\275\320\265 \320\262\321\213\320\277\320\276\320\273\320\275\320\265\320\275\320\276. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766456/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766450] Re: linux-hwe-edge: -proposed tracker
** Changed in: kernel-sru-workflow Status: In Progress => Invalid ** Changed in: kernel-sru-workflow/automated-testing Status: New => Invalid ** Changed in: kernel-sru-workflow/certification-testing Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package-meta Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package-signed Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-proposed Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-security Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-updates Status: New => Invalid ** Changed in: kernel-sru-workflow/regression-testing Status: New => Invalid ** Changed in: kernel-sru-workflow/security-signoff Status: New => Invalid ** Changed in: kernel-sru-workflow/upload-to-ppa Status: New => Invalid ** Changed in: kernel-sru-workflow/verification-testing Status: New => Invalid ** Changed in: linux-hwe-edge (Ubuntu Xenial) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766450 Title: linux-hwe-edge: -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766450/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766447] Re: linux-gcp: -proposed tracker
** Changed in: kernel-sru-workflow Status: In Progress => Invalid ** Changed in: kernel-sru-workflow/automated-testing Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package-meta Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-proposed Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-release Status: New => Invalid ** Changed in: kernel-sru-workflow/regression-testing Status: New => Invalid ** Changed in: linux-gcp (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766447 Title: linux-gcp: -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766447/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766459] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy: \345\201\207\350\256\276 \342\200\230hash_table->live_entries == 0\342\200\231 \345\2
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 ** This bug has been marked a duplicate of bug 1763878 [regression] Many programs crashing at exit with assert failure: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed. Called from cairo_debug_reset_static_data() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766459 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo- hash.c:217\357\274\232_cairo_hash_table_destroy: \345\201\207\350\256\276 \342\200\230hash_table->live_entries == 0\342\200\231 \345\244\261\350\264\245\343\200\202 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766459/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766455] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Zusicherung \302\273hash_table->live_entries == 0\302\253 nicht erf\303\274llt.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 ** This bug has been marked a duplicate of bug 1763878 [regression] Many programs crashing at exit with assert failure: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed. Called from cairo_debug_reset_static_data() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766455 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Zusicherung \302\273hash_table->live_entries == 0\302\253 nicht erf\303\274llt. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766455/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766455] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Zusicherung \302\273hash_table->live_entries == 0\302\253 nicht erf\303\274llt.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding gjs. This problem was most recently seen with package version 1.52.1-1, the problem page at https://errors.ubuntu.com/problem/96a6ba64a9c7989a777805ab56ab39a265df4721 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. ** Affects: gjs (Ubuntu) Importance: Undecided Status: New ** Tags: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766455 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Zusicherung \302\273hash_table->live_entries == 0\302\253 nicht erf\303\274llt. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766455/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766452] [NEW] linux: 4.15.0-20.21 -proposed tracker
Public bug reported: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow backports: bug 1766473 (linux-hwe-edge) derivatives: bug 1766453 (linux-raspi2), bug 1766454 (linux-oem), bug 1766464 (linux-aws), bug 1766467 (linux-azure), bug 1766471 (linux-gcp), bug 1766472 (linux-kvm) ** Affects: kernel-sru-workflow Importance: Medium Status: In Progress ** Affects: kernel-sru-workflow/automated-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package Importance: Medium Assignee: Seth Forshee (sforshee) Status: In Progress ** Affects: kernel-sru-workflow/prepare-package-meta Importance: Medium Assignee: Seth Forshee (sforshee) Status: In Progress ** Affects: kernel-sru-workflow/prepare-package-signed Importance: Medium Assignee: Seth Forshee (sforshee) Status: In Progress ** Affects: kernel-sru-workflow/promote-to-proposed Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-release Importance: Medium Assignee: Ubuntu Package Archive Administrators (ubuntu-archive) Status: New ** Affects: kernel-sru-workflow/regression-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: linux (Ubuntu) Importance: Medium Status: Confirmed ** Affects: linux (Ubuntu Bionic) Importance: Medium Status: Confirmed ** Tags: bionic kernel-release-tracking-bug kernel-release-tracking-bug-live kernel-sru-cycle-d2018.04.24-1 kernel-sru-master-kernel ** Tags added: kernel-release-tracking-bug ** Tags added: kernel-release-tracking-bug-live ** Also affects: linux (Ubuntu Bionic) Importance: Undecided Status: New ** Tags added: bionic ** Changed in: linux (Ubuntu Bionic) Status: New => Confirmed ** Also affects: kernel-sru-workflow/automated-testing Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package-meta Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package-signed Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-proposed Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-release Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/regression-testing Importance: Undecided Status: New ** Changed in: kernel-sru-workflow/automated-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/automated-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package-meta Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package-signed Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-signed Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-proposed Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-release Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-release Assignee: (unassigned) => Ubuntu Package Archive Administrators (ubuntu-archive) ** Changed in: kernel-sru-workflow/regression-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/regression-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: kernel-sru-workflow Status: New => In Progress ** Changed in: kernel-sru-workflow Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package Status: New => Confirmed ** Tags added: kernel-sru-cycle-d2018.04.24-1 ** Tags added: kernel-sru-master-kernel -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/
[Bug 1766457] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy: l'assertion \302\253\302\240hash_table->live_entries == 0\302\240\302\
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding gjs. This problem was most recently seen with package version 1.52.1-1, the problem page at https://errors.ubuntu.com/problem/24da80277789c32ca6e4a38f092a8d1e181456cb contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. ** Affects: gjs (Ubuntu) Importance: Undecided Status: New ** Tags: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766457 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo- hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy: l'assertion \302\253\302\240hash_table->live_entries == 0\302\240\302\273 a \303\251chou\303\251. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766457/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766449] Re: linux-kvm: -proposed tracker
** Changed in: kernel-sru-workflow Status: In Progress => Invalid ** Changed in: kernel-sru-workflow/automated-testing Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package Status: New => Invalid ** Changed in: kernel-sru-workflow/prepare-package-meta Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-proposed Status: New => Invalid ** Changed in: kernel-sru-workflow/promote-to-release Status: New => Invalid ** Changed in: kernel-sru-workflow/regression-testing Status: New => Invalid ** Changed in: linux-kvm (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766449 Title: linux-kvm: -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766449/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766456] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \320\237\321\200\320\276\320\262\320\265\321\200\320\276\321\207\320\275\320\276\320\265 \321\2
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 ** This bug has been marked a duplicate of bug 1763878 [regression] Many programs crashing at exit with assert failure: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed. Called from cairo_debug_reset_static_data() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766456 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \320\237\321\200\320\276\320\262\320\265\321\200\320\276\321\207\320\275\320\276\320\265 \321\203\321\202\320\262\320\265\321\200\320\266\320\264\320\265\320\275\320\270\320\265 \302\253hash_table->live_entries == 0\302\273 \320\275\320\265 \320\262\321\213\320\277\320\276\320\273\320\275\320\265\320\275\320\276. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766456/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766457] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy: l'assertion \302\253\302\240hash_table->live_entries == 0\302\240\302\27
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 ** This bug has been marked a duplicate of bug 1763878 [regression] Many programs crashing at exit with assert failure: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed. Called from cairo_debug_reset_static_data() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766457 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo- hash.c\302\240:217\302\240:\302\240_cairo_hash_table_destroy: l'assertion \302\253\302\240hash_table->live_entries == 0\302\240\302\273 a \303\251chou\303\251. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766457/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766458] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Warunek zapewnienia `hash_table->live_entries == 0' nie zosta\305\202 spe\305\202niony.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding gjs. This problem was most recently seen with package version 1.52.1-1, the problem page at https://errors.ubuntu.com/problem/655eaa4a2d70c9865476a8618b5a89cad34e7903 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. ** Affects: gjs (Ubuntu) Importance: Undecided Status: New ** Tags: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766458 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Warunek zapewnienia `hash_table->live_entries == 0' nie zosta\305\202 spe\305\202niony. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766458/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766458] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Warunek zapewnienia `hash_table->live_entries == 0' nie zosta\305\202 spe\305\202niony.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 ** This bug has been marked a duplicate of bug 1763878 [regression] Many programs crashing at exit with assert failure: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed. Called from cairo_debug_reset_static_data() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766458 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Warunek zapewnienia `hash_table->live_entries == 0' nie zosta\305\202 spe\305\202niony. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766458/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766454] [NEW] linux-oem: -proposed tracker
Public bug reported: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-master-bug: 1766452 ** Affects: kernel-sru-workflow Importance: Medium Status: In Progress ** Affects: kernel-sru-workflow/automated-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package-meta Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package-signed Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-proposed Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-release Importance: Medium Assignee: Ubuntu Package Archive Administrators (ubuntu-archive) Status: New ** Affects: kernel-sru-workflow/regression-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: linux-oem (Ubuntu) Importance: Medium Status: Confirmed ** Affects: linux-oem (Ubuntu Bionic) Importance: Medium Status: Confirmed ** Tags: bionic kernel-release-tracking-bug kernel-release-tracking-bug-live kernel-sru-cycle-d2018.04.24-1 kernel-sru-derivative-of-1766452 ** Tags added: kernel-release-tracking-bug ** Tags added: kernel-release-tracking-bug-live ** Also affects: linux-oem (Ubuntu Bionic) Importance: Undecided Status: New ** Tags added: bionic ** Changed in: linux-oem (Ubuntu Bionic) Status: New => Confirmed ** Also affects: kernel-sru-workflow/automated-testing Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package-meta Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package-signed Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-proposed Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-release Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/regression-testing Importance: Undecided Status: New ** Changed in: kernel-sru-workflow/automated-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/automated-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package-meta Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package-signed Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-signed Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-proposed Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-release Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-release Assignee: (unassigned) => Ubuntu Package Archive Administrators (ubuntu-archive) ** Changed in: kernel-sru-workflow/regression-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/regression-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: linux-oem (Ubuntu) Importance: Undecided => Medium ** Changed in: kernel-sru-workflow Status: New => In Progress ** Changed in: kernel-sru-workflow Importance: Undecided => Medium ** Tags added: kernel-sru-cycle-d2018.04.24-1 ** Tags added: kernel-sru-derivative-of-1766452 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766454 Title: linux-oem: -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766454/+subscr
[Bug 1766462] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \343\202\242\343\202\265\343\203\274\343\202\267\343\203\247\343\203\263 `hash_table->live_entr
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 ** This bug has been marked a duplicate of bug 1763878 [regression] Many programs crashing at exit with assert failure: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed. Called from cairo_debug_reset_static_data() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766462 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \343\202\242\343\202\265\343\203\274\343\202\267\343\203\247\343\203\263 `hash_table->live_entries == 0' \343\201\253\345\244\261\346\225\227\343\201\227\343\201\276\343\201\227\343\201\237\343\200\202 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766462/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766461] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: asserzione \"hash_table->live_entries == 0\" non riuscita.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 ** This bug has been marked a duplicate of bug 1763878 [regression] Many programs crashing at exit with assert failure: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed. Called from cairo_debug_reset_static_data() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766461 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: asserzione \"hash_table->live_entries == 0\" non riuscita. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766461/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766463] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: La declaraci\303\263n `hash_table->live_entries == 0' no se cumple.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 ** This bug has been marked a duplicate of bug 1763878 [regression] Many programs crashing at exit with assert failure: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed. Called from cairo_debug_reset_static_data() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766463 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: La declaraci\303\263n `hash_table->live_entries == 0' no se cumple. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766463/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766459] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217\357\274\232_cairo_hash_table_destroy: \345\201\207\350\256\276 \342\200\230hash_table->live_entries == 0\342\200\231 \345
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding gjs. This problem was most recently seen with package version 1.52.1-1, the problem page at https://errors.ubuntu.com/problem/9e49c2cddf9cadfa1820fa7ed823e0e60113d7db contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. ** Affects: gjs (Ubuntu) Importance: Undecided Status: New ** Tags: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766459 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo- hash.c:217\357\274\232_cairo_hash_table_destroy: \345\201\207\350\256\276 \342\200\230hash_table->live_entries == 0\342\200\231 \345\244\261\350\264\245\343\200\202 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766459/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766463] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: La declaraci\303\263n `hash_table->live_entries == 0' no se cumple.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding gjs. This problem was most recently seen with package version 1.52.1-1, the problem page at https://errors.ubuntu.com/problem/8b3546bd4dff6ffbcf94b7cd640c8951ef39c6d1 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. ** Affects: gjs (Ubuntu) Importance: Undecided Status: New ** Tags: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766463 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: La declaraci\303\263n `hash_table->live_entries == 0' no se cumple. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766463/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766460] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Controletest 'hash_table->live_entries == 0' faalt.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding gjs. This problem was most recently seen with package version 1.52.1-1, the problem page at https://errors.ubuntu.com/problem/27e3166ded5247ec0becebc1f1be7991a3f26fed contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. ** Affects: gjs (Ubuntu) Importance: Undecided Status: New ** Tags: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766460 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Controletest 'hash_table->live_entries == 0' faalt. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766460/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766462] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \343\202\242\343\202\265\343\203\274\343\202\267\343\203\247\343\203\263 `hash_table->live_en
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding gjs. This problem was most recently seen with package version 1.52.1-1, the problem page at https://errors.ubuntu.com/problem/f477ffb6cca09516b9fa9a20ac07890c3b61ae87 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. ** Affects: gjs (Ubuntu) Importance: Undecided Status: New ** Tags: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766462 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: \343\202\242\343\202\265\343\203\274\343\202\267\343\203\247\343\203\263 `hash_table->live_entries == 0' \343\201\253\345\244\261\346\225\227\343\201\227\343\201\276\343\201\227\343\201\237\343\200\202 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766462/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766461] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: asserzione \"hash_table->live_entries == 0\" non riuscita.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding gjs. This problem was most recently seen with package version 1.52.1-1, the problem page at https://errors.ubuntu.com/problem/d928e36442e0962b03b0806688fa149b7e67fade contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. ** Affects: gjs (Ubuntu) Importance: Undecided Status: New ** Tags: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766461 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: asserzione \"hash_table->live_entries == 0\" non riuscita. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766461/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766464] [NEW] linux-aws: -proposed tracker
Public bug reported: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-master-bug: 1766452 ** Affects: kernel-sru-workflow Importance: Medium Status: In Progress ** Affects: kernel-sru-workflow/automated-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package-meta Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-proposed Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-release Importance: Medium Assignee: Ubuntu Package Archive Administrators (ubuntu-archive) Status: New ** Affects: kernel-sru-workflow/regression-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: linux-aws (Ubuntu) Importance: Medium Status: Confirmed ** Affects: linux-aws (Ubuntu Bionic) Importance: Medium Status: Confirmed ** Tags: bionic kernel-release-tracking-bug kernel-release-tracking-bug-live kernel-sru-cycle-d2018.04.24-1 kernel-sru-derivative-of-1766452 ** Tags added: kernel-release-tracking-bug ** Tags added: kernel-release-tracking-bug-live ** Also affects: linux-aws (Ubuntu Bionic) Importance: Undecided Status: New ** Tags added: bionic ** Changed in: linux-aws (Ubuntu Bionic) Status: New => Confirmed ** Also affects: kernel-sru-workflow/automated-testing Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package-meta Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-proposed Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-release Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/regression-testing Importance: Undecided Status: New ** Changed in: kernel-sru-workflow/automated-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/automated-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package-meta Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-proposed Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-release Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-release Assignee: (unassigned) => Ubuntu Package Archive Administrators (ubuntu-archive) ** Changed in: kernel-sru-workflow/regression-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/regression-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: linux-aws (Ubuntu) Importance: Undecided => Medium ** Changed in: kernel-sru-workflow Status: New => In Progress ** Changed in: kernel-sru-workflow Importance: Undecided => Medium ** Tags added: kernel-sru-cycle-d2018.04.24-1 ** Tags added: kernel-sru-derivative-of-1766452 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766464 Title: linux-aws: -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766464/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766466] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertiva \342\200\234hash_table->live_entries == 0\342\200\235 falhou.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 ** This bug has been marked a duplicate of bug 1763878 [regression] Many programs crashing at exit with assert failure: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed. Called from cairo_debug_reset_static_data() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766466 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertiva \342\200\234hash_table->live_entries == 0\342\200\235 falhou. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766466/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766460] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Controletest 'hash_table->live_entries == 0' faalt.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 ** This bug has been marked a duplicate of bug 1763878 [regression] Many programs crashing at exit with assert failure: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed. Called from cairo_debug_reset_static_data() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766460 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Controletest 'hash_table->live_entries == 0' faalt. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766460/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766471] [NEW] linux-gcp: -proposed tracker
Public bug reported: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-master-bug: 1766452 ** Affects: kernel-sru-workflow Importance: Medium Status: In Progress ** Affects: kernel-sru-workflow/automated-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package-meta Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-proposed Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-release Importance: Medium Assignee: Ubuntu Package Archive Administrators (ubuntu-archive) Status: New ** Affects: kernel-sru-workflow/regression-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: linux-gcp (Ubuntu) Importance: Medium Status: Confirmed ** Affects: linux-gcp (Ubuntu Bionic) Importance: Medium Status: Confirmed ** Tags: bionic kernel-release-tracking-bug kernel-release-tracking-bug-live kernel-sru-cycle-d2018.04.24-1 kernel-sru-derivative-of-1766452 ** Tags added: kernel-release-tracking-bug ** Tags added: kernel-release-tracking-bug-live ** Also affects: linux-gcp (Ubuntu Bionic) Importance: Undecided Status: New ** Tags added: bionic ** Changed in: linux-gcp (Ubuntu Bionic) Status: New => Confirmed ** Also affects: kernel-sru-workflow/automated-testing Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package-meta Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-proposed Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-release Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/regression-testing Importance: Undecided Status: New ** Changed in: kernel-sru-workflow/automated-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/automated-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package-meta Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-proposed Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-release Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-release Assignee: (unassigned) => Ubuntu Package Archive Administrators (ubuntu-archive) ** Changed in: kernel-sru-workflow/regression-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/regression-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: linux-gcp (Ubuntu) Importance: Undecided => Medium ** Changed in: kernel-sru-workflow Status: New => In Progress ** Changed in: kernel-sru-workflow Importance: Undecided => Medium ** Tags added: kernel-sru-cycle-d2018.04.24-1 ** Tags added: kernel-sru-derivative-of-1766452 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766471 Title: linux-gcp: -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766471/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766465] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: L\342\200\231asserci\303\263 \302\253hash_table->live_entries == 0\302\273 ha fallat.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 ** This bug has been marked a duplicate of bug 1763878 [regression] Many programs crashing at exit with assert failure: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed. Called from cairo_debug_reset_static_data() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766465 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: L\342\200\231asserci\303\263 \302\253hash_table->live_entries == 0\302\273 ha fallat. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766465/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766466] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertiva \342\200\234hash_table->live_entries == 0\342\200\235 falhou.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding gjs. This problem was most recently seen with package version 1.52.1-1, the problem page at https://errors.ubuntu.com/problem/9d5bacdfcda2d6b14aa8a778c6567282b916ad45 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. ** Affects: gjs (Ubuntu) Importance: Undecided Status: New ** Tags: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766466 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertiva \342\200\234hash_table->live_entries == 0\342\200\235 falhou. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766466/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766474] [NEW] package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: Unterprozess installed shim-signed package post-installation script gab den Fehler-Ausgangsstatus 5 zurück
Public bug reported: ? ProblemType: Package DistroRelease: Ubuntu 18.04 Package: shim-signed 1.34.6+13-0ubuntu2 ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15 Uname: Linux 4.15.0-15-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia .proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/proc/sys/kernel/moksbstate_disabled' ApportVersion: 2.20.9-0ubuntu6 Architecture: amd64 Date: Tue Apr 24 06:53:58 2018 ErrorMessage: Unterprozess installed shim-signed package post-installation script gab den Fehler-Ausgangsstatus 5 zurück Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3 PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 2.7.15~rc1-1 RelatedPackageVersions: dpkg 1.19.0.5ubuntu2 apt 1.6.1 SecureBoot: 22 0 0 0 0 SourcePackage: shim-signed Title: package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: Unterprozess installed shim-signed package post-installation script gab den Fehler-Ausgangsstatus 5 zurück UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: shim-signed (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766474 Title: package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: Unterprozess installed shim-signed package post-installation script gab den Fehler-Ausgangsstatus 5 zurück To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1766474/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766472] [NEW] linux-kvm: -proposed tracker
Public bug reported: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-master-bug: 1766452 ** Affects: kernel-sru-workflow Importance: Medium Status: In Progress ** Affects: kernel-sru-workflow/automated-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package-meta Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-proposed Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-release Importance: Medium Assignee: Ubuntu Package Archive Administrators (ubuntu-archive) Status: New ** Affects: kernel-sru-workflow/regression-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: linux-kvm (Ubuntu) Importance: Medium Status: Confirmed ** Affects: linux-kvm (Ubuntu Bionic) Importance: Medium Status: Confirmed ** Tags: bionic kernel-release-tracking-bug kernel-release-tracking-bug-live kernel-sru-cycle-d2018.04.24-1 kernel-sru-derivative-of-1766452 ** Tags added: kernel-release-tracking-bug ** Tags added: kernel-release-tracking-bug-live ** Also affects: linux-kvm (Ubuntu Bionic) Importance: Undecided Status: New ** Tags added: bionic ** Changed in: linux-kvm (Ubuntu Bionic) Status: New => Confirmed ** Also affects: kernel-sru-workflow/automated-testing Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package-meta Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-proposed Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-release Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/regression-testing Importance: Undecided Status: New ** Changed in: kernel-sru-workflow/automated-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/automated-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package-meta Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-proposed Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-release Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-release Assignee: (unassigned) => Ubuntu Package Archive Administrators (ubuntu-archive) ** Changed in: kernel-sru-workflow/regression-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/regression-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: linux-kvm (Ubuntu) Importance: Undecided => Medium ** Changed in: kernel-sru-workflow Status: New => In Progress ** Changed in: kernel-sru-workflow Importance: Undecided => Medium ** Tags added: kernel-sru-cycle-d2018.04.24-1 ** Tags added: kernel-sru-derivative-of-1766452 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766472 Title: linux-kvm: -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1766472/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766465] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: L\342\200\231asserci\303\263 \302\253hash_table->live_entries == 0\302\273 ha fallat.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding gjs. This problem was most recently seen with package version 1.52.1-1, the problem page at https://errors.ubuntu.com/problem/1dff5804f58251308beee0b6c2fa7f74eb019281 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. ** Affects: gjs (Ubuntu) Importance: Undecided Status: New ** Tags: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766465 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: L\342\200\231asserci\303\263 \302\253hash_table->live_entries == 0\302\273 ha fallat. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766465/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766467] [NEW] linux-azure: -proposed tracker
Public bug reported: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- kernel-master-bug: 1766452 ** Affects: kernel-sru-workflow Importance: Medium Status: In Progress ** Affects: kernel-sru-workflow/automated-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package-meta Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/prepare-package-signed Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-proposed Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/promote-to-release Importance: Medium Assignee: Ubuntu Package Archive Administrators (ubuntu-archive) Status: New ** Affects: kernel-sru-workflow/regression-testing Importance: Medium Assignee: Canonical Kernel Team (canonical-kernel-team) Status: New ** Affects: kernel-sru-workflow/stakeholder-signoff Importance: Medium Assignee: Joshua R. Poulson (jrp) Status: New ** Affects: linux-azure (Ubuntu) Importance: Medium Status: Confirmed ** Affects: linux-azure (Ubuntu Bionic) Importance: Medium Status: Confirmed ** Tags: bionic kernel-release-tracking-bug kernel-release-tracking-bug-live kernel-sru-cycle-d2018.04.24-1 kernel-sru-derivative-of-1766452 ** Tags added: kernel-release-tracking-bug ** Tags added: kernel-release-tracking-bug-live ** Also affects: linux-azure (Ubuntu Bionic) Importance: Undecided Status: New ** Tags added: bionic ** Changed in: linux-azure (Ubuntu Bionic) Status: New => Confirmed ** Also affects: kernel-sru-workflow/automated-testing Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package-meta Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/prepare-package-signed Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-proposed Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/promote-to-release Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/regression-testing Importance: Undecided Status: New ** Also affects: kernel-sru-workflow/stakeholder-signoff Importance: Undecided Status: New ** Changed in: kernel-sru-workflow/automated-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/automated-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package-meta Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-meta Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/prepare-package-signed Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/prepare-package-signed Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-proposed Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/promote-to-release Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/promote-to-release Assignee: (unassigned) => Ubuntu Package Archive Administrators (ubuntu-archive) ** Changed in: kernel-sru-workflow/regression-testing Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/regression-testing Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: kernel-sru-workflow/stakeholder-signoff Importance: Undecided => Medium ** Changed in: kernel-sru-workflow/stakeholder-signoff Assignee: (unassigned) => Joshua R. Poulson (jrp) ** Changed in: linux-azure (Ubuntu) Importance: Undecided => Medium ** Changed in: kernel-sru-workflow Status: New => In Progress ** Changed in: kernel
[Bug 1766470] Re: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: F\303\266rs\303\244kran \342\200\235hash_table->live_entries == 0\342\200\235 falsk.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 ** This bug has been marked a duplicate of bug 1763878 [regression] Many programs crashing at exit with assert failure: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: Assertion `hash_table->live_entries == 0' failed. Called from cairo_debug_reset_static_data() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766470 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: F\303\266rs\303\244kran \342\200\235hash_table->live_entries == 0\342\200\235 falsk. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766470/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766470] [NEW] /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: F\303\266rs\303\244kran \342\200\235hash_table->live_entries == 0\342\200\235 falsk.
*** This bug is a duplicate of bug 1763878 *** https://bugs.launchpad.net/bugs/1763878 Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding gjs. This problem was most recently seen with package version 1.52.1-1, the problem page at https://errors.ubuntu.com/problem/d02d2b4fb176b381ea42b3bd281ccef81633735c contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. ** Affects: gjs (Ubuntu) Importance: Undecided Status: New ** Tags: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766470 Title: /usr/bin/gjs-console:gjs: ../../../../src/cairo-hash.c:217: _cairo_hash_table_destroy: F\303\266rs\303\244kran \342\200\235hash_table->live_entries == 0\342\200\235 falsk. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1766470/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1756870] Re: [MIR] socat
Override component to main socat 1.7.3.2-2ubuntu2 in bionic: universe/net -> main socat 1.7.3.2-2ubuntu2 in bionic amd64: universe/net/extra/100% -> main socat 1.7.3.2-2ubuntu2 in bionic arm64: universe/net/extra/100% -> main socat 1.7.3.2-2ubuntu2 in bionic armhf: universe/net/extra/100% -> main socat 1.7.3.2-2ubuntu2 in bionic i386: universe/net/extra/100% -> main socat 1.7.3.2-2ubuntu2 in bionic ppc64el: universe/net/extra/100% -> main socat 1.7.3.2-2ubuntu2 in bionic s390x: universe/net/extra/100% -> main 7 publications overridden. ** Changed in: socat (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/1756870 Title: [MIR] socat To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/socat/+bug/1756870/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1765429] Re: [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel: meltdown: rfi/fallback displacement flush not enabled bydefault (kvm)
** Changed in: ubuntu-power-systems 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/1765429 Title: [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel: meltdown: rfi/fallback displacement flush not enabled bydefault (kvm) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1765429/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766412] Re: package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: instalado shim-signed paquete post-installation guión el subproceso devolvió un error con estado de salida 5
*** This bug is a duplicate of bug 1766391 *** https://bugs.launchpad.net/bugs/1766391 ** This bug has been marked a duplicate of bug 1766391 package shim-signed (not installed) failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766412 Title: package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: instalado shim-signed paquete post-installation guión el subproceso devolvió un error con estado de salida 5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1766412/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766399] Re: package shim-signed 1.34.5+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 1
*** This bug is a duplicate of bug 1766338 *** https://bugs.launchpad.net/bugs/1766338 ** This bug has been marked a duplicate of bug 1766338 package shim-signed 1.34.4+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766399 Title: package shim-signed 1.34.5+13-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1766399/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1746680] Re: [MIR] xe-guest-utilities
filed LP: #1766451 for the shell script removal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1746680 Title: [MIR] xe-guest-utilities To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xe-guest-utilities/+bug/1746680/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1746680] Re: [MIR] xe-guest-utilities
Override component to main xe-guest-utilities 7.10.0-0ubuntu1 in bionic: universe/admin -> main xe-guest-utilities 7.10.0-0ubuntu1 in bionic amd64: universe/admin/optional/100% -> main xe-guest-utilities 7.10.0-0ubuntu1 in bionic arm64: universe/admin/optional/100% -> main xe-guest-utilities 7.10.0-0ubuntu1 in bionic armhf: universe/admin/optional/100% -> main xe-guest-utilities 7.10.0-0ubuntu1 in bionic i386: universe/admin/optional/100% -> main xe-guest-utilities 7.10.0-0ubuntu1 in bionic ppc64el: universe/admin/optional/100% -> main xe-guest-utilities 7.10.0-0ubuntu1 in bionic s390x: universe/admin/optional/100% -> main 7 publications overridden. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1746680 Title: [MIR] xe-guest-utilities To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xe-guest-utilities/+bug/1746680/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766413] Re: package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: instalado shim-signed paquete post-installation guión el subproceso devolvió un error con estado de salida 5
*** This bug is a duplicate of bug 1766391 *** https://bugs.launchpad.net/bugs/1766391 ** This bug has been marked a duplicate of bug 1766391 package shim-signed (not installed) failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766413 Title: package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: instalado shim-signed paquete post-installation guión el subproceso devolvió un error con estado de salida 5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1766413/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766411] Re: package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: instalado shim-signed paquete post-installation guión el subproceso devolvió un error con estado de salida 5
*** This bug is a duplicate of bug 1766391 *** https://bugs.launchpad.net/bugs/1766391 ** This bug has been marked a duplicate of bug 1766391 package shim-signed (not installed) failed to install/upgrade: installed shim-signed package post-installation script subprocess returned error exit status 5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766411 Title: package shim-signed 1.34.6+13-0ubuntu2 failed to install/upgrade: instalado shim-signed paquete post-installation guión el subproceso devolvió un error con estado de salida 5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1766411/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs