[Bug 1849278] Re: [CML-S] Add-new-CNL-PCH-ID-seen-on-a-CML-platform

2019-11-12 Thread You-Sheng Yang
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: linux-oem-osp1 (Ubuntu Focal)
   Importance: Undecided
   Status: Confirmed

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

** Also affects: linux-oem-osp1 (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Bionic)
   Status: New => Won't Fix

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

Title:
  [CML-S] Add-new-CNL-PCH-ID-seen-on-a-CML-platform

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

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

[Bug 1852077] Re: Backport: bonding: fix state transition issue in link monitoring

2019-11-12 Thread Po-Hsu Lin
https://lists.ubuntu.com/archives/kernel-team/2019-November/105446.html

** Description changed:

+ == Justification ==
+ From the well explained commit message:
+ 
+ Since de77ecd4ef02 ("bonding: improve link-status update in
+ mii-monitoring"), the bonding driver has utilized two separate variables
+ to indicate the next link state a particular slave should transition to.
+ Each is used to communicate to a different portion of the link state
+ change commit logic; one to the bond_miimon_commit function itself, and
+ another to the state transition logic.
+ 
+   Unfortunately, the two variables can become unsynchronized,
+ resulting in incorrect link state transitions within bonding.  This can
+ cause slaves to become stuck in an incorrect link state until a
+ subsequent carrier state transition.
+ 
+   The issue occurs when a special case in bond_slave_netdev_event
+ sets slave->link directly to BOND_LINK_FAIL.  On the next pass through
+ bond_miimon_inspect after the slave goes carrier up, the BOND_LINK_FAIL
+ case will set the proposed next state (link_new_state) to BOND_LINK_UP,
+ but the new_link to BOND_LINK_DOWN.  The setting of the final link state
+ from new_link comes after that from link_new_state, and so the slave
+ will end up incorrectly in _DOWN state.
+ 
+ Resolve this by combining the two variables into one.
+ 
+ == Fixes ==
+ * 1899bb32 (bonding: fix state transition issue in link monitoring)
+ 
+ This patch can be cherry-picked into E/F
+ 
+ For older releases like B/D, it will needs to be backported as they are
+ missing the slave_err() printk marco added in 5237ff79 (bonding: add
+ slave_foo printk macros) as well as the commit to replace netdev_err()
+ with slave_err() in e2a7420d (bonding/main: convert to using slave
+ printk macros)
+ 
+ For Xenial, the commit that causes this issue, de77ecd4, does not exist.
+ 
+ == Test ==
+ Test kernels can be found here:
+ https://people.canonical.com/~phlin/kernel/lp-1852077-bonding/
+ 
+ The X-hwe and Disco kernel were tested by the bug reporter, Aleksei,
+ the patched kernel works as expected.
+ 
+ == Regression Potential ==
+ Low.
+ This patch just unifiy the variable used in link state change commit
+ logic to prevent the occurance of an incorrect state. And the changes
+ are limited to the bonding driver itself.
+ 
+ (Although the include/net/bonding.h will be used in other drivers, but
+ the changes to that file is only affecting this bond_main.c driver)
+ 
+ 
+ == Original Bug Report ==
  There's an issue with bonding driver in the current ubuntu kernels.
  Sometimes one link stuck in a weird state.
  It was fixed with patch https://www.spinics.net/lists/netdev/msg609506.html 
in upstream.
  Commit 1899bb325149e481de31a4f32b59ea6f24e176ea.
  
  We see this bug with linux 4.15 (ubuntu xenial, hwe kernel), but it
  should be reproducible with other current kernel versions.

** Description changed:

  == Justification ==
  From the well explained commit message:
  
  Since de77ecd4ef02 ("bonding: improve link-status update in
  mii-monitoring"), the bonding driver has utilized two separate variables
  to indicate the next link state a particular slave should transition to.
  Each is used to communicate to a different portion of the link state
  change commit logic; one to the bond_miimon_commit function itself, and
  another to the state transition logic.
  
-   Unfortunately, the two variables can become unsynchronized,
+  Unfortunately, the two variables can become unsynchronized,
  resulting in incorrect link state transitions within bonding.  This can
  cause slaves to become stuck in an incorrect link state until a
  subsequent carrier state transition.
  
-   The issue occurs when a special case in bond_slave_netdev_event
+  The issue occurs when a special case in bond_slave_netdev_event
  sets slave->link directly to BOND_LINK_FAIL.  On the next pass through
  bond_miimon_inspect after the slave goes carrier up, the BOND_LINK_FAIL
  case will set the proposed next state (link_new_state) to BOND_LINK_UP,
  but the new_link to BOND_LINK_DOWN.  The setting of the final link state
  from new_link comes after that from link_new_state, and so the slave
  will end up incorrectly in _DOWN state.
  
- Resolve this by combining the two variables into one.
+  Resolve this by combining the two variables into one.
  
  == Fixes ==
  * 1899bb32 (bonding: fix state transition issue in link monitoring)
  
  This patch can be cherry-picked into E/F
  
  For older releases like B/D, it will needs to be backported as they are
  missing the slave_err() printk marco added in 5237ff79 (bonding: add
  slave_foo printk macros) as well as the commit to replace netdev_err()
  with slave_err() in e2a7420d (bonding/main: convert to using slave
  printk macros)
  
  For Xenial, the commit that causes this issue, de77ecd4, does not exist.
  
  == Test ==
  Test kernels can be found here:
  

[Bug 1848492] Re: Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x from yes to no

2019-11-12 Thread Frank Heimes
Quick note on focal:

$ rmadison --arch=s390x linux-generic | grep focal
 linux-generic | 5.3.0.18.21   | focal   | s390x
 linux-generic | 5.3.0.21.24   | focal-proposed  | s390x

$ grep CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE /boot/config-5.3.0-21-generic
# CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set
$ grep CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE /boot/config-5.3.0-18-generic 
CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y

(so it's currently in proposed)

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

Title:
  Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x
  from yes to no

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

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

[Bug 1852386] Status changed to Confirmed

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

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

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

Title:
  no HDMI video output since GDM greeter after linux-oem-osp1 version
  5.0.0-1026

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

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

[Bug 1722478] Re: Two-finger scrolling and click-and-drag no longer works after resuming from suspend

2019-11-12 Thread Tim Richardson
With my T480 and the 5.0 ubuntu kernel, and the 5.3 in the proposed PPA, two 
finger scrolling does not work unless I specify psmouse.synaptics_intertouch=0 
or =1
either value fixes it.

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

Title:
  Two-finger scrolling and click-and-drag no longer works after resuming
  from suspend

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

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

[Bug 1852386] Re: no HDMI video output since GDM greeter after linux-oem-osp1 version 5.0.0-1026

2019-11-12 Thread You-Sheng Yang
** Also affects: linux-oem-osp1 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

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

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

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

** Also affects: linux-oem-osp1 (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Bionic)
   Status: New => Won't Fix

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

Title:
  no HDMI video output since GDM greeter after linux-oem-osp1 version
  5.0.0-1026

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

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

[Bug 1654448] Re: Dell XPS 13 9350/9360 headphone audio hiss

2019-11-12 Thread Kai-Heng Feng
** Description changed:

+ === SRU Justification ===
+ [Impact]
+ XPS 13 9350/9360 has unbearlbe headphone noise after recent kernel
+ updates.
+ 
+ [Fix]
+ Lock Headphone Mic Boost level to 1 as an workaround to solve the issue.
+ 
+ [Test]
+ Plug a headphone to audio jack, the noise is really bad.
+ After applying the patch the noise is gone.
+ 
+ [Regression Potenial]
+ Low. This change only targets to 2 systems, so it has limited impact.
+ 
+ === Original Bug Report ===
  Pertaining to 16.04 on a dell XPS 13 9360
  
  ii  alsa-base 1.0.25+dfsg-0ubuntu5
  
  Advanced Linux Sound Architecture Driver Version k4.4.0-57-generic.
  
- 
- When headphones are plugged in, there is a clearly audible hiss (white 
noise). This is present as soon as the headphones are plugged in, whether 
'headphones' or 'headset' are selected from the pop-up box. 
+ When headphones are plugged in, there is a clearly audible hiss (white
+ noise). This is present as soon as the headphones are plugged in,
+ whether 'headphones' or 'headset' are selected from the pop-up box.
  
  Using alsamixer to debug the issue reveals that it is related to
  "Headphone Mic Boost" - the default setting is: dB gain 0.00, 0.00. If
  this is changed to:
  
- 10.00, 10.00 (one notch up) the hiss disappears. 
- 20.00, 20.00 cause a louder hiss and 
- 30.00, 30.00 causes an even louder hiss with high frequency audio artifacts. 
+ 10.00, 10.00 (one notch up) the hiss disappears.
+ 20.00, 20.00 cause a louder hiss and
+ 30.00, 30.00 causes an even louder hiss with high frequency audio artifacts.
  
  When the headphones are removed and plugged back in the Headphone Mic
  Boost setting returns to dB gain 0 and the problem also returns.
  
  This (problem and workaround) has been reported in the wild:
  https://news.ycombinator.com/item?id=13050843 and
  
https://www.reddit.com/r/Dell/comments/4j1zz4/headphones_have_static_noise_with_ubuntu_1604_on/
  for example

** Changed in: linux (Ubuntu)
 Assignee: Kai-Heng Feng (kaihengfeng) => (unassigned)

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

Title:
  Dell XPS 13 9350/9360 headphone audio hiss

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

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

[Bug 1852390] [NEW] RM: zope.principalregistry: python2-only, Ubuntu-specific, depends on removed zope.authentication, no reverse-dependencies

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

zope.princpalregistry is only built for python2, and has not been
uploaded since 2011. It has no reverse-dependencies but depends on
zope.authentication, which has been removed from Debian. We should
remove this package from focal.

** Affects: zope.principalregistry (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  RM: zope.principalregistry: python2-only, Ubuntu-specific, depends on
  removed zope.authentication, no reverse-dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zope.principalregistry/+bug/1852390/+subscriptions

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

[Bug 1852386] Re: no HDMI video output since GDM greeter after linux-oem-osp1 version 5.0.0-1026

2019-11-12 Thread You-Sheng Yang
** Description changed:

- TBD.
+ This is a regression caused by bug 1849278, which sends external monitor
+ (via HDMI port) to DPMS mode.
+ 
+ Commit 1d6870b9f9ca "UBUNTU: SAUCE: drm/i915: Add new CNL PCH ID seen on
+ a CML platform"[1] was originated from
+ https://bugs.freedesktop.org/show_bug.cgi?id=112051 patch
+ https://bugs.freedesktop.org/attachment.cgi?id=145786 , which can cause
+ this regression and was then revised by
+ https://bugs.freedesktop.org/attachment.cgi?id=145843 and is currently
+ in review in
+ https://patchwork.freedesktop.org/patch/340416/?series=69345=1 .
+ 
+ [1]: https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-
+ oem-osp1/+git/bionic/commit/?h=oem-
+ next=1d6870b9f9cab73179d694479e7ec667f7e1e2e7
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-5.0.0-1027-oem-osp1 5.0.0-1027.31
  ProcVersionSignature: Ubuntu 5.0.0-1027.31-oem-osp1 5.0.21
  Uname: Linux 5.0.0-1027-oem-osp1 x86_64
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  gdm1739 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  gdm1739 F pulseaudio
  Date: Wed Nov 13 14:22:06 2019
  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-20190418-59+beaver-osp1-ygritte+X28
+  # This is the distribution channel descriptor for the OEM CDs
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-bionic-amd64-20190418-59+beaver-osp1-ygritte+X28
  InstallationDate: Installed on 2019-11-05 (8 days ago)
  InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20190418-12:10
  Lsusb:
-  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 001 Device 003: ID 0cf3:e007 Atheros Communications, Inc. 
-  Bus 001 Device 002: ID 062a:4c01 Creative Labs 
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 0cf3:e007 Atheros Communications, Inc.
+  Bus 001 Device 002: ID 062a:4c01 Creative Labs
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. OptiPlex 3080
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-1027-oem-osp1 
root=UUID=05eaedf0-39f2-4353-9c49-de8aa0ebc39b ro reboot=efi drm.debug=0x107 
log_bug_len=32M
  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.
+  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-1027-oem-osp1 N/A
-  linux-backports-modules-5.0.0-1027-oem-osp1  N/A
-  linux-firmware   1.173.11
+  linux-restricted-modules-5.0.0-1027-oem-osp1 N/A
+  linux-backports-modules-5.0.0-1027-oem-osp1  N/A
+  linux-firmware   1.173.11
  SourcePackage: linux-oem-osp1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/04/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.8.17
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.8.17:bd11/04/2019:svnDellInc.:pnOptiPlex3080:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct3:cvr:
  dmi.product.family: OptiPlex
  dmi.product.name: OptiPlex 3080
  dmi.product.sku: 09A8
  dmi.sys.vendor: Dell Inc.

** Tags added: oem-priority originate-from-1850768 somerville

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

Title:
  no HDMI video output since GDM greeter after linux-oem-osp1 version
  5.0.0-1026

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

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

[Bug 1654448] Re: Dell XPS 13 9350/9360 headphone audio hiss

2019-11-12 Thread Kai-Heng Feng
** No longer affects: pulseaudio (Ubuntu)

** No longer affects: alsa-driver (Ubuntu)

** No longer affects: dell-sputnik

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

Title:
  Dell XPS 13 9350/9360 headphone audio hiss

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

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

[Bug 1849278] Re: [CML-S] Add-new-CNL-PCH-ID-seen-on-a-CML-platform

2019-11-12 Thread You-Sheng Yang
Filed new bug https://bugs.launchpad.net/ubuntu/+source/linux-oem-
osp1/+bug/1852386 instead.

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

Title:
  [CML-S] Add-new-CNL-PCH-ID-seen-on-a-CML-platform

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

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

[Bug 1827961] Re: Lenovo dock MAC Address pass through doesn't work in Ubuntu

2019-11-12 Thread Kai-Heng Feng
** Description changed:

- Similar to bug
- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1579984 the MAC
- address pass through does not work with a Lenovo Thunderbolt 3
- Workstation Dock.
+ === SRU Justification ===
+ [Impact]
+ Lenovo dock doesn't support MAC passthrough.
+ 
+ [Fix]
+ Add support to Lenovo Dock MAC passthrough.
+ 
+ [Test]
+ MAC passthrough works once the patch is applied.
+ 
+ [Regression Potential]
+ Low. Apart from adding support to Lenovo Dock, this patch only did minor
+ refactoring to existing behavior, no functional change to current code.
+ 
+ === Original Bug Report ===
+ Similar to bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1579984 
the MAC address pass through does not work with a Lenovo Thunderbolt 3 
Workstation Dock.
  
  The dock's network port is recognized and working but it has its own MAC
  address even though MAC Address pass through is enabled in the BIOS.
  
  This is the dock in question:
  
  https://www.lenovo.com/us/en/accessories-and-monitors/top-tech
  /Thunderbolt-WS-230W-dock-US/p/40AN0230US
  
  and the laptop is a Lenovo P1. Debug files attached.
- 
  
  Please let me know if further info is required.
  
  Thanks!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: linux-image-5.0.0-13-generic 5.0.0-13.14
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  Uname: Linux 5.0.0-13-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC2:  rauer  2107 F pulseaudio
-  /dev/snd/controlC1:  rauer  2107 F pulseaudio
-  /dev/snd/controlC0:  rauer  2107 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  rauer  2107 F pulseaudio
+  /dev/snd/controlC1:  rauer  2107 F pulseaudio
+  /dev/snd/controlC0:  rauer  2107 F pulseaudio
  CurrentDesktop: i3
  Date: Mon May  6 19:34:26 2019
  InstallationDate: Installed on 2019-04-09 (27 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.2)
  MachineType: LENOVO 20MES1WH00
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-13-generic 
root=UUID=9c2b3401-a2e2-41ae-bc22-d1de22149ee0 ro quiet splash vt.handoff=1
  RelatedPackageVersions:
-  linux-restricted-modules-5.0.0-13-generic N/A
-  linux-backports-modules-5.0.0-13-generic  N/A
-  linux-firmware1.178
+  linux-restricted-modules-5.0.0-13-generic N/A
+  linux-backports-modules-5.0.0-13-generic  N/A
+  linux-firmware1.178
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2019
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N2EET39W (1.21 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20MES1WH00
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0Q40104 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN2EET39W(1.21):bd04/15/2019:svnLENOVO:pn20MES1WH00:pvrThinkPadP1:rvnLENOVO:rn20MES1WH00:rvrSDK0Q40104WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad P1
  dmi.product.name: 20MES1WH00
  dmi.product.sku: LENOVO_MT_20ME_BU_Think_FM_ThinkPad P1
  dmi.product.version: ThinkPad P1
  dmi.sys.vendor: LENOVO

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

Title:
  Lenovo dock MAC Address pass through doesn't work in Ubuntu

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

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

[Bug 1852048] Re: "Open new terminals in" not available in GNOME Terminal 3.28.2

2019-11-12 Thread Erick Hernandez
Why the option "Open new terminals in" not available in GNOME Terminal
3.28.2?

** Changed in: gnome-terminal (Ubuntu)
   Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/685814

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

Title:
  "Open new terminals in" not available in GNOME Terminal 3.28.2

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

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

[Bug 620074]

2019-11-12 Thread blueskyluv11
https://adbirt.com/
https://healthwises.com/category/home-remedies/

https://healthwises.com/category/mens-solution/

https://healthwises.com/forum-2/

https://healthwises.com/about-us/

https://healthwises.com/category/vitamins/

https://healthwises.com/category/anti-aging/

https://healthwises.com/category/weight-management/

https://healthwises.com/back-or-venus-dimples-amazing-facts/

https://healthwises.com/long-paragraphs-for-him-which-you-can-copy-and-
paste/

https://healthbodywise.com/health-benefits-of-aloe-vera-juice/

https://healthwises.com/how-to-increase-size-of-pennis-using-hand
https://www.pinterest.com/pin/732397958136002128/

https://medium.com/@neolifeupdate/health-wises-a37a23ba1723

https://www.pinterest.com/pin/732397958136014610/

https://healthwises.com/how-to-get-firm-breast-in-2-weeks/

https://www.bloglovin.com/blogs/health-wises-19894373

https://www.pinterest.com/pin/732397958136045364/

https://www.pinterest.com/pin/732397958136047412/

https://www.pinterest.com/pin/732397958136047515/

https://medium.com/@blueskyluv11

https://healthbodywise.com/diets-that-pregnant-women-should-avoid/

https://www.pinterest.com/pin/732397958135182632/
http://adbirt.com/blog

https://healthwises.com/how-to-get-bigger-thighs

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

Title:
  Thrashing turns system unusable

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

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

[Bug 988799]

2019-11-12 Thread blueskyluv11
https://healthbodywise.com/living-with-a-disability-how-to-build-better-relationships-with-people/

https://anyservice.ng/

http://adbirt.com/blog

https://nslite.com/

https://praise.ng/download-free-mp3/david-g-songs-download-new/

https://praise.ng/https://praise.ng/download-free-mp3/onos-ariyo-song-
download/

https://praise.ng/download-free-mp3/david-g-songs-download-new/

https://adbirt.com/

https://www.mp3downloadhits.com/

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

Title:
  Precise freezes under heavy i/o

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

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

[Bug 988799]

2019-11-12 Thread blueskyluv11
https://adbirt.com/
https://healthwises.com/category/home-remedies/

https://healthwises.com/category/mens-solution/

https://healthwises.com/forum-2/

https://healthwises.com/about-us/

https://healthwises.com/category/vitamins/

https://healthwises.com/category/anti-aging/

https://healthwises.com/category/weight-management/

https://healthwises.com/back-or-venus-dimples-amazing-facts/

https://healthwises.com/long-paragraphs-for-him-which-you-can-copy-and-
paste/

https://healthbodywise.com/health-benefits-of-aloe-vera-juice/

https://healthwises.com/how-to-increase-size-of-pennis-using-hand
https://www.pinterest.com/pin/732397958136002128/

https://medium.com/@neolifeupdate/health-wises-a37a23ba1723

https://www.pinterest.com/pin/732397958136014610/

https://healthwises.com/how-to-get-firm-breast-in-2-weeks/

https://www.bloglovin.com/blogs/health-wises-19894373

https://www.pinterest.com/pin/732397958136045364/

https://www.pinterest.com/pin/732397958136047412/

https://www.pinterest.com/pin/732397958136047515/

https://medium.com/@blueskyluv11

https://healthbodywise.com/diets-that-pregnant-women-should-avoid/

https://www.pinterest.com/pin/732397958135182632/
http://adbirt.com/blog

https://healthwises.com/how-to-get-bigger-thighs

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

Title:
  Precise freezes under heavy i/o

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

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

[Bug 620074]

2019-11-12 Thread blueskyluv11
https://healthbodywise.com/living-with-a-disability-how-to-build-better-relationships-with-people/

https://anyservice.ng/

http://adbirt.com/blog

https://nslite.com/

https://praise.ng/download-free-mp3/david-g-songs-download-new/

https://praise.ng/https://praise.ng/download-free-mp3/onos-ariyo-song-
download/

https://praise.ng/download-free-mp3/david-g-songs-download-new/

https://adbirt.com/

https://www.mp3downloadhits.com/

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

Title:
  Thrashing turns system unusable

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

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

[Bug 1852386] [NEW] no HDMI video output since GDM greeter after linux-oem-osp1 version 5.0.0-1026

2019-11-12 Thread You-Sheng Yang
Public bug reported:

TBD.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-5.0.0-1027-oem-osp1 5.0.0-1027.31
ProcVersionSignature: Ubuntu 5.0.0-1027.31-oem-osp1 5.0.21
Uname: Linux 5.0.0-1027-oem-osp1 x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gdm1739 F pulseaudio
Date: Wed Nov 13 14:22:06 2019
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-20190418-59+beaver-osp1-ygritte+X28
InstallationDate: Installed on 2019-11-05 (8 days ago)
InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20190418-12:10
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 0cf3:e007 Atheros Communications, Inc. 
 Bus 001 Device 002: ID 062a:4c01 Creative Labs 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. OptiPlex 3080
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-1027-oem-osp1 
root=UUID=05eaedf0-39f2-4353-9c49-de8aa0ebc39b ro reboot=efi drm.debug=0x107 
log_bug_len=32M
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-1027-oem-osp1 N/A
 linux-backports-modules-5.0.0-1027-oem-osp1  N/A
 linux-firmware   1.173.11
SourcePackage: linux-oem-osp1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/04/2019
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 0.8.17
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr0.8.17:bd11/04/2019:svnDellInc.:pnOptiPlex3080:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct3:cvr:
dmi.product.family: OptiPlex
dmi.product.name: OptiPlex 3080
dmi.product.sku: 09A8
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug bionic

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

Title:
  no HDMI video output since GDM greeter after linux-oem-osp1 version
  5.0.0-1026

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

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

[Bug 1852067] Re: [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound from built-in speakers after disconnecting headphones. Prior to connecting headphones speakers works ok.

2019-11-12 Thread Hui Wang
To install the testing kernel:

sudo dpkg -i linux-modules-xxx.deb
sudo dpkg- i linux-image-xxx.deb
sudo dpkg -i linux-modules-extra-xxx.deb
reboot

To choose the kernel:

you could press ESC button during the grub (bootloader) stage, then there is a 
menu you could choose the kernel.
After booting up, you could run uname -a to verify the kernel you are running.


To uninstall the testing kernel:

sudo dpkg -p linux-modules-extra-xxx.deb  (run dpkg --list | grep 
linux-modules-extra*, then you will konw the full name of 
linux-modules-extra-xxx.deb)
sudo dpkg -p linux-image-xxx.deb
sudo dpkg -p linux-modules-xxx.deb.
reboot.

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

Title:
  [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound
  from built-in speakers after disconnecting headphones. Prior to
  connecting headphones speakers works ok.

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

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

[Bug 1852383] [NEW] system hangs on shutdown

2019-11-12 Thread Daniele Dellafiore
Public bug reported:

On a Lenovo Yoga S940, the system always hangs on shutdown.
The screen turns black and nothing happens anymore. 
I have to keep pressed for several seconds the shutdown hardware button in 
order to actually turn it off.

I attach the journalctl output from the shutdown which present very
similar 'errors' from session to session.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: gdm3 3.34.1-1ubuntu1
ProcVersionSignature: Ubuntu 5.3.0-22.24-generic 5.3.7
Uname: Linux 5.3.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 13 07:03:38 2019
InstallationDate: Installed on 2019-10-09 (34 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190916)
SourcePackage: gdm3
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug eoan

** Attachment added: "shutdown.log"
   
https://bugs.launchpad.net/bugs/1852383/+attachment/5304934/+files/shutdown.log

** Description changed:

- On Ubuntu 19.10 with a Lenovo Yoga S940, the system always hangs on shutdown. 
+ On a Lenovo Yoga S940, the system always hangs on shutdown.
  I attach the journalctl output from the shutdown which present very similar 
'errors' from session to session.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: gdm3 3.34.1-1ubuntu1
  ProcVersionSignature: Ubuntu 5.3.0-22.24-generic 5.3.7
  Uname: Linux 5.3.0-22-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Nov 13 07:03:38 2019
  InstallationDate: Installed on 2019-10-09 (34 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190916)
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  On a Lenovo Yoga S940, the system always hangs on shutdown.
- I attach the journalctl output from the shutdown which present very similar 
'errors' from session to session.
+ I have to keep pressed for several seconds the shutdown hardware button in 
order to actually turn it off. 
+ 
+ I attach the journalctl output from the shutdown which present very
+ similar 'errors' from session to session.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: gdm3 3.34.1-1ubuntu1
  ProcVersionSignature: Ubuntu 5.3.0-22.24-generic 5.3.7
  Uname: Linux 5.3.0-22-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Nov 13 07:03:38 2019
  InstallationDate: Installed on 2019-10-09 (34 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190916)
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  On a Lenovo Yoga S940, the system always hangs on shutdown.
- I have to keep pressed for several seconds the shutdown hardware button in 
order to actually turn it off. 
+ The screen turns black and nothing happens anymore. 
+ I have to keep pressed for several seconds the shutdown hardware button in 
order to actually turn it off.
  
  I attach the journalctl output from the shutdown which present very
  similar 'errors' from session to session.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: gdm3 3.34.1-1ubuntu1
  ProcVersionSignature: Ubuntu 5.3.0-22.24-generic 5.3.7
  Uname: Linux 5.3.0-22-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Nov 13 07:03:38 2019
  InstallationDate: Installed on 2019-10-09 (34 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190916)
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  system hangs on shutdown

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

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

[Bug 1835541] Re: ibus only provides non-standard UK keyboard layouts

2019-11-12 Thread Bug Watch Updater
** Changed in: ibus (Debian)
   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/1835541

Title:
  ibus only provides non-standard UK keyboard layouts

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

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

[Bug 1848555] Re: Add Intel Comet Lake ethernet support

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

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

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

Title:
  Add Intel Comet Lake ethernet support

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

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

[Bug 1851564] Re: Daily Limit Exceeded messages for google calendars

2019-11-12 Thread Kevin Walker
still a problem for me as a google apps user...

Ubuntu 18.04
Evolution 3.34.1 (flathub)

source_credentials_required_cb: Failed to authenticate 'Contacts': Daily
Limit Exceeded. The quota will be reset at midnight Pacific Time (PT).
You may monitor your quota usage and adjust limits in the API Console:
https://console.developers.google.com/apis/api/caldav.googleapis.com/quotas?project=44438659992

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

Title:
  Daily Limit Exceeded messages for google calendars

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

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

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-11-12 Thread Jean-Baptiste Lallement
I'll strip the \r as a safety measure but I cannot reproduce this issue.

I created a mirror on 2 devices with log and cache devices on separate
partitions of a third disk like your setup and the line separator is
always a new line character (0x0a) without carriage return (0x0d).

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

Title:
  Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax
  error

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

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

[Bug 1852067] Re: [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound from built-in speakers after disconnecting headphones. Prior to connecting headphones speakers works ok.

2019-11-12 Thread Marcin P
Thank you Hui Wang for your quick answer.

Could you help me with install and then uninstall procedure?
I understand that I have to install all these kernel packages with "sudo dpkg 
-i". But:
1. What is the order of installation of these packages?
2. After installation how can I switch from current kernel to this new kernel? 
Currently I use "5.0.0-35-generic #38~18.04.1-Ubuntu SMP Mon Nov 11 09:16:10 
UTC 2019 x86_64 x86_64 x86_64 GNU/Linux"
3. What if this new kernel won't boot my computer? Will be there any backup 
kernel installed?
4. After tests what should I do get back to "stock" kernel?

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

Title:
  [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound
  from built-in speakers after disconnecting headphones. Prior to
  connecting headphones speakers works ok.

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

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

[Bug 1849848] Re: autofs module missing from linux-modules in 5+ kernels

2019-11-12 Thread Khaled El Mously
** Changed in: linux-gcp (Ubuntu Disco)
   Status: Confirmed => Fix Committed

** Changed in: linux-gcp (Ubuntu Eoan)
   Status: Confirmed => Fix Committed

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

Title:
  autofs module missing from linux-modules in 5+ kernels

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

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

[Bug 1849542] Re: Thunderbird empty after update to 19.10 - corrupted global-messages-db.sqlite

2019-11-12 Thread Kálmán , Ferenc
Same problem here.

Release: Ubuntu 18.04.1
Package version: 1:68.2.1+build1-0ubuntu

Removing global-messages-db.sqlite is solving the problem.
Before removing (when empty), the Thunderbird shows me 70.1 version number, 
after removing it was 68.2. Strange!

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

Title:
  Thunderbird empty after update to 19.10 - corrupted global-messages-
  db.sqlite

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

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

[Bug 1850950] Re: autofs module missing from linux-modules in 5+ kernels

2019-11-12 Thread Khaled El Mously
** Changed in: linux-aws (Ubuntu Disco)
   Status: Confirmed => Fix Committed

** Changed in: linux-aws (Ubuntu Eoan)
   Status: Confirmed => Fix Committed

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

Title:
  autofs module missing from linux-modules in 5+ kernels

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

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

[Bug 1849281] Re: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test

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

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

Title:
  seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test

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

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

[Bug 1851506] Re: Add GeminiLake support on Intel int340x thermal device

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

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

Title:
  Add GeminiLake support on Intel int340x thermal device

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

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

[Bug 1812352] Re: Handle the skip return code in kernel_selftests on Bionic

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

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

Title:
  Handle the skip return code in kernel_selftests on Bionic

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

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

[Bug 1851469] Re: Incorrect raspi2 snapcraft.yaml file

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

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

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

Title:
  Incorrect raspi2 snapcraft.yaml file

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

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

[Bug 1654448] Re: Dell XPS 13 9350/9360 headphone audio hiss

2019-11-12 Thread James
I observe this on my XPS 13 9360.  
As mentioned by others, the headphone hissing goes away when I mute the system 
or when I run "amixer -c0 sset 'Headphone Mic Boost' 10dB".  I created an even 
in /etc/acpi/events to call run this whenever headphones are inserted so that 
it persists after reboot.

Has anyone had luck advising Dell of the suspected hardware issue?

James

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

Title:
  Dell XPS 13 9350/9360 headphone audio hiss

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1654448/+subscriptions

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

[Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2019-11-12 Thread Martin S
Attachment to #17 was incorrect (forgot to turn on coefficients)

Attached is alsa-info with coefficients.


** Attachment added: "alsa-info-dell-headset3-with-coefficients.txt"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1851518/+attachment/5304921/+files/alsa-info-dell-headset3-with-coefficients.txt

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

Title:
  [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on
  internal speakers, very very quiet on headphones

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

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

[Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2019-11-12 Thread Martin S
>>
nd If you have time, please redo the test of #10, after finishing all commands, 
please generate an alsa-info.txt-with-coeff, let us check if all those commands 
successfully executed.
<<<

Option: dell-headset3
Headphone works, and does not seem to change when any of the below settings are 
applied. alsa-info output attached; it was generated after the last command in 
the sequence.


martin@martins-samsung:~$ sudo hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x8e
nid = 0x20, verb = 0x500, param = 0x8e
value = 0x0
martin@martins-samsung:~$ sudo hda-verb /dev/snd/hwC0D0 0x20 SET_PROC_COEF 0x20
nid = 0x20, verb = 0x400, param = 0x20
value = 0x0

 NO change

martin@martins-samsung:~$ sudo hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x19
nid = 0x20, verb = 0x500, param = 0x19
value = 0x0
martin@martins-samsung:~$ sudo hda-verb /dev/snd/hwC0D0 0x20 SET_PROC_COEF 0x317
nid = 0x20, verb = 0x400, param = 0x317
value = 0x0

 NO change

martin@martins-samsung:~$ sudo hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x67
nid = 0x20, verb = 0x500, param = 0x67
value = 0x0
martin@martins-samsung:~$ sudo hda-verb /dev/snd/hwC0D0 0x20 SET_PROC_COEF 
0x1110
nid = 0x20, verb = 0x400, param = 0x1110
value = 0x0

 NO change

martin@martins-samsung:~$ sudo hda-verb /dev/snd/hwC0D0 0x20 SET_COEF_INDEX 0x4f
nid = 0x20, verb = 0x500, param = 0x4f
value = 0x0
martin@martins-samsung:~$ sudo hda-verb /dev/snd/hwC0D0 0x20 SET_PROC_COEF 
0xc429
nid = 0x20, verb = 0x400, param = 0xc429
value = 0x0

 NO change


Thanks,
Martin


** Attachment added: "alsa-info-dell-headset3-with-coefficients.txt"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1851518/+attachment/5304920/+files/alsa-info-dell-headset3-with-coefficients.txt

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

Title:
  [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on
  internal speakers, very very quiet on headphones

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

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

[Bug 1849278] Re: [CML-S] Add-new-CNL-PCH-ID-seen-on-a-CML-platform

2019-11-12 Thread You-Sheng Yang
Proposed patch in: drm-tip
https://patchwork.freedesktop.org/patch/340416/?series=69345=1 (not
yet landed).

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

Title:
  [CML-S] Add-new-CNL-PCH-ID-seen-on-a-CML-platform

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

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

[Bug 1827961] Re: Lenovo dock MAC Address pass through doesn't work in Ubuntu

2019-11-12 Thread Kai-Heng Feng
** Changed in: linux (Ubuntu)
 Assignee: Kai-Heng Feng (kaihengfeng) => (unassigned)

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

Title:
  Lenovo dock MAC Address pass through doesn't work in Ubuntu

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

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

[Bug 1849278] Re: [CML-S] Add-new-CNL-PCH-ID-seen-on-a-CML-platform

2019-11-12 Thread You-Sheng Yang
I cannot find tag/commit for 5.0.0-1027.31 in https://git.launchpad.net
/~canonical-kernel/ubuntu/+source/linux-oem-osp1/+git/bionic . The
patched already landed has to be reverted and replaced with
https://bugs.freedesktop.org/attachment.cgi?id=145843 .

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

Title:
  [CML-S] Add-new-CNL-PCH-ID-seen-on-a-CML-platform

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

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

[Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2019-11-12 Thread Martin S
>
please verify that both speaker and headphone work well under windows, then 
using this tool to collect a log under windows, the log is a useful reference 
for linux.
<

Output attached; looks like this might be helpful to get the speakers to
work.

Thank you,
Martin


** Attachment added: "RtHDDump.txt"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1851518/+attachment/5304916/+files/RtHDDump.txt

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

Title:
  [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on
  internal speakers, very very quiet on headphones

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

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

[Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2019-11-12 Thread Hui Wang
If you have time, please run #13 on the windows10.

And If you have time, please redo the test of #10, after finishing all
commands, please generate an alsa-info.txt-with-coeff, let us check if
all those commands successfully executed.

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

Title:
  [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on
  internal speakers, very very quiet on headphones

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

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

[Bug 1852368] [NEW] 19.10 live image has persistence enabled by default

2019-11-12 Thread Olivier Robert via ubuntu-bugs
Public bug reported:

I'm not sure it's the correct place to report this...

When I boot from the 19.10 live image on a USB stick (at least my USB
stick, on my computer), the live system creates and formats an
additional partition on my stick, labeled "casper-rw" that's mounted
read-write on /var/crash and /var/log.

Passing the "nopersistent" parameter prevents that behaviour. I tried on
a specially crafted disk image on qemu comprising the unmodified live
image, followed by 1 GiB of zeroes, to simulate a USB stick with some
remaining space.

I didn't have that problem with the 19.04 live image, on the exact same
hardware.

Could it be that the system now interprets my USB stick as non-removable
media, hence assuming persistence as the default, or is everyone else
affected ?

Defaulting to persistence poses problems :
- integrity checks on the USB stick fail, since it the partition table has been 
modified
- Despite passing the "toram" parameter, the USB stick can't be ejected without 
performing additional operations

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: casper (not installed)
ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
Uname: Linux 5.3.0-19-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 13 03:38:19 2019
InstallationDate: Installed on 2019-09-22 (51 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
SourcePackage: casper
UpgradeStatus: Upgraded to eoan on 2019-11-01 (11 days ago)

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


** Tags: amd64 apport-bug eoan

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

Title:
  19.10 live image has persistence enabled by default

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

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

[Bug 1852118] Re: Notifications don't have sound

2019-11-12 Thread Ian Schmitz
Thanks for your prompt response Sebastien.

Sorry i thought i had remembered there being a default notification
sound in older versions of Ubuntu/gnome and thought this was a
regression. My mistake.

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

Title:
  Notifications don't have sound

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

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

[Bug 1841410] Re: Module extra package is not available for Trusty AWS

2019-11-12 Thread Po-Hsu Lin
I will revert this status as commit
a54839d364ff085a28e4826a669ed840234dff4b was reverted

These ubuntu_quota_smoke_test and ubuntu_zram_smoke_test tests are not working 
on T-AWS, but it can still be tested on other flavour / kernels on Trusty.
Blacklisting them will drop regression coverage on these features.

A better solution is to build a linux-modules-extra-aws package or at
least just blacklist them on T-AWS.

** Changed in: ubuntu-kernel-tests
   Status: Fix Released => Confirmed

** Changed in: ubuntu-kernel-tests
   Status: Confirmed => Triaged

** Changed in: linux-aws (Ubuntu)
   Status: Fix Released => Triaged

** Changed in: linux-aws (Ubuntu Trusty)
   Status: Fix Released => Triaged

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

Title:
  Module extra package is not available for Trusty AWS

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

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

[Bug 1852077] Re: Backport: bonding: fix state transition issue in link monitoring

2019-11-12 Thread Po-Hsu Lin
Awesome,
thanks for testing these, I will SRU them.

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

Title:
  Backport: bonding: fix state transition issue in link monitoring

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

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

[Bug 1852254] Re: Dock stays ontop of Xscreensaver

2019-11-12 Thread lotuspsychje
Im using Xscreensaver by startup items
i dont use gnome's lock screen
Xscreensaver is set to be active after 1 minute

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

Title:
  Dock stays ontop of Xscreensaver

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

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

[Bug 1851311] Re: Grub 2.04 Out of memory error, No server error

2019-11-12 Thread PJSingh5000
Does anyone know which package contains the iso9660 module for grub?

Would it be possible to copy the iso9660 module from the the 19.04 or
18.04 Ubuntu releases (e.g. grub 2.02), and explicitly load it before
executing the loopback command?

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

Title:
  Grub 2.04 Out of memory error, No server error

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

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

[Bug 1851790] Re: Cheese webcam image dropping at random launch

2019-11-12 Thread lotuspsychje
Changed bug to invalid
as its a hardware problem:

the webcam is flashing to dark when the environment is too dark
with daylight, the webcam works

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

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

Title:
  Cheese webcam image dropping at random launch

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

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

[Bug 1852367] Re: [MIR] mysql-router (mysql-8.0)

2019-11-12 Thread Rafael David Tinoco
** Description changed:

+ [Availability]
  
- # Description:
+ All mysql-server-8 binary packages are already in main, but mysql-
+ router, mysql-testsuite and mysql-source-8. From those, mysql-router
+ should be in main judging its importance to mysql setups:
  
- MySQL Router is part of InnoDB cluster, and is lightweight middleware that 
- provides transparent routing between a application and back-end MySQL 
Servers. 
- It can be used for a wide variety of use cases, such as providing high 
- availability and scalability by effectively routing database traffic to 
- appropriate back-end MySQL Servers. 
+ main/m/mysql-8.0/libmysqlclient21_8.0.17-0ubuntu3_amd64.deb
+ main/m/mysql-8.0/libmysqlclient-dev_8.0.17-0ubuntu3_amd64.deb
+ main/m/mysql-8.0/mysql-client-core-8.0_8.0.17-0ubuntu3_amd64.deb
+ main/m/mysql-8.0/mysql-client-8.0_8.0.17-0ubuntu3_amd64.deb
+ main/m/mysql-8.0/mysql-server-core-8.0_8.0.17-0ubuntu3_amd64.deb
+ main/m/mysql-8.0/mysql-server-8.0_8.0.17-0ubuntu3_amd64.deb
+ main/m/mysql-8.0/mysql-server_8.0.17-0ubuntu3_all.deb
+ main/m/mysql-8.0/mysql-client_8.0.17-0ubuntu3_all.deb
  
- # Availability:
+ universe/m/mysql-8.0/mysql-testsuite_8.0.17-0ubuntu3_all.deb
+ universe/m/mysql-8.0/mysql-testsuite-8.0_8.0.17-0ubuntu3_amd64.deb
+ universe/m/mysql-8.0/mysql-source-8.0_8.0.17-0ubuntu3_amd64.deb
+ universe/m/mysql-8.0/mysql-router_8.0.17-0ubuntu4_amd64.deb
  
- All mysql-server-8 binary packages are already in main, but mysql-router,
- mysql-testsuite and mysql-source-8. From those, mysql-router should be in
- main judging its importance to mysql setups.
+ upstream:
  
- pool/main/m/mysql-8.0/libmysqlclient21_8.0.17-0ubuntu3_amd64.deb
- pool/main/m/mysql-8.0/libmysqlclient-dev_8.0.17-0ubuntu3_amd64.deb
- pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.17-0ubuntu3_amd64.deb
- pool/main/m/mysql-8.0/mysql-client-8.0_8.0.17-0ubuntu3_amd64.deb
- pool/main/m/mysql-8.0/mysql-server-core-8.0_8.0.17-0ubuntu3_amd64.deb
- pool/main/m/mysql-8.0/mysql-server-8.0_8.0.17-0ubuntu3_amd64.deb
- pool/main/m/mysql-8.0/mysql-server_8.0.17-0ubuntu3_all.deb
- pool/main/m/mysql-8.0/mysql-client_8.0.17-0ubuntu3_all.deb
- pool/universe/m/mysql-8.0/mysql-testsuite_8.0.17-0ubuntu3_all.deb
- pool/universe/m/mysql-8.0/mysql-testsuite-8.0_8.0.17-0ubuntu3_amd64.deb
- pool/universe/m/mysql-8.0/mysql-source-8.0_8.0.17-0ubuntu3_amd64.deb
- pool/universe/m/mysql-8.0/mysql-router_8.0.17-0ubuntu4_amd64.deb
+  - https://github.com/mysql/mysql-server/tree/8.0/router
  
- upstream: https://github.com/mysql/mysql-server/tree/8.0/router
+ rmadison:
  
- mysql-router | 8.0.17-0ubuntu2 | eoan/universe  | amd64, arm64, armhf, i386, 
ppc64el, s390x
- mysql-router | 8.0.17-0ubuntu3 | focal/universe | amd64, arm64, armhf, i386, 
ppc64el, s390x
+   mysql-router | 8.0.17-0ubuntu2 | eoan/universe
+   amd64, arm64, armhf, i386, ppc64el, s390x
  
- Rationale: The package is useful for a large part of our user base.
+   mysql-router | 8.0.17-0ubuntu3 | focal/universe
+   amd64, arm64, armhf, i386, ppc64el, s390x
  
- # Quality assurance:
+ [Rationale]
+ 
+ The package is useful for a large part of our user base.
+ 
+ [Security]
+ 
+ Couldn't find any cve specific to mysql-router in:
+ 
+   - cve.mitre.org (only mysql in general)
+   - www.openwall.com (only mysql in general)
+ 
+ - binaries
+ 
+   usr/bin/mysqlrouter_plugin_info
+   usr/bin/mysqlrouter
+   usr/bin/mysqlrouter_passwd
+ 
+ - no suid/sgid bits
+ - no services
+ 
+ - mysql-router default ports:
+ 
+   6446/tcp 6447/tcp 3306/tcp 6448/tcp 6449/tcp 33060/tcp
+   
+   https://dev.mysql.com/doc/mysql-port-reference/en/
+   mysql-ports-reference-tables.html
+ 
+ [Quality assurance]
  
  - source as mysql-server-8, binary is still in universe
  - possible to config based on documentation
  - do not ask debconf questions by default
  - no long-term outstanding bugs (mysql behind)
- - important bugs / upstream supportability => mysql-server-8 is already in 
main
- - well maintained in Debian/Ubuntu (will be maintained with mysql-server-8)
+ - important bugs / upstream supportability
+   mysql-server-8 is already in main
+ 
+ [Dependencies]
+ 
+ pool/main/g/glibc/libc6_2.30-0ubuntu2_amd64.deb
+ pool/main/libe/libevent/libevent-core-2.1-7_2.1.11-stable-1_amd64.deb
+ pool/main/libe/libevent/libevent-extra-2.1-7_2.1.11-stable-1_amd64.deb
+ pool/main/g/gcc-9/libgcc1_9.2.1-19ubuntu1_amd64.deb
+ pool/main/g/gcc-9/libgcc-9-dev_9.2.1-19ubuntu1_amd64.deb
+ pool/main/o/openssl/libssl1.1_1.1.1c-1ubuntu4_amd64.deb
+ pool/main/g/gcc-9/libstdc++6_9.2.1-19ubuntu1_amd64.deb
+ pool/main/z/zlib/zlib1g_1.2.11.dfsg-1ubuntu3_amd64.deb
+ 
+ - recommends (all in main):
+ pool/main/libi/libidn2/libidn2-0_2.2.0-2_amd64.deb
+ pool/main/g/glibc/libc6-dev_2.30-0ubuntu2_amd64.deb
+ 
+ [Standards compliance]
+ 
+ - same as mysql-server-8
+ 
+ [Maintenance]
+ 
+ - well maintained in Debian/Ubuntu
+   (will be maintained with 

[Bug 1759591] Re: [printer] segfault when printing a test page

2019-11-12 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: Unknown => New

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

Title:
  [printer] segfault when printing a test page

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1759591/+subscriptions

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

[Bug 1844553] Re: Please remove node-prismjs from eoan-proposed

2019-11-12 Thread Steve Langasek
Removing packages from focal-proposed:
node-prismjs 1.11.0+dfsg-2 in focal
node-prismjs 1.11.0+dfsg-2 in focal amd64
node-prismjs 1.11.0+dfsg-2 in focal arm64
node-prismjs 1.11.0+dfsg-2 in focal armhf
node-prismjs 1.11.0+dfsg-2 in focal i386
node-prismjs 1.11.0+dfsg-2 in focal ppc64el
node-prismjs 1.11.0+dfsg-2 in focal s390x
Comment: Depends on node-clipboard, stuck forever in Debian NEW; LP: #1844553
1 package successfully removed.


** Changed in: node-prismjs (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/1844553

Title:
  Please remove node-prismjs from eoan-proposed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/node-prismjs/+bug/1844553/+subscriptions

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

[Bug 1852367] [NEW] [MIR] mysql-router (mysql-8.0)

2019-11-12 Thread Rafael David Tinoco
Public bug reported:


# Description:

MySQL Router is part of InnoDB cluster, and is lightweight middleware that 
provides transparent routing between a application and back-end MySQL Servers. 
It can be used for a wide variety of use cases, such as providing high 
availability and scalability by effectively routing database traffic to 
appropriate back-end MySQL Servers. 

# Availability:

All mysql-server-8 binary packages are already in main, but mysql-router,
mysql-testsuite and mysql-source-8. From those, mysql-router should be in
main judging its importance to mysql setups.

pool/main/m/mysql-8.0/libmysqlclient21_8.0.17-0ubuntu3_amd64.deb
pool/main/m/mysql-8.0/libmysqlclient-dev_8.0.17-0ubuntu3_amd64.deb
pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.17-0ubuntu3_amd64.deb
pool/main/m/mysql-8.0/mysql-client-8.0_8.0.17-0ubuntu3_amd64.deb
pool/main/m/mysql-8.0/mysql-server-core-8.0_8.0.17-0ubuntu3_amd64.deb
pool/main/m/mysql-8.0/mysql-server-8.0_8.0.17-0ubuntu3_amd64.deb
pool/main/m/mysql-8.0/mysql-server_8.0.17-0ubuntu3_all.deb
pool/main/m/mysql-8.0/mysql-client_8.0.17-0ubuntu3_all.deb
pool/universe/m/mysql-8.0/mysql-testsuite_8.0.17-0ubuntu3_all.deb
pool/universe/m/mysql-8.0/mysql-testsuite-8.0_8.0.17-0ubuntu3_amd64.deb
pool/universe/m/mysql-8.0/mysql-source-8.0_8.0.17-0ubuntu3_amd64.deb
pool/universe/m/mysql-8.0/mysql-router_8.0.17-0ubuntu4_amd64.deb

upstream: https://github.com/mysql/mysql-server/tree/8.0/router

mysql-router | 8.0.17-0ubuntu2 | eoan/universe  | amd64, arm64, armhf, i386, 
ppc64el, s390x
mysql-router | 8.0.17-0ubuntu3 | focal/universe | amd64, arm64, armhf, i386, 
ppc64el, s390x

Rationale: The package is useful for a large part of our user base.

# Quality assurance:

- source as mysql-server-8, binary is still in universe
- possible to config based on documentation
- do not ask debconf questions by default
- no long-term outstanding bugs (mysql behind)
- important bugs / upstream supportability => mysql-server-8 is already in main
- well maintained in Debian/Ubuntu (will be maintained with mysql-server-8)
- no exotic hardware
- debian/watch file is present
- do not rely on obsolete package dependencies
- dependencies (all in main):

pool/universe/m/mysql-8.0/mysql-router_8.0.17-0ubuntu3_amd64.deb

pool/main/g/glibc/libc6_2.30-0ubuntu2_amd64.deb
pool/main/libe/libevent/libevent-core-2.1-7_2.1.11-stable-1_amd64.deb
pool/main/libe/libevent/libevent-extra-2.1-7_2.1.11-stable-1_amd64.deb
pool/main/g/gcc-9/libgcc1_9.2.1-19ubuntu1_amd64.deb
pool/main/g/gcc-9/libgcc-9-dev_9.2.1-19ubuntu1_amd64.deb
pool/main/o/openssl/libssl1.1_1.1.1c-1ubuntu4_amd64.deb
pool/main/g/gcc-9/libstdc++6_9.2.1-19ubuntu1_amd64.deb
pool/main/z/zlib/zlib1g_1.2.11.dfsg-1ubuntu3_amd64.deb

- recommends (all in main):

pool/main/libi/libidn2/libidn2-0_2.2.0-2_amd64.deb
pool/main/g/glibc/libc6-dev_2.30-0ubuntu2_amd64.deb

- owning team: ubuntu-server
- bugs: ubuntu-server will be triaging all bugs


# Security checks

- couldn't find any cve specific to mysql-router in cve.mitre.org (only
mysql in general)

- couldn't find any cve specific to mysql-router in www.openwall.com
(only mysql in general)

- binaries:

  usr/bin/mysqlrouter_plugin_info
  usr/bin/mysqlrouter
  usr/bin/mysqlrouter_passwd
  
  - no suid/sgid bits
  
- no services 

- mysql-router default ports

  6446/tc
  6447/tcp
  3306/tcp
  6448/tcp
  6449/tcp
  33060/tcp
  
  doc: 
https://dev.mysql.com/doc/mysql-port-reference/en/mysql-ports-reference-tables.html

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

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

Title:
  [MIR] mysql-router (mysql-8.0)

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

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

[Bug 1852364] [NEW] iwlwifi: Microcode SW error detected

2019-11-12 Thread Mathieu Tarral via ubuntu-bugs
Public bug reported:

Hi,

I just had an unresponsive Wifi connexion, and checking the dmesg logs
gave me this:

[53468.634940] iwlwifi :00:14.3: Queue 11 is active on fifo 1 and stuck for 
1 ms. SW [0, 15] HW [0, 15] FH TRB=0x0c010b000
[53468.635087] iwlwifi :00:14.3: Microcode SW error detected. Restarting 
0x0.
[53468.635466] iwlwifi :00:14.3: Start IWL Error Log Dump:
[53468.635471] iwlwifi :00:14.3: Status: 0x0080, count: 6
[53468.635475] iwlwifi :00:14.3: Loaded firmware version: 46.6bf1df06.0
[53468.635480] iwlwifi :00:14.3: 0x0084 | NMI_INTERRUPT_UNKNOWN   
[53468.635484] iwlwifi :00:14.3: 0x22F0 | trm_hw_status0
[53468.635488] iwlwifi :00:14.3: 0x | trm_hw_status1
[53468.635491] iwlwifi :00:14.3: 0x004882DA | branchlink2
[53468.635495] iwlwifi :00:14.3: 0x0047932A | interruptlink1
[53468.635498] iwlwifi :00:14.3: 0x0047932A | interruptlink2



It looks like a iwlwifi firmware crash.

See the dmesg log attached.

Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-firmware 1.183.1
ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
Uname: Linux 5.3.0-19-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Nov 13 02:54:38 2019
Dependencies:
 
InstallationDate: Installed on 2019-09-26 (47 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
PackageArchitecture: all
SourcePackage: linux-firmware
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug eoan

** Attachment added: "dmesg log"
   
https://bugs.launchpad.net/bugs/1852364/+attachment/5304906/+files/bug_iwl.txt

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

Title:
  iwlwifi: Microcode SW error detected

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

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

[Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2019-11-12 Thread Martin S
<<<
Ah, please test model=dell-headset3, it should work.

And please also add options snd-hda-codec-realtek dyndbg, then boot the
system without the headphone plugged.

after boot up, plug headphone, and test if it works well. If it works well, 
please upload the dmesg.


Yes, headphones work well. dmesg output is attached.

Thank you.


** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1851518/+attachment/5304905/+files/dmesg.txt

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

Title:
  [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on
  internal speakers, very very quiet on headphones

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

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

[Bug 1852363] [NEW] Non working button to open the printers configuration

2019-11-12 Thread Sebastien Bacher
Public bug reported:

Using 19.10 with the current snap
- click print
- in the print dialog, select the 'destination' 'see more' option
- click the manage button at the bottom

The printers line has an icon to open the printer configuration dialog
which doesn't work, it probably tries to call a command which isn't
available from the snap environment?

** Affects: chromium-browser (Ubuntu)
 Importance: Low
 Status: New


** Tags: snap

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

Title:
  Non working button to open the printers configuration

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

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

[Bug 1852362] [NEW] ColorManager/Avahi apparmor denials when selecting printer

2019-11-12 Thread Sebastien Bacher
Public bug reported:

Using 19.10 with the current snap, when clicking on printing and
selecting a printer the journal gets apparmor denials about avahi and
colormanager

pid=915 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED"
operation="dbus_method_call"  bus="system" path="/"
interface="org.freedesktop.Avahi.Server" member="ServiceBrowserNew"
mask="send" name="org.freedesktop.Avahi" pid=24201
label="snap.chromium.chromium" peer_pid=935 peer_label="unconfined"

pid=915 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED"
operation="dbus_method_call"  bus="system"
path="/org/freedesktop/ColorManager"
interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send"
name=":1.17" pid=24201 label="snap.chromium.chromium" peer_pid=1018
peer_label="unconfined"

** Affects: chromium-browser (Ubuntu)
 Importance: Low
 Status: New


** Tags: snap

** Changed in: chromium-browser (Ubuntu)
   Importance: Undecided => Low

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

Title:
  ColorManager/Avahi apparmor denials when selecting printer

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

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

[Bug 1847479] Re: update-manager window expands off-screen (which effectively stops distribution upgrade)

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

** Changed in: update-manager (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/1847479

Title:
  update-manager window expands off-screen (which effectively stops
  distribution upgrade)

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

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

[Bug 1847892] Re: large performance regression (~30-40%) in wifi with 19.10 / 5.3 kernel

2019-11-12 Thread arQon
Thanks Kai.

Yes, I really want to use Ubuntu kernel to bisect: or at least, I need
the option to be able to - because if the problem is coming from the
Ubuntu patchset, I could spend weeks bisecting mainline and never find
it, whereas if I bisect the Ubuntu tree I'm guaranteed to find it and
that one can be mapped back to mainline if needed, whereas we can't go
the other way around.

The other critical aspect to having the Ubuntu tree available is that it
gives me the Ubuntu 5.0.0-23 build as a sanity check, it case the
problem is being caused elsewhere. Remember, this is *wifi* we're
talking about: any number of pieces could be to blame, from a power
outage resetting something in the router (20/40 coexistence, for
example) to physical antennas in multiple devices, and so on. I need a
way to validate beyond question that it IS the kernel that's at fault
before I go any further with this to avoid risking wasting everybody's
time, including yours.  :)

Anyway, now that I have that info I'll free up a Passport and get things
underway. Thanks again.

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

Title:
  large performance regression (~30-40%) in wifi with 19.10 / 5.3 kernel

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

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

[Bug 1834586] Re: ICX: mcelog support

2019-11-12 Thread quanxian
Update is now upstream. Tag v166 in the kernel.org GIT tree.

ee90ff20ce6a ("mcelog: Add support for Icelake server, Icelake-D, and
Snow Ridge")

** Changed in: intel
   Status: New => Fix Committed

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

Title:
  ICX: mcelog support

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

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

[Bug 1759591] Re: gnome-control-center assert failure: corrupted size vs. prev_size

2019-11-12 Thread Sebastien Bacher
Confirmed it's still happening on 19.10 and reported upstream on
https://gitlab.gnome.org/GNOME/gnome-control-center/issues/773

** Bug watch added: gitlab.gnome.org/GNOME/gnome-control-center/issues #773
   https://gitlab.gnome.org/GNOME/gnome-control-center/issues/773

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed => Triaged

** Summary changed:

- gnome-control-center assert failure: corrupted size vs. prev_size
+ [printer] segfault when printing a test page

** Also affects: gnome-control-center via
   https://gitlab.gnome.org/GNOME/gnome-control-center/issues/773
   Importance: Unknown
   Status: Unknown

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

Title:
  [printer] segfault when printing a test page

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1759591/+subscriptions

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

[Bug 1852173] Re: GUI applications with root access don't open

2019-11-12 Thread shashank bezgoan
Hi As I mentioned, none of the apps including the Users in settings is
getting the root previlege.

Please let me know if you want to test any specific GUI based app or
system app.


Thanks
Shashank.

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

Title:
  GUI applications with root access don't open

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

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

[Bug 1741074] Re: [snap] chrome-gnome-shell extension fails to detect native host connector

2019-11-12 Thread Proton Pony
Chromium is now incapable of managing extensions for Ubuntu's primary
desktop environment? This issue is tolerable only because Google Chrome
is not affected. Is Google somehow behind this apparent reluctance to
remedy the problem?

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

Title:
  [snap] chrome-gnome-shell extension fails to detect native host
  connector

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

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

[Bug 1804978] Re: Crash on "Eject" with two tabs open

2019-11-12 Thread Scott Cowles Jacobs
Debian apparently has a separate repository for debug packages.  I found and 
installed nemo-dbgsym and nemo-fileroller-dbgsym, and re-ran gdb.
(terminal output for gdb without dbgsym is shown in comment #6, above)

No crash.

Ran without gdb.

Crash.

I will attach the no-crash terminal output for gdb nemo.

I find it significant that both times it crashed, whether with gdb
without dbgsym, or without gdb, the same seven lines were printed:

with gdb (no dbgsym):
(nemo:2004): Gtk-CRITICAL **: 20:42:29.116: gtk_container_foreach: assertion 
'GTK_IS_CONTAINER (container)' failed   



  





   
(nemo:2004): Gtk-CRITICAL **: 20:42:29.117: gtk_container_foreach: assertion 
'GTK_IS_CONTAINER (container)' failed   



  





   
(nemo:2004): Gtk-CRITICAL **: 20:42:29.117: gtk_container_foreach: assertion 
'GTK_IS_CONTAINER (container)' failed   



  





   
(nemo:2004): Gtk-CRITICAL **: 20:42:29.118: gtk_container_foreach: assertion 
'GTK_IS_CONTAINER (container)' failed   



  





   
(nemo:2004): Gtk-CRITICAL **: 20:42:29.118: gtk_container_foreach: assertion 
'GTK_IS_CONTAINER (container)' failed   



  





   
(nemo:2004): Gtk-CRITICAL **: 20:42:29.118: gtk_container_foreach: assertion 
'GTK_IS_CONTAINER (container)' failed   

 

[Bug 1804978] Re: Crash on "Eject" with two tabs open

2019-11-12 Thread Scott Cowles Jacobs
** Attachment added: "nemo_gdb_with_dbgsym.txt"
   
https://bugs.launchpad.net/ubuntu/+source/nemo/+bug/1804978/+attachment/5304903/+files/nemo_gdb_with_dbgsym.txt

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

Title:
  Crash on "Eject" with two tabs open

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

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

[Bug 1850775] Re: DNS info is not loaded by dhclient

2019-11-12 Thread Pengpeng Sun
@Balint, thanks a lot for the information.

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

Title:
  DNS info is not loaded by dhclient

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

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

[Bug 1844570] Re: xtables-addons fail to build with linux-hwe-edge 5.3

2019-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package xtables-addons - 3.0-0.1ubuntu3

---
xtables-addons (3.0-0.1ubuntu3) bionic; urgency=medium

  * Fix build issues with Linux 5.3 (LP: #1844570)
- 0002-fix-deprecated-flags-field.patch
- 0003-fix-deprecated-skb_make_writable.patch

 -- Thadeu Lima de Souza Cascardo   Wed, 18 Sep
2019 18:54:36 +

** Changed in: xtables-addons (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  xtables-addons fail to build with linux-hwe-edge 5.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1844570/+subscriptions

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

[Bug 1844570] Update Released

2019-11-12 Thread Chris Halse Rogers
The verification of the Stable Release Update for xtables-addons has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  xtables-addons fail to build with linux-hwe-edge 5.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1844570/+subscriptions

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

[Bug 1851554] Re: can't install gnome shell extensions

2019-11-12 Thread Sebastien Bacher
Ok, sorry then I've no idea what in the user profile is creating the
problem, maybe upstream would have a better clue...

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

Title:
  can't install gnome shell extensions

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

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

[Bug 1852067] Re: [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound from built-in speakers after disconnecting headphones. Prior to connecting headphones speakers works ok.

2019-11-12 Thread Hui Wang
following the #5, the testing kernel is at:
https://people.canonical.com/~hwang4/conexant-test/

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

Title:
  [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound
  from built-in speakers after disconnecting headphones. Prior to
  connecting headphones speakers works ok.

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

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

[Bug 1852067] Re: [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound from built-in speakers after disconnecting headphones. Prior to connecting headphones speakers works ok.

2019-11-12 Thread Hui Wang
Please test this kernel, let us see if the kernel fixes the problem or
not.

If not, please upload a new alsa-info.txt.

thx.

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

Title:
  [HP ZBook Studio G5, Conexant Generic, Speaker, Internal] No sound
  from built-in speakers after disconnecting headphones. Prior to
  connecting headphones speakers works ok.

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

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

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

2019-11-12 Thread Sebastien Bacher
** Tags added: rls-ee-incoming rls-ff-incoming

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

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

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

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

[Bug 1851127] Re: app page shows no install progress

2019-11-12 Thread Sebastien Bacher
** Tags added: desktop-lts-wishlist

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

Title:
  app page shows no install progress

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

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

[Bug 1848900] Re: [amdgpu] Blank display with Eoan Ermine live DVD on Ryzen 3 2200G

2019-11-12 Thread Morten Kjeldgaard
@kaihengfegn I guess I need this one:

  linux-image-
unsigned-5.4.0-050400rc7-generic_5.4.0-050400rc7.201911102031_amd64.deb

as well as the corresponding headers and modules.

but what does "unsigned" mean?

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

Title:
  [amdgpu] Blank display with Eoan Ermine live DVD on Ryzen 3 2200G

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

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

[Bug 1851568] Re: monitor configuration restored incorrectly upon Wayland login

2019-11-12 Thread Sebastien Bacher
Thanks

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

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

Title:
  monitor configuration restored incorrectly upon Wayland login

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

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

[Bug 1844719] Update Released

2019-11-12 Thread Chris Halse Rogers
The verification of the Stable Release Update for v4l2loopback has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  v4l2loopback fails to build with linux-hwe-edge 5.3

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

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

[Bug 1778705] Re: skey in ubuntu-kvm-unit-test failed on X/C zVM

2019-11-12 Thread Connor Kuehl
We are still affected by this: http://10.246.72.4/test-
results/4.4.0-167.196-generic/s2lp6g001__4.4.0-167.196__2019-10-23_08-15-00/ubuntu_kvm_unit_tests/results/ubuntu_kvm_unit_tests.skey/debug/ubuntu_kvm_unit_tests.skey.DEBUG.html

** Changed in: ubuntu-kernel-tests
   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/1778705

Title:
  skey in ubuntu-kvm-unit-test failed on X/C zVM

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

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

[Bug 1844719] Re: v4l2loopback fails to build with linux-hwe-edge 5.3

2019-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package v4l2loopback - 0.10.0-1ubuntu1.2

---
v4l2loopback (0.10.0-1ubuntu1.2) bionic; urgency=medium

  * Fix build for kernel 5.3 (LP: #1844719)
- 0003-Replace-v4l2_get_timestamp-with-ktime_get_ts-64

 -- Thadeu Lima de Souza Cascardo   Thu, 19 Sep
2019 16:06:37 -0300

** Changed in: v4l2loopback (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  v4l2loopback fails to build with linux-hwe-edge 5.3

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

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

[Bug 1844591] Update Released

2019-11-12 Thread Chris Halse Rogers
The verification of the Stable Release Update for nat-rtsp has completed
successfully and the package is now being released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  nat-rtsp fails to build with linux-hwe-edge 5.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nat-rtsp/+bug/1844591/+subscriptions

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

[Bug 1844739] Re: Latest Firefox update freezing my system

2019-11-12 Thread paz
$ free
  totalusedfree  shared  buff/cache   available
Mem:1022440  299328  378272 808  344840  567588
Swap:603372  344256  259116

 $ cat /proc/swaps
FilenameTypeSizeUsedPriority
/dev/sda6   partition   92156   792 -1
/dev/zram0  partition   255608  171064  5
/dev/zram1  partition   255608  171048  5

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

Title:
  Latest Firefox update freezing my system

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

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

[Bug 1844591] Re: nat-rtsp fails to build with linux-hwe-edge 5.3

2019-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package nat-rtsp -
0.7+1.g2ea3cb6-1ubuntu1~18.04.2

---
nat-rtsp (0.7+1.g2ea3cb6-1ubuntu1~18.04.2) bionic; urgency=medium

  * Fix build with 5.3 kernel (LP: #1844591)
- 0001-Fix-build-with-Linux-5.3.patch

 -- Thadeu Lima de Souza Cascardo   Wed, 18 Sep
2019 23:42:37 +

** Changed in: nat-rtsp (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

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

Title:
  nat-rtsp fails to build with linux-hwe-edge 5.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nat-rtsp/+bug/1844591/+subscriptions

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

[Bug 1747847] Re: Tests in ubuntu_qrt_kernel_security (021, 022) complains about ASLR not functional on Trusty ARM64

2019-11-12 Thread Connor Kuehl
This is still an issue: http://10.246.72.4/test-
results/3.13.0-174.225-generic/ms10-35-mcdivittB0-kernel__3.13.0-174.225__2019-10-04_08-59-00/ubuntu_qrt_kernel_security/results/ubuntu_qrt_kernel_security
.test-kernel-security.py/debug/ubuntu_qrt_kernel_security.test-kernel-
security.py.DEBUG.html

** Changed in: ubuntu-kernel-tests
   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/1747847

Title:
  Tests in ubuntu_qrt_kernel_security (021, 022) complains about ASLR
  not functional on Trusty ARM64

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1747847/+subscriptions

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

[Bug 1778705] Re: skey in ubuntu-kvm-unit-test failed on X/C zVM

2019-11-12 Thread Connor Kuehl
** Changed in: linux (Ubuntu Cosmic)
   Status: New => Won't Fix

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

Title:
  skey in ubuntu-kvm-unit-test failed on X/C zVM

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

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

[Bug 1848921] Re: iwlwifi firmware crashes intel 9260ac [8086:2526] subsystem [8086:0010]

2019-11-12 Thread Akshay
I am having the same problem, wifi adapter not detected Ubuntu 19.10 / Intel 
9260. 
[4.778071] Loading modules backported from iwlwifi
[4.778073] iwlwifi-stack-public:master:8042:654c426c
[4.931110] iwlwifi :73:00.0: enabling device ( -> 0002)
[5.297929] iwlwifi: probe of :73:00.0 failed with error -110

How can I use the dkms backport (commands)?

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

Title:
  iwlwifi firmware crashes intel 9260ac [8086:2526] subsystem
  [8086:0010]

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

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

[Bug 1808389] Re: iwlwifi Intel 8265 firmware crashing on lenovo x1 Gen 6

2019-11-12 Thread Russell Neches
On my X1 Carbon 4th gen, kernel 5.3.0-22-generic seems to have
completely fixed the issue. Yay!

$ uname -a
Linux evenedric 5.3.0-22-generic #24-Ubuntu SMP Sat Nov 9 17:34:30 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  iwlwifi  Intel 8265 firmware crashing on lenovo x1 Gen 6

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

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

[Bug 1747823] Re: noresv-preserve-resv-page test in libhugetlbfs failed on Trusty arm64

2019-11-12 Thread Connor Kuehl
This is still an issue: http://10.246.72.4/test-
results/3.13.0-174.225-generic/ms10-35-mcdivittB0-kernel__3.13.0-174.225__2019-10-04_10-32-00/libhugetlbfs/results/libhugetlbfs/debug/libhugetlbfs.DEBUG.html

** Changed in: ubuntu-kernel-tests
   Status: Confirmed => Triaged

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

Title:
  noresv-preserve-resv-page test in libhugetlbfs failed on Trusty arm64

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

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

[Bug 1747630] Re: Kernel security test test_022_aslr_hardy_vdso failed on Precise i386

2019-11-12 Thread Connor Kuehl
Precise ESM reached end of life in April 2019.

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

** Changed in: ubuntu-kernel-tests
   Status: Confirmed => Invalid

** Changed in: qa-regression-testing
   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/1747630

Title:
  Kernel security test test_022_aslr_hardy_vdso failed on Precise i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1747630/+subscriptions

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

[Bug 1728681] Re: postinst script fails if data_path not set in client.conf

2019-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package landscape-client -
16.03-0ubuntu2.16.04.7

---
landscape-client (16.03-0ubuntu2.16.04.7) xenial; urgency=medium

  * d/p/product-name-vminfo-1828217.patch: Add product_name to things scanned
for vm_info (LP: #1828217)
  * d/landscape-client.postinst: Set default value if data_path is
missing. (LP: #1728681)
  * d/p/stagger-launch-1788518.patch: Add option to stagger launch of broker
plugins. (LP: #1788518)
  * d/landscape-client.init: Fix init script stop action (LP: #1833137)

 -- Simon Poirier   Fri, 28 Jun 2019
12:18:32 -0400

** Changed in: landscape-client (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  postinst script fails if data_path not set in client.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1728681/+subscriptions

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

[Bug 1788518] Re: Intervals should be staggered

2019-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package landscape-client -
16.03-0ubuntu2.16.04.7

---
landscape-client (16.03-0ubuntu2.16.04.7) xenial; urgency=medium

  * d/p/product-name-vminfo-1828217.patch: Add product_name to things scanned
for vm_info (LP: #1828217)
  * d/landscape-client.postinst: Set default value if data_path is
missing. (LP: #1728681)
  * d/p/stagger-launch-1788518.patch: Add option to stagger launch of broker
plugins. (LP: #1788518)
  * d/landscape-client.init: Fix init script stop action (LP: #1833137)

 -- Simon Poirier   Fri, 28 Jun 2019
12:18:32 -0400

** Changed in: landscape-client (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  Intervals should be staggered

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1788518/+subscriptions

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

[Bug 1830197] Re: e1000e driver - uploading slowed to a crawl.

2019-11-12 Thread Jan Vesely
Oh and it's also for certain hosts. Connecting to a host on the same
network gives reliable 96Mbps.

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

Title:
  e1000e driver - uploading slowed to a crawl.

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

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

[Bug 1828217] Re: Machine not being detected as VM

2019-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package landscape-client -
16.03-0ubuntu2.16.04.7

---
landscape-client (16.03-0ubuntu2.16.04.7) xenial; urgency=medium

  * d/p/product-name-vminfo-1828217.patch: Add product_name to things scanned
for vm_info (LP: #1828217)
  * d/landscape-client.postinst: Set default value if data_path is
missing. (LP: #1728681)
  * d/p/stagger-launch-1788518.patch: Add option to stagger launch of broker
plugins. (LP: #1788518)
  * d/landscape-client.init: Fix init script stop action (LP: #1833137)

 -- Simon Poirier   Fri, 28 Jun 2019
12:18:32 -0400

** Changed in: landscape-client (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  Machine not being detected as VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1828217/+subscriptions

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

[Bug 1833137] Re: Landscape-client service fails to stop on disco+

2019-11-12 Thread Launchpad Bug Tracker
This bug was fixed in the package landscape-client -
16.03-0ubuntu2.16.04.7

---
landscape-client (16.03-0ubuntu2.16.04.7) xenial; urgency=medium

  * d/p/product-name-vminfo-1828217.patch: Add product_name to things scanned
for vm_info (LP: #1828217)
  * d/landscape-client.postinst: Set default value if data_path is
missing. (LP: #1728681)
  * d/p/stagger-launch-1788518.patch: Add option to stagger launch of broker
plugins. (LP: #1788518)
  * d/landscape-client.init: Fix init script stop action (LP: #1833137)

 -- Simon Poirier   Fri, 28 Jun 2019
12:18:32 -0400

** Changed in: landscape-client (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  Landscape-client service fails to stop on disco+

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1833137/+subscriptions

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

[Bug 1747828] Re: chunk-overcommit test in libhugetlbfs test suite will fail on Trusty ARM64

2019-11-12 Thread Connor Kuehl
This is still an issue: http://10.246.72.4/test-
results/3.13.0-174.225-generic/ms10-35-mcdivittB0-kernel__3.13.0-174.225__2019-10-04_10-32-00/libhugetlbfs/results/libhugetlbfs/debug/libhugetlbfs.DEBUG.html

** Changed in: ubuntu-kernel-tests
   Status: Confirmed => Triaged

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

Title:
  chunk-overcommit test in libhugetlbfs test suite will fail on Trusty
  ARM64

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

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

[Bug 1842023] Re: run_netsocktests from net in ubuntu_kernel_selftests failed with X-4.15

2019-11-12 Thread Sean Feole
verified fix for SRU-2019.10.21

** Changed in: ubuntu-kernel-tests
   Status: New => Triaged

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Sean Feole (sfeole)

** Changed in: ubuntu-kernel-tests
   Status: Triaged => Fix Released

** Changed in: linux-hwe (Ubuntu)
   Status: New => Fix Released

** Changed in: linux (Ubuntu)
   Status: Incomplete => 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/1842023

Title:
  run_netsocktests from net in ubuntu_kernel_selftests failed with
  X-4.15

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

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

[Bug 1684789] Re: trunc-file.sh.btrfs from ubuntu_ecryptfs test-suite failed on T-LTS

2019-11-12 Thread Connor Kuehl
I just tried this on an s390x box running Xenial. This is still an
issue, but I don't think constrained to T-LTS like mentioned earlier.

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

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

** Changed in: ubuntu-kernel-tests
   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/1684789

Title:
  trunc-file.sh.btrfs from ubuntu_ecryptfs test-suite failed on T-LTS

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

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

[Bug 1837543] Re: crypto_user02 in crypto from ubuntu_ltp failed

2019-11-12 Thread Sean Feole
** Changed in: ubuntu-kernel-tests
   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/1837543

Title:
  crypto_user02 in crypto from ubuntu_ltp failed

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

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

[Bug 1717856] Re: Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise i386

2019-11-12 Thread Connor Kuehl
ESM for Precise ended in April 2019.

** Changed in: linux (Ubuntu Precise)
   Status: Confirmed => Won't Fix

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

** Changed in: ubuntu-kernel-tests
   Status: Confirmed => Invalid

** Changed in: qa-regression-testing
   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/1717856

Title:
  Kernel security test test_021_aslr_dapper_libs failed on 3.2 Precise
  i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/qa-regression-testing/+bug/1717856/+subscriptions

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

[Bug 1841410] Re: Module extra package is not available for Trusty AWS

2019-11-12 Thread Sean Feole
Sam updated the quota rules in autotest-client-tests on Aug 26th in
commit 29ab00ab179418fce9310632a4a58edc5cf5a259   which addressed the
issue with ubuntu_ltp_syscalls

I pushed commit a54839d364ff085a28e4826a669ed840234dff4b to ensure the
correct rules are in place for ubuntu_quota_smoke_test and
ubuntu_zram_smoke_test

Any Yes Fan notify was fixed in bug 775165 , so essentially 3 fixes at
once here.

Marking Fix-Released

** Changed in: ubuntu-kernel-tests
   Status: In Progress => Fix Released

** Changed in: linux-aws (Ubuntu)
   Status: New => Fix Released

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

Title:
  Module extra package is not available for Trusty AWS

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

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

[Bug 1803179]

2019-11-12 Thread mfulz
Of course I've set the power to auto for everything

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

Title:
  System does not reliably come out of suspend

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

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

[Bug 1803179]

2019-11-12 Thread mfulz
I've tryed the patches and can confirm that the issues with lockups are
gone with just using bumblebee (unloading nvidia module).

But still the problems are the same:
1.) Just unloading the nvidia modules keeps the power consumption up to 13/14W 
which is 5-6W more (almoest double) in compare to intel only ~8W

2.) Using acpi call to poweroff the nvidia card completely which drops
the power consumption to 8W the lockups are back.

So for me the patches are 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/1803179

Title:
  System does not reliably come out of suspend

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

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

[Bug 1830197] Re: e1000e driver - uploading slowed to a crawl.

2019-11-12 Thread Jan Vesely
I've run into similar problem, and I don't think it's e1000e driver
issue.

My device:
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network 
Connection (Lewisville) (rev 04)
Subsystem: Dell 82579LM Gigabit Network Connection (Lewisville)
Kernel driver in use: e1000e
Kernel modules: e1000e

speedtest-cli gives:
Download: 93.51 Mbit/s
Testing upload Upload: 3.91 Mbit/s

However, if I run speedtest from fedora VM on the same machine it gives:
Download: 93.40 Mbit/s
Upload: 68.75 Mbit/s

it doesn't even have to be a VM. Running docker:
$ docker run --rm  -it fedora:latest /bin/bash
[root@e4d188a07bff /]# dnf install -y speedtest-cli
...
[root@e4d188a07bff /]# speedtest-cli
...
Download: 81.67 Mbit/s
Upload: 39.02 Mbit/s

However:
$ docker run --rm  fedora:latest dnf install -y speedtest-cli && speedtest-cli
...
...
...
Download: 93.48 Mbit/s
Upload: 3.86 Mbit/s

More experiemnts:
$ docker run --rm -it  fedora:latest dnf install -y speedtest-cli && 
speedtest-cli
...
...
...
Download: 93.48 Mbit/s
Upload: 3.86 Mbit/s

finally, $ docker run --rm -it  fedora:latest /bin/bash -c "dnf install -y 
speedtest-cli && speedtest-cli"
...
...
Download: 93.46 Mbit/s
Upload: 66.97 Mbit/s

so it looks like ubuntu is detecting interactive processes and
deprioritizing everything else

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

Title:
  e1000e driver - uploading slowed to a crawl.

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

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

[Bug 1803179]

2019-11-12 Thread mfulz
More infos:

powertop shows this when using intel gpu only (my workarounds from post
https://bugzilla.kernel.org/show_bug.cgi?id=156341#c139)

  0.0%PCI Device: Intel Corporation Xeon E3-1200 v5/E3-1500 
v5/6th Gen Core Processor PCIe Controller (x16)
  0.0%PCI Device: Intel Corporation Cannon Lake PCH HECI 
Controller
  0.0%PCI Device: NVIDIA Corporation GP107M [GeForce GTX 
1050 Mobile]
  0.0%PCI Device: Intel Corporation Cannon Lake PCH SPI 
Controller
  0.0%PCI Device: Intel Corporation Cannon Lake PCH cAVS
  0.0%PCI Device: NVIDIA Corporation GP107GL High 
Definition Audio Controller
  0.0%PCI Device: Intel Corporation Cannon Lake PCH Shared 
SRAM
  0.0%PCI Device: Intel Corporation Cannon Lake PCH SMBus 
Controller
  0.0%PCI Device: Intel Corporation Cannon Lake PCH PCI 
Express Root Port #14
 
when using the patches with nvidia modules unloaded and power set to auto its 
still saying 100%

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

Title:
  System does not reliably come out of suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1803179/+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   8   9   >