[Bug 1857418] [NEW] KDE Panel disappears after screen lock

2019-12-23 Thread amasterov
Public bug reported:

Hello!

I use ubuntu 18.04. 
Kernel Ubuntu 4.15.0-73.82+lp1854798+2-generic 4.15.18 (problem exists on 
previous kernels too)
KDE from the repo
Screen is extended to external monitor
laptop Lenovo Carbon 6x
Monitor attached with HDMI 
Monitor model: Acer H236HL

When the screen is locked by timeout, after unlocking by entering
password, KDE panel disappears on external monitor. I can not add a
panel to it, e.g. I add it to screen but the panel does not appear.
After reboot panel is in place. If I have added panels to screen they
are also exist.

It is interesting that this problem exists with only my monitor. Other
monitors attached to my laptop work OK. The problem also does not exist
if I turn my monitor off before screen lock.

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

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

Title:
  KDE Panel disappears after screen lock

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

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

[Bug 1857413] Missing required logs.

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

apport-collect 1857413

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

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

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

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

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

Title:
  mce: ras:  When inject 1bit ecc error,  there is no mce log recorded
  in the dmesg

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

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

[Bug 1857413] Re: mce: ras: When inject 1bit ecc error, there is no mce log recorded in the dmesg

2019-12-23 Thread fan jinke
** Description changed:

  Using Linux kernel, When inject 1bit ecc error,  there are some mce log
  recorded in the dmesg.like:
  
  [ 1561.511210] mce: [Hardware Error]: Machine check events logged
  [ 1561.511221] [Hardware Error]: Corrected error, no action required.
  [ 1561.511311] [Hardware Error]: CPU:0 (18:0:2) 
MC16_STATUS[Over|CE|MiscV|-|AddrV|-|-|SyndV|-|CECC]: 0xdc20411b
  [ 1561.511388] [Hardware Error]: Error Addr: 0x00077cd66940
  [ 1561.511439] [Hardware Error]: IPID: 0x009600150f00, Syndrome: 
0x10ce0a400d01
  [ 1561.511499] [Hardware Error]: Unified Memory Controller Extended Error 
Code: 0
  [ 1561.511556] [Hardware Error]: Unified Memory Controller Error: DRAM ECC 
error.
  [ 1561.511646] EDAC MC0: 1 CE on mc#0csrow#1channel#1 (csrow:1 channel:1 
page:0x7fcd66 offset:0x940 grain:0 syndrome:0x10ce)
  [ 1561.511648] [Hardware Error]: cache level: L3/GEN, tx: GEN, mem-tx: RD
  
  *But, there are no the log when Using "Ubuntu 18.04.3 LTS"*
  
  The upstream related commit is de0e0624d86ff9fc512dedb297f8978698abf21a
  .
  
- After merged this commit, dmesg can record the mce log.
+ After merged this commit, Ubuntu kernel's dmesg can record the mce log
+ as well.

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

Title:
  mce: ras:  When inject 1bit ecc error,  there is no mce log recorded
  in the dmesg

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

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

[Bug 1813598] Re: syslinux ftbfs in 18.04 LTS

2019-12-23 Thread yifengyou
---
 efi/fio.h | 9 -
 1 file changed, 9 deletions(-)

diff --git a/efi/fio.h b/efi/fio.h
index 65fff8d..a1bfe68 100644
--- a/efi/fio.h
+++ b/efi/fio.h
@@ -11,15 +11,6 @@
 #define MAX_EFI_ARGS   64
 #define WS(c16) (c16 == L' ' || c16 == CHAR_TAB)
 
-/* VPrint is not in export declarations in gnu-efi lib yet
- * although it is a global function; declare it here
- */
-extern UINTN
-VPrint (
-IN CHAR16   *fmt,
-va_list args
-);
-

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

Title:
  syslinux ftbfs in 18.04 LTS

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

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

[Bug 1857409] Re: alsa/sof: load different firmware on different platforms

2019-12-23 Thread Hui Wang
** Description changed:

- Need SOF f/w support for CML-H in Selek G3/MLK and G5
+ [Impact]
+ In our ubuntu kernel, the sof driver will load the sof-cnl.ri (firmware)
+ on all platforms, but mainline kernel already supported the multi
+ firmwares on differnt platforms, and OEM project needs us to
+ support the mutli-firmware names in the ubuntu kernel
+ 
+ [Fix]
+ cherry-pick 3 upstream patches, then on cnl platforms, it will
+ load sof-cnl.ri, on cml platfomrs, it will load sof-cml.ri, on cfl
+ platforms, it will load sof-cfl.ri
+ 
+ 
+ [Test Case]
+ Prepare the firmware from https://github.com/thesofproject/linux-firmware
+ master branch, then boot the kernel with these patches.
+ 
+ [Regression Risk]
+ Low, just let different platforms load differnt firmware, and these
+ patches are in the upstream kernel.

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

Title:
  alsa/sof: load different firmware on different platforms

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

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

[Bug 1857413] [NEW] mce: ras: When inject 1bit ecc error, there is no mce log recorded in the dmesg

2019-12-23 Thread fan jinke
Public bug reported:

Using Linux kernel, When inject 1bit ecc error,  there are some mce log
recorded in the dmesg.like:

[ 1561.511210] mce: [Hardware Error]: Machine check events logged
[ 1561.511221] [Hardware Error]: Corrected error, no action required.
[ 1561.511311] [Hardware Error]: CPU:0 (18:0:2) 
MC16_STATUS[Over|CE|MiscV|-|AddrV|-|-|SyndV|-|CECC]: 0xdc20411b
[ 1561.511388] [Hardware Error]: Error Addr: 0x00077cd66940
[ 1561.511439] [Hardware Error]: IPID: 0x009600150f00, Syndrome: 
0x10ce0a400d01
[ 1561.511499] [Hardware Error]: Unified Memory Controller Extended Error Code: 0
[ 1561.511556] [Hardware Error]: Unified Memory Controller Error: DRAM ECC 
error.
[ 1561.511646] EDAC MC0: 1 CE on mc#0csrow#1channel#1 (csrow:1 channel:1 
page:0x7fcd66 offset:0x940 grain:0 syndrome:0x10ce)
[ 1561.511648] [Hardware Error]: cache level: L3/GEN, tx: GEN, mem-tx: RD

*But, there are no the log when Using "Ubuntu 18.04.3 LTS"*

The upstream related commit is de0e0624d86ff9fc512dedb297f8978698abf21a
.

After merged this commit, dmesg can record the mce log.

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

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

Title:
  mce: ras:  When inject 1bit ecc error,  there is no mce log recorded
  in the dmesg

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

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

[Bug 1857407] Re: mplayer broken Theora codec: libmpcodecs/vf.c:287: vf_get_image: Assertion `h == -1 || h >= vf->h' failed.

2019-12-23 Thread Stuart Longland
Reproduced the same crash on Debian 10.

** Also affects: mplayer (Debian)
   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/1857407

Title:
  mplayer broken Theora codec: libmpcodecs/vf.c:287: vf_get_image:
  Assertion `h == -1 || h >= vf->h' failed.

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

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

[Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-23 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Wireless wouldn't turn on.

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

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

[Bug 1857409] Missing required logs.

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

apport-collect 1857409

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

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

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

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

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

Title:
  alsa/sof: load different firmware on different platforms

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

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

[Bug 1857178] Re: GPU hang

2019-12-23 Thread Kai-Heng Feng
Please test latest drm-tip kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/drm-tip/current/

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

Title:
  GPU hang

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

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

[Bug 1857410] [NEW] Why not integrate ClamAV Anti-virus into Ubuntu 20.04?

2019-12-23 Thread Clinton H
Public bug reported:

The idea that linux is immune to malware is a false sense of security.
Prevention is the best solution. I know users are safe if they only
install software from the Software Center, but users could download a
malicious .deb file. Firefox could automatically download a malicious
java script file. Malware could trick a user into entering their root
password. I know AV affects performance. It could automatically only
scan files and repositories added to the system. A scheduled system scan
could be optional.

** Affects: clamav (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/1857410

Title:
  Why not integrate ClamAV Anti-virus into Ubuntu 20.04?

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

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

Re: [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-23 Thread Anatoly
Hello,

Thank you for getting back to me. I am reporting on 19.10,  PCI
wireless.

1. Here the rfkill output:

$ sudo rfkill unblock all

$ sudo rfkill list
0: phy0: Wireless LAN
     Soft blocked: no
     Hard blocked: yes

2. There is no any special switch but F8 key which I suppose works when 
pressed F8+Fn but i doesn't get wireless on still. If F8 pressed alone 
-- no difference either.

3. I checked the BIOS-> Security: Wireless LAN   [Enabled]

On 12/23/19 9:01 PM, Po-Hsu Lin wrote:
> Hello,
> let's focus on 19.10, you're reporting an issue for the PCI wireless card 
> (Wireless-AC 9260) in your system or the USB D-Link card?
>
> Can you try the following steps to see if it helps:
>1. run command "rfkill unblock all"
>2. or to flip the wifi switch (if any)
>3. check you BIOS setting to ensure this device is enabled
>
> ** Changed in: linux (Ubuntu)
> Status: Confirmed => Incomplete
>

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

Title:
  Wireless wouldn't turn on.

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

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

[Bug 1857409] [NEW] alsa/sof: load different firmware on different platforms

2019-12-23 Thread Hui Wang
Public bug reported:

Need SOF f/w support for CML-H in Selek G3/MLK and G5

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

** Affects: linux (Ubuntu)
 Importance: Critical
 Assignee: Hui Wang (hui.wang)
 Status: New


** Tags: originate-from-1856130 somerville

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

** Tags added: originate-from-1856130 somerville

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

Title:
  alsa/sof: load different firmware on different platforms

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

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

[Bug 1854401] Re: headphone has noise as not mute on dell machines with alc236/256

2019-12-23 Thread Hui Wang
** Changed in: linux (Ubuntu)
   Status: Incomplete => 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/1854401

Title:
  headphone has noise as not mute on dell machines with alc236/256

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

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

[Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-23 Thread Po-Hsu Lin
Hello,
let's focus on 19.10, you're reporting an issue for the PCI wireless card 
(Wireless-AC 9260) in your system or the USB D-Link card?

Can you try the following steps to see if it helps:
  1. run command "rfkill unblock all"
  2. or to flip the wifi switch (if any)
  3. check you BIOS setting to ensure this device is enabled

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

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

Title:
  Wireless wouldn't turn on.

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

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

[Bug 1856608] Re: [Regression] usb usb2-port2: Cannot enable. Maybe the USB cable is bad?

2019-12-23 Thread Kai-Heng Feng
Can you please attach dmesg with kernel parameter `usbcore.dyndbg=+p`?

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

Title:
  [Regression] usb usb2-port2: Cannot enable. Maybe the USB cable is
  bad?

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

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

[Bug 1487534] Re: Unable to set Alt+Shift for switching keyboard layout

2019-12-23 Thread Launchpad Bug Tracker
[Expired for ibus (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ibus (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/1487534

Title:
  Unable to set Alt+Shift for switching keyboard layout

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

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

[Bug 1849540] Re: "PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)" causing boot delays

2019-12-23 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

Title:
  "PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver
  ID)" causing boot delays

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

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

[Bug 1847207] Re: [SRU] rocky fixes for watcher

2019-12-23 Thread Launchpad Bug Tracker
[Expired for watcher (Ubuntu) because there has been no activity for 60
days.]

** Changed in: watcher (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/1847207

Title:
  [SRU] rocky fixes for watcher

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

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

[Bug 1741381] Re: [Feature] Crystal Ridge - dynamic filesystem DAX based on HMAT info

2019-12-23 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

Title:
  [Feature] Crystal Ridge - dynamic filesystem DAX based on HMAT info

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

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

[Bug 1663679] Re: tracker-miner-fs assert failure: *** Error in `/usr/lib/tracker/tracker-miner-fs': double free or corruption (out): 0x000055c09c7eab30 ***

2019-12-23 Thread Launchpad Bug Tracker
[Expired for tracker (Ubuntu) because there has been no activity for 60
days.]

** Changed in: tracker (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/1663679

Title:
  tracker-miner-fs assert failure: *** Error in `/usr/lib/tracker
  /tracker-miner-fs': double free or corruption (out):
  0x55c09c7eab30 ***

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

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

[Bug 1849273] Re: network connection fails to re-establish on resume from suspend

2019-12-23 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

Title:
  network connection fails to re-establish on resume from suspend

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

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

[Bug 1857398] Re: ubiquity should support encryption by default with zfsroot, with users able to opt in to running change-key after install

2019-12-23 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  ubiquity should support encryption by default with zfsroot, with users
  able to opt in to running change-key after install

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

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

[Bug 1849583] Re: I keep getting error 404 message

2019-12-23 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: apache2 (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/1849583

Title:
  I keep getting error 404 message

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

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

[Bug 1857235] Re: touchpad not working

2019-12-23 Thread Po-Hsu Lin
Hello,
this might be a duplicate of bug 1854798,
can you try to boot with an older kernel to see if this issue still exist?

Thanks

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

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

Title:
  touchpad not working

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

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

[Bug 1857407] [NEW] mplayer broken Theora codec: libmpcodecs/vf.c:287: vf_get_image: Assertion `h == -1 || h >= vf->h' failed.

2019-12-23 Thread Stuart Longland
Public bug reported:

Hi,

I'm using 'mplayer' alongside 'xscreensaver' to play a few videos as
screen savers.  To save space, I've dropped the frame size of the videos
(and they play without sound).

On some videos, which I have converted from other media (the example I
will give here is a truncated version of a public-domain video from
archive.org to demonstrate the issue), mplayer on Ubuntu 18.04 crashes:

$ mplayer /tmp/test.ogv 
MPlayer 1.3.0 (Debian), built with gcc-7 (C) 2000-2016 MPlayer Team
do_connect: could not connect to socket
connect: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing /tmp/test.ogv.
libavformat version 57.83.100 (external)
libavformat file format detected.
[lavf] stream 0: video (theora), -vid 0
[lavf] stream 1: audio (vorbis), -aid 0, -alang eng
VIDEO:  [theo]  240x180  0bpp  29.970 fps0.0 kbps ( 0.0 kbyte/s)
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 57.107.100 (external)
Selected video codec: [fftheora] vfm: ffmpeg (FFmpeg Theora)
==
Load subtitles in /tmp/
==
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 32000 Hz, 1 ch, floatle, 128.0 kbit/12.50% (ratio: 16000->128000)
Selected audio codec: [ffvorbis] afm: ffmpeg (FFmpeg Vorbis)
==
AO: [pulse] 32000Hz 1ch floatle (4 bytes per sample)
Starting playback...
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [vdpau] 240x180 => 240x180 Planar YV12 
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [vdpau] 240x180 => 240x180 Planar YV12 
Dropping frame with size not matching configured size (240x180 vs 240x168 vs 
240x180)
Dropping frame with size not matching configured size (240x180 vs 240x168 vs 
240x180)
[VD_FFMPEG] DRI failure.
mplayer: libmpcodecs/vf.c:287: vf_get_image: Assertion `h == -1 || h >= vf->h' 
failed.


MPlayer interrupted by signal 6 in module: decode video
 [ This binary of MPlayer in Debian is currently compiled with
   '--enable-debug'; the debugging symbols are in the package
   'mplayer-dbgsym'.]

The same videos play just fine with mplayer on Gentoo.  (The video was
produced using the command: ffmpeg -i ${INPUT} -s 240x180 -ar 32000 -ac
1 -b:a 128000 -b:v 25 -t 10 ${OUTPUT}).  I have tried other CODECs
and container formats, it seems to be related to Theora which I chose
because it's a good free-software CODEC for video.

stuartl@vk4msl-ws:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.3 LTS
Release:18.04
Codename:   bionic
stuartl@vk4msl-ws:~$ uname -a
Linux vk4msl-ws 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux
stuartl@vk4msl-ws:~$ dpkg -l mplayer
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version   
Architecture  Description
+++--=-=-==
ii  mplayer  2:1.3.0-7build2   amd64
 movie player for Unix-like systems

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

** Attachment added: "Video that causes the crash."
   https://bugs.launchpad.net/bugs/1857407/+attachment/5314961/+files/test.ogv

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

Title:
  mplayer broken Theora codec: libmpcodecs/vf.c:287: vf_get_image:
  Assertion `h == -1 || h >= vf->h' failed.

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

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

[Bug 1857405] [NEW] package mysql-server-8.0 8.0.18-0ubuntu0.19.10.1 failed to install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0, o script post-installation retornou erro do status

2019-12-23 Thread pierrericharddemosthene
*** This bug is a duplicate of bug 1857404 ***
https://bugs.launchpad.net/bugs/1857404

Public bug reported:

não posso installar apache2 e phpmyadmin,ppode me ajudar por favor?

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: mysql-server-8.0 8.0.18-0ubuntu0.19.10.1
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
Date: Tue Dec 24 00:52:11 2019
ErrorMessage: o subprocesso instalado, do pacote mysql-server-8.0, o script 
post-installation retornou erro do status de saída 1
InstallationDate: Installed on 2019-12-15 (8 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
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
MySQLVarLibDirListing: ['client-cert.pem', 'binlog.index', 'server-cert.pem', 
'ib_logfile1', 'mysql', 'binlog.01', 'ca.pem', 'ib_logfile0', 'undo_002', 
'mysql.ibd', 'binlog.02', 'private_key.pem', 'client-key.pem', 'ibdata1', 
'debian-5.7.flag', '#innodb_temp', 'auto.cnf', 'performance_schema', 
'public_key.pem', 'server-key.pem', 'sys', 'ca-key.pem', 'undo_001', 
'ib_buffer_pool']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=4939f836-be80-418b-a32a-53f4ba9f54d4 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.7, Python 3.7.5, 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.18-0ubuntu0.19.10.1 failed to 
install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0, o script 
post-installation retornou erro do status de saída 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apparmor apport-package eoan third-party-packages

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

Title:
  package mysql-server-8.0 8.0.18-0ubuntu0.19.10.1 failed to
  install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0,
  o script post-installation retornou erro do status de saída 1

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

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

[Bug 1857404] [NEW] package mysql-server-8.0 8.0.18-0ubuntu0.19.10.1 failed to install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0, o script post-installation retornou erro do status

2019-12-23 Thread pierrericharddemosthene
Public bug reported:

não posso installar apache2 e phpmyadmin,ppode me ajudar por favor?

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: mysql-server-8.0 8.0.18-0ubuntu0.19.10.1
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
Date: Tue Dec 24 00:52:11 2019
ErrorMessage: o subprocesso instalado, do pacote mysql-server-8.0, o script 
post-installation retornou erro do status de saída 1
InstallationDate: Installed on 2019-12-15 (8 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
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
MySQLVarLibDirListing: ['client-cert.pem', 'binlog.index', 'server-cert.pem', 
'ib_logfile1', 'mysql', 'binlog.01', 'ca.pem', 'ib_logfile0', 'undo_002', 
'mysql.ibd', 'binlog.02', 'private_key.pem', 'client-key.pem', 'ibdata1', 
'debian-5.7.flag', '#innodb_temp', 'auto.cnf', 'performance_schema', 
'public_key.pem', 'server-key.pem', 'sys', 'ca-key.pem', 'undo_001', 
'ib_buffer_pool']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=4939f836-be80-418b-a32a-53f4ba9f54d4 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.7, Python 3.7.5, 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.18-0ubuntu0.19.10.1 failed to 
install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0, o script 
post-installation retornou erro do status de saída 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apparmor apport-package eoan third-party-packages

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

Title:
  package mysql-server-8.0 8.0.18-0ubuntu0.19.10.1 failed to
  install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0,
  o script post-installation retornou erro do status de saída 1

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

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

[Bug 1857405] Re: package mysql-server-8.0 8.0.18-0ubuntu0.19.10.1 failed to install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0, o script post-installation retornou erro do status de

2019-12-23 Thread Chris Guiver
*** This bug is a duplicate of bug 1857404 ***
https://bugs.launchpad.net/bugs/1857404

** This bug has been marked a duplicate of bug 1857404
   package mysql-server-8.0 8.0.18-0ubuntu0.19.10.1 failed to install/upgrade: 
o subprocesso instalado, do pacote mysql-server-8.0, o script post-installation 
retornou erro do status de saída 1

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

Title:
  package mysql-server-8.0 8.0.18-0ubuntu0.19.10.1 failed to
  install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0,
  o script post-installation retornou erro do status de saída 1

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

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

[Bug 1857181] Re: Kernel driver updates caused BlueTooth to not start

2019-12-23 Thread Po-Hsu Lin
Marked as incomplete as per request in comment #4, please feel free to
change it back after replying on that request.

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

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

Title:
  Kernel driver updates caused BlueTooth to not start

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

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

[Bug 1577738] Re: pm-utils does not write pm-suspend.log file

2019-12-23 Thread Francis Lamonde
Still have that problem using Ubuntu 19.10 with pm-utils 1.4.1-18.

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

Title:
  pm-utils does not write pm-suspend.log file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1577738/+subscriptions

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

[Bug 1857369] Re: GIMP crashed with a fatal error: fatal error: Segmentation fault

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

** Changed in: gimp (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/1857369

Title:
  GIMP crashed with a fatal error: fatal error: Segmentation fault

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

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

[Bug 1810154] Re: ply_boot_client_process_incoming_replies: Assertion `request_node != NULL' failed

2019-12-23 Thread Steve Langasek
I've confirmed that after upgrade to plymouth from unstable, the
testcase passes (and zfs initramfs decryption works now in Ubuntu
19.10).

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

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

Title:
  ply_boot_client_process_incoming_replies: Assertion `request_node !=
  NULL' failed

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

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

[Bug 1810815] Re: Boot splash screen is empty in Ubuntu 18.04 with nvidia proprietary driver

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

** Changed in: plymouth (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/1810815

Title:
  Boot splash screen is empty in Ubuntu 18.04 with nvidia proprietary
  driver

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

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

[Bug 1857383] Re: Fractional scalling does not work anymore

2019-12-23 Thread Ike Panhc
Thanks Alex but I don't think this is a kunpeng920 issue. I've re-
assigned this bug for Ubuntu.

Thanks again.

** Also affects: ubuntu
   Importance: Undecided
   Status: New

** Changed in: kunpeng920
   Status: New => Invalid

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

Title:
  Fractional scalling does not work anymore

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

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

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

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

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

Title:
  Unable to paste files from Nautilus to the desktop

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

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

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

2019-12-23 Thread Daniel van Vugt
Confirmed I can reproduce the bug in a Wayland session on 20.04.

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

Title:
  Unable to paste files from Nautilus to the desktop

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

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

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

2019-12-23 Thread Daniel van Vugt
Raised to Medium, since this defeats some of the purpose of the
extension existing.

** Changed in: gnome-shell-extension-desktop-icons (Ubuntu)
   Importance: Low => Medium

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

Title:
  Unable to paste files from Nautilus to the desktop

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

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

[Bug 1857398] Re: ubiquity should support encryption by default with zfsroot, with users able to opt in to running change-key after install

2019-12-23 Thread Richard Laager
This is an interesting approach. I figured the installer should prompt
for encryption, and it probably still should, but if the performance
impact is minimal, this does have the nice property of allowing for
enabling encryption post-install.

It might be worthwhile (after merging the SIMD fixes) to benchmark
aes256-ccm (the default) vs encryption=aes-256-gcm. I think GCM seems to
be preferred, security wise, in various places (though I don't
immediately have references) and may be faster. There's also an upstream
PR in progress that significantly improves AES-GCM:
https://github.com/zfsonlinux/zfs/pull/9749

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

Title:
  ubiquity should support encryption by default with zfsroot, with users
  able to opt in to running change-key after install

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

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

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

2019-12-23 Thread Clinton H
I thought the problem might be only on Wayland. I logged out and
switched to Xorg. It did NOT fix the problem. I restarted. It still did
NOT fix the problem.

Xorg process id: 1613

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

Title:
  Unable to paste files from Nautilus to the desktop

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

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

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

2019-12-23 Thread Clinton H
I am using Wayland. In System Monitor, Xwayland has the process id:
1785.

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

Title:
  Unable to paste files from Nautilus to the desktop

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

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

[Bug 1857398] Re: ubiquity should support encryption by default with zfsroot, with users able to opt in to running change-key after install

2019-12-23 Thread Steve Langasek
ubiquity side of the equation:
https://code.launchpad.net/~vorlon/ubiquity/+git/ubiquity/+ref/lp.1857398

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

Title:
  ubiquity should support encryption by default with zfsroot, with users
  able to opt in to running change-key after install

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

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

[Bug 1789656] Re: Complete system freeze happening sporadically when running chromium

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

** Changed in: chromium-browser (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/1789656

Title:
  Complete system freeze happening sporadically when running chromium

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

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

[Bug 1857398] Re: ubiquity should support encryption by default with zfsroot, with users able to opt in to running change-key after install

2019-12-23 Thread Steve Langasek
Here is a proof-of-concept patch for the zfs-initramfs side of such a
feature.

** Patch added: "zfs-linux-1857398.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1857398/+attachment/5314923/+files/zfs-linux-1857398.debdiff

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

Title:
  ubiquity should support encryption by default with zfsroot, with users
  able to opt in to running change-key after install

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

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

[Bug 1857398] Re: ubiquity should support encryption by default with zfsroot, with users able to opt in to running change-key after install

2019-12-23 Thread Launchpad Bug Tracker
** Merge proposal linked:
   https://code.launchpad.net/~vorlon/ubiquity/+git/ubiquity/+merge/377100

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

Title:
  ubiquity should support encryption by default with zfsroot, with users
  able to opt in to running change-key after install

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

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

[Bug 1857395] Re: Source ID 89413 was not found when attempting to remove it

2019-12-23 Thread Daniel van Vugt
Note that source IDs will be different for each system, and each
occasion they are used. So that number is not something other people
will see even if they do see the same message in general.

** Tags added: eoan

** Summary changed:

- Source ID 89413 was not found when attempting to remove it
+ gnome-shell: Source ID  was not found when attempting to remove it

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

Title:
  gnome-shell: Source ID  was not found when attempting to remove it

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

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

[Bug 1857393] Re: Ubuntu Dock Visual Bug when Hide Dock option enabled

2019-12-23 Thread Daniel van Vugt
** Package changed: mutter (Ubuntu) => gnome-shell-extension-ubuntu-dock
(Ubuntu)

** Tags added: eoan

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

Title:
  Ubuntu Dock Visual Bug when Hide Dock option enabled

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

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

[Bug 1857392] Re: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).

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

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

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

Title:
  Window manager warning: Overwriting existing binding of keysym 37 with
  keysym 37 (keycode 10).

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

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

[Bug 1857392] Re: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).

2019-12-23 Thread Daniel van Vugt
** Tags added: eoan

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

Title:
  Window manager warning: Overwriting existing binding of keysym 37 with
  keysym 37 (keycode 10).

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

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

[Bug 1857332] Re: using Intel Integrated Graphics

2019-12-23 Thread Daniel van Vugt
I can see a couple of problems with this system:

1. The 'nomodeset' kernel parameter is set. Please remove it by:
   
   (a) Editing /etc/default/grub
   (b) Run: sudo update-grub
   (c) Reboot.

2. You are using the 'oibaf' PPA which is not part of Ubuntu and not
supported. We know it to be broken and the cause of plenty of bugs.
Please remove that from your system using 'ppa-purge'.


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

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

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

Title:
  using Intel Integrated Graphics

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

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

[Bug 1857375] Re: Regression 19.10 Less Responsiveness

2019-12-23 Thread Daniel van Vugt
Please:

1. Choose a single issue to focus this bug on and reword it to describe
only that. Feel free to open a separate bug for each issue you
encounter.

2. Run this command to send us more information about the system:

   apport-collect 1857375

** Tags added: performance regression-release

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

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

Title:
  Regression 19.10 Less Responsiveness

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

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

[Bug 1857398] [NEW] ubiquity should support encryption by default with zfsroot, with users able to opt in to running change-key after install

2019-12-23 Thread Steve Langasek
Public bug reported:

zfs supports built-in encryption support, but the decision of whether a
pool is encrypted or not must be made at pool creation time; it is
possible to add encrypted datasets on top of an unencrypted pool but it
is not possible to do an online change of a dataset (or a whole pool) to
toggle encryption.

We should therefore always install with encryption enabled on zfs
systems, with a non-secret key by default, and allow the user to use
'zfs change-key -o keylocation=prompt' after install to take ownership
of the encryption and upgrade the security.

This is also the simplest way to allow users to avoid having to choose
between the security of full-disk encryption, and the advanced
filesystem features of zfs since it requires no additional UX work in
ubiquity.

We should make sure that
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1857040 is fixed
first in the kernel so that enabling zfs encryption does not impose an
unreasonable performance penalty.

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

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

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

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

Title:
  ubiquity should support encryption by default with zfsroot, with users
  able to opt in to running change-key after install

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

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

[Bug 1841794] Re: gnome-shell crashed with SIGTRAP in g_log_default_handler() ... from ObjectInstance::~ObjectInstance() [usually logging "Finalizing wrapper for an already freed object of type: Clutt

2019-12-23 Thread Daniel van Vugt
Hans,

Your crash report is not retraceable because "The following packages are
missing debug symbols: libjpeg-turbo8 libnvidia-gl-435.". I see no
evidence it is related to this bug.

Still, please keep submitting new crash reports, new bugs, as soon as
you experience them.

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

Title:
  gnome-shell crashed with SIGTRAP in g_log_default_handler() ... from
  ObjectInstance::~ObjectInstance() [usually logging "Finalizing wrapper
  for an already freed object of type: Clutter.PropertyTransition"]

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

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

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

2019-12-23 Thread Daniel van Vugt
Hmm, what user ID is your Xorg process running as?

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

Title:
  Unable to paste files from Nautilus to the desktop

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

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

[Bug 1855317] Re: Latex folders?

2019-12-23 Thread Daniel van Vugt
Moved to private because the above troll keeps creating new accounts to
access the same bug.

** Package changed: yaru-theme (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   Status: New => Invalid

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

Title:
  Latex folders?

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1855317/+subscriptions

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

[Bug 1857194] Re: no wine32 package available in lubuntu 20.04 daily image

2019-12-23 Thread menporul.prabhu
Forgot to tell i am running 64 bit OS

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

Title:
  no wine32 package available in lubuntu 20.04 daily image

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

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

[Bug 1857194] Re: no wine32 package available in lubuntu 20.04 daily image

2019-12-23 Thread menporul.prabhu
Well.

running the command outputs this

$ dpkg --add-architecture i386
$ dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Permission 
denied

Then running the same command prefixing sudo

$ sudo dpkg --add-architecture i386
$

That is... it outputs nothing.

going to /var/lib/dpkg shows there is no arch-new file.

but one arch file is there.

it has two lines

amd64
i386

I don't know know if i386 architecture is already added or not?
As told above, I downloaded win32.lib and manually installed earlier.


Running Lubuntu 12.04 daily image

Thanks for responding.

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

Title:
  no wine32 package available in lubuntu 20.04 daily image

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

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

[Bug 1853804] Re: kubuntu-driver-manager never finishes collecting infomation

2019-12-23 Thread MikeMecanic
The given command line fixes also <> in Software
Sources. Scans OK now.

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

Title:
  kubuntu-driver-manager never finishes collecting infomation

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

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

[Bug 1857394] Missing required logs.

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

apport-collect 1857394

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

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

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

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

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

Title:
  [Firmware Bug]: reg 0x1c: invalid BAR (can't size)

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

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

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

2019-12-23 Thread Clinton H
The following error is in my Ubuntu Logs app. Is it related to this
problem?

Sender: gnome-terminal-
Message: Display does not support owner-change; copy/paste will be broken!
Audit Session: 2
Priority: 6

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

Title:
  Unable to paste files from Nautilus to the desktop

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

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

[Bug 1857395] [NEW] Source ID 89413 was not found when attempting to remove it

2019-12-23 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) GNOME Shell 3.34.1
3) No error
4) Error in Ubuntu Logs app.

6:09:04 PM gnome-shell: Source ID 89413 was not found when attempting to remove 
it
6:09:04 PM gnome-shell: Source ID 89413 was not found when attempting to remove 
it
6:09:04 PM gnome-shell: Source ID 89413 was not found when attempting to remove 
it
6:09:04 PM gnome-shell: Source ID 89413 was not found when attempting to remove 
it
6:09:04 PM gnome-shell: Source ID 89413 was not found when attempting to remove 
it
6:08:26 PM gnome-shell: meta_window_set_stack_position_no_sync: assertion 
'window->stack_position >= 0' failed

** Affects: gnome-shell (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/1857395

Title:
  Source ID 89413 was not found when attempting to remove it

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

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

[Bug 1625647] Re: Error message "PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory" appears on journalctl

2019-12-23 Thread alex
I have this on Lubuntu 18.04 with lightdm:

PAM unable to dlopen(pam_gnome_keyring.so)... cannot open shared
object file: No such file or directory

It is the same issue as in [this
question](https://askubuntu.com/questions/758696/cannot-login-into-
locked-ubuntu-14-04-session-unity). And the logs show the library files
are missing. I fixed it by installing libpam-kwallet[45] and libpam-
gnome-keyring.

Now there are some other issues, but this one seems to be solved.

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

Title:
  Error message "PAM unable to dlopen(pam_gnome_keyring.so):
  /lib/security/pam_gnome_keyring.so: cannot open shared object file: No
  such file or directory" appears on journalctl

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

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

[Bug 1857394] [NEW] [Firmware Bug]: reg 0x1c: invalid BAR (can't size)

2019-12-23 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) kernel 5.3.0-23-generic
3) No error.
4) Error in Ubuntu Logs App.

Message:
4:47:59 PM kernel: pci :00:14.4:   bridge window [mem 0xd000-0xfebf 
window] (subtractive decode)
 4:47:59 PM kernel: pci_bus :04: extended config space not accessible
 4:47:59 PM kernel: pci :00:0a.0:   bridge window [mem 
0xfdd0-0xfddf 64bit pref]
 4:47:59 PM kernel: pci :00:0a.0:   bridge window [mem 
0xfdd0-0xfddf 64bit pref]
 4:47:59 PM kernel: pci :00:0a.0:   bridge window [mem 
0xfde0-0xfdef]
 4:47:59 PM kernel: pci :00:0a.0:   bridge window [io  0xc000-0xcfff]
 4:47:59 PM kernel: pci :00:0a.0: PCI bridge to [bus 03]
 4:47:59 PM kernel: pci :03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
 4:47:59 PM kernel: pci :03:00.0: supports D1 D2
 4:47:59 PM kernel: pci :03:00.0: reg 0x30: [mem 0x-0x pref]
 4:47:59 PM kernel: pci :03:00.0: reg 0x20: [mem 0xfdde-0xfdde 
64bit pref]
 4:47:59 PM kernel: pci :03:00.0: reg 0x18: [mem 0xfddff000-0xfddf 
64bit pref]
 4:47:59 PM kernel: pci :03:00.0: reg 0x10: [io  0xce00-0xceff]
 4:47:59 PM kernel: pci :03:00.0: [10ec:8168] type 00 class 0x02
 4:47:59 PM kernel: pci :00:06.0:   bridge window [mem 
0xfa00-0xfbff 64bit pref]
 4:47:59 PM kernel: pci :00:06.0:   bridge window [mem 
0xfdf0-0xfdff]
 4:47:59 PM kernel: pci :00:06.0:   bridge window [io  0xd000-0xdfff]
 4:47:59 PM kernel: pci :00:06.0: PCI bridge to [bus 02]
 4:47:59 PM kernel: pci :02:00.0: disabling ASPM on pre-1.1 PCIe device.  
You can enable it with 'pcie_aspm=force'
 4:47:59 PM kernel: pci :02:00.0: enabling Extended Tags
 4:47:59 PM kernel: pci :02:00.0: reg 0x18: [mem 0xfa00-0xfbff 
64bit pref]
 4:47:59 PM kernel: pci :02:00.0: reg 0x10: [mem 0xfdf0-0xfdff 
64bit]
 4:47:59 PM kernel: pci :02:00.0: [1002:4d51] type 00 class 0x048000
 4:47:59 PM kernel: pci :00:02.0:   bridge window [mem 
0xd000-0xdfff 64bit pref]
 4:47:59 PM kernel: pci :00:02.0:   bridge window [mem 
0xfda0-0xfdaf]
 4:47:59 PM kernel: pci :00:02.0:   bridge window [io  0xe000-0xefff]
 4:47:59 PM kernel: pci :00:02.0: PCI bridge to [bus 01]
 4:47:59 PM kernel: pci :01:00.1: supports D1 D2
 4:47:59 PM kernel: pci :01:00.1: enabling Extended Tags
 4:47:59 PM kernel: pci :01:00.1: reg 0x10: [mem 0xfdafc000-0xfdaf 
64bit]
 4:47:59 PM kernel: pci :01:00.1: [1002:aa38] type 00 class 0x040300
 4:47:59 PM kernel: pci :01:00.0: supports D1 D2
 4:47:59 PM kernel: pci :01:00.0: enabling Extended Tags
 4:47:59 PM kernel: pci :01:00.0: reg 0x30: [mem 0x-0x0001 pref]
 4:47:59 PM kernel: pci :01:00.0: reg 0x20: [io  0xee00-0xeeff]
 4:47:59 PM kernel: pci :01:00.0: reg 0x18: [mem 0xfdae-0xfdae 
64bit]
 4:47:59 PM kernel: pci :01:00.0: reg 0x10: [mem 0xd000-0xdfff 
64bit pref]
 4:47:59 PM kernel: pci :01:00.0: [1002:9540] type 00 class 0x03
 4:47:59 PM kernel: pci :00:18.3: [1022:1103] type 00 class 0x06
 4:47:59 PM kernel: pci :00:18.2: [1022:1102] type 00 class 0x06
 4:47:59 PM kernel: pci :00:18.1: [1022:1101] type 00 class 0x06
 4:47:59 PM kernel: pci :00:18.0: [1022:1100] type 00 class 0x06
 4:47:59 PM kernel: pci :00:14.5: reg 0x10: [mem 0xfe028000-0xfe028fff]
 4:47:59 PM kernel: pci :00:14.5: [1002:4399] type 00 class 0x0c0310
 4:47:59 PM kernel: pci :00:14.4: [1002:4384] type 01 class 0x060401
 4:47:59 PM kernel: pci :00:14.3: [1002:439d] type 00 class 0x060100
 4:47:59 PM kernel: pci :00:14.2: PME# supported from D0 D3hot D3cold
 4:47:59 PM kernel: pci :00:14.2: reg 0x10: [mem 0xfe024000-0xfe027fff 
64bit]
 4:47:59 PM kernel: pci :00:14.2: [1002:4383] type 00 class 0x040300
 4:47:59 PM kernel: pci :00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
 4:47:59 PM kernel: pci :00:14.1: legacy IDE quirk: reg 0x18: [io  
0x0170-0x0177]
 4:47:59 PM kernel: pci :00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
 4:47:59 PM kernel: pci :00:14.1: legacy IDE quirk: reg 0x10: [io  
0x01f0-0x01f7]
 4:47:59 PM kernel: pci :00:14.1: reg 0x20: [io  0xfa00-0xfa0f]
 4:47:59 PM kernel: pci :00:14.1: reg 0x1c: [io  0x-0x0003]
 4:47:59 PM kernel: pci :00:14.1: reg 0x18: [io  0x-0x0007]
 4:47:59 PM kernel: pci :00:14.1: reg 0x14: [io  0x-0x0003]
 4:47:59 PM kernel: pci :00:14.1: reg 0x10: [io  0x-0x0007]
 4:47:59 PM kernel: pci :00:14.1: [1002:439c] type 00 class 0x01018a
 4:47:59 PM kernel: pci :00:14.0: [1002:4385] type 00 class 0x0c0500
 4:47:59 PM kernel: pci :00:13.2: PME# supported from D0 D1 D2 D3hot
 4:47:59 PM kernel: pci :00:13.2: supports D1 D2
 4:47:59 PM kernel: pci :00:13.2: reg 0x10: [mem 0xfe029000-0xfe0290ff]
 4:47:59 PM kernel: pci :00:13.2: [1002:4396] type 00 class 0x0c0320
 4:47:59 PM kernel: pci 0

[Bug 1857393] [NEW] Ubuntu Dock Visual Bug when Hide Dock option enabled

2019-12-23 Thread karah-IEEE
Public bug reported:

Hello Ubuntu team,

On Ubuntu 19.10 Eoan

What is expected to happen:

If my mouse is not near the dock and a window overlaps the desktop, the
dock disappears.

What happened instead:

If you have a application open such as Chrome (or anything really) and
you move the mouse over to the left to activate the dock, it works just
fine. However, move the mouse in to activate it, then move it as far to
the right as you can go before the dock fully closes then quickly move
the mouse back to activate it again and the dock starts to glitch by
opening half-way then closing then opening half way again over and over
until you move the mouse away.

Please see if you can reproduce. Thanks!

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

** Description changed:

  Hello Ubuntu team,
  
  On Ubuntu 19.10 Eoan
  
  What is expected to happen:
  
  If my mouse is not near the dock and a window overlaps the desktop, the
  dock disappears.
  
  What happened instead:
  
  If you have a application open such as Chrome (or anything really) and
  you move the mouse over to the left to activate the dock, it works just
- fine. However, move the mouse in to activate it, then move it out just
- enough to trigger it to deactivate then quickly move the mouse back to
- activate it again and the dock starts to glitch by opening half-way then
- closing then opening half way again over and over until you move the
- mouse away.
+ fine. However, move the mouse in to activate it, then move it as far to
+ the right as you can go before the dock fully closes then quickly move
+ the mouse back to activate it again and the dock starts to glitch by
+ opening half-way then closing then opening half way again over and over
+ until you move the mouse away.
  
  Please see if you can reproduce. Thanks!

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

Title:
  Ubuntu Dock Visual Bug when Hide Dock option enabled

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

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

[Bug 1625647] Re: Error message "PAM unable to dlopen(pam_gnome_keyring.so): /lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory" appears on journalctl

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

** Changed in: lxdm (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/1625647

Title:
  Error message "PAM unable to dlopen(pam_gnome_keyring.so):
  /lib/security/pam_gnome_keyring.so: cannot open shared object file: No
  such file or directory" appears on journalctl

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

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

[Bug 1838154] Re: Something hinders XFCE performance. >:]

2019-12-23 Thread lfytk14
*** This bug is a duplicate of bug 1839716 ***
https://bugs.launchpad.net/bugs/1839716

^

+ 25 snapping right
/\https://bugs.launchpad.net/bugs/1838154

Title:
  Something hinders XFCE performance.  >:]

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

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

[Bug 1838154] Re: Something hinders XFCE performance. >:]

2019-12-23 Thread lfytk14
*** This bug is a duplicate of bug 1839716 ***
https://bugs.launchpad.net/bugs/1839716

^

#29

This gives cooler temperatures, better loading, better text flow and
better scrolling.

>:]

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

Title:
  Something hinders XFCE performance.  >:]

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

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

ubuntu-bugs@lists.ubuntu.com

2019-12-23 Thread lfytk14
^

+ 25 snapping right
/\https://bugs.launchpad.net/bugs/1839716

Title:
  There is infinite loop in address bar /\&/

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

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

[Bug 1857392] [NEW] Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).

2019-12-23 Thread Clinton H
Public bug reported:

1) Ubuntu 19.10
2) Gnome 3.34.1
3) No error.
4) Error in Ubuntu Logs App.

Sender: gnome-shell
Message:
4:49:03 PM gnome-shell: GNOME Shell started at Mon Dec 23 2019 16:48:51 
GMT-0600 (CST)
4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding of 
keysym 37 with keysym 37 (keycode 10).
4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding of 
keysym 36 with keysym 36 (keycode f).
4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding of 
keysym 35 with keysym 35 (keycode e).
4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding of 
keysym 34 with keysym 34 (keycode d).
4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding of 
keysym 32 with keysym 32 (keycode b).
4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding of 
keysym 39 with keysym 39 (keycode 12).
4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding of 
keysym 33 with keysym 33 (keycode c).
4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding of 
keysym 38 with keysym 38 (keycode 11).
4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding of 
keysym 31 with keysym 31 (keycode a).
Audit Session: 2
Priority: 6

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

** Description changed:

  1) Ubuntu 19.10
  2) Gnome 3.34.1
  3) No error.
  4) Error in Ubuntu Logs App.
  
  Sender: gnome-shell
  Message:
  4:49:03 PM gnome-shell: GNOME Shell started at Mon Dec 23 2019 16:48:51 
GMT-0600 (CST)
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 37 with keysym 37 (keycode 10).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 36 with keysym 36 (keycode f).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 35 with keysym 35 (keycode e).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 34 with keysym 34 (keycode d).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 32 with keysym 32 (keycode b).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 39 with keysym 39 (keycode 12).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 33 with keysym 33 (keycode c).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 38 with keysym 38 (keycode 11).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 31 with keysym 31 (keycode a).
  Audit Session: 2
- Priority: 46
+ Priority: 5

** Description changed:

  1) Ubuntu 19.10
  2) Gnome 3.34.1
  3) No error.
  4) Error in Ubuntu Logs App.
  
  Sender: gnome-shell
  Message:
  4:49:03 PM gnome-shell: GNOME Shell started at Mon Dec 23 2019 16:48:51 
GMT-0600 (CST)
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 37 with keysym 37 (keycode 10).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 36 with keysym 36 (keycode f).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 35 with keysym 35 (keycode e).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 34 with keysym 34 (keycode d).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 32 with keysym 32 (keycode b).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 39 with keysym 39 (keycode 12).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 33 with keysym 33 (keycode c).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 38 with keysym 38 (keycode 11).
  4:49:02 PM gnome-shell: Window manager warning: Overwriting existing binding 
of keysym 31 with keysym 31 (keycode a).
  Audit Session: 2
- Priority: 5
+ Priority: 6

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

Title:
  Window manager warning: Overwriting existing binding of keysym 37 with
  keysym 37 (keycode 10).

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

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

[Bug 1850964] Re: Always explain why packages are held back in logs even without debugging enabled

2019-12-23 Thread Bug Watch Updater
** Changed in: unattended-upgrades (Debian)
   Status: Unknown => New

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

Title:
  Always explain why packages are held back in logs even without
  debugging enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1850964/+subscriptions

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

[Bug 1853804] Re: kubuntu-driver-manager never finishes collecting infomation

2019-12-23 Thread MikeMecanic
This bug is also present in Kubuntu 20.04 on Kernel 5.5-rc3. sudo
update-apt-xapian-index works, no need to restart, just close the app.
Your computer requires no proprietary drivers is displayed after a few
seconds. Ryzen 2700U, Raven Vega10.

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

Title:
  kubuntu-driver-manager never finishes collecting infomation

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

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

[Bug 1857385] Re: xHCI host controller not responding, assume dead via USB-C docking station

2019-12-23 Thread kraba
just for info : I tried also the kernel provided by
https://launchpad.net/~kaihengfeng on post 90 (
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1766076/comments/90)
but nothing changed

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

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1856745] Re: Amarok freezes while playing music

2019-12-23 Thread Fighter19
I tried the same version of amarok, without rebuilding, with the current master 
of gstreamer.
(gstreamer commit:8140da74ba474d2f218c0c85944c89d6be38e545)
(gst-plugin-bad commit:2a3205b294cb881bb1d60ad9bf7c9841031fb2f4)
(gst-plugins-base commit:940c9998e5cfffd90fade8a7f39f29a426e20460)

This version seems to work without causing any freezes.
It also allows to seek and rewind on said aiff files.

As a workaround I decided to remove the gstreamer phonon backend and
install the vlc one instead.

This problem will probably "solve itself", with the newer gstreamer
libraries in the next Ubuntu versions.

tl;dr:
This is most likely a gstreamer issue, that affects amarok, not an actual bug 
in amarok itself.

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

Title:
  Amarok freezes while playing music

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

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

[Bug 1585469] Re: Open externally menu item causes stacktrace

2019-12-23 Thread Paul White
Thanks for your reply.
Closing as bug report is no longer valid.

** Changed in: meld (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Open externally menu item causes stacktrace

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

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

[Bug 1857385] Status changed to Confirmed

2019-12-23 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

Re: [Bug 1585469] Re: Open externally menu item causes stacktrace

2019-12-23 Thread Andriy Tymchenko
I believe it is irrelevant in my context, as I have no more Ubuntu
14.10 installed across system, nor I have any Xubuntu desktop systems.
Feel free to close this as outdated - I have no means to reproduce it
and hardware had been recycled already.

On Sun, 22 Dec 2019 at 17:10, Paul White <1585...@bugs.launchpad.net> wrote:
>
> We are sorry that we do not always have the capacity to review all
> reported bugs in a timely manner.
>
> This release of Ubuntu is no longer receiving maintenance updates. If
> this is still an issue using a maintained version of Ubuntu then please
> let us know otherwise this report can be left to expire in approximately
> 60 days time.
>
> Paul White
> [Ubuntu Bug Squad]
>
> ** Changed in: meld (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1585469
>
> Title:
>   Open externally menu item causes stacktrace
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/meld/+bug/1585469/+subscriptions


-- 
My brief card is http://about.me/silpol

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

Title:
  Open externally menu item causes stacktrace

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

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

[Bug 1857385] Re: xHCI host controller not responding, assume dead via USB-C docking station

2019-12-23 Thread kraba
** Description changed:

  Hello,
  I'm using a Lenovo T495s with the Lenovo AJ40 - Ultra Docking Station USB-C 
(https://support.lenovo.com/us/en/solutions/pd500173O) and, when I undock the 
laptop from the docking station, the USB Hub disconnects all the local laptop 
USB ports and they are unusable.
  If I try to re-attach the laptop to the docking station nothing change, the 
ports (docking and laptop) are still disconnected, the hdmi/lan/power is 
working good. Sometimes it happens also when the laptop is docked and I'm 
working.
  
  The issue seems similar of the bug 1766076:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1766076
  
  but here no thunderbolt, it's a ryzen cpu.
  As written in the bug 1766076, the only way to have the USB in working 
condition is unbinding/binding the xhci or using the unit/systemd workaround 
described on post 83 
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1766076/comments/83) with 
some modification, sometimes is still not working at all.
  
  The issue is present on Ubuntu 19.10 (see below the logs), on Ubuntu
  18.04 (with kernel 4.x or 5.0 mainline by ubuntu, 5.2 and 5.4 debs
  installed from kernel.org) and on Fedora 31 too. In Windows everything
  is working fine.
  
- The bios and firmware of the docking station are updated at the last one
+ The bios and firmware of the docking station are updated to the last one
  (1 month ago).
  
  The dmesg when I undock the laptop:
  
  [  305.299725] usb 2-1: USB disconnect, device number 2
  [  305.310888] [drm] DM_MST: stopping TM on aconnector: 8e933bad [id: 
77]
  [  305.311186] [drm] DM_MST: Disabling connector: 0c5e8d66 [id: 81] 
[master: 8e933bad]
  [  305.311957] [drm] DM_MST: Disabling connector: b7fb3125 [id: 86] 
[master: 8e933bad]
  [  305.312136] [drm] DM_MST: Disabling connector: e642e447 [id: 91] 
[master: 8e933bad]
  [  305.362012] r8169 :03:00.0 enp3s0f0: Link is Down
  [  305.464627] usb 3-4: USB disconnect, device number 2
  [  305.464642] usb 3-4.2: USB disconnect, device number 3
  [  305.472691] usb 2-4: USB disconnect, device number 4
  [  305.472704] usb 2-4.2: USB disconnect, device number 5
  [  305.472712] usb 2-4.2.4: USB disconnect, device number 7
  [  306.725746] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
  [  306.725892] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
  ...hundreds of line - the same
  [  310.520323] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
  [  310.520504] xhci_hcd :05:00.3: xHCI host not responding to stop 
endpoint command.
  [  310.520622] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
  hundreds of line - the same
  [  310.529388] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
  [  310.529626] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
  [  310.530634] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
  [  310.530740] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
  [  310.530843] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
  [  310.531095] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
  [  310.531324] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
  [  310.532315] xhci_hcd :05:00.3: xHCI host controller not responding, 
assume dead
  [  310.532379] xhci_hcd :05:00.3: HC died; cleaning up
  [  310.532440] xhci_hcd :05:00.3: Timeout while waiting for configure 
endpoint command
  [  310.670248] usb 2-4.3: USB disconnect, device number 6
  [  310.834039] usb 2-4.5: USB disconnect, device number 8
  [  310.835017] usb 2-2: USB disconnect, device number 10
  
  When I re-attach the latop to the docking:
  
  [  343.111212] r8169 :03:00.0 enp3s0f0: Link is Up - 100Mbps/Full - flow 
control rx/tx
  [  344.272052] [drm] DM_MST: starting TM on aconnector: 8e933bad [id: 
77]
  [  344.365795] [drm] DM_MST: added connector: e2f1a7b4 [id: 100] 
[master: 8e933bad]
  [  344.365857] [drm] DM_MST: added connector: c263592d [id: 105] 
[master: 8e933bad]
  [  344.365899] [drm] DM_MST: added connector: 44df80f6 [id: 116] 
[master: 8e933bad]
  
- 
  Software:
  Ubuntu 19.10 - Ubuntu 5.3.0-24.26-generic 5.3.10
  Linux  5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 01:33:18 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux
  
  lspci: (laptop + docking)
  00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Root 
Complex
  00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 IOMMU
  00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 
00h-1fh) PCIe Dummy Host Bridge
  00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP 
Bridge [6:0]
  00:01.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP 
Bridge [6:0]
  00:01.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP 
Bridge [6:0]
  00:01.7 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP 
Bridge [6:0]
  00:08.0 Host bridge: Adv

[Bug 1857385] WifiSyslog.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1857385/+attachment/5314920/+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/1857385

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] ProcCpuinfo.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1857385/+attachment/5314914/+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/1857385

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] CurrentDmesg.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1857385/+attachment/5314910/+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/1857385

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] [NEW] xHCI host controller not responding, assume dead via USB-C docking station

2019-12-23 Thread kraba
Public bug reported:

Hello,
I'm using a Lenovo T495s with the Lenovo AJ40 - Ultra Docking Station USB-C 
(https://support.lenovo.com/us/en/solutions/pd500173O) and, when I undock the 
laptop from the docking station, the USB Hub disconnects all the local laptop 
USB ports and they are unusable.
If I try to re-attach the laptop to the docking station nothing change, the 
ports (docking and laptop) are still disconnected, the hdmi/lan/power is 
working good. Sometimes it happens also when the laptop is docked and I'm 
working.

The issue seems similar of the bug 1766076:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1766076

but here no thunderbolt, it's a ryzen cpu.
As written in the bug 1766076, the only way to have the USB in working 
condition is unbinding/binding the xhci or using the unit/systemd workaround 
described on post 83 
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1766076/comments/83) with 
some modification, sometimes is still not working at all.

The issue is present on Ubuntu 19.10 (see below the logs), on Ubuntu
18.04 (with kernel 4.x or 5.0 mainline by ubuntu, 5.2 and 5.4 debs
installed from kernel.org) and on Fedora 31 too. In Windows everything
is working fine.

The bios and firmware of the docking station are updated to the last one
(1 month ago).

The dmesg when I undock the laptop:

[  305.299725] usb 2-1: USB disconnect, device number 2
[  305.310888] [drm] DM_MST: stopping TM on aconnector: 8e933bad [id: 
77]
[  305.311186] [drm] DM_MST: Disabling connector: 0c5e8d66 [id: 81] 
[master: 8e933bad]
[  305.311957] [drm] DM_MST: Disabling connector: b7fb3125 [id: 86] 
[master: 8e933bad]
[  305.312136] [drm] DM_MST: Disabling connector: e642e447 [id: 91] 
[master: 8e933bad]
[  305.362012] r8169 :03:00.0 enp3s0f0: Link is Down
[  305.464627] usb 3-4: USB disconnect, device number 2
[  305.464642] usb 3-4.2: USB disconnect, device number 3
[  305.472691] usb 2-4: USB disconnect, device number 4
[  305.472704] usb 2-4.2: USB disconnect, device number 5
[  305.472712] usb 2-4.2.4: USB disconnect, device number 7
[  306.725746] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
[  306.725892] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
...hundreds of line - the same
[  310.520323] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
[  310.520504] xhci_hcd :05:00.3: xHCI host not responding to stop endpoint 
command.
[  310.520622] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
hundreds of line - the same
[  310.529388] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
[  310.529626] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
[  310.530634] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
[  310.530740] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
[  310.530843] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
[  310.531095] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
[  310.531324] usb 2-4.2.4: 2:1: usb_set_interface failed (-19)
[  310.532315] xhci_hcd :05:00.3: xHCI host controller not responding, 
assume dead
[  310.532379] xhci_hcd :05:00.3: HC died; cleaning up
[  310.532440] xhci_hcd :05:00.3: Timeout while waiting for configure 
endpoint command
[  310.670248] usb 2-4.3: USB disconnect, device number 6
[  310.834039] usb 2-4.5: USB disconnect, device number 8
[  310.835017] usb 2-2: USB disconnect, device number 10

When I re-attach the latop to the docking:

[  343.111212] r8169 :03:00.0 enp3s0f0: Link is Up - 100Mbps/Full - flow 
control rx/tx
[  344.272052] [drm] DM_MST: starting TM on aconnector: 8e933bad [id: 
77]
[  344.365795] [drm] DM_MST: added connector: e2f1a7b4 [id: 100] 
[master: 8e933bad]
[  344.365857] [drm] DM_MST: added connector: c263592d [id: 105] 
[master: 8e933bad]
[  344.365899] [drm] DM_MST: added connector: 44df80f6 [id: 116] 
[master: 8e933bad]

Software:
Ubuntu 19.10 - Ubuntu 5.3.0-24.26-generic 5.3.10
Linux  5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 01:33:18 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux

lspci: (laptop + docking)
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Root 
Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 IOMMU
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 
00h-1fh) PCIe Dummy Host Bridge
00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP 
Bridge [6:0]
00:01.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP 
Bridge [6:0]
00:01.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP 
Bridge [6:0]
00:01.7 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP 
Bridge [6:0]
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 
00h-1fh) PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Internal 
PCIe GPP Bridge 0 to Bus A
00:14.0 SMBus: Advanced Micro Devices,

[Bug 1857385] ProcInterrupts.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1857385/+attachment/5314916/+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/1857385

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] RfKill.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1857385/+attachment/5314918/+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/1857385

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] CRDA.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1857385/+attachment/5314909/+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/1857385

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] AlsaInfo.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1857385/+attachment/5314907/+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/1857385

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] AudioDevicesInUse.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "AudioDevicesInUse.txt"
   
https://bugs.launchpad.net/bugs/1857385/+attachment/5314908/+files/AudioDevicesInUse.txt

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

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] UdevDb.txt

2019-12-23 Thread kraba
apport information

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

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

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] ProcModules.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1857385/+attachment/5314917/+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/1857385

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] Lspci.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1857385/+attachment/5314912/+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/1857385

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] IwConfig.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1857385/+attachment/5314911/+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/1857385

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] ProcCpuinfoMinimal.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1857385/+attachment/5314915/+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/1857385

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1857385] Lsusb.txt

2019-12-23 Thread kraba
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1857385/+attachment/5314913/+files/Lsusb.txt

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

Title:
  xHCI host controller not responding, assume dead via USB-C docking
  station

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

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

[Bug 1319554]

2019-12-23 Thread Jarno Suni
There is a workaround https://askubuntu.com/a/266060/21005 that prevents 
tumblerd from creating thumbnails of video files. This could be set default to 
not prevent unmounts.
Also bug report for Ubuntu: 
https://bugs.launchpad.net/ubuntu/+source/tumbler/+bug/1319554

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

Title:
  tumblerd prevents removable media from being unmounted

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

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

[Bug 1641290] Re: [04f3:0903] Elan Microelectronics Corp fingerprint reader not recognised

2019-12-23 Thread Coder Dmitry
I'm having the same issue on an Asus Zenbook UX391U
Linux mint 19.3
kernel version 5.3.0-24


lsusb

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 27c6:5201  
Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
Bus 001 Device 002: ID 13d3:56b9 IMC Networks 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

lspci

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor 
Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 
v5/6th Gen Core Processor Thermal Subsystem (rev 08)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI 
Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP 
Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial 
IO I2C Controller #0 (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial 
IO I2C Controller #1 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI 
#1 (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d13 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 
(rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 
(rev f1)
00:1f.0 ISA bridge: Intel Corporation Intel(R) 100 Series Chipset Family LPC 
Controller/eSPI Controller - 9D4E (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
6d:00.0 Non-Volatile memory controller: Toshiba America Info Systems NVMe 
Controller (rev 01)

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

Title:
  [04f3:0903] Elan Microelectronics Corp fingerprint reader not
  recognised

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

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

[Bug 1575071] Status changed to Confirmed

2019-12-23 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  Graphics corruption (framebuffer offset) in i915 on 4.4.0

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

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

[Bug 1575071] Re: Graphics corruption (framebuffer offset) in i915 on 4.4.0

2019-12-23 Thread DooMMasteR
Hmm this issue still exists on Ubuntu 19.10 for me :-(

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

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

Title:
  Graphics corruption (framebuffer offset) in i915 on 4.4.0

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

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

[Bug 1857378] [NEW] Please drop i386 dkms package, as there are no i386 kernel

2019-12-23 Thread Dimitri John Ledkov
Public bug reported:

Please drop i386 dkms package, as there are no i386 kernel

Systems should enable amd64 archive and install amd64 kernel & the amd64
dkms package.

** Affects: nvidia-graphics-drivers-390 (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/1857378

Title:
  Please drop i386 dkms package, as there are no i386 kernel

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

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

[Bug 1852183] Re: [X11] copy/paste (clipboard) is broken in Ubuntu 19.10

2019-12-23 Thread Don Pierson
To add to my earlier comment, it also happens when copying between
Ubuntu applications. In this case, a rather poor workaround is to copy
twice or even three times which usually will eventually grab the text
being copied.

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

Title:
  [X11] copy/paste (clipboard) is broken in Ubuntu 19.10

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

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

[Bug 1857375] [NEW] Regression 19.10 Less Responsiveness

2019-12-23 Thread .
Public bug reported:

Latest version with all updates of 19.10 is considerably slower than
19.04.  Gnome shell especially feels more buggier in different
applications I use.  The behavior of the dock is not consistent with how
it displays full screen applications as well.  One application has the
dock not instantaneously disappear from visibility but sticks to the
full-screen for 2 seconds before fading (it doesn't feel like actual
fullscreen).  Inputs are laggier on the video that is rendered.  Overall
I feel like something was modified significantly on Mutter or Gnome
shell or the visual output that I can't describe or pinpoint.  I've
reinstalled 19.04 for increased responsiveness.  I will note that 20.04
development edition felt snappier and faster than 19.10 but it was still
not as fast as 19.04.

It's been frustrating because 19.04 was significantly faster than 18.10
and noticeably so.  Please tell me what additional information is
needed.

19.10 feels horrible to me and like a step backwards and I've tried to
tolerate it.  Please help.

Thank you.

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


** Tags: 19.10 eoan laggy regression slow

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

Title:
  Regression 19.10 Less Responsiveness

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

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

[Bug 1857367] Re: hello, today i installed new ubuntu 16.04 in my HP elitebook 840 G3 model but after installed i use the essential ubuntu command for make the ubuntu updater but after that i face a s

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

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

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

** Tags added: bot-comment

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

Title:
  hello, today i installed new ubuntu 16.04 in my HP elitebook 840 G3
  model but after installed i use the essential ubuntu command for make
  the ubuntu updater but after that i face a serious problem that this
  in http://prnt.sc/qeua1a, need solution .

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

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

  1   2   3   >