[Group.of.nepali.translators] [Bug 1770565] Re: [i915_bpo] Fix flickering issue after panel change

2018-07-06 Thread Anthony Wong
** Changed in: hwe-next
   Status: New => 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/1770565

Title:
  [i915_bpo] Fix flickering issue after panel change

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Fix Released

Bug description:
  [Impact]
  A certain OEM laptop changed the panel type/vendor, and the change regressed 
the driver causing a flickering image. The ODM has tools to measure various 
values of the driver/panel combination, and determined that some voltage levels 
were way too low to pass the spec. The process to bisect the commits took 
weeks, so while it's technically possible that this issue was fixed by a single 
commit (drm/i915: Ignore OpRegion panel type except on select machines), we've 
also kept another 10 commits which upstream thought should help (and did, they 
improved the measured values but not enough).

  So, this backport carries all 11 commits from 4.8/4.9 that the ODM
  verified to pass the tests.

  [Test case]
  Needs to be tested with the ODM tools to be sure.

  [Regression potential]
  There is some, but apart from the necessary refactoring the rest are bugfixes 
to match the HW specs, so this should in fact fix a lot more than just this 
certain machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1770565/+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 1672464] Re: aufs filesystem not available in linux-aws

2018-07-06 Thread Po-Hsu Lin
** Changed in: linux-aws (Ubuntu)
   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/1672464

Title:
  aufs filesystem not available in linux-aws

Status in linux-aws package in Ubuntu:
  Fix Released
Status in linux-aws source package in Xenial:
  Fix Released

Bug description:
  The aufs filesystem is not available in the linux-aws kernel, because
  the aufs driver module is contained in the generic kernel's linux-
  image-extra package.

  There is no -extra package for linux-aws, so the aufs driver should be
  promoted to the main linux-image package for linux-aws.

  Reference http://kernel.ubuntu.com/testing/tracker-index.html test
  case: "ubuntu_aufs_smoke_test"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-aws/+bug/1672464/+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 1746318] Re: linux-aws serial console not recognized

2018-07-06 Thread Po-Hsu Lin
** Changed in: linux-aws (Ubuntu)
   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/1746318

Title:
  linux-aws serial console not recognized

Status in linux-aws package in Ubuntu:
  Fix Released
Status in linux-aws source package in Trusty:
  Fix Released
Status in linux-aws source package in Xenial:
  Fix Released

Bug description:
  In order to support serial console on some future instance types:
   - Add Amazon PCI serial device ID to 8250 driver
   - Reduce 8250 number of UART's configs down to 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-aws/+bug/1746318/+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 1780442] [NEW] Please backport fix for & in attributes

2018-07-06 Thread Mario Limonciello
Public bug reported:

[Impact]

There are instances of fwupd being unable to run updates on certain
devices on Ubuntu 16.04. due to a "&" in metadata.

[Test Case]

 * Try to perform an update on a 8bitdo affected device.

[Regression Potential]

 * Regressions would occur in metadata processing where the fwupd daemon
wouldn't be able to process it.

[Other Info]
 
This was discussed here:
https://github.com/hughsie/fwupd/issues/565#issuecomment-402534337

This has been fixed in appstream-glib to prevent & in the metadata.  This fix 
is already in 18.04 and just needs to be backported to 16.04.
https://github.com/hughsie/appstream-glib/commit/6048520484101df5d33f3c852c10640e630d20cf

** Affects: fwupd
 Importance: Unknown
 Status: Unknown

** Affects: appstream-glib (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: appstream-glib (Ubuntu Xenial)
 Importance: Undecided
 Status: New

** Also affects: appstream-glib (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: appstream-glib (Ubuntu)
   Status: New => Fix Released

** Description changed:

- There are instances of fwupd being unable to run updates on certain devices 
on Ubuntu 16.04. due to a "&" in metadata. 
+ [Impact]
+ 
+ There are instances of fwupd being unable to run updates on certain
+ devices on Ubuntu 16.04. due to a "&" in metadata.
+ 
+ [Test Case]
+ 
+  * Try to perform an update on a 8bitdo affected device.
+ 
+ [Regression Potential]
+ 
+  * Regressions would occur in metadata processing where the fwupd daemon
+ wouldn't be able to process it.
+ 
+ [Other Info]
+  
+ This was discussed here:
  https://github.com/hughsie/fwupd/issues/565#issuecomment-402534337
  
  This has been fixed in appstream-glib to prevent & in the metadata.  This fix 
is already in 18.04 and just needs to be backported to 16.04.
  
https://github.com/hughsie/appstream-glib/commit/6048520484101df5d33f3c852c10640e630d20cf

** Bug watch added: github.com/hughsie/fwupd/issues #565
   https://github.com/hughsie/fwupd/issues/565

** Also affects: fwupd via
   https://github.com/hughsie/fwupd/issues/565
   Importance: Unknown
   Status: Unknown

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

Title:
  Please backport fix for & in attributes

Status in Fwupd:
  Unknown
Status in appstream-glib package in Ubuntu:
  Fix Released
Status in appstream-glib source package in Xenial:
  New

Bug description:
  [Impact]

  There are instances of fwupd being unable to run updates on certain
  devices on Ubuntu 16.04. due to a "&" in metadata.

  [Test Case]

   * Try to perform an update on a 8bitdo affected device.

  [Regression Potential]

   * Regressions would occur in metadata processing where the fwupd
  daemon wouldn't be able to process it.

  [Other Info]
   
  This was discussed here:
  https://github.com/hughsie/fwupd/issues/565#issuecomment-402534337

  This has been fixed in appstream-glib to prevent & in the metadata.  This fix 
is already in 18.04 and just needs to be backported to 16.04.
  
https://github.com/hughsie/appstream-glib/commit/6048520484101df5d33f3c852c10640e630d20cf

To manage notifications about this bug go to:
https://bugs.launchpad.net/fwupd/+bug/1780442/+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 1780128] Re: linux-hwe-edge: 4.15.0-26.28~16.04.1 -proposed tracker

2018-07-06 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing
   Status: New => Confirmed

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

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

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => In Progress

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

** Description changed:

  This bug is for tracking the  upload package. This
  bug will contain status and testing results related to that upload.
  
  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: 1780112
  phase: Uploaded
+ kernel-stable-phase-changed:Friday, 06. July 2018 16:33 UTC
+ kernel-stable-phase:Promoted to proposed

** Description changed:

  This bug is for tracking the  upload package. This
  bug will contain status and testing results related to that upload.
  
  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: 1780112
- phase: Uploaded
- kernel-stable-phase-changed:Friday, 06. July 2018 16:33 UTC
- kernel-stable-phase:Promoted to proposed
+ phase: Promoted to proposed
+ proposed-announcement-sent: true
+ proposed-testing-requested: true

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

Title:
  linux-hwe-edge: 4.15.0-26.28~16.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Confirmed
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Invalid
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:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow upload-to-ppa series:
  New
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux-hwe-edge package in Ubuntu:
  Invalid
Status in linux-hwe-edge source package in Xenial:
  Confirmed

Bug description:
  This bug is for tracking the  upload package.
  This bug will contain status and testing results related to that
  upload.

  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: 1780112
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1780128/+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 1780124] Re: linux-gcp: 4.15.0-1012.12~16.04.2 -proposed tracker

2018-07-06 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing
   Status: New => Confirmed

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

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

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => In Progress

** Changed in: kernel-sru-workflow/snap-release-to-beta
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/snap-release-to-edge
   Status: New => Confirmed

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

** Description changed:

  This bug is for tracking the  upload package. This
  bug will contain status and testing results related to that upload.
  
  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: 1780112
  phase: Uploaded
+ kernel-stable-phase-changed:Friday, 06. July 2018 16:32 UTC
+ kernel-stable-phase:Promoted to proposed

** Description changed:

  This bug is for tracking the  upload package. This
  bug will contain status and testing results related to that upload.
  
  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: 1780112
- phase: Uploaded
- kernel-stable-phase-changed:Friday, 06. July 2018 16:32 UTC
- kernel-stable-phase:Promoted to proposed
+ phase: Promoted to proposed
+ proposed-announcement-sent: true
+ proposed-testing-requested: true

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

Title:
  linux-gcp: 4.15.0-1012.12~16.04.2 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Confirmed
Status in Kernel SRU Workflow certification-testing series:
  Invalid
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:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow snap-release-to-beta series:
  Confirmed
Status in Kernel SRU Workflow snap-release-to-candidate series:
  New
Status in Kernel SRU Workflow snap-release-to-edge series:
  Confirmed
Status in Kernel SRU Workflow snap-release-to-stable series:
  Invalid
Status in Kernel SRU Workflow upload-to-ppa series:
  New
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux-gcp package in Ubuntu:
  Invalid
Status in linux-gcp source package in Xenial:
  Confirmed

Bug description:
  This bug is for tracking the  upload package.
  This bug will contain status and testing results related to that
  upload.

  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: 1780112
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1780124/+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 1716999] Re: installer creates rather small /boot partition

2018-07-06 Thread Dimitri John Ledkov 
** No longer affects: partman-auto (Ubuntu Xenial)

** Also affects: partman-auto (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** No longer affects: partman-auto (Ubuntu Bionic)

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

Title:
  installer creates rather small /boot partition

Status in partman-auto package in Ubuntu:
  Fix Released
Status in partman-auto source package in Xenial:
  New

Bug description:
  The installer (in 16.04 and 17.10) creates a separate /boot partition,
  when required, of only 487M. This ends up being rather small when you
  using the following equation to estimate a minimal size allowing for
  reasonable room for further growth.

  (2*(3*kernel + 4*plymouth-carrying initrd + bootloader))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-auto/+bug/1716999/+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 1780122] Re: linux-azure-edge: 4.15.0-1016.16~16.04.1 -proposed tracker

2018-07-06 Thread Brad Figg
** Changed in: kernel-sru-workflow/automated-testing
   Status: New => Confirmed

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

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

** Changed in: kernel-sru-workflow/security-signoff
   Status: New => In Progress

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

** Description changed:

  This bug is for tracking the  upload package. This
  bug will contain status and testing results related to that upload.
  
  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: 1780112
  phase: Uploaded
+ kernel-stable-phase:Promoted to proposed
+ kernel-stable-phase-changed:Friday, 06. July 2018 17:02 UTC

** Description changed:

  This bug is for tracking the  upload package. This
  bug will contain status and testing results related to that upload.
  
  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: 1780112
- phase: Uploaded
- kernel-stable-phase:Promoted to proposed
- kernel-stable-phase-changed:Friday, 06. July 2018 17:02 UTC
+ phase: Promoted to proposed
+ proposed-announcement-sent: true
+ proposed-testing-requested: true

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

Title:
  linux-azure-edge: 4.15.0-1016.16~16.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Confirmed
Status in Kernel SRU Workflow certification-testing series:
  Invalid
Status in Kernel SRU Workflow prepare-package series:
  Invalid
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:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow upload-to-ppa series:
  New
Status in Kernel SRU Workflow verification-testing series:
  Confirmed
Status in linux-azure-edge package in Ubuntu:
  Invalid
Status in linux-azure-edge source package in Xenial:
  Confirmed

Bug description:
  This bug is for tracking the  upload package.
  This bug will contain status and testing results related to that
  upload.

  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: 1780112
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1780122/+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 1777894] Re: xtables-addons 2.12-0.1~16.04.2 ADT test failure with linux-hwe-edge 4.15.0-23.25~16.04.1

2018-07-06 Thread Tyler Hicks
** Description changed:

  [Impact]
  
  Currently the DKMS package fails to install on supported custom
  kernels that are based on 4.15. That includes the current 4.15
  hwe-edge and some of the custom and cloud kernels as well.
  
  [Test Case]
  
- Install the broadcom-sta package with the 4.15 hwe-edge kernel. The
+ Install the xtables-addons-dkms package with the 4.15 hwe-edge kernel. The
  package installation should proceed without any errors.
  
  [Regression Potential]
  
  Although new patches were added, the regression risk is very low since
  the new changes are conditionally compiled based on the kernel
  version.
  
  Besides that, the new package was tested with the following kernels in
  an amd64 environment:
  
  - linux-generic 4.4
  - linux-hwe 4.13
  - linux-hwe-edge 4.15
  - linux-azure 4.15
  
  [Original Description]
  
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/amd64/x/xtables-addons/20180528_193817_f9359@/log.gz
  armhf: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/armhf/x/xtables-addons/20180528_194519_f9359@/log.gz
  i386: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/i386/x/xtables-addons/20180528_194546_f9359@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/ppc64el/x/xtables-addons/20180528_194930_f9359@/log.gz
  s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/s390x/x/xtables-addons/20180528_194023_f9359@/log.gz

** Also affects: xtables-addons (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: xtables-addons (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: xtables-addons (Ubuntu Xenial)
 Assignee: (unassigned) => Marcelo Cerri (mhcerri)

** Changed in: xtables-addons (Ubuntu)
   Status: In Progress => Invalid

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

Title:
  xtables-addons 2.12-0.1~16.04.2 ADT test failure with linux-hwe-edge
  4.15.0-23.25~16.04.1

Status in xtables-addons package in Ubuntu:
  Invalid
Status in xtables-addons source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently the DKMS package fails to install on supported custom
  kernels that are based on 4.15. That includes the current 4.15
  hwe-edge and some of the custom and cloud kernels as well.

  [Test Case]

  Install the xtables-addons-dkms package with the 4.15 hwe-edge kernel. The
  package installation should proceed without any errors.

  [Regression Potential]

  Although new patches were added, the regression risk is very low since
  the new changes are conditionally compiled based on the kernel
  version.

  Besides that, the new package was tested with the following kernels in
  an amd64 environment:

  - linux-generic 4.4
  - linux-hwe 4.13
  - linux-hwe-edge 4.15
  - linux-azure 4.15

  [Original Description]

  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/amd64/x/xtables-addons/20180528_193817_f9359@/log.gz
  armhf: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/armhf/x/xtables-addons/20180528_194519_f9359@/log.gz
  i386: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/i386/x/xtables-addons/20180528_194546_f9359@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/ppc64el/x/xtables-addons/20180528_194930_f9359@/log.gz
  s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/s390x/x/xtables-addons/20180528_194023_f9359@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xtables-addons/+bug/1777894/+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 1777913] Re: v4l2loopback 0.9.1-4 ADT test failure with linux-hwe-edge 4.15.0-23.25~16.04.1

2018-07-06 Thread Tyler Hicks
** Description changed:

  [Impact]
  
  Currently the DKMS package fails to install on supported custom
  kernels that are based on 4.15. That includes the current 4.15
  hwe-edge and some of the custom and cloud kernels as well.
  
  [Test Case]
  
- Install the broadcom-sta package with the 4.15 hwe-edge kernel. The
+ Install the v4l2loopback-dkms package with the 4.15 hwe-edge kernel. The
  package installation should proceed without any errors.
  
  [Regression Potential]
  
  Although new patches were added, the regression risk is very low since
  the new changes are conditionally compiled based on the kernel
  version.
  
  Besides that, the new package was tested with the following kernels in
  an amd64 environment:
  
  - linux-generic 4.4
  - linux-hwe 4.13
  - linux-hwe-edge 4.15
  - linux-azure 4.15
  
  [Original Description]
  
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/amd64/v/v4l2loopback/20180528_193715_17347@/log.gz
  arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/arm64/v/v4l2loopback/20180528_195418_17347@/log.gz
  armhf: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/armhf/v/v4l2loopback/20180528_194438_17347@/log.gz
  i386: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/i386/v/v4l2loopback/20180528_194448_17347@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/ppc64el/v/v4l2loopback/20180528_194859_17347@/log.gz
  s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/s390x/v/v4l2loopback/20180528_193931_17347@/log.gz

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

** Changed in: v4l2loopback (Ubuntu)
   Status: In Progress => Invalid

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

** Changed in: v4l2loopback (Ubuntu Xenial)
 Assignee: (unassigned) => Marcelo Cerri (mhcerri)

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

Title:
  v4l2loopback 0.9.1-4 ADT test failure with linux-hwe-edge
  4.15.0-23.25~16.04.1

Status in v4l2loopback package in Ubuntu:
  Invalid
Status in v4l2loopback source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently the DKMS package fails to install on supported custom
  kernels that are based on 4.15. That includes the current 4.15
  hwe-edge and some of the custom and cloud kernels as well.

  [Test Case]

  Install the v4l2loopback-dkms package with the 4.15 hwe-edge kernel. The
  package installation should proceed without any errors.

  [Regression Potential]

  Although new patches were added, the regression risk is very low since
  the new changes are conditionally compiled based on the kernel
  version.

  Besides that, the new package was tested with the following kernels in
  an amd64 environment:

  - linux-generic 4.4
  - linux-hwe 4.13
  - linux-hwe-edge 4.15
  - linux-azure 4.15

  [Original Description]

  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/amd64/v/v4l2loopback/20180528_193715_17347@/log.gz
  arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/arm64/v/v4l2loopback/20180528_195418_17347@/log.gz
  armhf: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/armhf/v/v4l2loopback/20180528_194438_17347@/log.gz
  i386: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/i386/v/v4l2loopback/20180528_194448_17347@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/ppc64el/v/v4l2loopback/20180528_194859_17347@/log.gz
  s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/s390x/v/v4l2loopback/20180528_193931_17347@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/v4l2loopback/+bug/1777913/+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   : 

[Group.of.nepali.translators] [Bug 1777652] Re: ndiswrapper 1.60-3~ubuntu16.04.2 ADT test failure with linux-hwe-edge 4.15.0-23.25~16.04.1

2018-07-06 Thread Tyler Hicks
This debdiff looks good. I've sponsored it to xenial-proposed. Thanks!

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

** Changed in: ndiswrapper (Ubuntu Xenial)
 Assignee: (unassigned) => Marcelo Cerri (mhcerri)

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

** Changed in: ndiswrapper (Ubuntu)
   Status: In Progress => Invalid

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

Title:
  ndiswrapper 1.60-3~ubuntu16.04.2 ADT test failure with linux-hwe-edge
  4.15.0-23.25~16.04.1

Status in ndiswrapper package in Ubuntu:
  Invalid
Status in ndiswrapper source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently the DKMS package fails to install on supported custom
  kernels that are based on 4.15. That includes the current 4.15
  hwe-edge and some of the custom and cloud kernels as well.

  [Test Case]

  Install the broadcom-sta package with the 4.15 hwe-edge kernel. The
  package installation should proceed without any errors.

  [Regression Potential]

  Although new patches were added, the regression risk is very low since
  the new changes are conditionally compiled based on the kernel
  version.

  Besides that, the new package was tested with the following kernels in
  an amd64 environment:

  - linux-generic 4.4
  - linux-hwe 4.13
  - linux-hwe-edge 4.15
  - linux-azure 4.15

  [Original Description]

  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/amd64/n/ndiswrapper/20180528_193734_792bb@/log.gz
  i386: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/i386/n/ndiswrapper/20180528_194132_792bb@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ndiswrapper/+bug/1777652/+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 1530523] Re: kcm_driver_manager: Infinitely shows Collecting information

2018-07-06 Thread Simon Quigley
Thank you for taking the time to report this bug and helping to make Kubuntu 
better. We are sorry that we do not always have the capacity to look at all 
reported bugs in a timely manner. There have been many changes in Kubuntu since 
that time you reported the bug and your problem may have been fixed with some 
of the updates. It would help us a lot if you could test it on a currently 
supported Kubuntu version. If you test it and it is still an issue, kindly 
upload the updated logs by running only once:
apport-collect 1530523

and any other logs that are relevant for this particular issue.

** Changed in: kubuntu-ppa
   Status: Confirmed => Incomplete

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

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

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

Title:
  kcm_driver_manager: Infinitely shows Collecting information

Status in Kubuntu PPA:
  Incomplete
Status in libqapt package in Ubuntu:
  Incomplete
Status in libqapt source package in Xenial:
  Incomplete

Bug description:
  [Impact]

  * libQapt needs apt-xapian-index in order to search for packages, otherwise 
it never returns a result.
  * As a consequence Driver Manager doesn't find packages and is empty.
  * Before, apt-xapian-index was installed as a dependence of Muon (libmuon), 
which is not included in the default install anymore.

  [Test Case]

  * Update libqapt and run `kcmshell5 kcm_driver_manager`.
  * After some time (~1 minute) Driver Manager shows suggested packages.

  [Regression Potential]

  * Low, Driver Manager is useless as of now.
  * The same fix was applied in Yakkety.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1530523/+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 1574049] Re: kdegraphics-thumbnailers 4:15.12.3-0ubuntu1 uses the wrong path for plugin libraries

2018-07-06 Thread Simon Quigley
** Changed in: kubuntu-ppa
   Status: Confirmed => Invalid

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

Title:
  kdegraphics-thumbnailers 4:15.12.3-0ubuntu1 uses the wrong path for
  plugin libraries

Status in KDE Graphics:
  Fix Released
Status in Kubuntu PPA:
  Invalid
Status in kdegraphics-thumbnailers package in Ubuntu:
  Triaged
Status in kdegraphics-thumbnailers source package in Xenial:
  Triaged

Bug description:
  kdegraphics-thumbnailers 4:15.12.3-0ubuntu1 puts gsthumbnail.so and 
rawthumbnail.so under /usr/lib/x86_64-linux-gnu/plugins/ (see 
http://packages.ubuntu.com/xenial/amd64/kdegraphics-thumbnailers/filelist for 
the newest package file listing).
  Dolphin looks for plugins under /usr/lib/x86_64-linux-gnu/qt5/plugins/ (see 
http://packages.ubuntu.com/xenial/amd64/dolphin/filelist for the newest package 
file listing).
  Because of the discrepancy between the two pathes Dolphin is unable to invoke 
kdegraphics-thumbnailers.

  This can be reproduced with the Kubuntu 16.04 LTS live image. After
  installing kdegraphics-thumbnailers and activating it under the
  Dolphin preferences no thumbnails are generated for PDF files.

  There is a workaround until the package is fixed. This command will
  link all the files from /usr/lib/x86_64-linux-gnu/plugins/ to
  /usr/lib/x86_64-linux-gnu/qt5/plugins/:

  sudo ln -s /usr/lib/x86_64-linux-gnu/plugins/* /usr/lib/x86_64-linux-
  gnu/qt5/plugins/

  The installation routine of the package should be fixed to unpack
  gsthumbnail.so and rawthumbnail.so under /usr/lib/x86_64-linux-
  gnu/qt5/plugins/.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdegraphics/+bug/1574049/+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 1777907] Re: oss4 4.2-build2010-5ubuntu1~14.04.1 ADT test failure with linux-hwe-edge 4.15.0-23.25~16.04.1

2018-07-06 Thread Tyler Hicks
** Description changed:

  [Impact]
  
  Currently the DKMS package fails to install on supported custom
  kernels that are based on 4.15. That includes the current 4.15
  hwe-edge and some of the custom and cloud kernels as well.
  
  [Test Case]
  
- Install the broadcom-sta package with the 4.15 hwe-edge kernel. The
+ Install the oss4-dkms package with the 4.15 hwe-edge kernel. The
  package installation should proceed without any errors.
  
  [Regression Potential]
  
  Although new patches were added, the regression risk is very low since
  the new changes are conditionally compiled based on the kernel
  version.
  
  Besides that, the new package was tested with the following kernels in
  an amd64 environment:
  
  - linux-generic 4.4
  - linux-hwe 4.13
  - linux-hwe-edge 4.15
  - linux-azure 4.15
  
  [Original Description]
  
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/amd64/o/oss4/20180528_193636_277a3@/log.gz
  i386: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/i386/o/oss4/20180528_194116_277a3@/log.gz

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

** Changed in: oss4 (Ubuntu)
   Status: In Progress => Invalid

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

** Changed in: oss4 (Ubuntu Xenial)
 Assignee: (unassigned) => Marcelo Cerri (mhcerri)

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

Title:
  oss4 4.2-build2010-5ubuntu1~14.04.1 ADT test failure with linux-hwe-
  edge 4.15.0-23.25~16.04.1

Status in oss4 package in Ubuntu:
  Invalid
Status in oss4 source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently the DKMS package fails to install on supported custom
  kernels that are based on 4.15. That includes the current 4.15
  hwe-edge and some of the custom and cloud kernels as well.

  [Test Case]

  Install the oss4-dkms package with the 4.15 hwe-edge kernel. The
  package installation should proceed without any errors.

  [Regression Potential]

  Although new patches were added, the regression risk is very low since
  the new changes are conditionally compiled based on the kernel
  version.

  Besides that, the new package was tested with the following kernels in
  an amd64 environment:

  - linux-generic 4.4
  - linux-hwe 4.13
  - linux-hwe-edge 4.15
  - linux-azure 4.15

  [Original Description]

  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/amd64/o/oss4/20180528_193636_277a3@/log.gz
  i386: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/i386/o/oss4/20180528_194116_277a3@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oss4/+bug/1777907/+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 1779331] Re: dahdi-linux 1:2.10.2~dfsg-1ubuntu2 ADT test failure with linux-hwe-edge 4.15.0-23.25~16.04.1

2018-07-06 Thread Tyler Hicks
** Changed in: dahdi-linux (Ubuntu)
   Status: In Progress => Invalid

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

** Changed in: dahdi-linux (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: dahdi-linux (Ubuntu Xenial)
 Assignee: (unassigned) => Marcelo Cerri (mhcerri)

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

Title:
  dahdi-linux 1:2.10.2~dfsg-1ubuntu2 ADT test failure with linux-hwe-
  edge 4.15.0-23.25~16.04.1

Status in dahdi-linux package in Ubuntu:
  Invalid
Status in dahdi-linux source package in Xenial:
  In Progress

Bug description:
  [Impact]

  Currently the DKMS package fails to install on supported custom
  kernels that are based on 4.15. That includes the current 4.15
  hwe-edge and some of the custom and cloud kernels as well.

  [Test Case]

  Install the dahdi-dkms package with the 4.15 hwe-edge kernel. The
  package installation should proceed without any errors.

  [Regression Potential]

  Although new patches were added, the regression risk is very low since
  the new changes are conditionally compiled based on the kernel
  version.

  Besides that, the new package was tested with the following kernels in
  an amd64 environment:

  - linux-generic 4.4
  - linux-hwe 4.13
  - linux-hwe-edge 4.15

  The azure kernel doesn't have USB support enabled anymore and I will
  hint the adt matrix to reflect that.

  [Original Description]

  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/amd64/d/dahdi-linux/20180528_193708_5fee0@/log.gz
  i386: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-xenial/xenial/i386/d/dahdi-linux/20180528_194150_5fee0@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dahdi-linux/+bug/1779331/+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