[Bug 1847544] Re: backport: S3 policy evaluated incorrectly

2019-11-07 Thread gerald.yang
** Tags added: verification-needed-bionic

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

Title:
  backport: S3 policy evaluated incorrectly

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

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

[Bug 1809316] Re: HDMI Audio failing after resuming from sleep

2019-11-07 Thread Kai-Heng Feng
This should be solved by later kernel release. Does this issue still
occur?

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

Title:
  HDMI Audio failing after resuming from sleep

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

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

[Bug 1827866] Re: vmx_apicv_test in ubuntu_kvm_unit_tests failed on X/B-KVM X-azure

2019-11-07 Thread Po-Hsu Lin
Failed on B-AWS-5.3 bare-metal instance i3.metal

 PASS: x2apic - writing 0x78 to 0x080: x2APIC write; got 0x78, want 0x78
 Unhandled exception 13 #GP at ip 004071a3
 error_code= rflags=00010006 cs=0008
 rax=0078 rcx=0809 rdx= 
rbx=0009
 rbp=0047efdf rsi=0042568d rdi=0042568d
 r8=000a r9=03f8 r10=000d 
r11=
 r12= r13= r14=00403dcc 
r15=
 cr0=80010031 cr2= cr3=00477000 
cr4=2020
 cr8=0007
 STACK: @4071a3 40170b 4004dd
 FAIL vmx_apicv_test

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

Title:
  vmx_apicv_test in ubuntu_kvm_unit_tests failed on X/B-KVM X-azure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1827866/+subscriptions

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

[Bug 1847544] Re: backport: S3 policy evaluated incorrectly

2019-11-07 Thread gerald.yang
** Description changed:

  [Impact]
  If a user tries to access a non-existent bucket, it should get a 
'NoSuchBucket' error message (404)
  But if there is such a bucket which is belonged to another user, radosgw will 
return 'AccessDenied' error (403)
  This is an incorrect error message, radosgw should return 404
- 
  
  [Test Case]
  Create a user by radosgw-admin, then create a bucket through S3 by this user
  Create another user and try to access the bucket created by the above user
  The error message must be 'NoSuchBucket', not 'AccessDenied'
  
  [Regression Potential]
- Low
+ Low, this patch checks 
+ 1. 'is_admin_of' and 'verify_permission' separately instead of 'and' the 
results of them
+ 2. if the bucket policy allow the user to access this bucket
+ to make sure it returns the correct error code, so basically it checks the 
same thing as before but in the correct order
  
  [Other Information]
  Backport Ceph issue 38638 to Luminous.
  
  If a user different from the owner (or even an anonymous user) does a
  GetObject/HeadObject on a non existing object, Radosgw returns status
  code 403, rather than the correct status 404.
  
  A version of this was merged into Ceph master:
  https://tracker.ceph.com/issues/38638
  https://github.com/ceph/ceph/commit/5eb50b7d10da51db72f705807c87775562b79b63
  
  And backported to luminous has been accepted:
  https://tracker.ceph.com/issues/39272
  https://github.com/ceph/ceph/commit/a752b21f549cc83745e35324387b85b3d039dfd2

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

Title:
  backport: S3 policy evaluated incorrectly

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

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

[Bug 1851778] Re: Power-off button tries to close all open windows

2019-11-07 Thread Gioele Barabucci
xev shows the following events after I press the power-off button:

MappingNotify event, serial 37, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248

PropertyNotify event, serial 38, synthetic NO, window 0x441,
atom 0x14a (_NET_WM_STATE), time 175585994, state PropertyNewValue

PropertyNotify event, serial 38, synthetic NO, window 0x441,
atom 0x14a (_NET_WM_STATE), time 175587075, state PropertyNewValue

MappingNotify event, serial 38, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248

PropertyNotify event, serial 39, synthetic NO, window 0x441,
atom 0x14a (_NET_WM_STATE), time 175588730, state PropertyNewValue

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

Title:
  Power-off button tries to close all open windows

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

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

[Bug 1851778] [NEW] Power-off button tries to close all open windows

2019-11-07 Thread Gioele Barabucci
Public bug reported:

Since October or September 2019, whenever I press the poweroff button on
my laptop, in addition to receiving the usual "Would you like to...
Lock, Restart, Power off" dialog, all open applications ask me if I
really want to close them.

The attached photo shows an example of this behavior.

It looks like the power off keystroke is not captured by Unity (or what
other program is responsible for the showing the power off dialog) but
also broadcast to all applications.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.5+16.04.20190312-0ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-66.75~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-66-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.20
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Nov  8 08:08:13 2019
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd 2nd Generation Core Processor Family 
Integrated Graphics Controller [144d:c0d3]
InstallationDate: Installed on 2017-06-24 (866 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 900X3C/900X3D/900X3E/900X4C/900X4D
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-66-generic 
root=UUID=696c5d50-d388-4d33-b14a-babf7a7359df ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/09/2013
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: P07ABK
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: NP900X3D-A03IT
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: FAB1
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP07ABK:bd04/09/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn900X3C/900X3D/900X3E/900X4C/900X4D:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP900X3D-A03IT:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.family: ChiefRiver System
dmi.product.name: 900X3C/900X3D/900X3E/900X4C/900X4D
dmi.product.version: 0.1
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.91-2~16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~16.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Fri Nov  1 17:46:14 2019
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.6-1ubuntu4.1~16.04.2
xserver.video_driver: modeset

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages ubuntu xenial

** Attachment added: "Pressing power off tries to close open apps"
   
https://bugs.launchpad.net/bugs/1851778/+attachment/5303705/+files/poweroff-close-apps.jpg

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

Title:
  Power-off button tries to close all open windows

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

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

[Bug 1638395] Re: Unable to locate remote printer when printing

2019-11-07 Thread jhon brighton
The name says it all, remote printing means usage of a computer with a
distant printer.This facility is available on almost all computers.But
sometimes the users have faced the issue to locate remote printer when
printing which really slows down the work especially for those who are
traveling.To fix this issue i have written a blog
https://www.facebook.com/ here.

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

Title:
  Unable to locate remote printer when printing

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

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

[Bug 1850486] Re: eoan/linux: 5.3.0-21.22 -proposed tracker

2019-11-07 Thread Taihsiang Ho
** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed => In Progress

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

Title:
  eoan/linux: 5.3.0-21.22 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1850486/+subscriptions

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

[Bug 1851091] Re: Fresh Eoan upgrade fails to boot dom0 with message "decoding failed" (kernel 5.3.0)

2019-11-07 Thread Gray via ubuntu-bugs
Got the same after clear install of 19.10 release with xen. "apt
update;apt upgrade" didn't help

** Attachment added: "IMG_20191108_155226.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1851091/+attachment/5303704/+files/IMG_20191108_155226.jpg

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

Title:
  Fresh Eoan upgrade fails to boot dom0 with message "decoding failed"
  (kernel 5.3.0)

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

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

[Bug 1849276] Re: alfa-AWUS036ACH wifi usb adapter not working

2019-11-07 Thread Kai-Heng Feng
Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc6/

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

Title:
  alfa-AWUS036ACH wifi usb adapter not working

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

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

[Bug 1850986] Re: many problems:

2019-11-07 Thread Kai-Heng Feng
** Also affects: apport (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/1850986

Title:
  many problems:

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

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

[Bug 1851753] Re: ubuntu 16.4.4 not installing !

2019-11-07 Thread Chris Guiver
I suggest you use a Support site, eg.
https://answers.launchpad.net/ubuntu.

You can also find help with your problem in the support forum of your
local Ubuntu community http://loco.ubuntu.com/ or asking at
https://askubuntu.com or https://ubuntuforums.org, or for more support
options please look at
https://discourse.ubuntu.com/t/community-support/709

Bug reports are now geared up for support, IRC is the most immediate
support available (see https://wiki.ubuntu.com/IRC/ChannelList)

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

Title:
  ubuntu 16.4.4 not installing !

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

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

[Bug 1851499] Re: lz4 SIGSEGV in LZ4_decompress_generic

2019-11-07 Thread Michail
For Ubuntu Xenial last patches also work

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

Title:
  lz4 SIGSEGV in LZ4_decompress_generic

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

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

[Bug 1850681] Re: TREKSTOR Primebook C11B touchpad and touchscreen not working

2019-11-07 Thread Kai-Heng Feng
Thanks for the testing. There are two new commits that should fix this issue:
commit 09f3dbe474735df13dd8a66d3d1231048d9b373f
Author: Hans de Goede 
Date:   Mon Oct 7 20:56:26 2019 +0200

HID: i2c-hid: add Trekstor Primebook C11B to descriptor override

The Primebook C11B uses the SIPODEV SP1064 touchpad. There are 2 versions
of this 2-in-1 and the touchpad in the older version does not supply
descriptors, so it has to be added to the override list.

Cc: sta...@vger.kernel.org
Signed-off-by: Hans de Goede 
Signed-off-by: Benjamin Tissoires 

commit 37d960a4d753605ca248baea577eaaa96f5dccf0
Author: Hans de Goede 
Date:   Sun Aug 18 13:04:51 2019 +0200

platform/x86: touchscreen_dmi: Add info for the Trekstor Primebook C11B 
2-in-1

Add touchscreen info for the Trekstor Primebook C11B 2-in-1, note the C11B
used the same touchscreen as the regular C11, so we only add a new DMI
match.

Cc: Thomas Hiller 
Reported-and-tested-by: Thomas Hiller 
Signed-off-by: Hans de Goede 
Signed-off-by: Andy Shevchenko 


Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc6/

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

Title:
  TREKSTOR Primebook C11B touchpad and touchscreen not working

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

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

[Bug 1851773] [NEW] Need rtl8821ce in Bionic

2019-11-07 Thread Anthony Wong
Public bug reported:

rtl8821ce is already in Eoan. We are requested to enable this wifi in
18.04 so we need this package in Bionic as well.

** Affects: rtl8821ce (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/1851773

Title:
  Need rtl8821ce in Bionic

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

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

[Bug 1850529] Re: Crash after update to 71.0~b5+build1-0ubuntu0.16.04.1

2019-11-07 Thread baptiste
We know that but that does not mean it shouldn't be fixed if this
version is supposed to be released at some point ;-)

Still crashing on 71.0~b8+build1-0ubuntu0.16.04.1 with the same assert
error (MozCrashReason: MOZ_RELEASE_ASSERT(len.isValid()) (Substring
tuple length is invalid)).

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

Title:
  Crash after update to 71.0~b5+build1-0ubuntu0.16.04.1

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

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

[Bug 1851507] Re: bionic/linux-oem: 4.15.0-1062.71 -proposed tracker

2019-11-07 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1849855
  packages:
lrm: linux-restricted-modules-oem
main: linux-oem
meta: linux-meta-oem
signed: linux-signed-oem
  phase: Testing
  phase-changed: Thursday, 07. November 2019 17:46 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
certification-testing: Ongoing -- testing in progress
-   regression-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  bionic/linux-oem: 4.15.0-1062.71 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1851507/+subscriptions

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

[Bug 1849785] Re: FTBFS on i386/ppc64/s390x (Eoan+Focal)

2019-11-07 Thread Christian Ehrhardt 
Continues to FTFBS in LP infra today :-/

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

Title:
  FTBFS on i386/ppc64/s390x (Eoan+Focal)

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

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

[Bug 1850994] Re: ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs error path

2019-11-07 Thread Khaled El Mously
** Changed in: linux (Ubuntu Disco)
   Status: In Progress => Fix Committed

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

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

Title:
  ubuntu-aufs-modified mmap_region() breaks refcounting in
  overlayfs/shiftfs error path

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

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

[Bug 1851347] Re: libmbim-proxy using 100% CPU on a Dell Edge Gateway 3002

2019-11-07 Thread Khaled El Mously
** Changed in: linux (Ubuntu Xenial)
   Status: In Progress => Fix Committed

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

Title:
  libmbim-proxy using 100% CPU on a Dell Edge Gateway 3002

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

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

[Bug 1851507] Re: bionic/linux-oem: 4.15.0-1062.71 -proposed tracker

2019-11-07 Thread Po-Hsu Lin
4.15.0-1062.71 - oem
Regression test CMPL, RTB.

57 / 60 tests were run, missing: ubuntu_xfstests_btrfs, ubuntu_xfstests_ext4, 
ubuntu_xfstests_xfs
Issue to note in amd64:
  ubuntu_bpf - test_maps failed (bug 1837386)
  ubuntu_kvm_unit_tests - apic timeouted (bug 1748103) apic-split timeouted 
(bug 1821390)
  ubuntu_ltp - proc01 (bug 1829849) fs_fill (bug 1842266) 
memcg_max_usage_in_bytes (bug 1829979) memcg_stat (bug 1829983) 
memcg_use_hierarchy (bug 1829989) memcg_usage_in_bytes (bug 1829984) 
cpuset_hotplug (bug 1834006) getaddrinfo_01 (bug 1829995) crypto_user02 (bug 
1837543)

** Changed in: kernel-sru-workflow/regression-testing
   Status: In Progress => Fix Released

** Changed in: kernel-sru-workflow/regression-testing
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Po-Hsu Lin 
(cypressyew)

** Tags added: regression-testing-passed

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

Title:
  bionic/linux-oem: 4.15.0-1062.71 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1851507/+subscriptions

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

[Bug 1851499] Re: lz4 SIGSEGV in LZ4_decompress_generic

2019-11-07 Thread Michail
Patches for Ubuntu Bionic (and Debian Stretch)

** Attachment added: "lz4_r131.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/lz4/+bug/1851499/+attachment/5303694/+files/lz4_r131.tar.gz

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

Title:
  lz4 SIGSEGV in LZ4_decompress_generic

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

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

[Bug 1851677] Re: s_iflags overlap prevents unprivileged overlayfs mounts

2019-11-07 Thread Khaled El Mously
** Changed in: linux (Ubuntu Disco)
   Status: In Progress => Fix Committed

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

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

Title:
  s_iflags overlap prevents unprivileged overlayfs mounts

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

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

[Bug 1550779] Re: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

2019-11-07 Thread vinibali
Do we have actually somebody assigned to this report? I've been playing with 
the module parameters but nothing seem to be helping.
I added the debug parameter today, because none of the i915.enable_hangcheck=1 
i915.error_capture=1 i915.verbose_state_checks=1 were helpful.
Should I fill a bug report at Freedesktop?

Regards

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

Title:
  [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A
  FIFO underrun

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

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

[Bug 1851014] Re: WiFi (inbuilt) and Bluetooth not detected

2019-11-07 Thread Kai-Heng Feng
Sorry, it should be `sudo dkms install -m bcmwl -v 6.30.223.271+bdcom -k
5.3.0-19-generic`.

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

Title:
  WiFi (inbuilt) and Bluetooth not detected

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

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

[Bug 1840592] Re: systemd-backlight does not save and restore brightness for nvidia display

2019-11-07 Thread Bump
Well, apparently Nvidia driver doesn't do that.

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

Title:
  systemd-backlight does not save and restore brightness for nvidia
  display

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

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

[Bug 1847544] Re: backport: S3 policy evaluated incorrectly

2019-11-07 Thread gerald.yang
** Description changed:

- ## DRAFT ##
+ [Impact]
+ If a user tries to access a non-existent bucket, it should get a 
'NoSuchBucket' error message (404)
+ But if there is such a bucket which is belonged to another user, radosgw will 
return 'AccessDenied' error (403)
+ This is an incorrect error message, radosgw should return 404
  
- [Impact]
  
  [Test Case]
+ Create a user by radosgw-admin, then create a bucket through S3 by this user
+ Create another user and try to access the bucket created by the above user
+ The error message must be 'NoSuchBucket', not 'AccessDenied'
  
  [Regression Potential]
+ Low
  
- [Other Info]
- 
- [Original Description]
+ [Other Information]
  Backport Ceph issue 38638 to Luminous.
  
  If a user different from the owner (or even an anonymous user) does a
  GetObject/HeadObject on a non existing object, Radosgw returns status
  code 403, rather than the correct status 404.
  
  A version of this was merged into Ceph master:
  https://tracker.ceph.com/issues/38638
  https://github.com/ceph/ceph/commit/5eb50b7d10da51db72f705807c87775562b79b63
  
- And backported (acceptance pending):
+ And backported to luminous has been accepted:
  https://tracker.ceph.com/issues/39272
  https://github.com/ceph/ceph/commit/a752b21f549cc83745e35324387b85b3d039dfd2

** Tags added: sts-sru-needed

** Also affects: ceph (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: ceph (Ubuntu Bionic)
 Assignee: (unassigned) => gerald.yang (gerald-yang-tw)

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

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

Title:
  backport: S3 policy evaluated incorrectly

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

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

[Bug 1840592] Re: systemd-backlight does not save and restore brightness for nvidia display

2019-11-07 Thread Kai-Heng Feng
The backlight device only gets registered after it's opened by graphical
session.

And the backlight gets unregistered when graphical session stops, hence
when systemd-backight@.service's "Conflicts=shutdown.target" triggers,
the backlight is already gone so the brightness wasn't saved.

Since it's not saved, the backlight won't be restored for next boot.

The easiest approach is to let nvidia driver always registers the
backlight device.

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

Title:
  systemd-backlight does not save and restore brightness for nvidia
  display

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

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

[Bug 1827987] Re: Octave GUI toolbar file icons are all the same in Yaru icon theme

2019-11-07 Thread Rob Frohne
Thank you!!!

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

Title:
  Octave GUI toolbar file icons are all the same in Yaru icon theme

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

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

[Bug 1849008] Re: bionic/linux-raspi2: 4.15.0-1050.54 -proposed tracker

2019-11-07 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1849855
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
  phase: Testing
  phase-changed: Tuesday, 22. October 2019 13:42 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-raspi2/pi-kernel: bug 1849007
  variant: debs

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

Title:
  bionic/linux-raspi2: 4.15.0-1050.54 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1849008/+subscriptions

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

[Bug 1849011] Re: bionic/linux-snapdragon: 4.15.0-1067.74 -proposed tracker

2019-11-07 Thread Taihsiang Ho
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed, results are available here:
http://people.canonical.com/~hwcert/sru-
testing/snapdragon/4.15.0-1067.74/snapdragon-4.15-proposed-
published.html

** Tags added: certification-testing-passed

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress => Fix Released

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

Title:
  bionic/linux-snapdragon: 4.15.0-1067.74 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1849011/+subscriptions

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

[Bug 1849011] Re: bionic/linux-snapdragon: 4.15.0-1067.74 -proposed tracker

2019-11-07 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1849855
  packages:
main: linux-snapdragon
meta: linux-meta-snapdragon
  phase: Testing
  phase-changed: Wednesday, 23. October 2019 11:51 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-snapdragon/dragonboard-kernel: bug 1849010
  variant: debs

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

Title:
  bionic/linux-snapdragon: 4.15.0-1067.74 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1849011/+subscriptions

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

[Bug 1781428] Re: please enable snap mediation support

2019-11-07 Thread James Henstridge
Attached is a debdiff for the bionic backport.  I've run through
@jdstrand's test plan on a clean Ubuntu 18.04 install, and everything
appears to be behaving as expected.

pulseaudio (1:11.1-1ubuntu7.5) bionic; urgency=medium

  * Update snap policy to make access to audio recording conditional on
plugging the "pulseaudio" or "audio-record" interfaces (LP: #1781428):
- 0700-modules-add-snappy-policy-module.patch: rewrite to query
  snapd for the client's plugged interfaces.
- 0701-enable-snap-policy-module.patch: enable the module in the
  default configuration.
- Build depend on libsnapd-glib-dev.
  * Remove module-trust-store patch set:
- 0409-Trust-store-patch.patch: trimmed down to pulsecore changes.
- 0410-Add-thread-to-activate-trust-store-interface.patch: removed.
- 0417-increase-timeout-check-apparmor.patch: removed.

 -- James Henstridge   Wed, 05 Nov 2019
17:16:25 +0800

** Patch added: "pulseaudio_11.1-1ubuntu7.4_11.1-1ubuntu7.5.diff"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1781428/+attachment/5303689/+files/pulseaudio_11.1-1ubuntu7.4_11.1-1ubuntu7.5.diff

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

Title:
  please enable snap mediation support

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

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

[Bug 1849008] Re: bionic/linux-raspi2: 4.15.0-1050.54 -proposed tracker

2019-11-07 Thread Taihsiang Ho
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed, results are available here:
http://people.canonical.com/~hwcert/sru-
testing/raspi2/4.15.0-1050.54/raspi2-4.15-proposed-published.html

** Tags added: certification-testing-passed

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress => Fix Released

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

Title:
  bionic/linux-raspi2: 4.15.0-1050.54 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1849008/+subscriptions

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

[Bug 1849046] Re: xenial/linux-snapdragon: 4.4.0-1129.137 -proposed tracker

2019-11-07 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1849051
  packages:
main: linux-snapdragon
meta: linux-meta-snapdragon
  phase: Testing
  phase-changed: Wednesday, 23. October 2019 10:06 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
-   certification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-snapdragon/dragonboard-kernel: bug 1849045
  variant: debs

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

Title:
  xenial/linux-snapdragon: 4.4.0-1129.137 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1849046/+subscriptions

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

[Bug 1849044] Re: xenial/linux-raspi2: 4.4.0-1125.134 -proposed tracker

2019-11-07 Thread Taihsiang Ho
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed, results are available here:
http://people.canonical.com/~hwcert/sru-
testing/raspi2/4.4.0-1125.134/raspi2-4.4-proposed-published.html

** Tags added: certification-testing-passed

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress => Fix Released

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

Title:
  xenial/linux-raspi2: 4.4.0-1125.134 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1849044/+subscriptions

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

[Bug 1849044] Re: xenial/linux-raspi2: 4.4.0-1125.134 -proposed tracker

2019-11-07 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1849051
  packages:
main: linux-raspi2
meta: linux-meta-raspi2
  phase: Testing
  phase-changed: Tuesday, 22. October 2019 15:17 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
automated-testing: Ongoing -- testing in progress
-   certification-testing: Ongoing -- testing in progress
  trackers:
xenial/linux-raspi2/pi2-kernel: bug 1849043
  variant: debs

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

Title:
  xenial/linux-raspi2: 4.4.0-1125.134 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1849044/+subscriptions

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

Re: [Bug 1851753] Re: ubuntu 16.4.4 not installing !

2019-11-07 Thread ANIRUDDHA KUMAR
Reply or SHUTDOWN UBUNTU !

On Fri, 8 Nov 2019 at 11:02, ANIRUDDHA KUMAR 
wrote:

> what I Have To Do Now ?
>
> On Fri, 8 Nov 2019 at 10:25, Chris Guiver  wrote:
>
>> Possibly related  (or likely duplicates!)
>>
>> https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1849738
>> (16.04.6 media used)
>>
>> https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1850781
>> (16.04.6 media used)
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1851753
>>
>> Title:
>>   ubuntu 16.4.4 not installing !
>>
>> Status in grub-installer package in Ubuntu:
>>   Incomplete
>>
>> Bug description:
>>   ubuntu 16.4.4 not installing !
>>
>>   ProblemType: Bug
>>   DistroRelease: Ubuntu 16.04
>>   Package: ubiquity 2.21.63.10
>>   ProcVersionSignature: Ubuntu 4.15.0-45.48~16.04.1-generic 4.15.18
>>   Uname: Linux 4.15.0-45-generic x86_64
>>   ApportVersion: 2.20.1-0ubuntu2.18
>>   Architecture: amd64
>>   CasperVersion: 1.376.2
>>   Date: Fri Nov  8 08:55:40 2019
>>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz
>> file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
>>   LiveMediaBuild: Ubuntu 16.04.6 LTS "Xenial Xerus" - Release amd64
>> (20190227)
>>   ProcEnviron:
>>LANGUAGE=en_IN
>>PATH=(custom, no user)
>>LANG=en_IN
>>SHELL=/bin/bash
>>   SourcePackage: grub-installer
>>   UpgradeStatus: No upgrade log present (probably fresh install)
>>
>> To manage notifications about this bug go to:
>>
>> https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1851753/+subscriptions
>>
>

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

Title:
  ubuntu 16.4.4 not installing !

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

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

[Bug 1849046] Re: xenial/linux-snapdragon: 4.4.0-1129.137 -proposed tracker

2019-11-07 Thread Taihsiang Ho
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed, results are available here:
http://people.canonical.com/~hwcert/sru-
testing/snapdragon/4.4.0-1129.137/snapdragon-4.4-proposed-published.html

** Tags added: certification-testing-passed

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress => Fix Released

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

Title:
  xenial/linux-snapdragon: 4.4.0-1129.137 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1849046/+subscriptions

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

[Bug 1851091] Re: Fresh Eoan upgrade fails to boot dom0 with message "decoding failed" (kernel 5.3.0)

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

** Changed in: xen (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/1851091

Title:
  Fresh Eoan upgrade fails to boot dom0 with message "decoding failed"
  (kernel 5.3.0)

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

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

[Bug 1849033] Re: xenial/linux-deeplens: 4.15.0-1011.11 -proposed tracker

2019-11-07 Thread Taihsiang Ho
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) => 
Taihsiang Ho (taihsiangho)

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

Title:
  xenial/linux-deeplens: 4.15.0-1011.11 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1849033/+subscriptions

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

[Bug 1851507] Re: bionic/linux-oem: 4.15.0-1062.71 -proposed tracker

2019-11-07 Thread Taihsiang Ho
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) => 
Taihsiang Ho (taihsiangho)

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

Title:
  bionic/linux-oem: 4.15.0-1062.71 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1851507/+subscriptions

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

[Bug 1827987] Re: Octave GUI toolbar file icons are all the same in Yaru icon theme

2019-11-07 Thread Bug Watch Updater
** Changed in: yaru
   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/1827987

Title:
  Octave GUI toolbar file icons are all the same in Yaru icon theme

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

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

Re: [Bug 1851753] Re: ubuntu 16.4.4 not installing !

2019-11-07 Thread ANIRUDDHA KUMAR
what I Have To Do Now ?

On Fri, 8 Nov 2019 at 10:25, Chris Guiver  wrote:

> Possibly related  (or likely duplicates!)
>
> https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1849738
> (16.04.6 media used)
>
> https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1850781
> (16.04.6 media used)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1851753
>
> Title:
>   ubuntu 16.4.4 not installing !
>
> Status in grub-installer package in Ubuntu:
>   Incomplete
>
> Bug description:
>   ubuntu 16.4.4 not installing !
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: ubiquity 2.21.63.10
>   ProcVersionSignature: Ubuntu 4.15.0-45.48~16.04.1-generic 4.15.18
>   Uname: Linux 4.15.0-45-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2.18
>   Architecture: amd64
>   CasperVersion: 1.376.2
>   Date: Fri Nov  8 08:55:40 2019
>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz
> file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
>   LiveMediaBuild: Ubuntu 16.04.6 LTS "Xenial Xerus" - Release amd64
> (20190227)
>   ProcEnviron:
>LANGUAGE=en_IN
>PATH=(custom, no user)
>LANG=en_IN
>SHELL=/bin/bash
>   SourcePackage: grub-installer
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1851753/+subscriptions
>

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

Title:
  ubuntu 16.4.4 not installing !

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

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

[Bug 1834213] Re: After kernel upgrade, nf_conntrack_ipv4 module unloaded, no IP traffic to instances

2019-11-07 Thread Nobuto Murata
I've filed a follow-up bug of neutron-openvswitch on kernel upgrade:
https://bugs.launchpad.net/charm-neutron-openvswitch/+bug/1851764

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

Title:
  After kernel upgrade, nf_conntrack_ipv4 module unloaded, no IP traffic
  to instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-neutron-openvswitch/+bug/1834213/+subscriptions

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

Re: [Bug 1851753] Re: ubuntu 16.4.4 not installing !

2019-11-07 Thread ANIRUDDHA KUMAR
Sorry ! extremely Sorry !
My Current version is 16.04.6 ...

On Fri, 8 Nov 2019 at 10:10, ANIRUDDHA KUMAR 
wrote:

> Last time,I Have Ubuntu 16.4.3 ! That Time,you said that this is
> corrupted ! So,download 16.04.4 ! Then I Downloaded 16.4.4 ! But now you
> said that This is also a corrupted version !
>
> On Fri, 8 Nov 2019 at 09:45, Chris Guiver  wrote:
>
>> Thank you for taking the time to report this bug and helping to make
>> Ubuntu better.
>>
>> I note
>>
>> Nov  8 03:15:45 ubuntu kernel: [  898.998983] FAT-fs (sda2): Volume was
>> not properly unmounted. Some data may be corrupt. Please run fsck.
>>
>> Thus I would `fsck` your partition (primary,fat32,/dev/sda2,EFI system
>> partition), though I wonder if issues relate to your clock changing?
>>
>> Nov  8 08:38:13 ubuntu kernel: [  447.574132] pcieport :00:1c.0:
>> [12] Replay Timer Timeout
>> Nov  8 03:08:14 ubuntu systemd[1760]: Time has been changed
>> Nov  8 03:08:14 ubuntu systemd[1]: Time has been changed
>> Nov  8 03:08:14 ubuntu systemd-timesyncd[1238]: Synchronized to time
>> server [2001:67c:1560:8003::c8]:123 (ntp.ubuntu.com).
>>
>> But I'll mark this incomplete, and ask if you attempt to re-install with
>> the later Ubuntu 16.04.6 media. If you then find the bug is still
>> present in the newer Ubuntu version, please add a comment here telling
>> us which new version it is in and change the bug status to 'Confirmed'.
>> If you believe I'm in error, please leave a comment as to why and change
>> the status back to 'New'.  Thank you again for helping to make Ubuntu
>> better.
>>
>> ** Changed in: grub-installer (Ubuntu)
>>Status: New => Incomplete
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1851753
>>
>> Title:
>>   ubuntu 16.4.4 not installing !
>>
>> Status in grub-installer package in Ubuntu:
>>   Incomplete
>>
>> Bug description:
>>   ubuntu 16.4.4 not installing !
>>
>>   ProblemType: Bug
>>   DistroRelease: Ubuntu 16.04
>>   Package: ubiquity 2.21.63.10
>>   ProcVersionSignature: Ubuntu 4.15.0-45.48~16.04.1-generic 4.15.18
>>   Uname: Linux 4.15.0-45-generic x86_64
>>   ApportVersion: 2.20.1-0ubuntu2.18
>>   Architecture: amd64
>>   CasperVersion: 1.376.2
>>   Date: Fri Nov  8 08:55:40 2019
>>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz
>> file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
>>   LiveMediaBuild: Ubuntu 16.04.6 LTS "Xenial Xerus" - Release amd64
>> (20190227)
>>   ProcEnviron:
>>LANGUAGE=en_IN
>>PATH=(custom, no user)
>>LANG=en_IN
>>SHELL=/bin/bash
>>   SourcePackage: grub-installer
>>   UpgradeStatus: No upgrade log present (probably fresh install)
>>
>> To manage notifications about this bug go to:
>>
>> https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1851753/+subscriptions
>>
>

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

Title:
  ubuntu 16.4.4 not installing !

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

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

[Bug 1847544] Re: backport: S3 policy evaluated incorrectly

2019-11-07 Thread gerald.yang
** Changed in: ceph (Ubuntu)
 Assignee: Jesse Williamson (chardan) => gerald.yang (gerald-yang-tw)

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

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

Title:
  backport: S3 policy evaluated incorrectly

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

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

Re: [Bug 1851753] Re: ubuntu 16.4.4 not installing !

2019-11-07 Thread ANIRUDDHA KUMAR
Please Help !


On Fri, 8 Nov 2019 at 10:17, ANIRUDDHA KUMAR 
wrote:

> Sorry ! extremely Sorry !
> My Current version is 16.04.6 ...
>
> On Fri, 8 Nov 2019 at 10:10, ANIRUDDHA KUMAR 
> wrote:
>
>> Last time,I Have Ubuntu 16.4.3 ! That Time,you said that this is
>> corrupted ! So,download 16.04.4 ! Then I Downloaded 16.4.4 ! But now you
>> said that This is also a corrupted version !
>>
>> On Fri, 8 Nov 2019 at 09:45, Chris Guiver  wrote:
>>
>>> Thank you for taking the time to report this bug and helping to make
>>> Ubuntu better.
>>>
>>> I note
>>>
>>> Nov  8 03:15:45 ubuntu kernel: [  898.998983] FAT-fs (sda2): Volume was
>>> not properly unmounted. Some data may be corrupt. Please run fsck.
>>>
>>> Thus I would `fsck` your partition (primary,fat32,/dev/sda2,EFI system
>>> partition), though I wonder if issues relate to your clock changing?
>>>
>>> Nov  8 08:38:13 ubuntu kernel: [  447.574132] pcieport :00:1c.0:
>>> [12] Replay Timer Timeout
>>> Nov  8 03:08:14 ubuntu systemd[1760]: Time has been changed
>>> Nov  8 03:08:14 ubuntu systemd[1]: Time has been changed
>>> Nov  8 03:08:14 ubuntu systemd-timesyncd[1238]: Synchronized to time
>>> server [2001:67c:1560:8003::c8]:123 (ntp.ubuntu.com).
>>>
>>> But I'll mark this incomplete, and ask if you attempt to re-install with
>>> the later Ubuntu 16.04.6 media. If you then find the bug is still
>>> present in the newer Ubuntu version, please add a comment here telling
>>> us which new version it is in and change the bug status to 'Confirmed'.
>>> If you believe I'm in error, please leave a comment as to why and change
>>> the status back to 'New'.  Thank you again for helping to make Ubuntu
>>> better.
>>>
>>> ** Changed in: grub-installer (Ubuntu)
>>>Status: New => Incomplete
>>>
>>> --
>>> You received this bug notification because you are subscribed to the bug
>>> report.
>>> https://bugs.launchpad.net/bugs/1851753
>>>
>>> Title:
>>>   ubuntu 16.4.4 not installing !
>>>
>>> Status in grub-installer package in Ubuntu:
>>>   Incomplete
>>>
>>> Bug description:
>>>   ubuntu 16.4.4 not installing !
>>>
>>>   ProblemType: Bug
>>>   DistroRelease: Ubuntu 16.04
>>>   Package: ubiquity 2.21.63.10
>>>   ProcVersionSignature: Ubuntu 4.15.0-45.48~16.04.1-generic 4.15.18
>>>   Uname: Linux 4.15.0-45-generic x86_64
>>>   ApportVersion: 2.20.1-0ubuntu2.18
>>>   Architecture: amd64
>>>   CasperVersion: 1.376.2
>>>   Date: Fri Nov  8 08:55:40 2019
>>>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz
>>> file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
>>>   LiveMediaBuild: Ubuntu 16.04.6 LTS "Xenial Xerus" - Release amd64
>>> (20190227)
>>>   ProcEnviron:
>>>LANGUAGE=en_IN
>>>PATH=(custom, no user)
>>>LANG=en_IN
>>>SHELL=/bin/bash
>>>   SourcePackage: grub-installer
>>>   UpgradeStatus: No upgrade log present (probably fresh install)
>>>
>>> To manage notifications about this bug go to:
>>>
>>> https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1851753/+subscriptions
>>>
>>

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

Title:
  ubuntu 16.4.4 not installing !

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

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

[Bug 1851753] Re: ubuntu 16.4.4 not installing !

2019-11-07 Thread Chris Guiver
Possibly related  (or likely duplicates!)

https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1849738
(16.04.6 media used)

https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1850781
(16.04.6 media used)

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

Title:
  ubuntu 16.4.4 not installing !

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

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

Re: [Bug 1851753] Re: ubuntu 16.4.4 not installing !

2019-11-07 Thread ANIRUDDHA KUMAR
Last time,I Have Ubuntu 16.4.3 ! That Time,you said that this is
corrupted ! So,download 16.04.4 ! Then I Downloaded 16.4.4 ! But now you
said that This is also a corrupted version !

On Fri, 8 Nov 2019 at 09:45, Chris Guiver  wrote:

> Thank you for taking the time to report this bug and helping to make
> Ubuntu better.
>
> I note
>
> Nov  8 03:15:45 ubuntu kernel: [  898.998983] FAT-fs (sda2): Volume was
> not properly unmounted. Some data may be corrupt. Please run fsck.
>
> Thus I would `fsck` your partition (primary,fat32,/dev/sda2,EFI system
> partition), though I wonder if issues relate to your clock changing?
>
> Nov  8 08:38:13 ubuntu kernel: [  447.574132] pcieport :00:1c.0:
> [12] Replay Timer Timeout
> Nov  8 03:08:14 ubuntu systemd[1760]: Time has been changed
> Nov  8 03:08:14 ubuntu systemd[1]: Time has been changed
> Nov  8 03:08:14 ubuntu systemd-timesyncd[1238]: Synchronized to time
> server [2001:67c:1560:8003::c8]:123 (ntp.ubuntu.com).
>
> But I'll mark this incomplete, and ask if you attempt to re-install with
> the later Ubuntu 16.04.6 media. If you then find the bug is still
> present in the newer Ubuntu version, please add a comment here telling
> us which new version it is in and change the bug status to 'Confirmed'.
> If you believe I'm in error, please leave a comment as to why and change
> the status back to 'New'.  Thank you again for helping to make Ubuntu
> better.
>
> ** Changed in: grub-installer (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1851753
>
> Title:
>   ubuntu 16.4.4 not installing !
>
> Status in grub-installer package in Ubuntu:
>   Incomplete
>
> Bug description:
>   ubuntu 16.4.4 not installing !
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: ubiquity 2.21.63.10
>   ProcVersionSignature: Ubuntu 4.15.0-45.48~16.04.1-generic 4.15.18
>   Uname: Linux 4.15.0-45-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2.18
>   Architecture: amd64
>   CasperVersion: 1.376.2
>   Date: Fri Nov  8 08:55:40 2019
>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz
> file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
>   LiveMediaBuild: Ubuntu 16.04.6 LTS "Xenial Xerus" - Release amd64
> (20190227)
>   ProcEnviron:
>LANGUAGE=en_IN
>PATH=(custom, no user)
>LANG=en_IN
>SHELL=/bin/bash
>   SourcePackage: grub-installer
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1851753/+subscriptions
>

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

Title:
  ubuntu 16.4.4 not installing !

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

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

[Bug 1763144] Re: Significantly lower power and thermal limits on ThinkPad T480s (and probably others) than on Windows

2019-11-07 Thread Kai-Heng Feng
** Also affects: thermald (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/1763144

Title:
  Significantly lower power and thermal limits on ThinkPad T480s (and
  probably others) than on Windows

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

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

[Bug 1763144] Re: Significantly lower power and thermal limits on ThinkPad T480s (and probably others) than on Windows

2019-11-07 Thread luckyrings
The described behavior with CPU thermal throtteling was confirmed by
Lenovo. The limits are higher as in Windows "DPTF" works by driver
support and enables the "desk mode". In Linux the "desk mode" is never
reached due to the lack of sensor information and the system operates in
the "lap mode" which has much lower trip temp.

See forum threat there:

https://forums.lenovo.com/t5/Other-Linux-Discussions/X1C6-T480s-low-
cTDP-and-trip-temperature-in-Linux/td-p/4028489

The patches are not published yet for all platforms. But as T480s, many
other models e.g. X1C6 are affected too.

Background info by Lenovo:

https://forums.lenovo.com/lnv/attachments/lnv/Special_Interest_Linux/13642/1/Linux%20Thermal%20throttling.pdf

Technical description by German  magazine in German language only:
https://www.notebookcheck.com/Lenovo-ThinkPads-haben-mit-CPU-Throttling-
unter-Linux-zu-kaempfen-Loesung-in-
Arbeit.435573.0.html?fbclid=IwAR0koYya67WfT8SlZmDuNx6F51niWYHzvd4C1MMzZdiyCJLutmC_4p3BJVs

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

Title:
  Significantly lower power and thermal limits on ThinkPad T480s (and
  probably others) than on Windows

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

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

[Bug 1772588] Re: Remove obsolete X11 drivers from the archive

2019-11-07 Thread Bryan Quigley
@leosmuller
evdev was already marked invalid so it's not considered for removal as part of 
this bug report. See comment #1.

siliconmotion - If they work for you on 18.04 LTS, you can keep running
that until 2023.  I would be shocked if these are saving you power - and
happy to help with an analysis in specifics if you want.  Please use the
contact this user button on my Launchpad page to discuss further (click
my name). We can bring a conclusion back to this bug report if relevant
- most of that conversation likely wouldn't be relevant.

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

Title:
  Remove obsolete X11 drivers from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-mtrack/+bug/1772588/+subscriptions

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

[Bug 1826785] Re: Brisk menu selected Item foreground text color

2019-11-07 Thread Launchpad Bug Tracker
[Expired for ubuntu-mate-artwork (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-mate-artwork (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Brisk menu selected Item foreground text color

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

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

[Bug 1826785] Re: Brisk menu selected Item foreground text color

2019-11-07 Thread Launchpad Bug Tracker
[Expired for brisk-menu (Ubuntu) because there has been no activity for
60 days.]

** Changed in: brisk-menu (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Brisk menu selected Item foreground text color

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

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

[Bug 1851753] Re: ubuntu 16.4.4 not installing !

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

I note

Nov  8 03:15:45 ubuntu kernel: [  898.998983] FAT-fs (sda2): Volume was
not properly unmounted. Some data may be corrupt. Please run fsck.

Thus I would `fsck` your partition (primary,fat32,/dev/sda2,EFI system
partition), though I wonder if issues relate to your clock changing?

Nov  8 08:38:13 ubuntu kernel: [  447.574132] pcieport :00:1c.0:[12] 
Replay Timer Timeout  
Nov  8 03:08:14 ubuntu systemd[1760]: Time has been changed
Nov  8 03:08:14 ubuntu systemd[1]: Time has been changed
Nov  8 03:08:14 ubuntu systemd-timesyncd[1238]: Synchronized to time server 
[2001:67c:1560:8003::c8]:123 (ntp.ubuntu.com).

But I'll mark this incomplete, and ask if you attempt to re-install with
the later Ubuntu 16.04.6 media. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to 'Confirmed'.
If you believe I'm in error, please leave a comment as to why and change
the status back to 'New'.  Thank you again for helping to make Ubuntu
better.

** Changed in: grub-installer (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/1851753

Title:
  ubuntu 16.4.4 not installing !

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

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

[Bug 1772588] Re: Remove obsolete X11 drivers from the archive

2019-11-07 Thread Leonardo Soares Müller
There are some computers and configurations I manage which rely on some
of these drivers:

evdev: there are some netbooks which have touchscreens that only work
with evdev, being detected by libinput but doing nothing. While this is
a libinput limitation, removing evdev would limit the netbooks'
capabilities: the touchscreen can be greatly beneficial, especially when
used with programs which can be centered on this type of interactivity
(ArduBlock is one example).

siliconmotion: some years ago, thousands of computers were bought with
PCI GPUs that use siliconmotion graphics. While some of these old
computers are unusable today, the GPUs aren't and can be installed and
used on new computers. These new computers have specifications good
enough to allow up to 5 seats for a single computer, greatly reducing
costs associated with keeping a laboratory, both by reduced initial
investment and reduced power usage.

I am worried: abandoning evdev would make some touchscreens stop
working, as libinput does not support those properly. Abandoning
siliconmotion would make certain multiseat configurations stop working,
making, for example, one laboratories with 8 computers for 22 seats
require buying additional 14 computers to replace what is going to stop
working.

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

Title:
  Remove obsolete X11 drivers from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-mtrack/+bug/1772588/+subscriptions

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

[Bug 1838245] Re: dkms script is missing function find_module

2019-11-07 Thread Alex Tu
This patch is not needed for Focal as it got the existed patch from
upstream.

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

Title:
  dkms script is missing function find_module

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

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

[Bug 1851753] [NEW] ubuntu 16.4.4 not installing !

2019-11-07 Thread ANIRUDDHA KUMAR
Public bug reported:

ubuntu 16.4.4 not installing !

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.10
ProcVersionSignature: Ubuntu 4.15.0-45.48~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-45-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
CasperVersion: 1.376.2
Date: Fri Nov  8 08:55:40 2019
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 16.04.6 LTS "Xenial Xerus" - Release amd64 (20190227)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.10 ubuntu xenial

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

Title:
  ubuntu 16.4.4 not installing !

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

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

[Bug 1842704] Re: xubuntu 19.10 resume results in black screen

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

** Changed in: xfce4-settings (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/1842704

Title:
  xubuntu 19.10 resume results in black screen

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

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

[Bug 1838245] Re: dkms script is missing function find_module

2019-11-07 Thread Alex Tu
Thanks to the sponsor,
the patched dkms for eoan is on the queue:
https://launchpad.net/ubuntu/eoan/+queue?queue_state=1
version : 2.7.1-4ubuntu2.1

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

Title:
  dkms script is missing function find_module

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

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

[Bug 1850781] Re: grub-install-dev-mmcblk0 failed

2019-11-07 Thread ANIRUDDHA KUMAR
you said last time to me that 16.4.3 is currupted ...so download 16.4.4
! So I download,but this version not installing ! Showing me fatal error
!

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

Title:
  grub-install-dev-mmcblk0 failed

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

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

[Bug 1851671] Re: CVE 2019-3465

2019-11-07 Thread Seth Arnold
** Information type changed from Private Security to Public Security

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

Title:
  CVE 2019-3465

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

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

[Bug 1851748] Re: lanterns crash supertux

2019-11-07 Thread Chris Guiver
*** This bug is a duplicate of bug 1851747 ***
https://bugs.launchpad.net/bugs/1851747

** This bug has been marked a duplicate of bug 1851747
   lanterns crash supertux

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

Title:
  lanterns crash supertux

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

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

[Bug 1850738] Re: Intel Bluetooth AX201 HarrisonPeak (HrP) firmware causes system hang in deep suspend

2019-11-07 Thread You-Sheng Yang
** Changed in: linux-firmware (Ubuntu Bionic)
   Status: In Progress => Fix Committed

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

Title:
  Intel Bluetooth AX201 HarrisonPeak (HrP) firmware causes system hang
  in deep suspend

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

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

[Bug 1847250] Re: update firmware for sound sof driver to fix the hang issue on several Dell machines

2019-11-07 Thread You-Sheng Yang
This has been reverted in bug 1850739 in Ubuntu-1.173.12.

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

Title:
  update firmware for sound sof driver to fix the hang issue on several
  Dell machines

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

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

[Bug 1851671] [NEW] CVE 2019-3465

2019-11-07 Thread Launchpad Bug Tracker
*** This bug is a security vulnerability ***

You have been subscribed to a public security bug by Seth Arnold (seth-arnold):

https://simplesamlphp.org/security/201911-01

This has been patched in Debian: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=944107

Will the Ubuntu packages be patched too?

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


** Tags: community-security
-- 
CVE 2019-3465
https://bugs.launchpad.net/bugs/1851671
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to the bug report.

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

[Bug 1851749] ProcInterrupts.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1851749/+attachment/5303661/+files/ProcInterrupts.txt

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851747] [NEW] lanterns crash supertux

2019-11-07 Thread cornelis d stravers
Public bug reported:

persistent crash with lanterns.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: supertux 0.6.0-1
ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
Uname: Linux 5.3.0-19-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
Date: Thu Nov  7 21:31:54 2019
InstallationDate: Installed on 2019-11-07 (0 days ago)
InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: supertux
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug eoan

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

Title:
  lanterns crash supertux

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

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

[Bug 1851749] IwConfig.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1851749/+attachment/5303657/+files/IwConfig.txt

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851749] WifiSyslog.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1851749/+attachment/5303666/+files/WifiSyslog.txt

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851749] ProcCpuinfoMinimal.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1851749/+attachment/5303660/+files/ProcCpuinfoMinimal.txt

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851748] [NEW] lanterns crash supertux

2019-11-07 Thread cornelis d stravers
Public bug reported:

persistent crash with lanterns.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: supertux 0.6.0-1
ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
Uname: Linux 5.3.0-19-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
Date: Thu Nov  7 21:31:54 2019
InstallationDate: Installed on 2019-11-07 (0 days ago)
InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: supertux
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug eoan

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

Title:
  lanterns crash supertux

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

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

[Bug 1851749] UdevDb.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1851749/+attachment/5303665/+files/UdevDb.txt

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

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851749] CRDA.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1851749/+attachment/5303655/+files/CRDA.txt

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851749] CurrentDmesg.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1851749/+attachment/5303656/+files/CurrentDmesg.txt

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851749] ProcCpuinfo.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1851749/+attachment/5303659/+files/ProcCpuinfo.txt

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851749] PulseList.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1851749/+attachment/5303663/+files/PulseList.txt

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851749] AlsaInfo.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1851749/+attachment/5303654/+files/AlsaInfo.txt

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851749] ProcModules.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1851749/+attachment/5303662/+files/ProcModules.txt

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851749] Lspci.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1851749/+attachment/5303658/+files/Lspci.txt

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851749] RfKill.txt

2019-11-07 Thread Brad Figg
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1851749/+attachment/5303664/+files/RfKill.txt

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

Title:
  Frequently getting thermal warnings and cpu throttling messages in
  syslog

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

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

[Bug 1851749] [NEW] Frequently getting thermal warnings and cpu throttling messages in syslog

2019-11-07 Thread Brad Figg
Public bug reported:

Nov  6 11:34:26 fog kernel: [1129655.443564] mce: CPU0: Core temperature above 
threshold, cpu clock throttled (total events = 50300)   

   
Nov  6 11:34:26 fog kernel: [1129655.443565] mce: CPU2: Core temperature above 
threshold, cpu clock throttled (total events = 50300)   

   
Nov  6 11:34:26 fog kernel: [1129655.443567] mce: CPU1: Package temperature 
above threshold, cpu clock throttled (total events = 58637) 


  
Nov  6 11:34:26 fog kernel: [1129655.443568] mce: CPU3: Package temperature 
above threshold, cpu clock throttled (total events = 58637) 


  
Nov  6 11:34:26 fog kernel: [1129655.443569] mce: CPU2: Package temperature 
above threshold, cpu clock throttled (total events = 58637) 


  
Nov  6 11:34:26 fog kernel: [1129655.443570] mce: CPU0: Package temperature 
above threshold, cpu clock throttled (total events = 58637) 


  
Nov  6 11:34:26 fog kernel: [1129655.446528] mce: CPU2: Core temperature/speed 
normal  

   
Nov  6 11:34:26 fog kernel: [1129655.446529] mce: CPU0: Core temperature/speed 
normal  

   
Nov  6 11:34:26 fog kernel: [1129655.446530] mce: CPU1: Package 
temperature/speed normal


  
Nov  6 11:34:26 fog kernel: [1129655.446531] mce: CPU3: Package 
temperature/speed normal


  
Nov  6 11:34:26 fog kernel: [1129655.446531] mce: CPU0: Package 
temperature/speed normal


  
Nov  6 11:34:26 fog kernel: [1129655.446532] mce: CPU2: Package 
temperature/speed normal


  
Nov  6 11:40:35 fog kernel: [1130024.427390] mce: CPU0: Core temperature above 
threshold, cpu clock throttled (total events = 50316)   

   
Nov  6 11:40:35 fog kernel: [1130024.427391] mce: CPU2: Core temperature above 
threshold, cpu clock throttled (total events = 50316)   

   
Nov  6 11:40:35 fog kernel: [1130024.427392] mce: CPU2: Package temperature 
above threshold, cpu clock throttled (total events = 58655) 


  
Nov  6 11:40:35 fog kernel: [1130024.427394] mce: CPU0: Package temperature 
above threshold, cpu clock throttled (total events = 58655)  

[Bug 1851423] Re: Sync pytsk 20190507-1 (universe) from Debian unstable (main)

2019-11-07 Thread Mathew Hodson
** Changed in: pytsk (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Sync pytsk 20190507-1 (universe) from Debian unstable (main)

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

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

[Bug 1851421] Re: Sync gawk-doc 5.0.1-1 (universe) from Debian unstable (non-free)

2019-11-07 Thread Mathew Hodson
** Changed in: gawk-doc (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Sync gawk-doc 5.0.1-1 (universe) from Debian unstable (non-free)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gawk-doc/+bug/1851421/+subscriptions

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

[Bug 1851235] Re: Tig crashes when searching if used as git pager

2019-11-07 Thread Mathew Hodson
** No longer affects: readline (Ubuntu)

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

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

Title:
  Tig crashes when searching if used as git pager

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

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

[Bug 1799319] Re: Upgrade to 18.10 fails: Please install all available updates

2019-11-07 Thread Guy Rouillier
I just encountered this exact same scenario running Ubuntu Mate 19.04.
Software Updater believes all updates have been applied.  I get the pop-
up saying 19.10 is available, I click the Upgrade button, and the dialog
disappears and nothing happens.  Again, I drop to a command prompt:

root@ubuntu64:~# do-release-upgrade 
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.

root@ubuntu64:~# apt-get upgrade (following update)
The following packages were automatically installed and are no longer required:
  liblldb-8 llvm-8 llvm-8-dev llvm-8-runtime
Use 'apt autoremove' to remove them.
The following packages have been kept back:
  lldb
The following packages will be upgraded:
  gnome-shell gnome-shell-common

root@ubuntu64:~# do-release-upgrade 
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.

root@ubuntu64:~# apt-get purge lldb
Removing lldb (1:7.0-43ubuntu1) ...

And now  do-release-upgrade is proceeding.

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  Upgrade to 18.10 fails: Please install all available updates

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

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

[Bug 1847250] Re: update firmware for sound sof driver to fix the hang issue on several Dell machines

2019-11-07 Thread Yuan-Chen Cheng
I think we need to drop this from proposed and move forward! it blocks
some other firmware update like LP: #1850738 which we have schedule to
catch.

** Tags added: oem-priority

** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Changed in: oem-priority
   Status: New => Confirmed

** Changed in: oem-priority
   Importance: Undecided => Critical

** Changed in: oem-priority
 Assignee: (unassigned) => Yuan-Chen Cheng (ycheng-twn)

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

Title:
  update firmware for sound sof driver to fix the hang issue on several
  Dell machines

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

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

[Bug 1850738] Re: Intel Bluetooth AX201 HarrisonPeak (HrP) firmware causes system hang in deep suspend

2019-11-07 Thread Yuan-Chen Cheng
** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Changed in: oem-priority
   Status: New => Confirmed

** Changed in: oem-priority
   Importance: Undecided => Critical

** Changed in: oem-priority
 Assignee: (unassigned) => Yuan-Chen Cheng (ycheng-twn)

** Tags added: oem-priority

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

Title:
  Intel Bluetooth AX201 HarrisonPeak (HrP) firmware causes system hang
  in deep suspend

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

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

[Bug 1848489] Re: [SRU] libreoffice 6.2.8 for disco

2019-11-07 Thread Mathew Hodson
** No longer affects: libreoffice-l10n (Ubuntu)

** Changed in: libreoffice (Ubuntu)
   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/1848489

Title:
  [SRU] libreoffice 6.2.8 for disco

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

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

[Bug 1851234] Re: [SRU] libreoffice 6.3.3 for eoan

2019-11-07 Thread Mathew Hodson
** Changed in: libreoffice (Ubuntu)
   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/1851234

Title:
  [SRU] libreoffice 6.3.3 for eoan

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

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

[Bug 1849740] Re: arp-scan returns an empty scan

2019-11-07 Thread Bug Watch Updater
** Changed in: arp-scan (Debian)
   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/1849740

Title:
  arp-scan returns an empty scan

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

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

[Bug 1809737] Re: Onboard crashes the entire desktop (Xorg crashes in _XkbSetMapChecks xkb.c:2387)

2019-11-07 Thread Leonardo Soares Müller
Is there a packaged version available with the fix for this bug? I'll
have one problematic machine for a few days so I can test. However, it
is an Intel Atom netbook, unlikely to be successful building onboard
directly on it.

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

Title:
  Onboard crashes the entire desktop (Xorg crashes in _XkbSetMapChecks
  xkb.c:2387)

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

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

[Bug 1848880] Re: Server 18.04.3 OEM Install option doesn't work

2019-11-07 Thread Michael Hudson-Doyle
I downloaded the ubuntu-18.04.3-server.iso and completed an install in
oem-mode that appeared to work as designed. I logged in as the oem user,
ran oem-config-prepare and went through oem-config on the next boot. So
I'm not sure what the bug is here.

** Changed in: debian-installer (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/1848880

Title:
  Server 18.04.3 OEM Install option doesn't work

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

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

[Bug 1845281] Re: gnome-shell crashed with SIGABRT in __GI_raise() from __GI_abort() from g_assertion_message() from g_assertion_message_expr() from meta_window_get_workspaces() [assertion failure "co

2019-11-07 Thread Bug Watch Updater
** Changed in: mutter
   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/1845281

Title:
  gnome-shell crashed with SIGABRT in __GI_raise() from __GI_abort()
  from g_assertion_message() from g_assertion_message_expr() from
  meta_window_get_workspaces() [assertion failure "code should not be
  reached"]

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

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

[Bug 1851680] Re: package kdegraphics-thumbnailers 4:18.04.3-0ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2019-11-07 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package kdegraphics-thumbnailers 4:18.04.3-0ubuntu1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdegraphics-thumbnailers/+bug/1851680/+subscriptions

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

[Bug 1851680] Re: package kdegraphics-thumbnailers 4:18.04.3-0ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2019-11-07 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package kdegraphics-thumbnailers 4:18.04.3-0ubuntu1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdegraphics-thumbnailers/+bug/1851680/+subscriptions

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

[Bug 1851680] Re: package kdegraphics-thumbnailers 4:18.04.3-0ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2019-11-07 Thread Seth Arnold
Hello, unfortunately your logs don't include much indication of what
went wrong. Try running:

sudo apt install --reinstall kdegraphics-thumbnailers

in a terminal window and see if this lets you get further or not.

Thanks

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

Title:
  package kdegraphics-thumbnailers 4:18.04.3-0ubuntu1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdegraphics-thumbnailers/+bug/1851680/+subscriptions

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

[Bug 1851741] [NEW] package mysql-server-8.0 8.0.17-0ubuntu2 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess was killed by signal (Terminated)

2019-11-07 Thread Agusti Dosaiguas
Public bug reported:

I just did an upgrade from 19.04 to 19.10. This is the only thing that
failed, it seems that mysql was not able to upgrade (the configure
process was stuck doing nothing indefinitely so I killed it)

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: mysql-server-8.0 8.0.17-0ubuntu2
ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
Uname: Linux 5.3.0-19-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
Date: Fri Nov  8 01:36:08 2019
ErrorMessage: installed mysql-server-8.0 package post-installation script 
subprocess was killed by signal (Terminated)
InstallationDate: Installed on 2019-06-09 (151 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['server-key.pem', 'debian-5.7.flag', 'private_key.pem', 
'mysql.ibd', 'ca.pem', 'mysql_upgrade_info', 'binlog.02', 'ca-key.pem', 
'binlog.01', 'wa_production_prime', 'performance_schema', 'undo_001', 
'client-cert.pem', 'binlog.04', 'server-cert.pem', 'wa_production_clean', 
'binlog.03', 'undo_002', 'sirion-dev-99.pid', 'public_key.pem', 'sys', 
'wa_clean_prime_craftable', 'binlog.05', 'ib_buffer_pool', 
'client-key.pem', 'wa_clean_prime_craftable2', 'ibdata1', '#innodb_temp', 
'wa_production_legacy', 'auto.cnf', 'mysql', 'ibtmp1', 'ib_logfile0', 
'binlog.index', 'ib_logfile1', 'phpmyadmin']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.3.0-19-generic 
root=UUID=92900735-6062-4806-a3ec-b29834f80d15 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.7, Python 3.7.5rc1, python3-minimal, 3.7.5-1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4
SourcePackage: mysql-8.0
Title: package mysql-server-8.0 8.0.17-0ubuntu2 failed to install/upgrade: 
installed mysql-server-8.0 package post-installation script subprocess was 
killed by signal (Terminated)
UpgradeStatus: Upgraded to eoan on 2019-11-08 (0 days ago)

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


** Tags: amd64 apport-package eoan

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

Title:
  package mysql-server-8.0 8.0.17-0ubuntu2 failed to install/upgrade:
  installed mysql-server-8.0 package post-installation script subprocess
  was killed by signal (Terminated)

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

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

[Bug 1851741] Re: package mysql-server-8.0 8.0.17-0ubuntu2 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess was killed by signal (Terminated)

2019-11-07 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package mysql-server-8.0 8.0.17-0ubuntu2 failed to install/upgrade:
  installed mysql-server-8.0 package post-installation script subprocess
  was killed by signal (Terminated)

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

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

  1   2   3   4   5   6   >