[Bug 1845801] Re: [nvidia] Automatic login fails and then all subsequent logins fail. Killing gnome-session-binary fixes it, or just not using automatic login.

2020-03-31 Thread Peter Müller
Same issue here (NVIDIA GTX1060) and related bug 1869565; solved by
20.04 daily w/o propriety driver during install for now.

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

Title:
  [nvidia] Automatic login fails and then all subsequent logins fail.
  Killing gnome-session-binary fixes it, or just not using automatic
  login.

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

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

[Bug 1870018] Re: No option shown to disable ISO verification S key not working

2020-03-31 Thread Leó Kolbeinsson
I also noticed this today testing Lubuntu 20.04 daily but assumed it was
by design and not a bug.(as the S skip option was not displayed)

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

Title:
  No option shown to disable ISO verification S key not working

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

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

[Bug 1867036] Re: Focal Fossa : chronyd unable to sync system clock

2020-03-31 Thread Christian Ehrhardt 
Ok, the following confirms what I have assumed about glibc.
The reset let glibc pass but now we are just as broken. I remember having a 
discussion about that before, maybe now all changes are ready to be added.


revno: 4655
committer: Steve Langasek 
branch nick: hints-ubuntu
timestamp: Mon 2020-03-09 20:48:22 -0700
message:
  badtest chrony
diff:
+## external testsuite downloaded at test time is incompatible with glibc 2.31
+force-reset-test chrony/3.5-5ubuntu1
+##

But that particular failure was in the sub-test "upstream-simulation-testsuite" 
and fixed in:
chrony/3.5-6ubuntu1 via 
  * debian/tests/upstream-simulation-test-suite:
- Update clknetsim version. This new version supports glibc >= 2.31 
headers.
(LP: #1866753

So this is some new issue and I'll need to find what it is now.
Furthermore the PPC64 test issue seems to be a different one, that needs an 
extra check.

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

Title:
  Focal Fossa : chronyd unable to sync system clock

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

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

[Bug 1869992] Re: Ubiquity crashes during Kubuntu install on WIFI menu

2020-03-31 Thread Jean-Baptiste Lallement
I think it's a due to this commit

commit 656fd91bc7f785982fed89ab70e1d1a686f5e8d4
Author: Iain Lane 
Date:   Fri Feb 14 12:24:19 2020 +

prepare: Detect whether there are OEM enablement package for the system

Record this so that it can be used later on when actually installing.

Installation can be disabled by preseeding ubiquity/install_oem.


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

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

** Changed in: ubiquity (Ubuntu)
Milestone: None => ubuntu-20.04-beta

** Changed in: ubiquity (Ubuntu)
 Assignee: (unassigned) => Iain Lane (laney)

** Changed in: ubiquity (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  Ubiquity crashes during Kubuntu install on WIFI menu

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

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

[Bug 1870018] Re: No option shown to disable ISO verification S key not working

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

** Changed in: casper (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/1870018

Title:
  No option shown to disable ISO verification S key not working

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

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

[Bug 1870019] Re: HPLIP: SyntaxWarning, did you mean == or != ?

2020-03-31 Thread Frans van Berckel
** Description changed:

- While running python rtupdate hooks for python3.8 ...
+ While running python rtupdate hooks for python3.8, got these warnings
+ from hplip-data ...
  
  /usr/share/hplip/base/utils.py:2060: SyntaxWarning: "is" with a literal. Did 
you mean "=="?
    if weburl is "" or weburl is None:
  /usr/share/hplip/check-plugin.py:116: SyntaxWarning: "is" with a literal. Did 
you mean "=="?
    if log_level is 'debug':
  /usr/share/hplip/check.py:685: SyntaxWarning: "is not" with a literal. Did 
you mean "!="?
    if 'getfacl' not in g and '' is not g and 'file' not in g:
  /usr/share/hplip/installer/core_install.py:2037: SyntaxWarning: "is" with a 
literal. Did you mean "=="?
    if home_dir is "":
  /usr/share/hplip/ui5/devmgr_ext.py:15: SyntaxWarning: "is not" with a 
literal. Did you mean "!="?
    if self.latest_available_version is not "":
  /usr/share/hplip/ui5/devmgr_ext.py:37: SyntaxWarning: "is not" with a 
literal. Did you mean "!="?
    if self.latest_available_version is not "":

** Description changed:

  While running python rtupdate hooks for python3.8, got these warnings
- from hplip-data ...
+ from hplip-data package ...
  
  /usr/share/hplip/base/utils.py:2060: SyntaxWarning: "is" with a literal. Did 
you mean "=="?
    if weburl is "" or weburl is None:
  /usr/share/hplip/check-plugin.py:116: SyntaxWarning: "is" with a literal. Did 
you mean "=="?
    if log_level is 'debug':
  /usr/share/hplip/check.py:685: SyntaxWarning: "is not" with a literal. Did 
you mean "!="?
    if 'getfacl' not in g and '' is not g and 'file' not in g:
  /usr/share/hplip/installer/core_install.py:2037: SyntaxWarning: "is" with a 
literal. Did you mean "=="?
    if home_dir is "":
  /usr/share/hplip/ui5/devmgr_ext.py:15: SyntaxWarning: "is not" with a 
literal. Did you mean "!="?
    if self.latest_available_version is not "":
  /usr/share/hplip/ui5/devmgr_ext.py:37: SyntaxWarning: "is not" with a 
literal. Did you mean "!="?
    if self.latest_available_version is not "":

** Description changed:

  While running python rtupdate hooks for python3.8, got these warnings
- from hplip-data package ...
+ from the hplip-data package ...
  
  /usr/share/hplip/base/utils.py:2060: SyntaxWarning: "is" with a literal. Did 
you mean "=="?
    if weburl is "" or weburl is None:
  /usr/share/hplip/check-plugin.py:116: SyntaxWarning: "is" with a literal. Did 
you mean "=="?
    if log_level is 'debug':
  /usr/share/hplip/check.py:685: SyntaxWarning: "is not" with a literal. Did 
you mean "!="?
    if 'getfacl' not in g and '' is not g and 'file' not in g:
  /usr/share/hplip/installer/core_install.py:2037: SyntaxWarning: "is" with a 
literal. Did you mean "=="?
    if home_dir is "":
  /usr/share/hplip/ui5/devmgr_ext.py:15: SyntaxWarning: "is not" with a 
literal. Did you mean "!="?
    if self.latest_available_version is not "":
  /usr/share/hplip/ui5/devmgr_ext.py:37: SyntaxWarning: "is not" with a 
literal. Did you mean "!="?
    if self.latest_available_version is not "":

** Summary changed:

- HPLIP: SyntaxWarning, did you mean == or != ?
+ HPLIP: SyntaxWarning, using is, is not, did you mean == or != ?

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

Title:
  HPLIP: SyntaxWarning, using is, is not, did you mean == or != ?

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

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

[Bug 1860957] Re: ZFS installation crash when ESP already exists

2020-03-31 Thread Jean-Baptiste Lallement
It won't be fixed for Beta. I don't have a reproducible case yet.

** Changed in: ubiquity (Ubuntu Focal)
Milestone: ubuntu-20.04-beta => ubuntu-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/1860957

Title:
  ZFS installation crash when ESP already exists

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

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

[Bug 1870018] Re: No option shown to disable ISO verification S key not working

2020-03-31 Thread Chris Guiver
I've noted the same using today's Lubuntu 20.04 daily.
There was no message to skip was the big 'new' difference I saw.

I have only achieved the 'skip' once using Lubuntu's daily since it was
introduced, but I've tried multiple times with today's daily and I
'waited' for it at least 3 times today.

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

Title:
  No option shown to disable ISO verification S key not working

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

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

[Bug 1835660] Re: initramfs unpacking failed

2020-03-31 Thread corrado venturini
Also on Focal:
corrado@corrado-x5-ff-0329:~$ dmesg | grep fail
[0.288574] Initramfs unpacking failed: Decoding failed
corrado@corrado-x5-ff-0329:~$ uname -a
Linux corrado-x5-ff-0329 5.4.0-21-generic #25-Ubuntu SMP Sat Mar 28 13:10:28 
UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
corrado@corrado-x5-ff-0329:~$

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

Title:
  initramfs unpacking failed

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

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

[Bug 1870019] [NEW] HPLIP: SyntaxWarning, did you mean == or != ?

2020-03-31 Thread Frans van Berckel
Public bug reported:

While running python rtupdate hooks for python3.8, got these warnings
from the hplip-data package ...

/usr/share/hplip/base/utils.py:2060: SyntaxWarning: "is" with a literal. Did 
you mean "=="?
  if weburl is "" or weburl is None:
/usr/share/hplip/check-plugin.py:116: SyntaxWarning: "is" with a literal. Did 
you mean "=="?
  if log_level is 'debug':
/usr/share/hplip/check.py:685: SyntaxWarning: "is not" with a literal. Did you 
mean "!="?
  if 'getfacl' not in g and '' is not g and 'file' not in g:
/usr/share/hplip/installer/core_install.py:2037: SyntaxWarning: "is" with a 
literal. Did you mean "=="?
  if home_dir is "":
/usr/share/hplip/ui5/devmgr_ext.py:15: SyntaxWarning: "is not" with a literal. 
Did you mean "!="?
  if self.latest_available_version is not "":
/usr/share/hplip/ui5/devmgr_ext.py:37: SyntaxWarning: "is not" with a literal. 
Did you mean "!="?
  if self.latest_available_version is not "":

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


** Tags: focal

** Tags added: focal

** Description changed:

+ While running python rtupdate hooks for python3.8 ...
+ 
  /usr/share/hplip/base/utils.py:2060: SyntaxWarning: "is" with a literal. Did 
you mean "=="?
-   if weburl is "" or weburl is None:
+   if weburl is "" or weburl is None:
  /usr/share/hplip/check-plugin.py:116: SyntaxWarning: "is" with a literal. Did 
you mean "=="?
-   if log_level is 'debug':
+   if log_level is 'debug':
  /usr/share/hplip/check.py:685: SyntaxWarning: "is not" with a literal. Did 
you mean "!="?
-   if 'getfacl' not in g and '' is not g and 'file' not in g:
+   if 'getfacl' not in g and '' is not g and 'file' not in g:
  /usr/share/hplip/installer/core_install.py:2037: SyntaxWarning: "is" with a 
literal. Did you mean "=="?
-   if home_dir is "":
+   if home_dir is "":
  /usr/share/hplip/ui5/devmgr_ext.py:15: SyntaxWarning: "is not" with a 
literal. Did you mean "!="?
-   if self.latest_available_version is not "":
+   if self.latest_available_version is not "":
  /usr/share/hplip/ui5/devmgr_ext.py:37: SyntaxWarning: "is not" with a 
literal. Did you mean "!="?
-   if self.latest_available_version is not "":
+   if self.latest_available_version is not "":

** Summary changed:

- SyntaxWarning
+ hplib: SyntaxWarning, did you mean "=="? or "!="?

** Summary changed:

- hplib: SyntaxWarning, did you mean "=="? or "!="?
+ HPLIP: SyntaxWarning, did you mean "=="? or "!="?

** Summary changed:

- HPLIP: SyntaxWarning, did you mean "=="? or "!="?
+ HPLIP: SyntaxWarning, did you mean ==? or !=?

** Summary changed:

- HPLIP: SyntaxWarning, did you mean ==? or !=?
+ HPLIP: SyntaxWarning, did you mean == or != ?

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

Title:
  HPLIP: SyntaxWarning, did you mean == or != ?

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

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

[Bug 1867036] Re: Focal Fossa : chronyd unable to sync system clock

2020-03-31 Thread Christian Ehrhardt 
Of course when things should be fast they are accompanied by a bunch of
test errors.

I'm seeing these two:

amd64 & s390x
autopkgtest [14:27:33]: test run_destructive_system_tests: 
[---
100-clockupdate   Testing update of system clock:
...
  checking system clock BAD

ppc64:
007-cmdmon   Testing chronyc commands:
...
  running chronyc shutdown  OK
  stopping chronyd  ERROR

There were issues with HW specific clocks e.g. in VMs before - I'll have to 
revisit.
But the chrony upload didn't really change anything so it must be other 
components that trigger this now.

Liiking for other packages if any then IMHO it might be due to the new
glibc, but I'll need to run some tests to prove that. That at least
caused such issues in the past and would have been bumped at the right
time.

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

Title:
  Focal Fossa : chronyd unable to sync system clock

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

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

[Bug 1867036] Re: Focal Fossa : chronyd unable to sync system clock

2020-03-31 Thread Christian Ehrhardt 
Liiking should have been Looking :-)

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

Title:
  Focal Fossa : chronyd unable to sync system clock

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

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

[Bug 1865266] Re: Gwenview installl plugins doesnt work

2020-03-31 Thread Steve Langasek
my understanding is that there is no action for the archive admins to
take on this bug, and the kipi-plugins bug is resolved by the fact that
kipi-plugins is now back in the archive.  Marking as resolved.

** Changed in: kipi-plugins (Ubuntu)
   Status: New => Fix Released

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

Title:
  Gwenview installl plugins doesnt work

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

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

[Bug 1868210] Autopkgtest regression report (alsa-lib/1.1.3-5ubuntu0.5)

2020-03-31 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted alsa-lib (1.1.3-5ubuntu0.5) for bionic 
have finished running.
The following regressions have been reported in tests triggered by the package:

chromium-browser/80.0.3987.149-0ubuntu0.18.04.1 (i386, amd64, armhf, arm64)
fluidsynth/unknown (armhf)


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

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#alsa-lib

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

Thank you!

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

Title:
  [SRU] Load ucm on Lenovo notebooks based on bios version

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

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

[Bug 1869605] Re: Please remove mozjs60; superseded by mozjs68

2020-03-31 Thread Steve Langasek
Removing packages from focal:
mozjs60 60.8.0-2ubuntu5 in focal
libmozjs-60-0 60.8.0-2ubuntu5 in focal amd64
libmozjs-60-0 60.8.0-2ubuntu5 in focal arm64
libmozjs-60-0 60.8.0-2ubuntu5 in focal armhf
libmozjs-60-0 60.8.0-2ubuntu5 in focal ppc64el
libmozjs-60-0 60.8.0-2ubuntu5 in focal s390x
libmozjs-60-dev 60.8.0-2ubuntu5 in focal amd64
libmozjs-60-dev 60.8.0-2ubuntu5 in focal arm64
libmozjs-60-dev 60.8.0-2ubuntu5 in focal armhf
libmozjs-60-dev 60.8.0-2ubuntu5 in focal ppc64el
libmozjs-60-dev 60.8.0-2ubuntu5 in focal s390x
Comment: deprecated in favor of mozjs68; library with no reverse-dependencies; 
build-depends on python2.  Debian bug #937087, LP: #1869605.
1 package successfully removed.


** Changed in: mozjs60 (Ubuntu)
   Status: New => Fix Released

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

Title:
  Please remove mozjs60; superseded by mozjs68

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

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

[Bug 1869992] Re: Ubiquity crashes during Kubuntu install on WIFI menu

2020-03-31 Thread Yousuf 'Jay' Philips
Troy on the telegram channel as confirmed this as well.

https://t.me/UbuntuTesters/1352

https://cdn1.telesco.pe/file/e9BERBWgqsjdMs85qU2yiGz5L01gqB29K0gJZTUlKrjljuSyrkkRV4-grd4BdObKLr8DtxFu7uGBB6fjPHs_AwD7NIlP0aKATbzm2HkTygWUKCaSHd_C4yYijS9
-8ibDZxKYEaFNInw6RK05BPUcMi9tXoegXb5Y4VKfs8VHrhA2N7TDVHx69E3XIruALJ6og8bSlA_ons1CUL1Id1sD5b-
hMf-Rno_vu5USfP1GZi_5KrA9Ne3YF0aRehiyGc-
9ygoLCApvP9u5jkxrOYuFJ77wDwiNi0IhmHiwbBzDKTz2bzmC77PpFUbGn73FGw2UBhuDgo8I6gh2ZeIDOb7WDg.jpg

** Summary changed:

- Ubiquity crashes during Kubuntu OEM install on WIFI menu
+ Ubiquity crashes during Kubuntu install on WIFI menu

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

Title:
  Ubiquity crashes during Kubuntu install on WIFI menu

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

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

[Bug 1869200] Re: RM: community-themes, unmaintained

2020-03-31 Thread Steve Langasek
Removing packages from focal:
community-themes 0.23.3 in focal
community-themes 0.23.3 in focal amd64
community-themes 0.23.3 in focal arm64
community-themes 0.23.3 in focal armhf
community-themes 0.23.3 in focal i386
community-themes 0.23.3 in focal ppc64el
community-themes 0.23.3 in focal s390x
Comment: Ubuntu-specific, depends on python2, no upload since 2011 and no 
reverse-dependencies; LP: #1869200
1 package successfully removed.


** Changed in: community-themes (Ubuntu)
   Status: New => Fix Released

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

Title:
  RM: community-themes, unmaintained

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/community-themes/+bug/1869200/+subscriptions

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

[Bug 1868210] Autopkgtest regression report (alsa-lib/1.1.9-0ubuntu1.3)

2020-03-31 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted alsa-lib (1.1.9-0ubuntu1.3) for eoan 
have finished running.
The following regressions have been reported in tests triggered by the package:

fluidsynth/unknown (armhf)


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

https://people.canonical.com/~ubuntu-archive/proposed-
migration/eoan/update_excuses.html#alsa-lib

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

Thank you!

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

Title:
  [SRU] Load ucm on Lenovo notebooks based on bios version

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

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

[Bug 1869434] Re: [RM] Removal request of ruby-em-hiredis/0.3.1-1ubuntu1 from Focal

2020-03-31 Thread Steve Langasek
Removing packages from focal:
ruby-em-hiredis 0.3.1-1ubuntu1 in focal
ruby-em-hiredis 0.3.1-1ubuntu1 in focal amd64
ruby-em-hiredis 0.3.1-1ubuntu1 in focal arm64
ruby-em-hiredis 0.3.1-1ubuntu1 in focal armhf
ruby-em-hiredis 0.3.1-1ubuntu1 in focal i386
ruby-em-hiredis 0.3.1-1ubuntu1 in focal ppc64el
ruby-em-hiredis 0.3.1-1ubuntu1 in focal s390x
ruby-em-hiredis-doc 0.3.1-1ubuntu1 in focal amd64
ruby-em-hiredis-doc 0.3.1-1ubuntu1 in focal arm64
ruby-em-hiredis-doc 0.3.1-1ubuntu1 in focal armhf
ruby-em-hiredis-doc 0.3.1-1ubuntu1 in focal i386
ruby-em-hiredis-doc 0.3.1-1ubuntu1 in focal ppc64el
ruby-em-hiredis-doc 0.3.1-1ubuntu1 in focal s390x
Comment: Broken with ruby2.7; Debian bug #954564, LP: #1869434
1 package successfully removed.


** Changed in: ruby-em-hiredis (Ubuntu)
   Status: New => Fix Released

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

Title:
  [RM] Removal request of ruby-em-hiredis/0.3.1-1ubuntu1 from Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-em-hiredis/+bug/1869434/+subscriptions

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

[Bug 1869434] Re: [RM] Removal request of ruby-em-hiredis/0.3.1-1ubuntu1 from Focal

2020-03-31 Thread Steve Langasek
please note, package removals are handled by ubuntu-archive, not ubuntu-
release.

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

Title:
  [RM] Removal request of ruby-em-hiredis/0.3.1-1ubuntu1 from Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-em-hiredis/+bug/1869434/+subscriptions

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

[Bug 1870003] Lspci.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] ProcEnviron.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1870003/+attachment/5344112/+files/ProcEnviron.txt

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] CurrentDmesg.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] WifiSyslog.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] ProcModules.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] Lsusb.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1870003/+attachment/5344109/+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/1870003

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] ProcCpuinfoMinimal.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] UdevDb.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1870003/+attachment/5344116/+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/1870003

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] CRDA.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] ProcInterrupts.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870018] Re: No option shown to disable ISO verification S key not working

2020-03-31 Thread Bill (franksmcb)
** Summary changed:

- Not option shown to disable ISO verification S key not working
+ No option shown to disable ISO verification S key not working

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

Title:
  No option shown to disable ISO verification S key not working

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

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

[Bug 1870003] RfKill.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1866220] Re: pip crashes in latest focal beta

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

** Changed in: python-pip (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/1866220

Title:
  pip crashes in latest focal beta

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

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

[Bug 1870003] ProcCpuinfo.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] Re: A Machine with Intel GPU and a plugged AMD card will hang as read certain codec as HDMI/DP monitor without audio output is plugged in intel gpu.

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1870003/+attachment/5344049/+files/Dependencies.txt

** Attachment removed: "ProcEnviron.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1870003/+attachment/5344051/+files/ProcEnviron.txt

** Attachment removed: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1870003/+attachment/5344050/+files/ProcCpuinfoMinimal.txt

** Description changed:

  Note: in bionic, it will cause login from graphic console to hang for a
  quite long time, most likely will failed in the end.
  
  To reproduce:
  
  HW: a machine with intel GPU and plugged AMD card.
  A HDMI/DP monitor without audio output plugged into intel GPU.
  TLP is installed with certain aggressive config.
  Please refer to the tlp config is: LP: #186
  
  try to "cat /proc/asound/card0/codec#2"
  
  it will hang for long time (like 30 seconds) and kernel will output lots
  of log like:
  
  [ 30.476204] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to polling mode: last cmd=0x20bf8100
  [ 31.488128] snd_hda_intel :00:0e.0: No response from codec, disabling 
MSI: last cmd=0x20bf8100
  [ 169.630066] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -11
  [ 420.027224] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -11
  [ 422.051178] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to single_cmd mode: last cmd=0x20170503
  [ 422.051383] azx_single_wait_for_response: 3 callbacks suppressed
  [ 422.084088] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -5
  ...
- ---
- ProblemType: Bug
- ApportVersion: 2.20.9-0ubuntu7.2
- Architecture: amd64
- DistributionChannelDescriptor:
-  # This is the distribution channel descriptor for the OEM CDs
-  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
-  
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-osp1-sanbernardino+X106
- DistroRelease: Ubuntu 18.04
- InstallationDate: Installed on 2020-03-31 (1 days ago)
- InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
- Package: linux-oem 4.15.0.1059.63
- PackageArchitecture: amd64
- ProcVersionSignature: Ubuntu 5.0.0-1040.45-oem-osp1 5.0.21
- Tags:  bionic
- Uname: Linux 5.0.0-1040-oem-osp1 x86_64
- UpgradeStatus: No upgrade log present (probably fresh install)
- UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
- _MarkForUpload: True
- --- 
- ProblemType: Bug
- ApportVersion: 2.20.9-0ubuntu7.2
- Architecture: amd64
- CurrentDesktop: ubuntu:GNOME
- DistributionChannelDescriptor:
-  # This is the distribution channel descriptor for the OEM CDs
-  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
-  
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-osp1-sanbernardino+X106
- DistroRelease: Ubuntu 18.04
- InstallationDate: Installed on 2020-03-31 (1 days ago)
- InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
- Package: linux-oem-osp1 5.0.0.1040.45
- PackageArchitecture: amd64
- ProcVersionSignature: Ubuntu 5.0.0-1040.45-oem-osp1 5.0.21
- Tags:  bionic
- Uname: Linux 5.0.0-1040-oem-osp1 x86_64
- UpgradeStatus: No upgrade log present (probably fresh install)
- UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
- _MarkForUpload: True

** Description changed:

  Note: in bionic, it will cause login from graphic console to hang for a
  quite long time, most likely will failed in the end.
  
  To reproduce:
  
  HW: a machine with intel GPU and plugged AMD card.
  A HDMI/DP monitor without audio output plugged into intel GPU.
  TLP is installed with certain aggressive config.
  Please refer to the tlp config is: LP: #186
  
  try to "cat /proc/asound/card0/codec#2"
  
  it will hang for long time (like 30 seconds) and kernel will output lots
  of log like:
  
  [ 30.476204] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to polling mode: last cmd=0x20bf8100
  [ 31.488128] snd_hda_intel :00:0e.0: No response from codec, disabling 
MSI: last cmd=0x20bf8100
  [ 169.630066] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -11
  [ 420.027224] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -11
  [ 422.051178] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to single_cmd mode: last cmd=0x20170503
  [ 422.051383] azx_single_wait_for_response: 3 callbacks suppressed
  [ 422.084088] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -5
  ...
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.13
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  gdm1387 F pulseaudio
+  /dev/snd/controlC1:  gdm1387 F pulseaudio
+ DistributionChannelDescriptor:
+  # This is the distribution channel descriptor for the OEM

[Bug 1870003] Dependencies.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1870003/+attachment/5344107/+files/Dependencies.txt

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1869999] RfKill.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1869999] UdevDb.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/186/+attachment/5344102/+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/186

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1869999] WifiSyslog.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1869999] Re: r8169 link up takes longer in a certain tlp config [10ec:8168]

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Description changed:

  As there are certain aggresive tlp config, the r8169 driver will
  
  1. have more than 1 "Link is Down" in dmesg.
  2. take much long to "Link is Up" after cable plugged.
- --- 
- ProblemType: Bug
- ApportVersion: 2.20.9-0ubuntu7.2
- Architecture: amd64
- CurrentDesktop: ubuntu:GNOME
- DistributionChannelDescriptor:
-  # This is the distribution channel descriptor for the OEM CDs
-  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
-  
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-osp1-sanbernardino+X106
- DistroRelease: Ubuntu 18.04
- InstallationDate: Installed on 2020-03-31 (1 days ago)
- InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
- Package: linux-image-5.0.0-1040-oem-osp1 5.0.0-1040.45
- PackageArchitecture: amd64
- ProcVersionSignature: Ubuntu 5.0.0-1040.45-oem-osp1 5.0.21
- Tags:  bionic
- Uname: Linux 5.0.0-1040-oem-osp1 x86_64
- UpgradeStatus: No upgrade log present (probably fresh install)
- UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
- _MarkForUpload: True

** Description changed:

  As there are certain aggresive tlp config, the r8169 driver will
  
  1. have more than 1 "Link is Down" in dmesg.
  2. take much long to "Link is Up" after cable plugged.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.13
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  gdm1374 F pulseaudio
+   u  2053 F pulseaudio
+  /dev/snd/controlC1:  gdm1374 F pulseaudio
+   u  2053 F pulseaudio
+ DistributionChannelDescriptor:
+  # This is the distribution channel descriptor for the OEM CDs
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-osp1-sanbernardino+X106
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2020-04-01 (0 days ago)
+ InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
+ IwConfig:
+  wlp0s12f0  no wireless extensions.
+  
+  lono wireless extensions.
+  
+  enp2s0no wireless extensions.
+ MachineType: Dell Inc. Wyse 5070 Extended Thin Client
+ Package: linux-image-oem-osp1 5.0.0.1046.49
+ PackageArchitecture: amd64
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-1040-oem-osp1 
root=UUID=92c21a5d-dea7-4377-b26e-c7c0edccc25b ro mem_sleep_default=deep quiet 
splash vt.handoff=1
+ ProcVersionSignature: Ubuntu 5.0.0-1040.45-oem-osp1 5.0.21
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-5.0.0-1040-oem-osp1 N/A
+  linux-backports-modules-5.0.0-1040-oem-osp1  N/A
+  linux-firmware   1.173.9
+ Tags:  bionic
+ Uname: Linux 5.0.0-1040-oem-osp1 x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 01/08/2020
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 1.5.0
+ dmi.board.vendor: Dell Inc.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.0:bd01/08/2020:svnDellInc.:pnWyse5070ExtendedThinClient:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct3:cvr:
+ dmi.product.family: Wyse Thin Client 5000 Series
+ dmi.product.name: Wyse 5070 Extended Thin Client
+ dmi.product.sku: 080C
+ dmi.sys.vendor: Dell Inc.

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1869999] Dependencies.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/186/+attachment/5344093/+files/Dependencies.txt

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1868106] Re: RM: coq [armhf s390x] -- ROM; FTBFS (mostly on 32bit archs, or where ocaml has only a bytecode compiler)

2020-03-31 Thread Steve Langasek
Removing packages from focal:
libaac-tactics-ocaml 8.9.0-1 in focal armhf
libaac-tactics-ocaml 8.9.0-1 in focal s390x
libaac-tactics-ocaml-dev 8.9.0-1 in focal armhf
libaac-tactics-ocaml-dev 8.9.0-1 in focal s390x
Comment: ANAIS
4 packages successfully removed.
Removing packages from focal-proposed:
libaac-tactics-ocaml 8.9.0-1build1 in focal armhf
libaac-tactics-ocaml 8.9.0-1build1 in focal s390x
libaac-tactics-ocaml-dev 8.9.0-1build1 in focal armhf
libaac-tactics-ocaml-dev 8.9.0-1build1 in focal s390x
Comment: ANAIS
4 packages successfully removed.


** Changed in: aac-tactics (Ubuntu)
   Status: New => Fix Released

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

Title:
  RM: coq [armhf s390x] -- ROM; FTBFS (mostly on 32bit archs, or where
  ocaml has only a bytecode compiler)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aac-tactics/+bug/1868106/+subscriptions

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

[Bug 1868106] Re: RM: coq [armhf s390x] -- ROM; FTBFS (mostly on 32bit archs, or where ocaml has only a bytecode compiler)

2020-03-31 Thread Steve Langasek
Removing packages from focal:
coq 8.9.1-5ubuntu1 in focal armhf
coq 8.9.1-5ubuntu1 in focal s390x
coq-theories 8.9.1-5ubuntu1 in focal armhf
coq-theories 8.9.1-5ubuntu1 in focal s390x
coqide 8.9.1-5ubuntu1 in focal armhf
coqide 8.9.1-5ubuntu1 in focal s390x
libcoq-ocaml 8.9.1-5ubuntu1 in focal armhf
libcoq-ocaml 8.9.1-5ubuntu1 in focal s390x
libcoq-ocaml-dev 8.9.1-5ubuntu1 in focal armhf
libcoq-ocaml-dev 8.9.1-5ubuntu1 in focal s390x
Comment: ANAIS
10 packages successfully removed.


** Changed in: coq (Ubuntu)
   Status: New => Fix Released

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

Title:
  RM: coq [armhf s390x] -- ROM; FTBFS (mostly on 32bit archs, or where
  ocaml has only a bytecode compiler)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aac-tactics/+bug/1868106/+subscriptions

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

[Bug 1869999] CurrentDmesg.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1869999] ProcCpuinfo.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1869999] ProcInterrupts.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1868106] Re: RM: coq [armhf s390x] -- ROM; FTBFS (mostly on 32bit archs, or where ocaml has only a bytecode compiler)

2020-03-31 Thread Steve Langasek
But why3-coq needed to be removed on s390x.

Removing packages from focal-proposed:
why3-coq 1.2.1-3build1 in focal s390x
Comment: ANAIS
1 package successfully removed.


** Changed in: why3 (Ubuntu)
   Status: Invalid => Fix Released

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

Title:
  RM: coq [armhf s390x] -- ROM; FTBFS (mostly on 32bit archs, or where
  ocaml has only a bytecode compiler)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aac-tactics/+bug/1868106/+subscriptions

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

[Bug 1869999] ProcCpuinfoMinimal.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1870018] Re: Not option shown to disable ISO verification S key not working

2020-03-31 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1870018

** Tags added: iso-testing

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

Title:
  No option shown to disable ISO verification S key not working

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

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

[Bug 1868106] Re: RM: coq [armhf s390x] -- ROM; FTBFS (mostly on 32bit archs, or where ocaml has only a bytecode compiler)

2020-03-31 Thread Steve Langasek
why3's build-dependency on coq is arch-qualified in -proposed.

** Changed in: why3 (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/1868106

Title:
  RM: coq [armhf s390x] -- ROM; FTBFS (mostly on 32bit archs, or where
  ocaml has only a bytecode compiler)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aac-tactics/+bug/1868106/+subscriptions

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

[Bug 1870018] [NEW] Not option shown to disable ISO verification S key not working

2020-03-31 Thread Bill (franksmcb)
Public bug reported:

Ubuntu MATE Beta 20.04 03312020

No option shown to disable ISO verification as seen in pervious build.
.
S key does not stop ISO verification check.

Tested in Thinkpad T430 and in QEMU virtual machine.

Expected outcome:
Text is displayed telling user to press S key to cancel ISO verification test
Pressing S key has no effect.

Actual outcome:
No text telling user to press S to stop ISO disk checking 
S key does not stop disk checking

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: casper 1.442
ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
Uname: Linux 5.4.0-21-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu21
Architecture: amd64
CasperVersion: 1.442
CurrentDesktop: MATE
Date: Wed Apr  1 04:47:45 2020
LiveMediaBuild: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Beta amd64 (20200331)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
 SHELL=/bin/bash
SourcePackage: casper
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.casper.conf: 2020-04-01T04:46:08.801695

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


** Tags: amd64 apport-bug focal iso-testing

** Summary changed:

- Not option show to disable ISO verification S key not working
+ Not option shown to disable ISO verification S key not working

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

Title:
  Not option shown to disable ISO verification S key not working

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

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

[Bug 1868106] Re: RM: coq [armhf s390x] -- ROM; FTBFS (mostly on 32bit archs, or where ocaml has only a bytecode compiler)

2020-03-31 Thread Steve Langasek
Removing packages from focal:
prooftree 0.13-1build9 in focal armhf
prooftree 0.13-1build9 in focal s390x
Comment: ANAIS
2 packages successfully removed.


** Changed in: prooftree (Ubuntu)
   Status: New => Fix Released

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

Title:
  RM: coq [armhf s390x] -- ROM; FTBFS (mostly on 32bit archs, or where
  ocaml has only a bytecode compiler)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aac-tactics/+bug/1868106/+subscriptions

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

[Bug 1869999] Lsusb.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/186/+attachment/5344095/+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/186

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1869999] ProcEnviron.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/186/+attachment/5344098/+files/ProcEnviron.txt

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1869999] CRDA.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1869999] Lspci.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1869999] ProcModules.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1869999] Re: r8169 link up takes longer in a certain tlp config [10ec:8168]

2020-03-31 Thread Yuan-Chen Cheng
** Attachment removed: "ProcEnviron.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/186/+attachment/5344048/+files/ProcEnviron.txt

** Attachment removed: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/186/+attachment/5344047/+files/ProcCpuinfoMinimal.txt

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/186/+attachment/5344046/+files/Dependencies.txt

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1866441] Re: Please remove unity-scope-texdoc from Ubuntu

2020-03-31 Thread Steve Langasek
Removing packages from focal:
unity-scope-texdoc 0.1+14.04.20140328-0ubuntu1 in focal
unity-scope-texdoc 0.1+14.04.20140328-0ubuntu1 in focal amd64
unity-scope-texdoc 0.1+14.04.20140328-0ubuntu1 in focal arm64
unity-scope-texdoc 0.1+14.04.20140328-0ubuntu1 in focal armhf
unity-scope-texdoc 0.1+14.04.20140328-0ubuntu1 in focal i386
unity-scope-texdoc 0.1+14.04.20140328-0ubuntu1 in focal ppc64el
unity-scope-texdoc 0.1+14.04.20140328-0ubuntu1 in focal s390x
Comment: Ubuntu-specific, FTBFS, part of an EOL product; LP: #1866441
1 package successfully removed.


** Changed in: unity-scope-texdoc (Ubuntu)
   Status: New => Fix Released

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

Title:
  Please remove unity-scope-texdoc from Ubuntu

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

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

[Bug 1866442] Re: Please remove unity-scope-onlinemusic from Ubuntu

2020-03-31 Thread Steve Langasek
Removing packages from focal-proposed:
unity-scope-onlinemusic 0.1+14.04.20140306-0ubuntu2 in focal
Comment: Ubuntu-specific, FTBFS, part of an EOL product; LP: #1866441
1 package successfully removed.

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

Title:
  Please remove unity-scope-onlinemusic from Ubuntu

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

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

[Bug 1866442] Re: Please remove unity-scope-onlinemusic from Ubuntu

2020-03-31 Thread Steve Langasek
Removing packages from focal:
unity-scope-onlinemusic 0.1+14.04.20140306-0ubuntu1 in focal
unity-scope-onlinemusic 0.1+14.04.20140306-0ubuntu1 in focal 
amd64
unity-scope-onlinemusic 0.1+14.04.20140306-0ubuntu1 in focal 
arm64
unity-scope-onlinemusic 0.1+14.04.20140306-0ubuntu1 in focal 
armhf
unity-scope-onlinemusic 0.1+14.04.20140306-0ubuntu1 in focal 
ppc64el
unity-scope-onlinemusic 0.1+14.04.20140306-0ubuntu1 in focal 
s390x
Comment: Ubuntu-specific, FTBFS, part of an EOL product; LP: #1866442
1 package successfully removed.


** Changed in: unity-scope-onlinemusic (Ubuntu)
   Status: New => Fix Released

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

Title:
  Please remove unity-scope-onlinemusic from Ubuntu

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

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

[Bug 1869992] Re: Ubiquity crashes during Kubuntu OEM install on WIFI menu

2020-03-31 Thread Darin Miller
grepping all files in the ubiquity package for frontend.ubuntu_drivers
shows the only reference is in ubi-prepare.py.  I suspect code was
removed from one of import files, but I do not know how to use LP well
enough to discover the offending commit.

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

Title:
  Ubiquity crashes during Kubuntu OEM install on WIFI menu

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

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

[Bug 1866440] Re: Please remove unity-scope-yelp from Ubuntu

2020-03-31 Thread Steve Langasek
Removing packages from focal:
unity-scope-yelp 0.1+13.10.20130723-0ubuntu1 in focal
unity-scope-yelp 0.1+13.10.20130723-0ubuntu1 in focal amd64
unity-scope-yelp 0.1+13.10.20130723-0ubuntu1 in focal arm64
unity-scope-yelp 0.1+13.10.20130723-0ubuntu1 in focal armhf
unity-scope-yelp 0.1+13.10.20130723-0ubuntu1 in focal i386
unity-scope-yelp 0.1+13.10.20130723-0ubuntu1 in focal ppc64el
unity-scope-yelp 0.1+13.10.20130723-0ubuntu1 in focal s390x
Comment: Ubuntu-specific, FTBFS, part of an EOL product; LP: #1866440
1 package successfully removed.


** Changed in: unity-scope-yelp (Ubuntu)
   Status: New => Fix Released

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

Title:
  Please remove unity-scope-yelp from Ubuntu

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

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

[Bug 1869994] Re: during update to 18.04 the system said that i should send this message

2020-03-31 Thread Ubuntu Foundations Team Bug Bot
** Tags added: xenial2bionic

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

Title:
  during update to 18.04 the system said that i should send this message

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

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

[Bug 1869819] Re: [SRU] System can't detect external headset in the codec of Conexant

2020-03-31 Thread Daniel van Vugt
Cool.

Also keep in mind there are multiple different standards for 4-ring
plugs. And no guarantee your headset and computer use the same standard
:/

https://www.cablechick.com.au/blog/understanding-trrs-and-audio-jacks/

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

Title:
  [SRU] System can't detect external headset in the codec of Conexant

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

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

[Bug 1870014] Status changed to Confirmed

2020-03-31 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/1870014

Title:
  task blocked too long

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

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

[Bug 1869993] Re: Ubuntu 20.04 Desktop clean install:Plugging or unplugging usb freezes entire system

2020-03-31 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/1869993/+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/1869993

Title:
  Ubuntu 20.04 Desktop clean install:Plugging or unplugging usb freezes
  entire system

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

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

[Bug 849893] Re: package mailman 1:2.1.14-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2020-03-31 Thread Launchpad Bug Tracker
[Expired for mailman (Ubuntu) because there has been no activity for 60
days.]

** Changed in: mailman (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/849893

Title:
  package mailman 1:2.1.14-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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

[Bug 1446941] Re: package mailman 1:2.1.14-3ubuntu0.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2020-03-31 Thread Launchpad Bug Tracker
[Expired for mailman (Ubuntu) because there has been no activity for 60
days.]

** Changed in: mailman (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/1446941

Title:
  package mailman 1:2.1.14-3ubuntu0.1 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

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

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

[Bug 1853550] Re: lubuntu 20.04 live daily; unable to make use of virtual keyboard

2020-03-31 Thread Launchpad Bug Tracker
[Expired for lubuntu-meta (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: lubuntu-meta (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/1853550

Title:
  lubuntu 20.04 live daily; unable to make use of virtual keyboard

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

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

[Bug 1861230] Re: _sasl_plugin_load failed

2020-03-31 Thread Launchpad Bug Tracker
[Expired for cyrus-sasl2 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: cyrus-sasl2 (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/1861230

Title:
  _sasl_plugin_load failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1861230/+subscriptions

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

[Bug 1861478] Re: weather applet crashes on logout

2020-03-31 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (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/1861478

Title:
  weather applet crashes on logout

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

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

[Bug 1861504] Re: installation crashed

2020-03-31 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (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/1861504

Title:
  installation crashed

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

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

[Bug 1849249] Re: gnome-shell crashed with SIGABRT: mutter:ERROR:../src/core/window.c:4841:set_workspace_state: assertion failed: (workspace == NULL)

2020-03-31 Thread Daniel van Vugt
Weird. I can't find an exactly matching upstream bug. And the closest
fix I can find was mutter!1029 which was released in 3.35.90 already.
Regardless, the original reporter says it is fixed AND the ubuntu error
tracker says the crash hasn't occurred since version 3.34.1.

If you experience any similar crashes in the near future then those
might be bug 1864326 (fixed in 3.36.1 coming soon).

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

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

Title:
  gnome-shell crashed with SIGABRT:
  mutter:ERROR:../src/core/window.c:4841:set_workspace_state: assertion
  failed: (workspace == NULL)

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

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

[Bug 1860985] Re: packagekitd using 100% CPU

2020-03-31 Thread Launchpad Bug Tracker
[Expired for packagekit (Ubuntu) because there has been no activity for
60 days.]

** Changed in: packagekit (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/1860985

Title:
  packagekitd using 100% CPU

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

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

[Bug 1861405] Re: Lubuntu 18.04.4 QA-test install; just stops (circling pointer)

2020-03-31 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (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/1861405

Title:
  Lubuntu 18.04.4 QA-test install; just stops (circling pointer)

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

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

[Bug 1764366] Re: lubuntu 17.10.1

2020-03-31 Thread Launchpad Bug Tracker
[Expired for lubuntu-meta (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: lubuntu-meta (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/1764366

Title:
  lubuntu 17.10.1

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

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

[Bug 1870003] ProcEnviron.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1870003/+attachment/5344069/+files/ProcEnviron.txt

** Attachment removed: "ProcEnviron.txt"
   
https://bugs.launchpad.net/oem-priority/+bug/1870003/+attachment/5344069/+files/ProcEnviron.txt

** Attachment removed: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/oem-priority/+bug/1870003/+attachment/5344068/+files/ProcCpuinfoMinimal.txt

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/oem-priority/+bug/1870003/+attachment/5344067/+files/Dependencies.txt

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] ProcCpuinfoMinimal.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] Re: A Machine with Intel GPU and a plugged AMD card will hang as read certain codec as HDMI/DP monitor without audio output is plugged in intel gpu.

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Description changed:

  Note: in bionic, it will cause login from graphic console to hang for a
  quite long time, most likely will failed in the end.
  
  To reproduce:
  
  HW: a machine with intel GPU and plugged AMD card.
  A HDMI/DP monitor without audio output plugged into intel GPU.
  TLP is installed with certain aggressive config.
  Please refer to the tlp config is: LP: #186
  
  try to "cat /proc/asound/card0/codec#2"
  
  it will hang for long time (like 30 seconds) and kernel will output lots
  of log like:
  
  [ 30.476204] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to polling mode: last cmd=0x20bf8100
  [ 31.488128] snd_hda_intel :00:0e.0: No response from codec, disabling 
MSI: last cmd=0x20bf8100
  [ 169.630066] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -11
  [ 420.027224] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -11
  [ 422.051178] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to single_cmd mode: last cmd=0x20170503
  [ 422.051383] azx_single_wait_for_response: 3 callbacks suppressed
  [ 422.084088] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -5
  ...
  ---
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-osp1-sanbernardino+X106
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2020-03-31 (1 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
  Package: linux-oem 4.15.0.1059.63
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.0.0-1040.45-oem-osp1 5.0.21
  Tags:  bionic
  Uname: Linux 5.0.0-1040-oem-osp1 x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DistributionChannelDescriptor:
+  # This is the distribution channel descriptor for the OEM CDs
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-osp1-sanbernardino+X106
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2020-03-31 (1 days ago)
+ InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
+ Package: linux-oem-osp1 5.0.0.1040.45
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.0.0-1040.45-oem-osp1 5.0.21
+ Tags:  bionic
+ Uname: Linux 5.0.0-1040-oem-osp1 x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1870003/+attachment/5344067/+files/Dependencies.txt

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870014] [NEW] task blocked too long

2020-03-31 Thread Jerry Quinn
Public bug reported:

I plugged in the EasyCap device, then started VLC to read from it.
Nothing worked, and I saw the following call traces from the kernel:


Mar 31 23:48:30 cerberus kernel: [49598.934870] usb 3-6: new full-speed USB 
device number 41 using xhci_hcd
Mar 31 23:48:30 cerberus kernel: [49599.062914] usb 3-6: device descriptor 
read/64, error -71
Mar 31 23:48:30 cerberus kernel: [49599.574905] usb 3-6: device descriptor 
read/64, error -71
Mar 31 23:48:31 cerberus kernel: [49599.682966] usb usb3-port6: attempt power 
cycle
Mar 31 23:48:32 cerberus kernel: [49600.974908] usb usb3-port6: Cannot enable. 
Maybe the USB cable is bad?
Mar 31 23:48:33 cerberus kernel: [49601.946905] usb usb3-port6: Cannot enable. 
Maybe the USB cable is bad?
Mar 31 23:48:33 cerberus kernel: [49601.946975] usb usb3-port6: unable to 
enumerate USB device
Mar 31 23:48:45 cerberus kernel: [49614.418840] usb 3-6: new high-speed USB 
device number 44 using xhci_hcd
Mar 31 23:48:45 cerberus kernel: [49614.570267] usb 3-6: config 1 interface 0 
altsetting 1 bulk endpoint 0x83 has invalid maxpa
cket 256
Mar 31 23:48:45 cerberus kernel: [49614.573126] usb 3-6: New USB device found, 
idVendor=1b71, idProduct=3002
Mar 31 23:48:45 cerberus kernel: [49614.573130] usb 3-6: New USB device 
strings: Mfr=3, Product=4, SerialNumber=2
Mar 31 23:48:45 cerberus kernel: [49614.573132] usb 3-6: Product: usbtv007
Mar 31 23:48:45 cerberus kernel: [49614.573135] usb 3-6: Manufacturer: fushicai
Mar 31 23:48:45 cerberus kernel: [49614.573136] usb 3-6: SerialNumber: 
3002
Mar 31 23:48:45 cerberus kernel: [49614.574491] usbtv 3-6:1.0: Fushicai 
USBTV007 Audio-Video Grabber
Mar 31 23:52:29 cerberus kernel: [49838.118469] usb 3-6: USB disconnect, device 
number 44
Mar 31 23:52:44 cerberus kernel: [49853.203903] perf: interrupt took too long 
(3978 > 3967), lowering kernel.perf_event_max_sam
ple_rate to 50250
Mar 31 23:55:36 cerberus kernel: [50024.968505] INFO: task VideoCapture:11251 
blocked for more than 120 seconds.
Mar 31 23:55:36 cerberus kernel: [50024.968512]   Tainted: G  IOE   
 4.15.0-94-generic #95-Ubuntu
Mar 31 23:55:36 cerberus kernel: [50024.968514] "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Mar 31 23:55:36 cerberus kernel: [50024.968517] VideoCaptureD0 11251
  1 0x
Mar 31 23:55:36 cerberus kernel: [50024.968521] Call Trace:
Mar 31 23:55:36 cerberus kernel: [50024.968535]  __schedule+0x24e/0x880
Mar 31 23:55:36 cerberus kernel: [50024.968539]  schedule+0x2c/0x80
Mar 31 23:55:36 cerberus kernel: [50024.968542]  
schedule_preempt_disabled+0xe/0x10
Mar 31 23:55:36 cerberus kernel: [50024.968547]  __mutex_lock.isra.5+0x276/0x4e0
Mar 31 23:55:36 cerberus kernel: [50024.968551]  __mutex_lock_slowpath+0x13/0x20
Mar 31 23:55:36 cerberus kernel: [50024.968554]  ? 
__mutex_lock_slowpath+0x13/0x20
Mar 31 23:55:36 cerberus kernel: [50024.968557]  mutex_lock+0x2f/0x40
Mar 31 23:55:36 cerberus kernel: [50024.968569]  _vb2_fop_release+0x29/0xa0 
[videobuf2_v4l2]
Mar 31 23:55:36 cerberus kernel: [50024.968573]  vb2_fop_release+0x31/0x40 
[videobuf2_v4l2]
Mar 31 23:55:36 cerberus kernel: [50024.968593]  v4l2_release+0x38/0x80 
[videodev]
Mar 31 23:55:36 cerberus kernel: [50024.968600]  __fput+0xea/0x220
Mar 31 23:55:36 cerberus kernel: [50024.968604]  fput+0xe/0x10
Mar 31 23:55:36 cerberus kernel: [50024.968611]  task_work_run+0x9d/0xc0
Mar 31 23:55:36 cerberus kernel: [50024.968620]  exit_to_usermode_loop+0xc0/0xd0
Mar 31 23:55:36 cerberus kernel: [50024.968623]  do_syscall_64+0x121/0x130
Mar 31 23:55:36 cerberus kernel: [50024.968630]  
entry_SYSCALL_64_after_hwframe+0x3d/0xa2
Mar 31 23:55:36 cerberus kernel: [50024.968633] RIP: 0033:0x7f6411c26447
Mar 31 23:55:36 cerberus kernel: [50024.968635] RSP: 002b:7f63da9bd900 
EFLAGS: 0293 ORIG_RAX: 0003
Mar 31 23:55:36 cerberus kernel: [50024.968638] RAX:  RBX: 
0064 RCX: 7f6411c26447
Mar 31 23:55:36 cerberus kernel: [50024.968639] RDX:  RSI: 
7f63da9bd930 RDI: 0064
Mar 31 23:55:36 cerberus kernel: [50024.968641] RBP:  R08: 
 R09: 
Mar 31 23:55:36 cerberus kernel: [50024.968642] R10:  R11: 
0293 R12: 7f628d4c5fa0
Mar 31 23:55:36 cerberus kernel: [50024.968644] R13:  R14: 
7f640422d381 R15: 7f63da9bd930
Mar 31 23:55:36 cerberus kernel: [50024.968915] INFO: task kworker/5:1:25898 
blocked for more than 120 seconds.
Mar 31 23:55:36 cerberus kernel: [50024.968918]   Tainted: G  IOE   
 4.15.0-94-generic #95-Ubuntu
Mar 31 23:55:36 cerberus kernel: [50024.968920] "echo 0 > 
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Mar 31 23:55:36 cerberus kernel: [50024.968922] kworker/5:1 D0 25898
  2 0x8000
Mar 31 23:55:36 cerberus kernel: [50024.968934] Workqueue: usb_hub_wq hub_event
Mar 31 23:55:36 cerberus kerne

[Bug 1870003] Missing required logs.

2020-03-31 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 1870003

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/1870003

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1865161] Re: Written "press return to shutdown the computer" does not appear.

2020-03-31 Thread Daniel van Vugt
Verified fixed in http://cdimage.ubuntu.com/daily-live/20200331/ though
it's dated 20200401.

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

Title:
  Written "press return to shutdown the computer" does not appear.

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

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

[Bug 1870003] Re: A Machine with Intel GPU and a plugged AMD card will hang as read certain codec as HDMI/DP monitor without audio output is plugged in intel gpu.

2020-03-31 Thread Yuan-Chen Cheng
** Description changed:

+ Note: in bionic, it will cause login from graphic console to hang for a
+ quite long time, most likely will failed in the end.
+ 
  To reproduce:
  
  HW: a machine with intel GPU and plugged AMD card.
  A HDMI/DP monitor without audio output plugged into intel GPU.
  TLP is installed with certain aggressive config.
  
  try to "cat /proc/asound/card0/codec#2"
  
  it will hang for long time (like 30 seconds) and kernel will output lots
  of log like:
  
  [ 30.476204] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to polling mode: last cmd=0x20bf8100
  [ 31.488128] snd_hda_intel :00:0e.0: No response from codec, disabling 
MSI: last cmd=0x20bf8100
  [ 169.630066] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -11
  [ 420.027224] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -11
  [ 422.051178] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to single_cmd mode: last cmd=0x20170503
  [ 422.051383] azx_single_wait_for_response: 3 callbacks suppressed
  [ 422.084088] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -5
  ...
- --- 
+ ---
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  DistributionChannelDescriptor:
-  # This is the distribution channel descriptor for the OEM CDs
-  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
-  
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-osp1-sanbernardino+X106
+  # This is the distribution channel descriptor for the OEM CDs
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-osp1-sanbernardino+X106
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2020-03-31 (1 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
  Package: linux-oem 4.15.0.1059.63
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.0.0-1040.45-oem-osp1 5.0.21
  Tags:  bionic
  Uname: Linux 5.0.0-1040-oem-osp1 x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

** Description changed:

  Note: in bionic, it will cause login from graphic console to hang for a
  quite long time, most likely will failed in the end.
  
  To reproduce:
  
  HW: a machine with intel GPU and plugged AMD card.
  A HDMI/DP monitor without audio output plugged into intel GPU.
  TLP is installed with certain aggressive config.
+ Please refer to the tlp config is: LP: #186
  
  try to "cat /proc/asound/card0/codec#2"
  
  it will hang for long time (like 30 seconds) and kernel will output lots
  of log like:
  
  [ 30.476204] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to polling mode: last cmd=0x20bf8100
  [ 31.488128] snd_hda_intel :00:0e.0: No response from codec, disabling 
MSI: last cmd=0x20bf8100
  [ 169.630066] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -11
  [ 420.027224] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -11
  [ 422.051178] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to single_cmd mode: last cmd=0x20170503
  [ 422.051383] azx_single_wait_for_response: 3 callbacks suppressed
  [ 422.084088] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -5
  ...
  ---
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for the OEM CDs
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-osp1-sanbernardino+X106
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2020-03-31 (1 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
  Package: linux-oem 4.15.0.1059.63
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.0.0-1040.45-oem-osp1 5.0.21
  Tags:  bionic
  Uname: Linux 5.0.0-1040-oem-osp1 x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1861648] Re: When booting 20.04 an 'ld-2.23.so' process consumes 100% CPU for minutes

2020-03-31 Thread Daniel van Vugt
Still happening in 20200401. The noisy laptop fan is a giveaway and
'top' confirms it's still this bug.

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

Title:
  When booting 20.04 an 'ld-2.23.so' process consumes 100% CPU for
  minutes

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

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

[Bug 1869819] Re: [SRU] System can't detect external headset in the codec of Conexant

2020-03-31 Thread hugh chao
I think 3 stripes = 4 rings, and we are talking the same thing, I will
make it more clear

** Description changed:

  [Impact]
  In some hp's devices, there are two audio jacks(one headset and one 
headphone) in the audio interface which is using the codec of Conexant, and 
apparently it's not working, the system can't detect the headset in current 
codec.
  
  [Test Case]
- 1. Insert 3-ring headset into front audio port (headset icon)
+ 1. Insert 4 rings(3 stripes) headset into front audio port (headset icon)
  2. Check System Setting->Sound->Output
  
  [Expected result]
  Can detect external headset
  
  [Actual result]
  Only shows internal speaker.
  External headset microphone was detected.
  Another front audio port (earphone icon) works fine.
  
  [Regression Potential]
  Low.
  
  [Failure rate]
  100%
  
  [Additional information]
  system-product-name: HP EliteDesk 800 G5 SFF
  CPU: Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz (8x)
  GPU: 00:02.0 VGA compatible controller [0300]: Intel Corporation Device 
[8086:3e98] (rev 02)
  OS-version: 18.04
  kernel-version: 4.15.0-1065-oem
  pulseaudio-version: 1:11.1-1ubuntu7.2
  
  Upstream issue:
  https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/272

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

Title:
  [SRU] System can't detect external headset in the codec of Conexant

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

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

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

2020-03-31 Thread Timo Aaltonen
I was thinking about this bug yesterday, and yes I'll file a bug on
Debian to remove these.

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

Title:
  Remove obsolete X11 drivers from the archive

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

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

[Bug 1849249] Re: gnome-shell crashed with SIGABRT: mutter:ERROR:../src/core/window.c:4841:set_workspace_state: assertion failed: (workspace == NULL)

2020-03-31 Thread Rocko
This is fixed for me in gnome-shell 3.36.0-2ubuntu2, thanks!

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

Title:
  gnome-shell crashed with SIGABRT:
  mutter:ERROR:../src/core/window.c:4841:set_workspace_state: assertion
  failed: (workspace == NULL)

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

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

[Bug 1869752] Re: mozc selector GUI showing on top of gnome 3 GUI in latest focal packages

2020-03-31 Thread Paul Goins
I did the apt commands you suggested, verbatim, then did a reboot.
Unfortunately that did not resolve it.

It is ibus-mozc that is in use, to be clear.

Also, here's a pastebin of relevant "dpkg -l | grep " queries:
https://pastebin.ubuntu.com/p/hYFDYbyxhp/

And the environment output:

paul-goins@dell2018:~$ env | grep -E 'XMOD|_IM'
GTK_IM_MODULE=ibus
QT4_IM_MODULE=ibus
XMODIFIERS=@im=ibus
CLUTTER_IM_MODULE=ibus
QT_IM_MODULE=ibus

Hope this helps, and of course, let me know if there's any other
information I can provide.

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

Title:
  mozc selector GUI showing on top of gnome 3 GUI in latest focal
  packages

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

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

[Bug 1869763] Re: Huawei Kunpeng 920 arm64 machine KVM guest frequently crash

2020-03-31 Thread J0n47
after switched to HWE kernel: linux-image-generic-hwe-18.04 
5.3.0.45.101   arm64
Current not occured within 1 day.

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

Title:
  Huawei Kunpeng 920 arm64 machine KVM guest frequently crash

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

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

[Bug 1869999] Re: r8169 link up takes longer in a certain tlp config [10ec:8168]

2020-03-31 Thread Yuan-Chen Cheng
** 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/186

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1870003] ProcCpuinfoMinimal.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] Re: A Machine with Intel GPU and a plugged AMD card will hang as read certain codec as HDMI/DP monitor without audio output is plugged in intel gpu.

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Tags added: apport-collected bionic

** Description changed:

  To reproduce:
  
  HW: a machine with intel GPU and plugged AMD card.
  A HDMI/DP monitor without audio output plugged into intel GPU.
  TLP is installed with certain aggressive config.
  
  try to "cat /proc/asound/card0/codec#2"
  
  it will hang for long time (like 30 seconds) and kernel will output lots
  of log like:
  
  [ 30.476204] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to polling mode: last cmd=0x20bf8100
  [ 31.488128] snd_hda_intel :00:0e.0: No response from codec, disabling 
MSI: last cmd=0x20bf8100
  [ 169.630066] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -11
  [ 420.027224] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -11
  [ 422.051178] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to single_cmd mode: last cmd=0x20170503
  [ 422.051383] azx_single_wait_for_response: 3 callbacks suppressed
  [ 422.084088] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 
0x2f0d00. -5
  ...
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ DistributionChannelDescriptor:
+  # This is the distribution channel descriptor for the OEM CDs
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  
canonical-oem-somerville-bionic-amd64-20180608-47+beaver-osp1-sanbernardino+X106
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2020-03-31 (1 days ago)
+ InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
+ Package: linux-oem 4.15.0.1059.63
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.0.0-1040.45-oem-osp1 5.0.21
+ Tags:  bionic
+ Uname: Linux 5.0.0-1040-oem-osp1 x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1870003/+attachment/5344049/+files/Dependencies.txt

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1870003] ProcEnviron.txt

2020-03-31 Thread Yuan-Chen Cheng
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1870003/+attachment/5344051/+files/ProcEnviron.txt

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

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

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

[Bug 1869992] Re: Ubiquity crashes during Kubuntu OEM install on WIFI menu

2020-03-31 Thread Darin Miller
Confirmed on a 3rd system with legacy bios (First 2 systems were UEFI
BIOS).

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

Title:
  Ubiquity crashes during Kubuntu OEM install on WIFI menu

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

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

[Bug 1869999] Re: r8169 link up takes longer in a certain tlp config [10ec:8168]

2020-03-31 Thread Yuan-Chen Cheng
** Changed in: oem-priority
   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/186

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/186/+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 & 20.04

2020-03-31 Thread Dusty
Interesting you should bring that up so I played around with middle
click, right click and Ctrl+V

Although it can produce different paste results, it's not the issue I am
having I don't think.

The issue is that it's taking more than one copy function to actually
copy to the clipboard to have something new to paste from some
applications. Whichever clipboard that is.

For example I can copy from Firefox and paste to a text editor. I can go
copy text from Master PDF Editor by Ctrl+C twice. Ctrl+V or right click
pastes the text from Master PDF Editor. Middle mouse click pastes text
from Firefox still. I can copy new text in Master PDF Editor by Ctrl+C
twice and paste the new text. Middle click continues to paste the text
from Firefox until I copy some new text in firefox.

The middle click one seems to work just fine to paste from firefox. One
copy one paste. It may work OK in other applications too I don't know.
But it apparently doesn't work at all in some others like Master PDF
Editor, while two Ctrl+C's does work in these other applications.

I'm dumb about this. I guess the X11 one works fine if it works at all
in the application you are copying from? And the other one does not work
reliably without doing Ctrl+C twice in some applications you are copying
from.

I don't know. But it is certainly going to be April in a few minutes.

-- 
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 & 20.04

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 1869999] Re: r8169 link up takes longer in a certain tlp config [10ec:8168]

2020-03-31 Thread You-Sheng Yang
** Summary changed:

- r8169 link up take longer in certrain tlp config [10ec:8168]
+ r8169 link up takes longer in a certain tlp config [10ec:8168]

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

Title:
  r8169 link up takes longer in a certain tlp config [10ec:8168]

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

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

[Bug 1869857] Re: [Intel 7265][Regression] Ultimate Ears BOOM speaker disconnects immediately after pairing

2020-03-31 Thread Daniel van Vugt
You can download older and newer kernels from https://kernel.ubuntu.com
/~kernel-ppa/mainline/?C=M;O=D

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

Title:
  [Intel 7265][Regression] Ultimate Ears BOOM speaker disconnects
  immediately after pairing

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

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

[Bug 1870003] [NEW] A Machine with Intel GPU and a plugged AMD card will hang as read certain codec as HDMI/DP monitor without audio output is plugged in intel gpu.

2020-03-31 Thread Yuan-Chen Cheng
Public bug reported:

To reproduce:

HW: a machine with intel GPU and plugged AMD card.
A HDMI/DP monitor without audio output plugged into intel GPU.
TLP is installed with certain aggressive config.

try to "cat /proc/asound/card0/codec#2"

it will hang for long time (like 30 seconds) and kernel will output lots
of log like:

[ 30.476204] snd_hda_intel :00:0e.0: azx_get_response timeout, switching to 
polling mode: last cmd=0x20bf8100
[ 31.488128] snd_hda_intel :00:0e.0: No response from codec, disabling MSI: 
last cmd=0x20bf8100
[ 169.630066] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 0x2f0d00. 
-11
[ 420.027224] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 0x2f0d00. 
-11
[ 422.051178] snd_hda_intel :00:0e.0: azx_get_response timeout, switching 
to single_cmd mode: last cmd=0x20170503
[ 422.051383] azx_single_wait_for_response: 3 callbacks suppressed
[ 422.084088] snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 0x2f0d00. 
-5
...

** Affects: oem-priority
 Importance: Undecided
 Status: New

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


** Tags: oem-priority originate-1864966

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

** Tags added: originate-1864966

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

Title:
  A Machine with Intel GPU and a plugged AMD card will hang as read
  certain codec as HDMI/DP monitor without audio output is plugged in
  intel gpu.

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

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

  1   2   3   4   5   6   7   >