[Bug 1639815] Re: apt list output format

2017-04-07 Thread Donjan Rodic
Hopefully this gets improved properly, but in the meantime here's an
alias that offers better convenience than 'apt search' for package name
search:

alias apts="apt list 2> /dev/null | sed 's/\// \//' | grep "

And a bulky, quick and dirty bash function for full description search:

aptse() {  # temporary 'apt search' improvement
  tput rmam; # no-wrap
  apt search $1 2>/dev/null |# skip the interface warning
  tail -n+3 |# skip unimportant sorting info
  grep -v '^$' | # delete empty lines
  sed 'N;s/\n//' |   # append every second line
  sed 's/\// \//' |  # replace first '/' with space
  awk '{$2="";$4="";print}' |# remove useless info
  sed -r 's/(\[.*)installed(.*\])/\1i\2/' |  # shorten
  sed -r 's/(\[.*)automatic(.*\])/\1a\2/' |  # shorten
  sed -r 's/(\[.*),(.*\])/\1\2/' |   # prettier shortened '[]'
  egrep --color "$1|"# highlighting
  tput smam; # wrap again
}

Since the search expression is always a pattern with grep, neither
suffers from the 'apt list' behaviour described in my previous comment
(https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1639815/comments/1).

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

Title:
  apt list output format

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

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


[Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-04-07 Thread Manfred Hampl
The kernel versions to test are (afaik) 4.4.0-73.94 and 4.8.0-47.50

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

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

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

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


[Bug 1674930] Re: Amazon EC2 instances broken

2017-04-07 Thread Bryan Larsen
That workaround doesn't work for me because of
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1655584, which
loads the nvidia kernel module repeatedly.

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

Title:
  Amazon EC2 instances broken

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

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


[Bug 1670248] Re: Sync dosfstools 4.1-1 (main) from Debian stretch (main)

2017-04-07 Thread Jeremy Bicha
I don't see any reason to rush this into zesty.

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

Title:
  Sync dosfstools 4.1-1 (main) from Debian stretch (main)

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

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


[Bug 1680535] gonzo (amd64) - tests ran: 2, failed: 0

2017-04-07 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/gonzo__4.10.0-19.21__2017-04-07_17-13-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680050] Re: internal error: Process exited prior to exec: libvirt

2017-04-07 Thread Joshua Powers
@apolitech thanks for following up on your solution! Given the error was:
'No such file or directory'
It makes me think that the path to the file was not escaped properly.

Spaces in names can at times not be handled well, if you have time still
and are willing trying to escape the space in the name might be worth
trying, but it is generally advisable to avoid spaces by not having them
or using '_' or '-'.

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

Title:
  internal error: Process exited prior to exec: libvirt

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

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


[Bug 1679835] Re: pygobject-2 FTBFS on most arches during zesty test rebuild

2017-04-07 Thread Iain Lane
This is in -proposed, awaiting unblock

** Changed in: pygobject-2 (Ubuntu)
   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/1679835

Title:
  pygobject-2 FTBFS on most arches during zesty test rebuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject-2/+bug/1679835/+subscriptions

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


[Bug 1680535] kernel03 (s390x.zVM) - tests ran: 21, failed: 0

2017-04-07 Thread Brad Figg
tests ran:  21, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/kernel03__4.10.0-19.21__2017-04-07_16-42-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680535] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 141, failed: 0

2017-04-07 Thread Brad Figg
tests ran: 141, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/ms10-34-mcdivittB0-kernel__4.10.0-19.21__2017-04-07_16-25-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680535] rumford (amd64) - tests ran: 19, failed: 1

2017-04-07 Thread Brad Figg
tests ran:  19, failed: 1;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/rumford__4.10.0-19.21__2017-04-07_16-24-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680739] fozzie (amd64) - tests ran: 1, failed: 0

2017-04-07 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21~16.04.1-generic/fozzie__4.10.0-19.21~16.04.1__2017-04-07_17-17-00/results-index.html

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

Title:
  linux-hwe-edge: 4.10.0-19.21~16.04.1 -proposed tracker

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

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


[Bug 1680768] Re: linux-raspi2: 4.10.0-1004.6 -proposed tracker

2017-04-07 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-raspi2 - 4.10.0-1004.6

---
linux-raspi2 (4.10.0-1004.6) zesty; urgency=low

  [ Tim Gardner ]

  * Release Tracking Bug
- LP: #1680768

  * Rebase against Ubuntu-4.10.0-19.21

  * ADT regressions caused by "audit: fix auditd/kernel connection state
tracking" (LP: #1680532)
- SAUCE: Revert "audit: fix auditd/kernel connection state tracking"

 -- Tim Gardner   Fri, 07 Apr 2017 10:12:01
+0100

** Changed in: linux-raspi2 (Ubuntu Zesty)
   Status: Confirmed => Fix Released

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

Title:
  linux-raspi2: 4.10.0-1004.6 -proposed tracker

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

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


[Bug 1670248] Re: Sync dosfstools 4.1-1 (main) from Debian stretch (main)

2017-04-07 Thread Iain Lane
can this wait for z+1 now?

sorry for being lame about sponsoring

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

Title:
  Sync dosfstools 4.1-1 (main) from Debian stretch (main)

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

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


[Bug 1320029] Re: GRE segmentation issue drops packets over 1438 bytes long

2017-04-07 Thread Ihar Hrachyshka
** Changed in: ubuntu
   Status: New => Incomplete

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

Title:
  GRE segmentation issue drops packets over 1438 bytes long

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

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


[Bug 1680535] s2lp6g003 (s390x.zKVM) - tests ran: 10, failed: 0

2017-04-07 Thread Brad Figg
tests ran:  10, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/s2lp6g003__4.10.0-19.21__2017-04-07_16-33-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680535] secchi (amd64) - tests ran: 2, failed: 0

2017-04-07 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/secchi__4.10.0-19.21__2017-04-07_16-52-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680535] archytas (amd64) - tests ran: 2, failed: 0

2017-04-07 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/archytas__4.10.0-19.21__2017-04-07_16-48-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680424] Re: linux-aws: 4.4.0-1014.23 -proposed tracker

2017-04-07 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Released

** 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 --
  kernel-stable-master-bug: 1680416
+ kernel-stable-phase:Uploaded
+ kernel-stable-phase-changed:Friday, 07. April 2017 17:01 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 --
  kernel-stable-master-bug: 1680416
- kernel-stable-phase:Uploaded
- kernel-stable-phase-changed:Friday, 07. April 2017 17:01 UTC
+ phase: Uploaded

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

Title:
  linux-aws: 4.4.0-1014.23 -proposed tracker

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

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


[Bug 1680535] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 2, failed: 0

2017-04-07 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/ms10-35-mcdivittB0-kernel__4.10.0-19.21__2017-04-07_16-46-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680535] hainzel (amd64) - tests ran: 2, failed: 0

2017-04-07 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/hainzel__4.10.0-19.21__2017-04-07_16-42-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680535] gonzo (i386) - tests ran: 141, failed: 0

2017-04-07 Thread Brad Figg
tests ran: 141, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/gonzo__4.10.0-19.21__2017-04-07_16-06-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


Re: [Bug 1680888] [NEW] Disable CONFIG_HVC_UDBG on ppc64el

2017-04-07 Thread Michael Hohnbaum
Leann,

A request for the Kernel Team to consider.

  Michael


On 04/07/2017 08:39 AM, Launchpad Bug Tracker wrote:
> bugproxy (bugproxy) has assigned this bug to you for Ubuntu:
>
> Canonical,
>
> Could you please disable CONFIG_HVC_UDBG on ppc64el config?
>
> This is not required, and it is causing some extra timing on the TTY
> device that is causing some racing condition that is still being
> debugged
>
> ** Affects: ubuntu
>  Importance: Undecided
>  Assignee: Taco Screen team (taco-screen-team)
>  Status: New
>
>
> ** Tags: architecture-ppc64le bugnameltc-153251 severity-critical 
> targetmilestone-inin---

-- 
Michael Hohnbaum
OIL Program Manager
Power (ppc64el) Development Project Manager
Canonical, Ltd.

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

Title:
  Disable CONFIG_HVC_UDBG on ppc64el

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

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


[Bug 1680535] kernel03 (s390x.zVM) - tests ran: 10, failed: 0

2017-04-07 Thread Brad Figg
tests ran:  10, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/kernel03__4.10.0-19.21__2017-04-07_16-12-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


Re: [Bug 1680705] [NEW] sar -m CPU returns 0 and interval is invalid

2017-04-07 Thread Michael Hohnbaum
Jon,

A patch for the Server team to evaluate.

  Michael


On 04/06/2017 10:59 PM, Launchpad Bug Tracker wrote:
> bugproxy (bugproxy) has assigned this bug to you for Ubuntu:
>
> == Comment: #0 - SEETEENA THOUFEEK  - 2017-04-07 
> 00:44:28 ==
> +++ This bug was initially created as a clone of Bug #140363 +++
>
>
> =
> Issue
> =
>
> 'sar -m CPU  ' command does not return valid CPU FREQ
> values on powerkvm. I have the result pasted below captured on powerkvm
> vs x86 fedora system.
>
>
> On PowerKVM:
>
> [root@c158f2u07os ~]# sar -m CPU 1 5
> Linux 4.4.4-1.el7_1.pkvm3_1_1.1200.0.ppc64le 
> (c158f2u07os.pok.stglabs.ibm.com)06/17/2016  _ppc64le_   (160 
> CPU)
>
> 06:30:28 AM CPU   MHz
> 06:30:36 AM all  0.00
> 06:30:44 AM all  0.00
> 06:30:53 AM all  0.00
> 06:31:01 AM all  0.00
> 06:31:09 AM all  0.00
> Average:all  0.00
>
>>> Though I have given 1 sec interval, the real interval seems to be
> different as shown above. And FREQ MHz is shown 0.
>
> Same run on fedora x86 server:
> [srikanth@bssrikanth-tp ~]$ sar -m CPU 1 5
> Linux 4.3.4-300.fc23.x86_64 04/15/2016_x86_64_(4 CPU)
>
> 12:08:47 PM CPU   MHz
> 12:08:48 PM all   1793.18
> 12:08:49 PM all   2214.71
> 12:08:50 PM all   2170.32
> 12:08:51 PM all   1758.41
> 12:08:52 PM all   2444.70
> Average:all   2076.26
>
> This is the commit id:
>
> commit 93662b1dbe3eed926d67d418cd4996ede9686679
> Author: Breno Leitao 
> Date:   Mon Oct 31 09:23:59 2016 -0400
>
> sar: Improve cpuinfo read for POWER architecture
> 
> Currently CPU frequency is not being read properly on POWER archicture.
> It shows the frequency as:
>   # sar -m CPU 1 5
> ...
>   06:30:28 AM CPU   MHz
>   06:30:36 AM all  0.00
> 
> This is caused because /proc/cpuinfo is differently between Intel and
> POWER.
> This patch simply fix the parsing function (read_cpuinfo).
> 
> Signed-off-by: Breno Leitao 
>
> ** Affects: ubuntu
>  Importance: Undecided
>  Assignee: Taco Screen team (taco-screen-team)
>  Status: New
>
>
> ** Tags: architecture-ppc64le bugnameltc-153240 severity-medium 
> targetmilestone-inin---

-- 
Michael Hohnbaum
OIL Program Manager
Power (ppc64el) Development Project Manager
Canonical, Ltd.

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

Title:
  sar -m CPU returns 0 and interval is invalid

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

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


[Bug 1680768] Re: linux-raspi2: 4.10.0-1004.6 -proposed tracker

2017-04-07 Thread Brad Figg
** Changed in: kernel-development-workflow/automated-testing
   Status: Incomplete => Fix Released

** Changed in: kernel-development-workflow/regression-testing
   Status: Confirmed => Fix Released

** Changed in: kernel-development-workflow/promote-to-release
   Status: New => Confirmed

** Tags removed: block-proposed-zesty

** Tags removed: block-proposed

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

Title:
  linux-raspi2: 4.10.0-1004.6 -proposed tracker

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

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


[Bug 1680733] Re: linux: 3.13.0-117.164 -proposed tracker

2017-04-07 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-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
  
  backports: 1680735
  derivatives:
  kernel-stable-phase:Uploaded
  kernel-stable-phase-changed:Friday, 07. April 2017 11:31 UTC
  
  -- swm properties --
+ boot-testing-requested: true
  phase: Uploaded

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

Title:
  linux: 3.13.0-117.164 -proposed tracker

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

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


[Bug 1680904] Status changed to Confirmed

2017-04-07 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  zesty unable to handle kernel NULL pointer dereference

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

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


[Bug 1680907] Re: package libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6 failed to install/upgrade: package libwbclient0:amd64 is already installed and configured

2017-04-07 Thread Apport retracing service
*** This bug is a duplicate of bug 1680906 ***
https://bugs.launchpad.net/bugs/1680906

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1680906, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1680906
   package libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6 failed to 
install/upgrade: package libwbclient0:amd64 is already installed and configured

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

Title:
  package libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6 failed to
  install/upgrade: package libwbclient0:amd64 is already installed and
  configured

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

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


[Bug 1680908] [NEW] WARNING:game_data_packager.build:Failed to download "ftp://ftp.idsoftware.com/idstuff/quake/quake106.zip":

2017-04-07 Thread Oleg_Kishinskiy
Public bug reported:

WARNING:game_data_packager.build:Failed to download
"ftp://ftp.idsoftware.com/idstuff/quake/quake106.zip": 

** Affects: quake (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/1680908

Title:
  WARNING:game_data_packager.build:Failed to download
  "ftp://ftp.idsoftware.com/idstuff/quake/quake106.zip": 

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

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


[Bug 1680739] fozzie (i386) - tests ran: 1, failed: 0

2017-04-07 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21~16.04.1-generic/fozzie__4.10.0-19.21~16.04.1__2017-04-07_16-51-00/results-index.html

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

Title:
  linux-hwe-edge: 4.10.0-19.21~16.04.1 -proposed tracker

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

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


[Bug 1669688] Re: [needs-packaging] gnome-games-app

2017-04-07 Thread Jeremy Bicha
** Package changed: debian => gnome-games-app (Debian)

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

Title:
  [needs-packaging] gnome-games-app

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

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


[Bug 1652270] Re: Could not boot into RPi3 with kernel 4.4.0-1038-raspi2

2017-04-07 Thread Andreas Hösl
The WiFi is not working because the firmware was removed from the
package. I already documented the problem in
https://bugs.launchpad.net/ubuntu/+source/linux-firmware-
raspi2/+bug/1578745 but no reply and no fix also!

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

Title:
  Could not boot into RPi3 with kernel 4.4.0-1038-raspi2

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

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


[Bug 1669687] Re: [needs-packaging] retro-gtk

2017-04-07 Thread Jeremy Bicha
** Package changed: debian => retro-gtk (Debian)

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

Title:
  [needs-packaging] retro-gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/retro-gtk/+bug/1669687/+subscriptions

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


[Bug 1652463] Re: gnome-terminal-server crashed with SIGSEGV in XSync() when launched from desktop under Wayland

2017-04-07 Thread Bug Watch Updater
** Changed in: gtk
   Status: Confirmed => Fix Released

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

Title:
  gnome-terminal-server crashed with SIGSEGV in XSync() when launched
  from desktop under Wayland

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

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


[Bug 1679488] Re: Thunar freezes when left inactive for a while

2017-04-07 Thread Alan Moore
Maybe I should add that I don't think I experienced this issue before I
upgraded Thunar from 1.6.10 to 1.6.11, so it appears to me that it's a
regression introduced in the latest version. But I could be wrong.

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

Title:
  Thunar freezes when left inactive for a while

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

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


[Bug 1680904] [NEW] zesty unable to handle kernel NULL pointer dereference

2017-04-07 Thread Greg Lutostanski
Public bug reported:

Upgraded to zesty about a week ago. Ran into this on latest kernel.
(during high load, nothing in particular seems to cause it to happen).

Did not happen with previous (4.10.0.14.16) kernel. Only after update to
4.10.0.15.17, has happened about 3 times since then (or other crashes),
this is the one I could capture.

kern.log entries below. Let me know if you need anything else from me.

Thanks!


Apr  7 11:20:28 doe kernel: [26003.796278] BUG: unable to handle kernel NULL 
pointer dereference at 0018
Apr  7 11:20:28 doe kernel: [26003.796375] IP: 
gen8_ppgtt_alloc_page_directories.isra.38+0x115/0x250 [i915]
Apr  7 11:20:28 doe kernel: [26003.796404] PGD 0
Apr  7 11:20:28 doe kernel: [26003.796405]
Apr  7 11:20:28 doe kernel: [26003.796427] Oops: 0002 [#1] SMP
Apr  7 11:20:28 doe kernel: [26003.796441] Modules linked in: xt_REDIRECT 
nf_nat_redirect xt_hl scsi_transport_iscsi binfmt_misc veth ip6table_nat 
nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_filter ip6_tables 
ipt_MASQUERADE nf_nat_masquerade_ipv4 xt_CHECKSUM xt_comment xt_tcpudp 
iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack 
libcrc32c iptable_mangle iptable_filter ccm rfcomm bridge stp llc cmac bnep 
zfs(PO) zunicode(PO) zavl(PO) zcommon(PO) znvpair(PO) spl(O) nls_iso8859_1 
hid_multitouch joydev i2c_designware_platform i2c_designware_core 
snd_hda_codec_hdmi snd_soc_skl snd_soc_skl_ipc snd_soc_sst_ipc snd_soc_sst_dsp 
snd_hda_codec_realtek snd_hda_ext_core snd_soc_sst_match snd_hda_codec_generic 
snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine snd_hda_intel 
snd_hda_codec snd_hda_core asus_nb_wmi
Apr  7 11:20:28 doe kernel: [26003.796722]  snd_hwdep asus_wmi sparse_keymap 
snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device 
iwlmvm snd_timer mac80211 intel_rapl x86_pkg_temp_thermal snd intel_powerclamp 
uvcvideo coretemp kvm_intel iwlwifi videobuf2_vmalloc kvm videobuf2_memops 
irqbypass videobuf2_v4l2 intel_cstate videobuf2_core intel_rapl_perf cfg80211 
videodev input_leds serio_raw media shpchp soundcore btusb btrtl hci_uart btbcm 
elan_i2c btqca btintel acpi_als int3403_thermal bluetooth kfifo_buf 
industrialio mac_hid idma64 mei_me virt_dma intel_pch_thermal acpi_pad 
int3400_thermal intel_lpss_pci int3402_thermal mei intel_lpss_acpi 
acpi_thermal_rel processor_thermal_device intel_lpss tpm_crb 
int340x_thermal_zone int3406_thermal intel_soc_dts_iosf asus_wireless 
parport_pc ppdev lp parport ip_tables
Apr  7 11:20:28 doe kernel: [26003.797026]  x_tables autofs4 algif_skcipher 
af_alg dm_crypt crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc i915 
aesni_intel aes_x86_64 crypto_simd glue_helper cryptd i2c_algo_bit 
drm_kms_helper syscopyarea sysfillrect ahci sysimgblt libahci fb_sys_fops drm 
wmi i2c_hid hid pinctrl_sunrisepoint video pinctrl_intel fjes
Apr  7 11:20:28 doe kernel: [26003.797142] CPU: 0 PID: 8418 Comm: 
chromium-browse Tainted: P   O4.10.0-15-generic #17-Ubuntu
Apr  7 11:20:28 doe kernel: [26003.797175] Hardware name: ASUSTeK COMPUTER INC. 
UX305CA/UX305CA, BIOS UX305CA.201 09/11/2015
Apr  7 11:20:28 doe kernel: [26003.797206] task: 9bbaa201dc00 task.stack: 
c25b5ea8c000
Apr  7 11:20:28 doe kernel: [26003.797250] RIP: 
0010:gen8_ppgtt_alloc_page_directories.isra.38+0x115/0x250 [i915]
Apr  7 11:20:28 doe kernel: [26003.797279] RSP: 0018:c25b5ea8f880 EFLAGS: 
00010246
Apr  7 11:20:28 doe kernel: [26003.797299] RAX: 9bba689be580 RBX: 
0003 RCX: 0003
Apr  7 11:20:28 doe kernel: [26003.797325] RDX:  RSI: 
9bbae7c0a000 RDI: 9bbba0418000
Apr  7 11:20:28 doe kernel: [26003.797351] RBP: c25b5ea8f8d8 R08: 
 R09: 
Apr  7 11:20:28 doe kernel: [26003.797378] R10:  R11: 
0041 R12: 9bbb5f00a000
Apr  7 11:20:28 doe kernel: [26003.797405] R13: 9bbba932bb10 R14: 
fff97000 R15: 8000
Apr  7 11:20:28 doe kernel: [26003.797440] FS:  7f70bd1df6c0() 
GS:93c0() knlGS:
Apr  7 11:20:28 doe kernel: [26003.797470] CS:  0010 DS:  ES:  CR0: 
80050033
Apr  7 11:20:28 doe kernel: [26003.797497] CR2: 0018 CR3: 
00016942 CR4: 003406f0
Apr  7 11:20:28 doe kernel: [26003.797523] Call Trace:
Apr  7 11:20:28 doe kernel: [26003.797553]  gen8_alloc_va_range_3lvl+0xfb/0x9e0 
[i915]
Apr  7 11:20:28 doe kernel: [26003.797576]  ? __alloc_pages_nodemask+0x209/0x260
Apr  7 11:20:28 doe kernel: [26003.797610]  gen8_alloc_va_range+0x23d/0x470 
[i915]
Apr  7 11:20:28 doe kernel: [26003.797648]  i915_vma_bind+0x7e/0x170 [i915]
Apr  7 11:20:28 doe kernel: [26003.797683]  __i915_vma_do_pin+0x2a5/0x450 [i915]
Apr  7 11:20:28 doe kernel: [26003.797720]  
i915_gem_execbuffer_reserve_vma.isra.31+0x144/0x1b0 [i915]
Apr  7 11:20:28 doe kernel: [26003.797761]  
i915_gem_execbuffer_reserve.isra.32+0x39e/0x3d0 [i915]
Apr  7 11:

[Bug 1680768] Re: linux-raspi2: 4.10.0-1004.6 -proposed tracker

2017-04-07 Thread Seth Forshee
** Tags added: regression-testing-passed

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

Title:
  linux-raspi2: 4.10.0-1004.6 -proposed tracker

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

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


[Bug 1679488] Re: Thunar freezes when left inactive for a while

2017-04-07 Thread Alan Moore
Hi all,

I have the same problem. I don't use QtCreator as such, but I often use
Qt apps such as QGIS. I'm not sure there's a 1-to-1 correlation between
me using QGIS and Thunar freezing in the background, I haven't done
enough testing, but it's definitely possible there's something in Qt
triggering this. My Thunar version is 1.6.11, running on Xubuntu 16.04.

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

Title:
  Thunar freezes when left inactive for a while

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

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


[Bug 1680906] Re: package libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6 failed to install/upgrade: package libwbclient0:amd64 is already installed and configured

2017-04-07 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6 failed to
  install/upgrade: package libwbclient0:amd64 is already installed and
  configured

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

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


[Bug 1680906] [NEW] package libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6 failed to install/upgrade: package libwbclient0:amd64 is already installed and configured

2017-04-07 Thread David
Public bug reported:

popped up while system updating. never (consciously) used this
software...

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6
ProcVersionSignature: Ubuntu 4.4.0-67.88-generic 4.4.49
Uname: Linux 4.4.0-67-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
CrashReports:
 640:0:116:305809:2017-04-07 18:33:27.319876432 +0200:2017-04-07 
18:33:28.319876432 +0200:/var/crash/libapparmor-perl.0.crash
 644:0:116:0:2017-04-07 18:33:30.319872300 +0200:2017-04-07 18:33:30.319872300 
+0200:/var/crash/chromium-codecs-ffmpeg-extra.0.upload
 644:0:116:0:2017-04-07 18:33:28.635875861 +0200:2017-04-07 18:33:28.635875861 
+0200:/var/crash/libapparmor-perl.0.upload
 640:0:116:265245:2017-04-07 18:33:27.319874525 +0200:2017-04-07 
18:33:28.319874525 +0200:/var/crash/chromium-codecs-ffmpeg-extra.0.crash
 600:0:116:113938:2017-04-07 18:32:57.111946821 +0200:2017-04-07 
18:32:58.111946821 +0200:/var/crash/libwbclient0:amd64.0.crash
Date: Fri Apr  7 18:32:59 2017
DuplicateSignature:
 package:libwbclient0:amd64:2:4.3.11+dfsg-0ubuntu0.16.04.6
 Unpacking linux-headers-generic (4.4.0.72.78) over (4.4.0.67.72) ...
 dpkg: error processing package chromium-codecs-ffmpeg-extra (--configure):
  package chromium-codecs-ffmpeg-extra is already installed and configured
ErrorMessage: package libwbclient0:amd64 is already installed and configured
InstallationDate: Installed on 2016-09-27 (192 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
RelatedPackageVersions:
 nautilus 1:3.18.4.is.3.14.3-0ubuntu5
 gvfs 1.28.2-1ubuntu1~16.04.1
SambaClientRegression: Yes
SourcePackage: dpkg
Title: package libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6 failed to 
install/upgrade: package libwbclient0:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package xenial

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

Title:
  package libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6 failed to
  install/upgrade: package libwbclient0:amd64 is already installed and
  configured

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

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


[Bug 1680907] [NEW] package libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6 failed to install/upgrade: package libwbclient0:amd64 is already installed and configured

2017-04-07 Thread David
*** This bug is a duplicate of bug 1680906 ***
https://bugs.launchpad.net/bugs/1680906

Public bug reported:

never used this. So, actually none of the answers to the quetions are
true, because there was no true option...

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6
ProcVersionSignature: Ubuntu 4.4.0-67.88-generic 4.4.49
Uname: Linux 4.4.0-67-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
Date: Fri Apr  7 18:32:59 2017
DuplicateSignature:
 package:libwbclient0:amd64:2:4.3.11+dfsg-0ubuntu0.16.04.6
 Unpacking linux-headers-generic (4.4.0.72.78) over (4.4.0.67.72) ...
 dpkg: error processing package chromium-codecs-ffmpeg-extra (--configure):
  package chromium-codecs-ffmpeg-extra is already installed and configured
ErrorMessage: package libwbclient0:amd64 is already installed and configured
InstallationDate: Installed on 2016-09-27 (192 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
NmbdLog:
 
OtherFailedConnect: Yes
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: dpkg
Title: package libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6 failed to 
install/upgrade: package libwbclient0:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package xenial

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

Title:
  package libwbclient0:amd64 2:4.3.11+dfsg-0ubuntu0.16.04.6 failed to
  install/upgrade: package libwbclient0:amd64 is already installed and
  configured

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

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


[Bug 1041476] Re: vlc crashed while changing skin

2017-04-07 Thread Sebastian Ramacher
** Changed in: vlc (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: vlc (Ubuntu)
   Status: Opinion => Invalid

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

Title:
  vlc crashed while changing skin

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

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


[Bug 1680535] Re: linux: 4.10.0-19.21 -proposed tracker

2017-04-07 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/s2lp6g003__4.10.0-19.21__2017-04-07_16-31-00/results-index.html

** Changed in: kernel-development-workflow/regression-testing
   Status: Confirmed => Fix Released

** Changed in: kernel-development-workflow/promote-to-release
   Status: New => Confirmed

** Tags removed: block-proposed-zesty

** Tags removed: block-proposed

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680535] secchi (amd64) - tests ran: 141, failed: 0

2017-04-07 Thread Brad Figg
tests ran: 141, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/secchi__4.10.0-19.21__2017-04-07_16-03-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680418] Re: linux-lts-xenial: 4.4.0-73.94~14.04.1 -proposed tracker

2017-04-07 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/prepare-package-signed
   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 --
  kernel-stable-master-bug: 1680416
+ kernel-stable-phase:Packaging
+ kernel-stable-phase-changed:Friday, 07. April 2017 16:32 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 --
  kernel-stable-master-bug: 1680416
- kernel-stable-phase:Packaging
- kernel-stable-phase-changed:Friday, 07. April 2017 16:32 UTC
+ phase: Packaging

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

Title:
  linux-lts-xenial: 4.4.0-73.94~14.04.1 -proposed tracker

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

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


[Bug 1633769] Re: Bug with kernel 4.8

2017-04-07 Thread Sebastian Ramacher
intel-vaapi-driver only provides a driver for encoding and decoding
videos and has nothing to do with the mentioned problems.

** Changed in: intel-vaapi-driver (Ubuntu)
   Status: New => Invalid

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

Title:
  Bug with kernel 4.8

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

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


[Bug 1680768] Re: linux-raspi2: 4.10.0-1004.6 -proposed tracker

2017-04-07 Thread Brad Figg
** Changed in: kernel-development-workflow/automated-testing
   Status: Confirmed => Incomplete

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

Title:
  linux-raspi2: 4.10.0-1004.6 -proposed tracker

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

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


[Bug 1680577] Re: Autopkgtest fails on s390x due to long PATH in test config

2017-04-07 Thread Ubuntu Foundations Team Bug Bot
The attachment "libdbd-mysql-perl_4.041-1ubuntu1.patch" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  Autopkgtest fails on s390x due to long PATH in test config

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

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


[Bug 1680739] fozzie (amd64) - tests ran: 1, failed: 0

2017-04-07 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21~16.04.1-generic/fozzie__4.10.0-19.21~16.04.1__2017-04-07_16-27-00/results-index.html

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

Title:
  linux-hwe-edge: 4.10.0-19.21~16.04.1 -proposed tracker

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

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


[Bug 1680535] Re: linux: 4.10.0-19.21 -proposed tracker

2017-04-07 Thread Seth Forshee
** Tags added: regression-testing-passed

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680535] archytas (amd64) - tests ran: 141, failed: 0

2017-04-07 Thread Brad Figg
tests ran: 141, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/archytas__4.10.0-19.21__2017-04-07_15-46-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1652270] Re: Could not boot into RPi3 with kernel 4.4.0-1038-raspi2

2017-04-07 Thread hackeron
Note, after following Anthony's tip and doing an apt-get dist-upgrade,
wifi stops working :( - anyone have any ideas how to get wifi working on
the latest kernel?

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

Title:
  Could not boot into RPi3 with kernel 4.4.0-1038-raspi2

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

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


[Bug 1680535] ms10-35-mcdivittB0-kernel (arm64) - tests ran: 141, failed: 0

2017-04-07 Thread Brad Figg
tests ran: 141, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/ms10-35-mcdivittB0-kernel__4.10.0-19.21__2017-04-07_15-28-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680418] Re: linux-lts-xenial: 4.4.0-73.94~14.04.1 -proposed tracker

2017-04-07 Thread Kleber Sacilotto de Souza
** Summary changed:

- linux-lts-xenial:  -proposed tracker
+ linux-lts-xenial: 4.4.0-73.94~14.04.1 -proposed tracker

** Changed in: kernel-sru-workflow/prepare-package
   Status: New => In Progress

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Kleber 
Sacilotto de Souza (kleber-souza)

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

Title:
  linux-lts-xenial: 4.4.0-73.94~14.04.1 -proposed tracker

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

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


[Bug 1680535] hainzel (amd64) - tests ran: 141, failed: 0

2017-04-07 Thread Brad Figg
tests ran: 141, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/hainzel__4.10.0-19.21__2017-04-07_15-42-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680424] Re: linux-aws: 4.4.0-1014.23 -proposed tracker

2017-04-07 Thread Thadeu Lima de Souza Cascardo
** Summary changed:

- linux-aws:  -proposed tracker
+ linux-aws: 4.4.0-1014.23 -proposed tracker

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

Title:
  linux-aws: 4.4.0-1014.23 -proposed tracker

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

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


[Bug 1679962] Re: psmouse serio1: Explorer Mouse at isa0060/serio1/input0 lost synchronization, throwing 3 bytes away.

2017-04-07 Thread slimbook
Hello
Attached dmesg file complete of today.

In breif:
dmesg | grep psmouse
[0.00] Command line: 
BOOT_IMAGE=/boot/vmlinuz-4.11.0-041100rc5-lowlatency 
root=UUID=d9619f09-3283-4f88-a9aa-a614f1b40470 ro elevator=noop 
psmouse.proto=exps
[0.00] Kernel command line: 
BOOT_IMAGE=/boot/vmlinuz-4.11.0-041100rc5-lowlatency 
root=UUID=d9619f09-3283-4f88-a9aa-a614f1b40470 ro elevator=noop 
psmouse.proto=exps
[ 1278.574272] psmouse serio2: Explorer Mouse at isa0060/serio2/input0 lost 
synchronization, throwing 2 bytes away.
[14523.769979] psmouse serio2: Explorer Mouse at isa0060/serio2/input0 lost 
synchronization, throwing 2 bytes away.


** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1679962/+attachment/4857474/+files/dmesg

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

Title:
  psmouse serio1: Explorer Mouse at isa0060/serio1/input0 lost
  synchronization, throwing 3 bytes away.

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

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


[Bug 1680535] kernel03 (s390x.zVM) - tests ran: 1, failed: 0

2017-04-07 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/kernel03__4.10.0-19.21__2017-04-07_16-08-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680899] Re: lxsession-edit crashed with SIGSEGV in malloc_consolidate()

2017-04-07 Thread Apport retracing service
*** This bug is a duplicate of bug 1498124 ***
https://bugs.launchpad.net/bugs/1498124

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1498124, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1680899/+attachment/4857463/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1680899/+attachment/4857465/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1680899/+attachment/4857469/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1680899/+attachment/4857470/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1680899/+attachment/4857471/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1680899/+attachment/4857472/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1680899/+attachment/4857473/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1498124

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  lxsession-edit crashed with SIGSEGV in malloc_consolidate()

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

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


[Bug 1675473] Missing required logs.

2017-04-07 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1675473

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

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

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

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

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

Title:
  Tablet pressure sensitivy doesn't xork for non-wacom tablet since the
  16.04

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

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


[Bug 1680416] Re: linux: 4.4.0-73.94 -proposed tracker

2017-04-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

Title:
  linux: 4.4.0-73.94 -proposed tracker

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

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


[Bug 1680535] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 14, failed: 1

2017-04-07 Thread Brad Figg
tests ran:  14, failed: 1;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/ms10-34-mcdivittB0-kernel__4.10.0-19.21__2017-04-07_15-40-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680739] Re: linux-hwe-edge: 4.10.0-19.21~16.04.1 -proposed tracker

2017-04-07 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New => Confirmed

** Tags added: block-proposed

** Description changed:

  This bug is for tracking the 4.10.0-19.21~16.04.1 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
  
  kernel-stable-phase-changed:Friday, 07. April 2017 08:32 UTC
  kernel-stable-phase:Uploaded
  
  -- swm properties --
+ boot-testing-requested: true
  phase: Uploaded

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

Title:
  linux-hwe-edge: 4.10.0-19.21~16.04.1 -proposed tracker

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

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


[Bug 1680892] Re: package fonts-wqy-zenhei 0.9.45-6ubuntu1 failed to install/upgrade: package fonts-wqy-zenhei is already installed and configured

2017-04-07 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package fonts-wqy-zenhei 0.9.45-6ubuntu1 failed to install/upgrade:
  package fonts-wqy-zenhei is already installed and configured

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

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


[Bug 1675473] Re: Tablet pressure sensitivy doesn't xork for non-wacom tablet since the 16.04

2017-04-07 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.11 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11-rc5


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

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

Title:
  Tablet pressure sensitivy doesn't xork for non-wacom tablet since the
  16.04

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

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


[Bug 1675473] Re: Tablet pressure sensitivy doesn't xork for non-wacom tablet since the 16.04

2017-04-07 Thread Paul White
According to
https://wiki.ubuntu.com/Bugs/FindRightPackage#Hardware_Malfunctions this
bug should have been reported against the Linux kernel.

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

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

Title:
  Tablet pressure sensitivy doesn't xork for non-wacom tablet since the
  16.04

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

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


[Bug 1680884] Re: inputlircd assert failure: *** buffer overflow detected ***: /usr/sbin/inputlircd terminated

2017-04-07 Thread Solitaire
*** This bug is a duplicate of bug 1246801 ***
https://bugs.launchpad.net/bugs/1246801

duplicate bug report [https://bugs.launchpad.net/bugs/1246801] does not
exist or is not public.

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

Title:
  inputlircd assert failure: *** buffer overflow detected ***:
  /usr/sbin/inputlircd terminated

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

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


[Bug 1680890] Re: package libenet7:i386 1.3.12+ds-2 failed to install/upgrade: package libenet7:i386 is already installed and configured

2017-04-07 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libenet7:i386 1.3.12+ds-2 failed to install/upgrade: package
  libenet7:i386 is already installed and configured

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

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


[Bug 1680893] Re: lxsession-edit crashed with SIGSEGV in malloc_consolidate()

2017-04-07 Thread Apport retracing service
*** This bug is a duplicate of bug 1498124 ***
https://bugs.launchpad.net/bugs/1498124

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1498124, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1680893/+attachment/4857452/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1680893/+attachment/4857454/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1680893/+attachment/4857458/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1680893/+attachment/4857459/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1680893/+attachment/4857460/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1680893/+attachment/4857461/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1680893/+attachment/4857462/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1498124

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  lxsession-edit crashed with SIGSEGV in malloc_consolidate()

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

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


[Bug 1680892] [NEW] package fonts-wqy-zenhei 0.9.45-6ubuntu1 failed to install/upgrade: package fonts-wqy-zenhei is already installed and configured

2017-04-07 Thread tristen donato kepner
Public bug reported:

more messages saying there was an error

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: fonts-wqy-zenhei 0.9.45-6ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-71.92-generic 4.4.49
Uname: Linux 4.4.0-71-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.5
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: i386
Date: Fri Apr  7 11:34:38 2017
DuplicateSignature:
 package:fonts-wqy-zenhei:0.9.45-6ubuntu1
 Unpacking kde-l10n-engb (4:15.12.3-0ubuntu1.1) ...
 dpkg: error processing package fonts-wqy-zenhei (--configure):
  package fonts-wqy-zenhei is already installed and configured
ErrorMessage: package fonts-wqy-zenhei is already installed and configured
InstallationDate: Installed on 2016-01-03 (460 days ago)
InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: dpkg
Title: package fonts-wqy-zenhei 0.9.45-6ubuntu1 failed to install/upgrade: 
package fonts-wqy-zenhei is already installed and configured
UpgradeStatus: Upgraded to xenial on 2017-03-14 (24 days ago)

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


** Tags: already-installed apport-package i386 xenial

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

Title:
  package fonts-wqy-zenhei 0.9.45-6ubuntu1 failed to install/upgrade:
  package fonts-wqy-zenhei is already installed and configured

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

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


[Bug 1602361] Re: Immediate crash when starting vlc

2017-04-07 Thread Sebastian Ramacher
Not a vlc bug.

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

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

Title:
  Immediate crash when starting vlc

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

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


[Bug 1675936] Re: vlc crashes on startup

2017-04-07 Thread Sebastian Ramacher
** Changed in: vlc (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/1675936

Title:
  vlc crashes on startup

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

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


[Bug 1666038] Re: Sync kombu 3.0.35+dfsg-2 (main) from Debian unstable (main)

2017-04-07 Thread Iain Lane
This is in

** Changed in: kombu (Ubuntu)
   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/1666038

Title:
  Sync kombu 3.0.35+dfsg-2 (main) from Debian unstable (main)

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

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


[Bug 1680468] Re: package vlc-nox 2.2.2-5ubuntu0.16.04.1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2017-04-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: aptdaemon (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/1680468

Title:
  package vlc-nox 2.2.2-5ubuntu0.16.04.1 failed to install/upgrade:
  problemas de dependencias - se deja sin configurar

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

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


[Bug 1676449] Re: package vlc-data 2.2.2-5ubuntu0.16.04.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-04-07 Thread Sebastian Ramacher
*** This bug is a duplicate of bug 1680468 ***
https://bugs.launchpad.net/bugs/1680468

** This bug has been marked a duplicate of bug 1680468
   package vlc-nox 2.2.2-5ubuntu0.16.04.1 failed to install/upgrade: problemas 
de dependencias - se deja sin configurar

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

Title:
  package vlc-data 2.2.2-5ubuntu0.16.04.1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

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

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


[Bug 1680468] Re: package vlc-nox 2.2.2-5ubuntu0.16.04.1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2017-04-07 Thread Sebastian Ramacher
Looks like aptdaemon acting up again.

** Package changed: vlc (Ubuntu) => aptdaemon (Ubuntu)

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

Title:
  package vlc-nox 2.2.2-5ubuntu0.16.04.1 failed to install/upgrade:
  problemas de dependencias - se deja sin configurar

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

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


[Bug 1680535] secchi (amd64) - tests ran: 19, failed: 0

2017-04-07 Thread Brad Figg
tests ran:  19, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/secchi__4.10.0-19.21__2017-04-07_14-56-00/results-index.html

** Changed in: kernel-development-workflow/automated-testing
   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/1680535

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1680890] [NEW] package libenet7:i386 1.3.12+ds-2 failed to install/upgrade: package libenet7:i386 is already installed and configured

2017-04-07 Thread tristen donato kepner
Public bug reported:

my system said there was an error.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libenet7:i386 1.3.12+ds-2
ProcVersionSignature: Ubuntu 4.4.0-71.92-generic 4.4.49
Uname: Linux 4.4.0-71-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.5
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: i386
Date: Fri Apr  7 11:34:38 2017
Dependencies:
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu7
 libgcc1 1:6.0.1-0ubuntu1
 multiarch-support 2.23-0ubuntu7
DuplicateSignature:
 package:libenet7:i386:1.3.12+ds-2
 Unpacking kde-l10n-engb (4:15.12.3-0ubuntu1.1) ...
 dpkg: error processing package fonts-wqy-zenhei (--configure):
  package fonts-wqy-zenhei is already installed and configured
ErrorMessage: package libenet7:i386 is already installed and configured
InstallationDate: Installed on 2016-01-03 (460 days ago)
InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: dpkg
Title: package libenet7:i386 1.3.12+ds-2 failed to install/upgrade: package 
libenet7:i386 is already installed and configured
UpgradeStatus: Upgraded to xenial on 2017-03-14 (24 days ago)

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


** Tags: already-installed apport-package i386 xenial

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

Title:
  package libenet7:i386 1.3.12+ds-2 failed to install/upgrade: package
  libenet7:i386 is already installed and configured

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

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


[Bug 1680888] [NEW] Disable CONFIG_HVC_UDBG on ppc64el

2017-04-07 Thread bugproxy
Public bug reported:

Canonical,

Could you please disable CONFIG_HVC_UDBG on ppc64el config?

This is not required, and it is causing some extra timing on the TTY
device that is causing some racing condition that is still being
debugged

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Taco Screen team (taco-screen-team)
 Status: New


** Tags: architecture-ppc64le bugnameltc-153251 severity-critical 
targetmilestone-inin---

** Tags added: architecture-ppc64le bugnameltc-153251 severity-critical
targetmilestone-inin---

** Changed in: ubuntu
 Assignee: (unassigned) => Taco Screen team (taco-screen-team)

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

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

Title:
  Disable CONFIG_HVC_UDBG on ppc64el

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

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


[Bug 1680882] Re: Failure launching VMs in systemd ADT tests on amd64

2017-04-07 Thread Seth Forshee
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

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

Title:
  Failure launching VMs in systemd ADT tests on amd64

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

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


[Bug 1680535] gonzo (amd64) - tests ran: 141, failed: 0

2017-04-07 Thread Brad Figg
tests ran: 141, failed: 0;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/gonzo__4.10.0-19.21__2017-04-07_14-53-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1238322] Re: gradle not working: symbol lookup error

2017-04-07 Thread Yusuke Endoh
I think that there is an regression.  I have just experienced this issue
with the latest version of libnative-platform-jni (0.11-5).


$ gradle
java: symbol lookup error: /usr/lib/jni/libnative-platform-curses.so: undefined 
symbol: tgetent


FYI, gradle works with the previous version (0.10+dfsg-2), and also works in 
debian stretch with the latest version (0.11-5).  So I believe that there is an 
regression of this ubuntu package.

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

Title:
  gradle not working:  symbol lookup error

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

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


[Bug 1680768] Re: linux-raspi2: 4.10.0-1004.6 -proposed tracker

2017-04-07 Thread Brad Figg
** Changed in: kernel-development-workflow/automated-testing
   Status: New => Confirmed

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

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

** Description changed:

  This bug is for tracking the 4.10.0-1004.6 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
  phase: Uploaded
+ kernel-phase-changed:Friday, 07. April 2017 15:30 UTC
+ kernel-phase:Promoted to proposed

** Description changed:

  This bug is for tracking the 4.10.0-1004.6 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
- phase: Uploaded
- kernel-phase-changed:Friday, 07. April 2017 15:30 UTC
- kernel-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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680768

Title:
  linux-raspi2: 4.10.0-1004.6 -proposed tracker

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

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


[Bug 1680423] Re: linux-snapdragon: 4.4.0-1056.60 -proposed tracker

2017-04-07 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package
   Status: In Progress => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: In Progress => Fix Released

** 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 --
  kernel-stable-master-bug: 1680416
+ kernel-stable-phase-changed:Friday, 07. April 2017 15:32 UTC
+ kernel-stable-phase:Uploaded

** 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 --
  kernel-stable-master-bug: 1680416
- kernel-stable-phase-changed:Friday, 07. April 2017 15:32 UTC
- kernel-stable-phase:Uploaded
+ phase: Uploaded

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

Title:
  linux-snapdragon: 4.4.0-1056.60 -proposed tracker

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

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


[Bug 1680880] Re: Gnome-Shell large window borders

2017-04-07 Thread Jeremy Bicha
Thank you for taking the time to report this bug and help make Ubuntu
better.

The screenshot looks a bit odd. Do you have multiple monitors connected?
Do you have the same problem if you restart with just one monitor? Did
you change the scaling factor for a very high resolution screen?

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

Title:
  Gnome-Shell large window borders

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

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


[Bug 1680882] Missing required logs.

2017-04-07 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1680882

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

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

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

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

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

Title:
  Failure launching VMs in systemd ADT tests on amd64

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

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


[Bug 1519331] Re: Postfix cannot resolve DNS if network was unavailable when it was started, such as on a laptop

2017-04-07 Thread Erik Auerswald
I am using the following script saved as
/etc/resolvconf/update.d/postfix:

```
#! /bin/sh

# restart Postfix whenever resolv.conf changes, because Postfix creates
# a local copy of the file for use from inside its chroot

/usr/sbin/service postfix restart

```

That works reliably when changing network connectivity, e.g. going from
cabled Ethernet to WLAN or vice versa. It does not always work during
boot.

I use Ubuntu 14.04 LTS (and I do not dare to update my work notebook to
16.04 LTS, because it needs to actually work...).

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

Title:
  Postfix cannot resolve DNS if network was unavailable when it was
  started, such as on a laptop

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

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


[Bug 1680884] Re: inputlircd assert failure: *** buffer overflow detected ***: /usr/sbin/inputlircd terminated

2017-04-07 Thread Apport retracing service
*** This bug is a duplicate of bug 1246801 ***
https://bugs.launchpad.net/bugs/1246801

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1246801, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1680884/+attachment/4857413/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1680884/+attachment/4857414/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1680884/+attachment/4857417/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1680884/+attachment/4857418/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1680884/+attachment/4857419/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1680884/+attachment/4857420/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1680884/+attachment/4857421/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1246801

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  inputlircd assert failure: *** buffer overflow detected ***:
  /usr/sbin/inputlircd terminated

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

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


[Bug 1680880] Re: Gnome-Shell large window borders

2017-04-07 Thread Robert Parkhurst
screenshot of desktop.  I changed the theme to the Arc theme, but you
can see that the icons look fine but the overlay menu bar on top is very
large.

** Attachment added: "Screenshot from 2017-04-07 10-16-13.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1680880/+attachment/4857412/+files/Screenshot%20from%202017-04-07%2010-16-13.png

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

Title:
  Gnome-Shell large window borders

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

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


[Bug 1680590] Re: Can't install error installing grub-PC

2017-04-07 Thread camilo covaria
*** This bug is a duplicate of bug 1633913 ***
https://bugs.launchpad.net/bugs/1633913


I was installing with ethernet i didn´t work until i figured out to do
it with a wifi adapter.

tx

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

Title:
  Can't install error installing grub-PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1680590/+subscriptions

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

[Bug 1612906] Re: cryptsetup does not support ZFS

2017-04-07 Thread Iain Lane
Thanks for forwarding it. Would you please re-subscribe ubuntu-sponsors
once the patch is merged upstream at Debian?

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

Title:
  cryptsetup does not support ZFS

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

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


[Bug 1132063] Re: Mouse settings missing from Mouse & Touchpad dialog

2017-04-07 Thread Iain Lane
Can you ask someone upstream whether the approach is valid?

I think it might be easiest to just always show the settings - what do
you think?

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

Title:
  Mouse settings missing from Mouse & Touchpad dialog

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

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


[Bug 1675163] Re: Don't attempt to create devices in LXC containers

2017-04-07 Thread Britlion
EH uses Arachsys contain for their containers - this is based on the
same kernel cgroups technology as LXC, but aims to be more lightweight.

If it's a bug not to detect LXC, it's logically a bug not to detect
other container systems that work the same way, and makedev should
include this as a second option to test against.

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

Title:
  Don't attempt to create devices in LXC containers

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

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


[Bug 1680535] ms10-34-mcdivittB0-kernel (arm64) - tests ran: 19, failed: 1

2017-04-07 Thread Brad Figg
tests ran:  19, failed: 1;
  
http://kernel.ubuntu.com/testing/4.10.0-19.21-generic/ms10-34-mcdivittB0-kernel__4.10.0-19.21__2017-04-07_14-59-00/results-index.html

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

Title:
  linux: 4.10.0-19.21 -proposed tracker

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

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


[Bug 1677184] Re: Warnings about Invalid Elements found in data set

2017-04-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: dcmtk (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/1677184

Title:
  Warnings about Invalid Elements found in data set

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

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


[Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-04-07 Thread Axel H.
@jsalisbury

There is no new Kernel in xenial-proposed to test.
Your proposed fix in Kernel 4.4.0-69 did work and solve the issue, but this fix 
was removed with Kernel 4.4.0-70 and it is broken again since then.

Even though you had committed a fix, it is now, for unknown reasons,
removed and the status "Fix committed" is simply false.

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

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

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

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

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

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


[Bug 1675163] Re: Don't attempt to create devices in LXC containers

2017-04-07 Thread Britlion
( link https://github.com/arachsys/containers )

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

Title:
  Don't attempt to create devices in LXC containers

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

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


[Bug 1680882] [NEW] Failure launching VMs in systemd ADT tests on amd64

2017-04-07 Thread Seth Forshee
Public bug reported:

systemd ADT tests are occasionally failing to start VMs for tests on
amd64. Examples:

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-zesty/zesty/amd64/s/systemd/20170328_002748_44e26@/log.gz
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-zesty/zesty/amd64/s/systemd/20170407_131433_345ec@/log.gz

+ /usr/bin/qemu-system-x86_64 -smp 1 -net none -m 512M -nographic -kernel 
/boot/vmlinuz-4.10.0-19-generic -drive 
format=raw,cache=unsafe,file=/var/tmp/systemd-test.AfvCKg/rootdisk.img -initrd 
/boot/initrd.img-4.10.0-19-generic -machine accel=kvm -enable-kvm -cpu host 
-append 'root=/dev/sda1 raid=noautodetect loglevel=2 init=/lib/systemd/systemd 
ro console=ttyS0 selinux=0 systemd.unified_cgroup_hierarchy=no  '
KVM: entry failed, hardware error 0x0
EAX= EBX= ECX= EDX=000206a1
ESI= EDI= EBP= ESP=
EIP=fff0 EFL=0002 [---] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =   9300
CS =f000   9b00
SS =   9300
DS =   9300
FS =   9300
GS =   9300
LDT=   8200
TR =   8b00
GDT=  
IDT=  
CR0=6010 CR2= CR3= CR4=
DR0= DR1= DR2= 
DR3= 
DR6=0ff0 DR7=0400
EFER=
Code=d8 66 e8 d8 a2 ff ff 66 5b 66 83 c4 08 66 5b 66 5e 66 c3 90  5b e0 00 
f0 30 36 2f 32 33 2f 39 39 00 fc 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Tests which do not use KVM are not affected.

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

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

Title:
  Failure launching VMs in systemd ADT tests on amd64

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

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


[Bug 1677611] Re: kernel BUG at /build/linux-7LGLH_/linux-4.10.0/include/linux/swapops.h:129

2017-04-07 Thread Kai-Heng Feng
Hit by this too.

Please test the kernel here, hopefully it fix the issue:
http://people.canonical.com/~khfeng/lp1677611/

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

Title:
  kernel BUG at /build/linux-
  7LGLH_/linux-4.10.0/include/linux/swapops.h:129

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

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


[Bug 1679691] Fix for "s390: handle multiplexed syscalls correctly"

2017-04-07 Thread bugproxy
Default Comment by Bridge

** Attachment added: "Fix for "s390: handle multiplexed syscalls correctly""
   
https://bugs.launchpad.net/bugs/1679691/+attachment/4857407/+files/0001-s390-handle-multiplexed-syscalls-correctly.patch

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

Title:
  libseccomp fix - s390: handle multiplexed syscalls correctly

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