[Group.of.nepali.translators] [Bug 1825010] Re: [sru] Update sosreport to 3.8

2019-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package sosreport - 3.8-1ubuntu1

---
sosreport (3.8-1ubuntu1) focal; urgency=low

  * Merge from Debian unstable.  Remaining changes: (LP: #1825010)
- Patch renamed to d/p/0001-split-lastlog-per-uid-ranges.patch

  * Additional patches:
   - d/p/0002-snappy-check-for-connectivity-to-the-snapstore.patch
   - d/p/0003-lxd-support-lxd-3.0.x.patch
   - d/p/0004-grafana-updates-debian-ubuntu.patch
   - d/p/0005-k8s-enable-plugin-for-ubuntu-CDK.patch
   - d/p/0006-k8s-separate-redhat-and-ubuntu.patch
   - d/p/0007-juju-dont-restart-juju-db-service.patch
   - d/p/0008-debian-archive-name-friendly.patch

 -- Eric Desrochers   Sun, 15 Sep 2019
15:44:14 +

** Changed in: sosreport (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1825010

Title:
  [sru] Update sosreport to 3.8

Status in sosreport package in Ubuntu:
  Fix Released
Status in sosreport source package in Trusty:
  Won't Fix
Status in sosreport source package in Xenial:
  New
Status in sosreport source package in Bionic:
  New
Status in sosreport source package in Cosmic:
  New
Status in sosreport source package in Disco:
  New
Status in sosreport source package in Eoan:
  In Progress
Status in sosreport source package in Focal:
  Fix Released
Status in sosreport package in Debian:
  Fix Released

Bug description:
  [Impact]

  sosreport 3.8 has been released including further enhancements in core 
sosreport functionality:
  https://github.com/sosreport/sos/releases/tag/3.8

  It would be great to find sosreport v3.8 in supported stable releases,
  considering the fact that the release (especially LTSes) will be
  supported for a couple of years still:

  sosreport is widely use by Canonical support team to troubleshoot UA
  customer, other vendors and community users. These improvement will
  benefit all of them.

  sosreport 3.8 contains a number of enhancements, new features, and bug
  fixes. (See "Release Note" below)

  Just like we did for :
  - v3.5 (LP: #1734983)
  - v3.6 (LP: #1775195)

  [Test Case]

   * Install sosreport
   * Run sosreport
     - sosreport plugins are separated by subject (juju, MAAS, grub, zfs,...) 
and allow the capability to detect (based on file and package) if it exist 
and/or installed and then only run the necessary plugins based on the detection 
made.

  It creates a files under /tmp in the form of :
  /tmp/sosreport-sos38X-20190416160152.tar.xz  # Actual sosreport
  /tmp/sosreport-sos38X-20190416160152.tar.xz.md5  # MD5 checksum

  Only accessible by root user:
  -rw--- 1 root root 1619000 Apr 16 16:07 
/tmp/sosreport-sos38X-20190416160152.tar.xz

  Ideally, since we can't test all plugins, it would be good to have a
  few testers using different HW, kernel, installation with a focus on
  juju, MAAS, LXD, canonical-livepatch, 

  Looking for any error on the terminal while sosreport is running or
  post-sosreport run in /tmp/sosreport-*/sos_logs/

  [Regression Potential]

   * Risk is low.

   * We did some dogfooding on sosreport, but we can't test each
  individual plugins and scenarios one by one, that would just be
  impossible but we have tested the ones we considered important and
  Ubuntu/Canonical related (canonical-livepatch, MAAS, juju, snappy),
  Openstack, mandatory file (logs, dmidecode, installed-debs and so on)

   * Plugin bug is an eventuality, but they are usually easy to fix and
  the impact will be isolated to the plugin itself or section of the
  plugin. If a plugin has a bug the worst that could happen is that this
  particular plugin won't (or partially) collect information.

  [Other information]

  * Release note:
  https://github.com/sosreport/sos/releases/tag/3.8

  * Plugins:
  sosreport contains in total: 284 plugins

  - 185 plugins that used UbuntuPlugin and/or DebianPlugin that might
  been triggered at sosreport run.

  -  97 plugins not using UbuntuPlugin and/or DebianPlugin. Basically
  useless in a Ubuntu context.

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

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1849871] Re: Skip frame when buffer overflow on UVC camera

2019-10-25 Thread Kai-Heng Feng
** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

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

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

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1849871

Title:
  Skip frame when buffer overflow on UVC camera

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New

Bug description:
  [Impact]
  Currently to use Intel RealSense, kernel needs to be patched [1].
  This SRU is to bring one of several fixes to Ubuntu kernel. 

  "Some cameras post inaccurate frame where next frame data overlap
  it. this results in screen flicker, and it need to be prevented."

  [Fix]
  "So this patch marks the buffer error to discard the frame where
  buffer overflow."

  [Test]
  I don't have such bad device so I can't test it. By reading through the
  code, this patch seems to be correct.

  [Regression Potential]
  Low. This patch has been in the kernel tree for more than two years and
  it doesn't bring any regression. So it should be fairly safe. 

  [1] https://github.com/IntelRealSense/librealsense/blob/master/scripts
  /patch-realsense-ubuntu-lts.sh

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

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1849033] Re: xenial/linux-deeplens: 4.15.0-1011.11 -proposed tracker

2019-10-25 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/certification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: In Progress => Fix Committed

** Changed in: kernel-sru-workflow/verification-testing
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Fix Committed => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1849854
  packages:
main: linux-deeplens
meta: linux-meta-deeplens
- phase: Promote to Proposed
- phase-changed: Friday, 25. October 2019 10:11 UTC
+ phase: Ready for Testing
+ phase-changed: Friday, 25. October 2019 16:24 UTC
+ proposed-announcement-sent: true
+ proposed-testing-requested: true
  reason:
-   promote-to-proposed: Stalled -- review in progress
+   certification-testing: Ongoing -- testing in progress
+   verification-testing: Ongoing -- testing in progress
  variant: debs

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1849033

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

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Invalid
Status in Kernel SRU Workflow certification-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Invalid
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Invalid
Status in Kernel SRU Workflow security-signoff series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Invalid

Bug description:
  This bug will contain status and test results related to a kernel
  source (or snap) as stated in the title.

  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1849854
  packages:
main: linux-deeplens
meta: linux-meta-deeplens
  phase: Ready for Testing
  phase-changed: Friday, 25. October 2019 16:24 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
certification-testing: Ongoing -- testing in progress
verification-testing: Ongoing -- testing in progress
  variant: debs

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

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1849854] [NEW] linux-hwe: -proposed tracker

2019-10-25 Thread Stefan Bader
Public bug reported:

This bug will contain status and test results related to a kernel source
(or snap) as stated in the title.

For an explanation of the tasks and the associated workflow see:
  https://wiki.ubuntu.com/Kernel/kernel-sru-workflow

-- swm properties --
replaces: bug 1849034
variant: debs

** Affects: kernel-sru-workflow
 Importance: Undecided
 Status: New

** Affects: kernel-sru-workflow/automated-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: linux-hwe (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux-hwe (Ubuntu Xenial)
 Importance: Medium
 Status: Confirmed


** Tags: kernel-release-tracking-bug kernel-release-tracking-bug-live 
kernel-sru-cycle-2019.10.21-2 xenial

** Also affects: kernel-sru-workflow/automated-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Tags added: kernel-release-tracking-bug xenial

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

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

** Changed in: kernel-sru-workflow/automated-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

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

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided => Medium

** Changed in: 

[Group.of.nepali.translators] [Bug 1843765] Re: rustc 1.37 and cargo 0.38 required by firefox 71

2019-10-25 Thread Michael Hudson-Doyle
** Also affects: cargo (Ubuntu Eoan)
   Importance: Undecided
   Status: New

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

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

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

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

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

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

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

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1843765

Title:
  rustc 1.37 and cargo 0.38 required by firefox 71

Status in cargo package in Ubuntu:
  In Progress
Status in rustc package in Ubuntu:
  Fix Released
Status in cargo source package in Xenial:
  New
Status in rustc source package in Xenial:
  In Progress
Status in cargo source package in Bionic:
  New
Status in rustc source package in Bionic:
  In Progress
Status in cargo source package in Disco:
  New
Status in rustc source package in Disco:
  In Progress
Status in cargo source package in Eoan:
  New
Status in rustc source package in Eoan:
  Fix Released

Bug description:
  Firefox 71+ will require rustc 1.37 and cargo 0.38 to build¹.

  The beta phase for Firefox 71.0 begins on 2019-10-14 and release
  candidates will be available from 2019-10-29.

  We will need these in eoan and all supported releases (xenial, bionic
  and disco).

  ¹ https://bugzilla.mozilla.org/show_bug.cgi?id=1578596

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

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp