[Bug 1584520] Re: mdadm ignores "--force" switch on Intel Fake Raid

2016-05-23 Thread Anatoly Zapadinsky
Not a bug, the solution is to use IMSM_NO_PLATFORM env variable. The
solution with env variable instead of a switch is odd though.

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

Title:
  mdadm ignores "--force" switch on Intel Fake Raid

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

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


[Bug 1581259] Re: M10 window mode resize can go too tiny

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.10.20160519-0ubuntu1

---
webbrowser-app (0.23+16.10.20160519-0ubuntu1) yakkety; urgency=medium

  * Display the currently hovered hyperlink’s target URL in an overlay.
(LP: #1499775)
  * Introduce a BrowserPage type for consistency between all pages, and
use the UITK Page and PageHeader types. (LP: #1511137)
  * Keep the securityStatus property of the address bar always in sync
with the current webview. (LP: #1581025)
  * Minor packaging updates.
  * Only load the current tab when the session is restored. (LP:
#1580290)
  * Set a minimum width and height on the browser window. (LP: #1581259)
  * Use QStringLiteral instead of QString in config.h.in.

 -- Olivier Tilloy   Thu, 19 May 2016
18:39:35 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => 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/1581259

Title:
  M10 window mode resize can go too tiny

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1581259/+subscriptions

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

[Bug 1580290] Re: First tab is always reloaded when the session is restored

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.10.20160519-0ubuntu1

---
webbrowser-app (0.23+16.10.20160519-0ubuntu1) yakkety; urgency=medium

  * Display the currently hovered hyperlink’s target URL in an overlay.
(LP: #1499775)
  * Introduce a BrowserPage type for consistency between all pages, and
use the UITK Page and PageHeader types. (LP: #1511137)
  * Keep the securityStatus property of the address bar always in sync
with the current webview. (LP: #1581025)
  * Minor packaging updates.
  * Only load the current tab when the session is restored. (LP:
#1580290)
  * Set a minimum width and height on the browser window. (LP: #1581259)
  * Use QStringLiteral instead of QString in config.h.in.

 -- Olivier Tilloy   Thu, 19 May 2016
18:39:35 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => 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/1580290

Title:
  First tab is always reloaded when the session is restored

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1580290/+subscriptions

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

[Bug 1511137] Re: Use the new UITK’s PageHeader component

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.10.20160519-0ubuntu1

---
webbrowser-app (0.23+16.10.20160519-0ubuntu1) yakkety; urgency=medium

  * Display the currently hovered hyperlink’s target URL in an overlay.
(LP: #1499775)
  * Introduce a BrowserPage type for consistency between all pages, and
use the UITK Page and PageHeader types. (LP: #1511137)
  * Keep the securityStatus property of the address bar always in sync
with the current webview. (LP: #1581025)
  * Minor packaging updates.
  * Only load the current tab when the session is restored. (LP:
#1580290)
  * Set a minimum width and height on the browser window. (LP: #1581259)
  * Use QStringLiteral instead of QString in config.h.in.

 -- Olivier Tilloy   Thu, 19 May 2016
18:39:35 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => 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/1511137

Title:
  Use the new UITK’s PageHeader component

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1511137/+subscriptions

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

[Bug 1567558] Re: ZFS is confused by user namespaces (uid/gid mapping) when used with acltype=posixac

2016-05-23 Thread Andreas Fuchs
I tested this the xenial-proposed kernel (4.4.0-23) on a machine that
was showing the exact symptoms described by the original reporter in
Xenial. Here's the sequence of commands on the -proposed kernel:

root@bonnetmaker:~# uname -a
Linux bonnetmaker 4.4.0-23-lowlatency #41-Ubuntu SMP PREEMPT Mon May 16 
23:55:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
root@bonnetmaker:~# zfs create lxd/test -o mountpoint=/tmp/test
root@bonnetmaker:~# zfs set acltype=posixacl lxd/test
root@bonnetmaker:~# cd /tmp/test/
root@bonnetmaker:/tmp/test# mkdir a
root@bonnetmaker:/tmp/test# setfacl -m default:user:100100:rwX a
root@bonnetmaker:/tmp/test# setfacl -m user:100100:rwX a
root@bonnetmaker:/tmp/test# getfacl -n a
# file: a
# owner: 0
# group: 0
user::rwx
user:100100:rwx
group::r-x
mask::rwx
other::r-x
default:user::rwx
default:user:100100:rwx
default:group::r-x
default:mask::rwx
default:other::r-x

root@bonnetmaker:/tmp/test# lxc-usernsexec -m u:0:10:65536 -m 
g:0:10:65536 -- /bin/bash
bash: /root/.bashrc: Permission denied
root@bonnetmaker:/tmp/test# ls -lh
total 512
drwxrwxr-x+ 2 nobody nogroup 2 May 23 16:24 a
root@bonnetmaker:/tmp/test# getfacl -n a
# file: a
# owner: 65534
# group: 65534
user::rwx
user:100:rwx
group::r-x
mask::rwx
other::r-x
default:user::rwx
default:user:100:rwx
default:group::r-x
default:mask::rwx
default:other::r-x

root@bonnetmaker:/tmp/test#


Numbers check out - looks like it's working now!

** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  ZFS is confused by user namespaces (uid/gid mapping) when used with
  acltype=posixac

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

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


[Bug 1539121] Re: Missing Latvian keyboard support

2016-05-23 Thread Gunnar Hjalmarsson
Hi,

I noticed , filed by a Latvian Ubuntu
Phone buyer, and then I noticed this bug report and the request for
keyboard layout data. Maybe I'm missing something, but can't

/usr/share/X11/xkb/symbols/lv

which is present on every Ubuntu desktop be used?

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

Title:
  Missing Latvian keyboard support

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

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


[Bug 1584980] [NEW] crashes on install start

2016-05-23 Thread Derek Goetz
Public bug reported:

as soon as select "erase this disk and install Ubuntu Studio" it crashes
shortly after, error 5 input/output

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.8.12
ProcVersionSignature: Ubuntu 4.2.0-27.32~14.04.1-lowlatency 4.2.8-ckt1
Uname: Linux 4.2.0-27-lowlatency x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CasperVersion: 1.340.2
Date: Mon May 23 23:17:44 2016
InstallCmdLine: file=/cdrom/preseed/ubuntustudio.seed boot=casper only-ubiquity 
initrd=/casper/initrd.lz quiet splash --
LiveMediaBuild: Ubuntu-Studio 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty ubiquity-2.18.8.12 ubuntustudio

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

Title:
  crashes on install start

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

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


[Bug 1582475] Re: Managing access gets HTTP 500 due to using deprecated option timeout

2016-05-23 Thread Rafael David Tinoco
** Changed in: swauth (Ubuntu)
   Status: New => In Progress

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

** Tags added: sts

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

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

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

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

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

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

** Changed in: swauth (Ubuntu Trusty)
 Assignee: (unassigned) => Billy Olsen (billy-olsen)

** Changed in: swauth (Ubuntu Wily)
 Assignee: (unassigned) => Billy Olsen (billy-olsen)

** Changed in: swauth (Ubuntu Xenial)
 Assignee: (unassigned) => Billy Olsen (billy-olsen)

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

Title:
  Managing access gets HTTP 500 due to using deprecated option timeout

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

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


[Bug 1574969] Re: Regression: "lxc-create -B best" stopped working

2016-05-23 Thread Ibrahim Awwal
For the vagrant-lxc issue, you can apply the workaround from here:

https://github.com/fgrehm/vagrant-lxc/issues/407

Specifically, define the backingstore manually in your Vagrantfile:

```
config.vm.provider :lxc do |lxc,ovrd|
ovrd.vm.box = 'fgrehm/trusty64-lxc'
lxc.backingstore = 'dir'
end
```

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

Title:
  Regression: "lxc-create -B best" stopped working

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-upgrade-testing/+bug/1574969/+subscriptions

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


[Bug 1574079] Re: USB audio device is not recognized after startup in 16.04

2016-05-23 Thread whispered
I have a focusrite 2i2 and I'm still experiencing this.

I've even unsintalled fwupd, but the problem persists.

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

Title:
  USB audio device is not recognized after startup in 16.04

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

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


[Bug 1582475] Re: Managing access gets HTTP 500 due to using deprecated option timeout

2016-05-23 Thread Chris Johnston
** Also affects: swauth (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: swauth (Ubuntu Wily)
   Importance: Undecided
   Status: New

** Also affects: swauth (Ubuntu Xenial)
   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/1582475

Title:
  Managing access gets HTTP 500 due to using deprecated option timeout

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

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


[Bug 1582398] onza (i386) - tests ran: 4, failed: 0

2016-05-23 Thread Brad Figg
tests ran:   4, failed: 0;
  
http://kernel.ubuntu.com/testing/3.13.0-87.132/onza__3.13.0-87.132__2016-05-23_23-09-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/1582398

Title:
  linux: 3.13.0-87.132 -proposed tracker

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

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


[Bug 1582682] fozzie (i386) - tests ran: 136, failed: 2

2016-05-23 Thread Brad Figg
tests ran: 136, failed: 2;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41~14.04.1/fozzie__4.4.0-23.41~14.04.1__2016-05-23_22-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/1582682

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

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

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


[Bug 1327412] Re: Delay during PXE Boot, IP-Config gives up

2016-05-23 Thread Mark McCallister
This has broken DHCP in our environment. I suspect it has something to
do with dhcp relaying. I am trying to get good data to confirm it.

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

Title:
  Delay during PXE Boot, IP-Config gives up

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

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


[Bug 1535054] Re: fanatic doesn't respond to --help

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-fan - 0.10.0

---
ubuntu-fan (0.10.0) yakkety; urgency=medium

  [ Andy Whitcroft ]
  * fanatic: fix legacy command line form syntax error (LP: #1584150)
  * fanctl/fanatic: add help commands/options with initial pointers
(LP: #1535054)

  [ Jay Vosburgh ]
  * fanatic: fix underlay with calculation (LP: #1584092)

  [ Andy Whitcroft ]
  * fanctl/fanatic: remove invalid web reference from manual pages.
(LP: #1582956)
  * debian/control: fix use of obsolete > operator
  * fanatic: detect user specified underlay address without overlay
(LP: #1584692)
  * fanatic: switch from lxd-images to using cached lxc images. (LP: #1584775)
  * fanctl.8: fix interfane type (LP: #1584845)
  * fanatic: test-host -- use the selected underlay width to calculate the 
remote addresses
(LP: #1584878)

 -- Andy Whitcroft   Mon, 23 May 2016 22:05:19 +0100

** Changed in: ubuntu-fan (Ubuntu)
   Status: In Progress => 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/1535054

Title:
  fanatic doesn't respond to --help

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

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


[Bug 1440293] Re: acng returns incorrect information (200 instead of 404)

2016-05-23 Thread Rolf Leggewie
Sad to see there is no activity here despite a clear test case.

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

Title:
  acng returns incorrect information (200 instead of 404)

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

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


[Bug 1584692] Re: fanatic does not use the user-specified underlay, but 192.168.0.0/16

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-fan - 0.10.0

---
ubuntu-fan (0.10.0) yakkety; urgency=medium

  [ Andy Whitcroft ]
  * fanatic: fix legacy command line form syntax error (LP: #1584150)
  * fanctl/fanatic: add help commands/options with initial pointers
(LP: #1535054)

  [ Jay Vosburgh ]
  * fanatic: fix underlay with calculation (LP: #1584092)

  [ Andy Whitcroft ]
  * fanctl/fanatic: remove invalid web reference from manual pages.
(LP: #1582956)
  * debian/control: fix use of obsolete > operator
  * fanatic: detect user specified underlay address without overlay
(LP: #1584692)
  * fanatic: switch from lxd-images to using cached lxc images. (LP: #1584775)
  * fanctl.8: fix interfane type (LP: #1584845)
  * fanatic: test-host -- use the selected underlay width to calculate the 
remote addresses
(LP: #1584878)

 -- Andy Whitcroft   Mon, 23 May 2016 22:05:19 +0100

** Changed in: ubuntu-fan (Ubuntu)
   Status: In Progress => 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/1584692

Title:
  fanatic does not use the user-specified underlay, but 192.168.0.0/16

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

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


[Bug 1584150] Re: fanatic: legacy mode triggers syntax error

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-fan - 0.10.0

---
ubuntu-fan (0.10.0) yakkety; urgency=medium

  [ Andy Whitcroft ]
  * fanatic: fix legacy command line form syntax error (LP: #1584150)
  * fanctl/fanatic: add help commands/options with initial pointers
(LP: #1535054)

  [ Jay Vosburgh ]
  * fanatic: fix underlay with calculation (LP: #1584092)

  [ Andy Whitcroft ]
  * fanctl/fanatic: remove invalid web reference from manual pages.
(LP: #1582956)
  * debian/control: fix use of obsolete > operator
  * fanatic: detect user specified underlay address without overlay
(LP: #1584692)
  * fanatic: switch from lxd-images to using cached lxc images. (LP: #1584775)
  * fanctl.8: fix interfane type (LP: #1584845)
  * fanatic: test-host -- use the selected underlay width to calculate the 
remote addresses
(LP: #1584878)

 -- Andy Whitcroft   Mon, 23 May 2016 22:05:19 +0100

** Changed in: ubuntu-fan (Ubuntu)
   Status: In Progress => 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/1584150

Title:
  fanatic: legacy mode triggers syntax error

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

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


[Bug 1582956] Re: fan[ctl | atic] man page has reference to ubuntu.com/fan which 404s

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-fan - 0.10.0

---
ubuntu-fan (0.10.0) yakkety; urgency=medium

  [ Andy Whitcroft ]
  * fanatic: fix legacy command line form syntax error (LP: #1584150)
  * fanctl/fanatic: add help commands/options with initial pointers
(LP: #1535054)

  [ Jay Vosburgh ]
  * fanatic: fix underlay with calculation (LP: #1584092)

  [ Andy Whitcroft ]
  * fanctl/fanatic: remove invalid web reference from manual pages.
(LP: #1582956)
  * debian/control: fix use of obsolete > operator
  * fanatic: detect user specified underlay address without overlay
(LP: #1584692)
  * fanatic: switch from lxd-images to using cached lxc images. (LP: #1584775)
  * fanctl.8: fix interfane type (LP: #1584845)
  * fanatic: test-host -- use the selected underlay width to calculate the 
remote addresses
(LP: #1584878)

 -- Andy Whitcroft   Mon, 23 May 2016 22:05:19 +0100

** Changed in: ubuntu-fan (Ubuntu)
   Status: In Progress => 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/1582956

Title:
  fan[ctl | atic]  man page has reference to ubuntu.com/fan which 404s

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

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


[Bug 1584092] Re: Docker misconfigured when using non-default overlay/underlay netmask size

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-fan - 0.10.0

---
ubuntu-fan (0.10.0) yakkety; urgency=medium

  [ Andy Whitcroft ]
  * fanatic: fix legacy command line form syntax error (LP: #1584150)
  * fanctl/fanatic: add help commands/options with initial pointers
(LP: #1535054)

  [ Jay Vosburgh ]
  * fanatic: fix underlay with calculation (LP: #1584092)

  [ Andy Whitcroft ]
  * fanctl/fanatic: remove invalid web reference from manual pages.
(LP: #1582956)
  * debian/control: fix use of obsolete > operator
  * fanatic: detect user specified underlay address without overlay
(LP: #1584692)
  * fanatic: switch from lxd-images to using cached lxc images. (LP: #1584775)
  * fanctl.8: fix interfane type (LP: #1584845)
  * fanatic: test-host -- use the selected underlay width to calculate the 
remote addresses
(LP: #1584878)

 -- Andy Whitcroft   Mon, 23 May 2016 22:05:19 +0100

** Changed in: ubuntu-fan (Ubuntu)
   Status: In Progress => 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/1584092

Title:
  Docker misconfigured when using non-default overlay/underlay netmask
  size

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

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


[Bug 1584845] Re: fanctl.8: typeo of interface (as interfane) in manual

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-fan - 0.10.0

---
ubuntu-fan (0.10.0) yakkety; urgency=medium

  [ Andy Whitcroft ]
  * fanatic: fix legacy command line form syntax error (LP: #1584150)
  * fanctl/fanatic: add help commands/options with initial pointers
(LP: #1535054)

  [ Jay Vosburgh ]
  * fanatic: fix underlay with calculation (LP: #1584092)

  [ Andy Whitcroft ]
  * fanctl/fanatic: remove invalid web reference from manual pages.
(LP: #1582956)
  * debian/control: fix use of obsolete > operator
  * fanatic: detect user specified underlay address without overlay
(LP: #1584692)
  * fanatic: switch from lxd-images to using cached lxc images. (LP: #1584775)
  * fanctl.8: fix interfane type (LP: #1584845)
  * fanatic: test-host -- use the selected underlay width to calculate the 
remote addresses
(LP: #1584878)

 -- Andy Whitcroft   Mon, 23 May 2016 22:05:19 +0100

** Changed in: ubuntu-fan (Ubuntu)
   Status: In Progress => 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/1584845

Title:
  fanctl.8: typeo of interface (as interfane) in manual

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

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


[Bug 1584775] Re: fanatic does not use the correct LXD command to import image for fanatic-test container

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-fan - 0.10.0

---
ubuntu-fan (0.10.0) yakkety; urgency=medium

  [ Andy Whitcroft ]
  * fanatic: fix legacy command line form syntax error (LP: #1584150)
  * fanctl/fanatic: add help commands/options with initial pointers
(LP: #1535054)

  [ Jay Vosburgh ]
  * fanatic: fix underlay with calculation (LP: #1584092)

  [ Andy Whitcroft ]
  * fanctl/fanatic: remove invalid web reference from manual pages.
(LP: #1582956)
  * debian/control: fix use of obsolete > operator
  * fanatic: detect user specified underlay address without overlay
(LP: #1584692)
  * fanatic: switch from lxd-images to using cached lxc images. (LP: #1584775)
  * fanctl.8: fix interfane type (LP: #1584845)
  * fanatic: test-host -- use the selected underlay width to calculate the 
remote addresses
(LP: #1584878)

 -- Andy Whitcroft   Mon, 23 May 2016 22:05:19 +0100

** Changed in: ubuntu-fan (Ubuntu)
   Status: In Progress => 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/1584775

Title:
  fanatic does not use the correct LXD command to import image for
  fanatic-test container

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

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


[Bug 1584878] Re: fanatic remote host test fails when using non-default subnet sizes

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-fan - 0.10.0

---
ubuntu-fan (0.10.0) yakkety; urgency=medium

  [ Andy Whitcroft ]
  * fanatic: fix legacy command line form syntax error (LP: #1584150)
  * fanctl/fanatic: add help commands/options with initial pointers
(LP: #1535054)

  [ Jay Vosburgh ]
  * fanatic: fix underlay with calculation (LP: #1584092)

  [ Andy Whitcroft ]
  * fanctl/fanatic: remove invalid web reference from manual pages.
(LP: #1582956)
  * debian/control: fix use of obsolete > operator
  * fanatic: detect user specified underlay address without overlay
(LP: #1584692)
  * fanatic: switch from lxd-images to using cached lxc images. (LP: #1584775)
  * fanctl.8: fix interfane type (LP: #1584845)
  * fanatic: test-host -- use the selected underlay width to calculate the 
remote addresses
(LP: #1584878)

 -- Andy Whitcroft   Mon, 23 May 2016 22:05:19 +0100

** Changed in: ubuntu-fan (Ubuntu)
   Status: In Progress => 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/1584878

Title:
  fanatic remote host test fails when using non-default subnet sizes

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

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


[Bug 1357796] Re: upgrade from 12.04 to 14.04 does not work with multiple machines

2016-05-23 Thread Rolf Leggewie
** Description changed:

- 
  apt-cacher-ng can freeze / JAM if more than one machines are upgradeing
  from 12.04 to 14.04.
  
  Machine which is in upgrade can jam/freeze also, for ever, also
-  file lock's remains and those are bit hard to find due sudo update-manager -d
-   dose not complain all locks. apt-get update reports old lokcs left behibd.
+  file locks remain and those are bit hard to find due sudo update-manager -d
+   does not complain all locks. apt-get update reports old lokcs left behibd.

** Description changed:

  apt-cacher-ng can freeze / JAM if more than one machines are upgradeing
  from 12.04 to 14.04.
  
  Machine which is in upgrade can jam/freeze also, for ever, also
   file locks remain and those are bit hard to find due sudo update-manager -d
-   does not complain all locks. apt-get update reports old lokcs left behibd.
+   does not complain all locks. apt-get update reports old locks left behind.

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

Title:
  upgrade from 12.04 to 14.04 does not work with multiple machines

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

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

[Bug 1575132] Re: snap remove talks about purge but it doesn't exist

2016-05-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: snapd (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/1575132

Title:
  snap remove talks about purge but it doesn't exist

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

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


[Bug 1422143] Re: No wifi connection after suspend with systemd due to missing "wpa_cli suspend"

2016-05-23 Thread Ismail Gjevori
I'm having the listing issue in Ubuntu 16.04. So after suspend the wifi
is connected but i'm not able to see the available connection nor choose
a connection.The packages installed are:

1- network-manager/xenial,now 1.1.93-0ubuntu4 amd64 [installato, automatico]
  network management framework (daemon and userspace tools)  

2- network-manager-gnome/xenial-updates,now 1.2.0-0ubuntu0.16.04.1 amd64 
[installato, automatico]
  network management framework (GNOME frontend)

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

Title:
  No wifi connection after suspend with systemd due to missing "wpa_cli
  suspend"

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

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


[Bug 1581780] Re: package apt-cacher-ng 0.9.1-1ubuntu1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2016-05-23 Thread Rolf Leggewie
another similar report is bug 1584816

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

Title:
  package apt-cacher-ng 0.9.1-1ubuntu1 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

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

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

[Bug 1584816] Re: package apt-cacher-ng 0.9.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-05-23 Thread Rolf Leggewie
What happens when you do "sudo aptitude install apt-cacher-ng" from the
command-line?  The attached logs are inconclusive as to the root cause
of the problem.

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

Title:
  package apt-cacher-ng 0.9.1-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1584978] [NEW] Update to 3.20

2016-05-23 Thread Robert Ancell
Public bug reported:

Update to 3.20

** Affects: evolution (Ubuntu)
 Importance: Wishlist
 Status: Triaged

** Affects: evolution-data-server (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: upgrade-software-version

** Also affects: evolution-data-server (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: evolution-data-server (Ubuntu)
   Status: New => Triaged

** Changed in: evolution-data-server (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Update to 3.20

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

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


[Bug 1584816] Re: package apt-cacher-ng 0.9.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-05-23 Thread Rolf Leggewie
Do you have apt-cacher (not apt-cacher-ng) installed as well? See also
bug 1581780

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

Title:
  package apt-cacher-ng 0.9.1-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1575467] Re: [Dell Inspiron 3451] WARNING: CPU: 1 PID: 1297 at /build/linux-lts-utopic-vy2yyy/linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_display.c:1743 vlv_wait_port_ready+0x126/0x170 [i9

2016-05-23 Thread Andrew
yup, commit 8d7804a2f03dbd34940fcb426450c730adf29dae has the bug.

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

Title:
  [Dell Inspiron 3451] WARNING: CPU: 1 PID: 1297 at /build/linux-lts-
  utopic-vy2yyy/linux-lts-
  utopic-3.16.0/drivers/gpu/drm/i915/intel_display.c:1743
  vlv_wait_port_ready+0x126/0x170 [i915]()

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

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


[Bug 1582398] onza (amd64) - tests ran: 4, failed: 0

2016-05-23 Thread Brad Figg
tests ran:   4, failed: 0;
  
http://kernel.ubuntu.com/testing/3.13.0-87.132/onza__3.13.0-87.132__2016-05-23_22-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/1582398

Title:
  linux: 3.13.0-87.132 -proposed tracker

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

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


[Bug 1581720] Re: Raspberry Pi 3 64-bit kernel

2016-05-23 Thread Ryan Finnie
Yeah sorry, meant to loop back on this.  His kernel is minimally
functional and I've been using it on a test arm64 machine (though looks
like vchiq is intentionally disabled presumably because it's not
functional, and the brcmfmac module doesn't recognize the wifi chipset
even with firmware present), but it looks like it is a very early one-
off effort.

We do eventually want to have RPi3 arm64 support, but it's probably not
going to happen for awhile.  Interestingly, the Raspbian kernel trees
show no work toward arm64 support; hopefully they're just working on it
in the background.

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

Title:
  Raspberry Pi 3 64-bit kernel

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

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


[Bug 1552551] Re: Dell CERC Adapter hangs temporarily until reset. REGRESSION

2016-05-23 Thread Daniel A. Gauthier
Chris,

rc7 was the newest kernel for Wily.  I reinstalled the newest 16.04
(again 64 bit) and tested the 4.6.0 version from a week later
(4.6.0-040600-generic #201605151930) and it's stll bad.

Dan

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

Title:
  Dell CERC Adapter hangs temporarily until reset.  REGRESSION

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

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


[Bug 1584972] [NEW] package gitlab 8.5.8+dfsg-5 [modified: var/lib/gitlab/gitlab-debian.conf] failed to install/upgrade: subprocess installed post-installation script returned error exit status 7

2016-05-23 Thread Jeff Hollon
Public bug reported:

An automatic bug reporting message came up after running sudo apt install 
gitlab.  The last messages shown in command line are:
Verifying we have all required libraries...
Could not find gem 'devise-two-factor (~> 2.0.0)' in any of the gem sources
listed in your Gemfile or available on this machine.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: gitlab 8.5.8+dfsg-5 [modified: var/lib/gitlab/gitlab-debian.conf]
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Mon May 23 18:34:04 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 7
InstallationDate: Installed on 2016-05-21 (2 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: gitlab
Title: package gitlab 8.5.8+dfsg-5 [modified: 
var/lib/gitlab/gitlab-debian.conf] failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 7
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: 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/1584972

Title:
  package gitlab 8.5.8+dfsg-5 [modified: var/lib/gitlab/gitlab-
  debian.conf] failed to install/upgrade: subprocess installed post-
  installation script returned error exit status 7

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

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


[Bug 1582398] onza (i386) - tests ran: 13, failed: 1

2016-05-23 Thread Brad Figg
tests ran:  13, failed: 1;
  
http://kernel.ubuntu.com/testing/3.13.0-87.132/onza__3.13.0-87.132__2016-05-23_21-11-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/1582398

Title:
  linux: 3.13.0-87.132 -proposed tracker

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

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


[Bug 1393842] Re: libvirt does not grant qemu-guest-agent channel perms

2016-05-23 Thread Serge Hallyn
** Tags removed: verification-needed

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

Title:
  libvirt does not grant qemu-guest-agent channel perms

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

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


[Bug 1584967] Status changed to Confirmed

2016-05-23 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/1584967

Title:
  package linux-image-3.13.0-86-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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


[Bug 1432644] test case

2016-05-23 Thread Serge Hallyn
Wily is going to be EOL in less than two months.  Could we please have a
minimal xml for reproduction, or even better verification of the package
in wily-proposed?  I would simply recommend closing this bug unsolved,
except the fix is wrapped up with several others which were already verified.

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

Title:
  VM permanently tries to read /dev/shm/lttng-ust-wait-5

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

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


[Bug 1393842] verified

2016-05-23 Thread Serge Hallyn
With current trusty package I got the error popup as predicted.
After upgrading to -proposed and rebooting, it succeeded.

 tag verification-done
 untag verification-needed
 done

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

Title:
  libvirt does not grant qemu-guest-agent channel perms

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

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


[Bug 1584970] [NEW] Ubuntu tries to set up my USB wireless device on a wired connection

2016-05-23 Thread Matthew Fearnley
Public bug reported:

When I start up from a Ubuntu 16.04 Live CD, I do not get a wireless
network connection, instead it seems to see my USB device (a Belkin
F5D8053 N Wireless USB Adapter) as a "wired connection".

If I do 'service network-manager restart', or unplug and replug the
device, then it sets it up with the rt2800usb driver, gives it a
wireless connection, and allows me to connect to wifi routers as normal.

A potentially similar issue has been reported with a GB-WB867D-I card at
http://askubuntu.com/questions/758422/ubuntu-16-04-seeing-my-wireless-
card-as-wired

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager 1.1.93-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CasperVersion: 1.376
CurrentDesktop: Unity
Date: Mon May 23 22:02:27 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IpRoute:
 10.42.0.0/24 dev enp0s25  proto kernel  scope link  src 10.42.0.1  metric 100 
 169.254.0.0/16 dev enp0s25  scope link  metric 1000
LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAMEUUID  TYPE
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE   STATE
  ACTIVE-PATH
 Wired connection 1  d553ccd9-63fb-494a-8ec6-59adc51a67f6  802-3-ethernet  
1464040759  Mon 23 May 2016 09:59:19 PM UTC  yes  4294966297
no/org/freedesktop/NetworkManager/Settings/0  yes enp0s25  
activated  /org/freedesktop/NetworkManager/ActiveConnection/3 
 Wired connection 2  b35063c3-365d-4287-85b2-882e449f4d13  802-3-ethernet  
1464040460  Mon 23 May 2016 09:54:20 PM UTC  yes  4294966297
no/org/freedesktop/NetworkManager/Settings/1  no  --   --   
  --
nmcli-dev:
 DEVICE   TYPE  STATEDBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
 enp0s25  ethernet  connected
/org/freedesktop/NetworkManager/Devices/0  Wired connection 1  
d553ccd9-63fb-494a-8ec6-59adc51a67f6  
/org/freedesktop/NetworkManager/ActiveConnection/3 
 wlx002275911486  ethernet  unavailable  
/org/freedesktop/NetworkManager/Devices/2  --  --   
 -- 
 lo   loopback  unmanaged
/org/freedesktop/NetworkManager/Devices/1  --  --   
 --
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: 
Error: Object 'nm' is unknown, try 'nmcli help'.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  Ubuntu tries to set up my USB wireless device on a wired connection

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

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


[Bug 1584471] WifiSyslog.txt

2016-05-23 Thread Mike O'Rourke
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1584471/+attachment/4668937/+files/WifiSyslog.txt

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

Title:
  Java threads produce OutOfMemoryError with 4.4.0-22 kernel

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

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


[Bug 1584471] ProcModules.txt

2016-05-23 Thread Mike O'Rourke
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1584471/+attachment/4668935/+files/ProcModules.txt

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

Title:
  Java threads produce OutOfMemoryError with 4.4.0-22 kernel

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

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


[Bug 1584471] Re: Java threads produce OutOfMemoryError with 4.4.0-22 kernel

2016-05-23 Thread Mike O'Rourke
Would it be more helpful to run apport-collect with the 4.4.0-22 kernel
running after the OutOfMemoryError has occurred?

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

Title:
  Java threads produce OutOfMemoryError with 4.4.0-22 kernel

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

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


[Bug 1558480] Re: Make Wine packages synced from Debian

2016-05-23 Thread jre-phoenix
** Bug watch removed: Debian Bug tracker #819255
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819255

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

Title:
  Make Wine packages synced from Debian

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

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


[Bug 1584471] CurrentDmesg.txt

2016-05-23 Thread Mike O'Rourke
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1584471/+attachment/4668928/+files/CurrentDmesg.txt

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

Title:
  Java threads produce OutOfMemoryError with 4.4.0-22 kernel

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

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


[Bug 1584471] IwConfig.txt

2016-05-23 Thread Mike O'Rourke
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1584471/+attachment/4668929/+files/IwConfig.txt

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

Title:
  Java threads produce OutOfMemoryError with 4.4.0-22 kernel

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

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


[Bug 1584471] Re: Java threads produce OutOfMemoryError with 4.4.0-22 kernel

2016-05-23 Thread Mike O'Rourke
apport information

** Tags added: apport-collected

** Description changed:

  Hi all.
  
  I am running Ubuntu 16.04 (through regular updates and upgrades) on an
  HP DL380 with dual hex-core Xeon 3.47GHz cpus and 96GB RAM.
  
  I upgraded this system a week ago, and started getting Java
  OutOfMemoryErrors (unable to create new native thread) from Wowza
  Streaming Engine. I tried older versions of Java (7 and 6 oracle
  versions) and they improved it, but did not fix it.
  
  When I stopped the Wowza service from the command line, the service
  command would hang until I killed the java process.
  
  I booted my system into the 3.16.0-41 kernel that was still there, and
  everything works as it should (no more OutOfMemoryErrors). I have not
  tried the 3.16 kernel with Java 8 OpenJDK; it is still running on Java
  7.
  
  Did something change drastically with the thread modules between the
  3.16.0 kernel and the 4.4.0 kernel?
  
  Wowza starts Java with the -Xmx1M option.
  
  One of the log entries for this error is:
  
  WARNserver  comment 2016-05-20  23:55:21-   -
  -   --5405.152-   -   -   -   -   -
  -   -   Unexpected exception.: java.lang.OutOfMemoryError:
  unable to create new native thread|at java.lang.Thread.start0(Native
  Method)|at java.lang.Thread.start(Thread.java:714)|at
  org.apache.mina.util.NewThreadExecutor.execute(NewThreadExecutor.java:34)|at
  
org.apache.mina.transport.socket.nio.SocketIoProcessor.startupWorker(SocketIoProcessor.java:104)|at
  
org.apache.mina.transport.socket.nio.SocketIoProcessor.addNew(SocketIoProcessor.java:83)|
  
  Thanks.
  Mike.
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 May 21 16:44 seq
+  crw-rw 1 root audio 116, 33 May 21 16:44 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.20.1-0ubuntu2
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=/dev/mapper/media--vg-swap_1
+ InstallationDate: Installed on 2015-04-08 (411 days ago)
+ InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release amd64 
(20141022.2)
+ MachineType: HP ProLiant DL380 G7
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-41-generic 
root=/dev/mapper/hostname--vg-root ro
+ ProcVersionSignature: Ubuntu 3.16.0-41.57-generic 3.16.7-ckt11
+ RelatedPackageVersions:
+  linux-restricted-modules-3.16.0-41-generic N/A
+  linux-backports-modules-3.16.0-41-generic  N/A
+  linux-firmware 1.157
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  xenial
+ Uname: Linux 3.16.0-41-generic x86_64
+ UpgradeStatus: Upgraded to xenial on 2016-05-14 (9 days ago)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 07/02/2013
+ dmi.bios.vendor: HP
+ dmi.bios.version: P67
+ dmi.chassis.type: 23
+ dmi.chassis.vendor: HP
+ dmi.modalias: 
dmi:bvnHP:bvrP67:bd07/02/2013:svnHP:pnProLiantDL380G7:pvr:cvnHP:ct23:cvr:
+ dmi.product.name: ProLiant DL380 G7
+ dmi.sys.vendor: HP

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1584471/+attachment/4668927/+files/CRDA.txt

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

Title:
  Java threads produce OutOfMemoryError with 4.4.0-22 kernel

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

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


[Bug 1584471] JournalErrors.txt

2016-05-23 Thread Mike O'Rourke
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1584471/+attachment/4668930/+files/JournalErrors.txt

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

Title:
  Java threads produce OutOfMemoryError with 4.4.0-22 kernel

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

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


[Bug 1584471] Lsusb.txt

2016-05-23 Thread Mike O'Rourke
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1584471/+attachment/4668932/+files/Lsusb.txt

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

Title:
  Java threads produce OutOfMemoryError with 4.4.0-22 kernel

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

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


[Bug 1584471] UdevDb.txt

2016-05-23 Thread Mike O'Rourke
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1584471/+attachment/4668936/+files/UdevDb.txt

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

Title:
  Java threads produce OutOfMemoryError with 4.4.0-22 kernel

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

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


[Bug 1584471] ProcInterrupts.txt

2016-05-23 Thread Mike O'Rourke
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1584471/+attachment/4668934/+files/ProcInterrupts.txt

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

Title:
  Java threads produce OutOfMemoryError with 4.4.0-22 kernel

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

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


[Bug 1584471] Lspci.txt

2016-05-23 Thread Mike O'Rourke
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1584471/+attachment/4668931/+files/Lspci.txt

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

Title:
  Java threads produce OutOfMemoryError with 4.4.0-22 kernel

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

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


[Bug 1584471] ProcCpuinfo.txt

2016-05-23 Thread Mike O'Rourke
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1584471/+attachment/4668933/+files/ProcCpuinfo.txt

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

Title:
  Java threads produce OutOfMemoryError with 4.4.0-22 kernel

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

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


[Bug 1583009] Re: Error starting domain since update

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.3.4-1ubuntu4

---
libvirt (1.3.4-1ubuntu4) yakkety; urgency=medium

  * Re-enable the upstart job by renaming the file.
  * Include patchby @guessi to continally wait for libvirtd to start when
using sysvinit or upstart.  (LP: #1571209)

 -- Serge Hallyn   Mon, 23 May 2016 13:50:22
-0500

** Changed in: libvirt (Ubuntu)
   Status: In Progress => 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/1583009

Title:
  Error starting domain since update

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

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


[Bug 1571209] Re: Sockfile check retries too short for a busy system boot

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.3.4-1ubuntu4

---
libvirt (1.3.4-1ubuntu4) yakkety; urgency=medium

  * Re-enable the upstart job by renaming the file.
  * Include patchby @guessi to continally wait for libvirtd to start when
using sysvinit or upstart.  (LP: #1571209)

 -- Serge Hallyn   Mon, 23 May 2016 13:50:22
-0500

** Changed in: libvirt (Ubuntu)
   Status: In Progress => 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/1571209

Title:
  Sockfile check retries too short for a busy system boot

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

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


[Bug 1566564] Re: support query-gic-version QMP command

2016-05-23 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.3.4-1ubuntu4

---
libvirt (1.3.4-1ubuntu4) yakkety; urgency=medium

  * Re-enable the upstart job by renaming the file.
  * Include patchby @guessi to continally wait for libvirtd to start when
using sysvinit or upstart.  (LP: #1571209)

 -- Serge Hallyn   Mon, 23 May 2016 13:50:22
-0500

** Changed in: libvirt (Ubuntu)
   Status: In Progress => 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/1566564

Title:
  support query-gic-version QMP command

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

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


[Bug 1582682] fozzie (amd64) - tests ran: 136, failed: 2

2016-05-23 Thread Brad Figg
tests ran: 136, failed: 2;
  
http://kernel.ubuntu.com/testing/4.4.0-22.40~14.04.1/fozzie__4.4.0-22.40~14.04.1__2016-05-23_21-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/1582682

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

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

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


[Bug 1575792] Re: Ubuntu 16.04: Menus not showing in Window's Title Bar in various apps

2016-05-23 Thread Gunnar Hjalmarsson
** Package changed: ubuntu-docs (Ubuntu) => unity (Ubuntu)

** Changed in: unity (Ubuntu)
   Status: Invalid => New

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

Title:
  Ubuntu 16.04: Menus not showing in Window's Title Bar in various apps

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

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


[Bug 1408106] Re: attach_disconnected not sufficient for overlayfs

2016-05-23 Thread intrigeri
Hi! What kind of (realistic) timeline can we expect here? (With the move
to ZFS for containers, I wonder :)

E.g. is this part of your goals for 16.10? (I mean: for the AppArmor
/Ubuntu-specific parts, as I've learnt to be patient wrt. the
upstreaming to Linux mainline.)

Thanks for your work on AppArmor!

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

Title:
  attach_disconnected not sufficient for overlayfs

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

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


[Bug 1547060] Re: cant use -d switch

2016-05-23 Thread Christian Reis
I just confirmed this was indeed a Xenial regression, as in Trusty this
works fine.

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

Title:
  cant use -d switch

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

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


[Bug 1584965] Re: scrolling uneven and queues up

2016-05-23 Thread Bill Filler
Here is a video that shows it:
https://www.dropbox.com/s/4lpom34glkud238/File%20May%2023%2C%205%2009%2020%20PM.mov?dl=0

** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => High

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Summary changed:

- scrolling uneven and queues up
+ [browser] scrolling uneven and queues up

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
Milestone: None => backlog

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

Title:
  [browser] scrolling uneven and queues up

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1584965/+subscriptions

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


[Bug 1584967] Re: package linux-image-3.13.0-86-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2016-05-23 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/1584967

Title:
  package linux-image-3.13.0-86-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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


[Bug 1386559] Re: /usr/bin/gnome-language-selector:SystemError:on_activate:__init__:updateLanguageView:openCache:__init__:__init__:open

2016-05-23 Thread Gunnar Hjalmarsson
atarito: If you can reproduce that error, please file a new bug report
instead of using this old and unrelated one. Also, if so, please show
the output of the locale command.

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

Title:
  /usr/bin/gnome-language-
  
selector:SystemError:on_activate:__init__:updateLanguageView:openCache:__init__:__init__:open

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

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


[Bug 1579834] Re: update-apt-xapian-index-dbus fails because of wrong import

2016-05-23 Thread Carlo Vanini
** Patch added: "fix import of glib"
   
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1579834/+attachment/4668926/+files/import_glib.patch

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

Title:
  update-apt-xapian-index-dbus fails because of wrong import

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

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


[Bug 1584967] [NEW] package linux-image-3.13.0-86-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2016-05-23 Thread Cory Gillyard
Public bug reported:

Computer went to sleep, asked for password to log in but couldn't log
back in again.  Had to restart the computer.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-86-generic (not installed)
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cory   1767 F pulseaudio
Date: Mon May 23 17:51:05 2016
DuplicateSignature: package:linux-image-3.13.0-86-generic:(not 
installed):subprocess new pre-installation script returned error exit status 128
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
HibernationDevice: RESUME=UUID=52b16263-e494-402e-9ccd-fc9d0788aac6
InstallationDate: Installed on 2016-05-23 (0 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: System manufacturer System Product Name
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-32-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1
RfKill:
 
SourcePackage: linux
Title: package linux-image-3.13.0-86-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/19/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0905
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M2N-VM DVI
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev x.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0905:bd12/19/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N-VMDVI:rvrRevx.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-package trusty

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

Title:
  package linux-image-3.13.0-86-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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


[Bug 1286910] Re: Lock screen uses last active window's language instead of default keyboard language

2016-05-23 Thread Yura Pakhuchiy
Exactly the same issue with GNOME in Ubuntu 16.04

** Also affects: ubuntu-gnome
   Importance: Undecided
   Status: New

** Project changed: ubuntu-gnome => gnome-screensaver

** Also affects: ubuntu-gnome
   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/1286910

Title:
  Lock screen uses last active window's language instead of default
  keyboard language

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

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


[Bug 1558480] Re: Make Wine packages synced from Debian

2016-05-23 Thread jre-phoenix
I don't really know the Ubuntu packages, so what I offer is mainly to
help explaining what Debian does in its wine packages. Whatever ...

1.)
I assume the wineprefixes, notably the default prefix in $HOME/.wine, would 
just continue to work. Since the WoW64 changes I made in January there 
shouldn't be any Debian specifics left to take care of, and I assume none to be 
in Ubuntu.

2.)
Gecko/Mono is broken in the current Debian packages (wine and 
wine-development), but I committed a fix for that (still disabling the 
automatic download on purpose, but allowing for automatic installation of 
already downloaded gecko/mono installers). Ubuntu just has to drop 
disable/addons-download.patch if it also wants to restore the download of 
installers, or preferrably offer these packages in the required version (Debian 
is generally doing so, but is currently behind on that).

3.)
The main difference that I assume for Ubuntu is the Desktop integration. All 
Debian does is to ship "wine-binfmt" with /usr/share/binfmts/wine. But as of 
now there is no activation of this (see https://bugs.debian.org/819255, not 
sure if the maintainer wants to change that).
"wine-development" doesn't work yet with "wine-binfmt" (although it suggests 
it). This requires me finally implementing the Debian alternatives system (eta 
1-2 months).
More desktop integration of wine-development has already been requested in 
https://bugs.launchpad.net/ubuntu/+source/wine-development/+bug/1576326. I'm 
unlikely to work on that.


So the main issue (1) is already dealt with. All you need should be to 
transition from one package set to the new one (provides, breaks, replaces, 
...).

However I imagine (2) and (3) are blockers for Ubuntu.
Maybe you want to replace Debian with Ubuntu in patches/version-string.patch.

** Bug watch added: Debian Bug tracker #819255
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819255

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

Title:
  Make Wine packages synced from Debian

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

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


[Bug 1583264] Re: XFCE doesn't understand X-GNOME-Gettext-Domain

2016-05-23 Thread Launchpad Bug Tracker
** Branch linked: lp:simple-scan

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

Title:
  XFCE doesn't understand X-GNOME-Gettext-Domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/simple-scan/+bug/1583264/+subscriptions

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


[Bug 1512792] Re: Pip crashes with cryptography/cffi/openssl error

2016-05-23 Thread Barry Warsaw
What if you use `pip install` instead of `easy_install`?  Can you narrow
down the package list?  I still need a reproducible recipe.

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

Title:
  Pip crashes with cryptography/cffi/openssl error

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

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


[Bug 1525969] Re: Brightness Hotkeys FN (F5, F6) not working in Asus F555L

2016-05-23 Thread yevhen
I did a Video . 
https://www.youtube.com/watch?v=AeF02zoLQi0
Sorry that my English is so pur.

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

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1583264] Re: Russian translation for the .desktop file is missing

2016-05-23 Thread Robert Ancell
OK, so the issue is XFCE doesn't understand X-GNOME-Gettext-Domain -
I've linked the XFCE package (libxfce4util) that should do this.

However, given this is not a commonly used feature, I'll drop this from
simple-scan so it works anyway. Ubuntu automatically adds X-Ubuntu-
Gettext-Domain when the package is built.

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

** Changed in: simple-scan
   Status: Incomplete => Fix Committed

** Changed in: simple-scan
   Importance: Undecided => Medium

** Summary changed:

- Russian translation for the .desktop file is missing
+ XFCE doesn't understand X-GNOME-Gettext-Domain

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

Title:
  XFCE doesn't understand X-GNOME-Gettext-Domain

To manage notifications about this bug go to:
https://bugs.launchpad.net/simple-scan/+bug/1583264/+subscriptions

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


[Bug 1475902] Re: Segmentation fault on 15.10 wily

2016-05-23 Thread leoj3n
Just wanted to add a comment that I experienced the same segmentation
fault when running glmark2 with EVGA GTS 450 and latest recommended
NVIDIA beta driver for my card NVIDIA-Linux-x86_64-367.18.run (manual
install) as well as recommended,tested driver installed by Additional
Drivers.

glxgears runs fine with both of the proprietary NVIDIA drivers I
installed but going back to nouveau as it has no issues running glmark2.

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

Title:
  Segmentation fault  on 15.10 wily

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

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


[Bug 1584961] [NEW] /usr/lib/xorg/Xorg:Xorg: ../../glamor/glamor_fbo.c:189: glamor_pixmap_ensure_fb: Assertion `fbo->tex != 0' failed.

2016-05-23 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding xorg-server.  This problem was most recently seen with version
2:1.18.3-1ubuntu2, the problem page at
https://errors.ubuntu.com/problem/04785bdb330f9701305790e12d87e65a74ea3253
contains more details.

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: xenial

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

Title:
  /usr/lib/xorg/Xorg:Xorg: ../../glamor/glamor_fbo.c:189:
  glamor_pixmap_ensure_fb: Assertion `fbo->tex != 0' failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1584961/+subscriptions

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


[Bug 1582823] Re: Text not rendering correctly after resume from suspend

2016-05-23 Thread Bastian
Changed status to "Confirmed" since hackel seems to have executed the
requested "apport-collect".

This bug affects me too. I'm also running the i915 driver:

$ sudo lshw -c video 
  *-display   
   description: VGA compatible controller
   product: 4th Gen Core Processor Integrated Graphics Controller
   vendor: Intel Corporation
   physical id: 2
   bus info: pci@:00:02.0
   version: 06
   width: 64 bits
   clock: 33MHz
   capabilities: msi pm vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
   resources: irq:28 memory:f000-f03f memory:e000-efff 
ioport:5000(size=64)


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

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

Title:
  Text not rendering correctly after resume from suspend

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

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


[Bug 1584960] [NEW] Missing dependency on python-wstool

2016-05-23 Thread Jackie Kay
Public bug reported:

When the python-rosinstall package from ros-rosinstall is installed and
rosinstall is run, it gives a missing module error.

For example:

```
$ sudo apt-get install python-rosinstall
$ rosinstall --version
Traceback (most recent call last):
  File "/usr/bin/rosinstall", line 5, in 
from rosinstall.rosinstall_cli import rosinstall_main
  File "/usr/lib/python2.7/dist-packages/rosinstall/__init__.py", line 33, in 

import wstool.helpers
ImportError: No module named wstool.helpers
```

The package appears to be missing a dependency on python-wstool.

** Affects: ros-rosinstall (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/1584960

Title:
  Missing dependency on python-wstool

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ros-rosinstall/+bug/1584960/+subscriptions

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


[Bug 1584962] [NEW] [aisleriot][Klondike] Missing card

2016-05-23 Thread Bob
Public bug reported:

I just played, and almost win, until I realized that the third of spade was 
completely missing : it is nor in the stack nor a hidden card.
In attachment, you will find a screenshot of my game.

Version : 1:3.18.2-1ubuntu1

So frustrating ! ^^

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

** Attachment added: "KlondikeBug.png"
   
https://bugs.launchpad.net/bugs/1584962/+attachment/4668908/+files/KlondikeBug.png

** Package changed: gnome-games (Ubuntu) => aisleriot (Ubuntu)

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

Title:
  [aisleriot][Klondike] Missing card

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

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


[Bug 1500683] Re: By default DNSSEC is enabled with automatic keys

2016-05-23 Thread Mike Pontillo
+1 to the above comments; I tend to think this is a "Won't Fix" in the
bind9 package. I would stop short of making it "Opinion", because it
does not appear to be open for discussion.

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

Title:
  By default DNSSEC is enabled with automatic keys

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

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


[Bug 1582374] Re: Log contains unknown mode senw

2016-05-23 Thread Christian Boltz
Hotfix commited to bzr trunk r3460, 2.10 branch r and 2.9 branch
r3011.

This hotfix avoids the crash by ignoring these events. The long-term fix
will be to handle these events as what they are - network events, but
that will need some bigger changes.

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

Title:
  Log contains unknown mode senw

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

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


[Bug 1577051] Re: aa-logprof fails with unknown mode "reweive"

2016-05-23 Thread Christian Boltz
Hotfix commited to bzr trunk r3460, 2.10 branch r and 2.9 branch
r3011.

This hotfix avoids the crash by ignoring these events. The long-term fix
will be to handle these events as what they are - network events, but
that will need some bigger changes.

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

Title:
  aa-logprof fails with unknown mode "reweive"

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

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


[Bug 1582823] Re: Text not rendering correctly after resume from suspend

2016-05-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gtk+3.0 (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/1582823

Title:
  Text not rendering correctly after resume from suspend

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

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


[Bug 1584953] Re: backport fix for /proc/net issues with containers

2016-05-23 Thread Seth Forshee
Fix is already present in yakkety unstable. Marking devleopment task
fixed.

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

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

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

Title:
  backport fix for /proc/net issues with containers

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

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


[Bug 1577051] Re: aa-logprof fails with unknown mode "reweive"

2016-05-23 Thread Launchpad Bug Tracker
** Branch linked: lp:apparmor

** Branch linked: lp:apparmor/2.10

** Branch linked: lp:apparmor/2.9

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

Title:
  aa-logprof fails with unknown mode "reweive"

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

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


[Bug 1583288] Re: Realtek Wifi card rtl8723be [10ec:b723] WiFi not available

2016-05-23 Thread Peter Ludwig
Update:

First I tried to perform:

apport-collect 1583288

which ended in this error/bug mentioned here:

Error Msg:
"ERROR: Could not import module, is a package upgrade in progress?  Error: No 
module named PyQt4.QtCore"

Bug:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1439784


I tried to fix this error to no avail. I followed the following hints mentioned 
here:

https://stackoverflow.com/questions/7119844/importerror-no-module-named-
pyqt4-qtcore

Which did not help. But I tried to collect an many infos about the
system as possible:

---
The Notebook is:

HP ProBook 455 G2
Version: A3009DD10303
(Made in China - No P/N nor S/N on any sticker!!!)

---

lspci

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 
30h-3fh) Processor Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) 
I/O Memory Management Unit
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Kaveri [Radeon R4 Graphics]
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri HDMI/DP 
Audio Controller
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1424
00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1424
00:03.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 
30h-3fh) Processor Root Port
00:03.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 
30h-3fh) Processor Root Port
00:03.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 
30h-3fh) Processor Root Port
00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1424
00:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI 
Controller (rev 09)
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller 
[AHCI mode] (rev 40)
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI 
Controller (rev 11)
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI 
Controller (rev 11)
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI 
Controller (rev 11)
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI 
Controller (rev 11)
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 16)
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller 
(rev 01)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI 
Controller (rev 11)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 
30h-3fh) Processor Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 
30h-3fh) Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 
30h-3fh) Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 
30h-3fh) Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 
30h-3fh) Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 
30h-3fh) Processor Function 5
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 
PCI Express Gigabit Ethernet Controller (rev 10)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe 
Wireless Network Adapter
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI 
Express Card Reader (rev 01)

-

BIOS Information

Vendor: Hewlett-Packard
Version: M75 Ver. 01.06
Release Date: 07/25/2014

-

wlan0 IEEE 802.11bgn  ESSID:off/any  
  Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
  Retry  long limit:7   RTS thr=2347 B   Fragment thr:off
  Encryption key:off
  Power Management:off



3.13.0-86-generic
Architecture:  x86_64
Module  Size  Used by
rtl8723be 139363  0 
btcoexist 183378  1 rtl8723be
rtl_pci39740  1 rtl8723be
rtlwifi   101828  3 btcoexist,rtl_pci,rtl8723be
ctr13049  1 
ccm17773  1 
rt2800usb  27034  0 
rt2x00usb  20742  1 rt2800usb
rt2800lib  89076  1 rt2800usb
rt2x00lib  55307  3 rt2x00usb,rt2800lib,rt2800usb
crc_ccitt  12707  1 rt2800lib
rfcomm 69160  12 
bnep   19624  2 
snd_hda_codec_realtek65904  1 
snd_hda_codec_hdmi 46368  1 
uvcvideo   80885  0 
videobuf2_vmalloc  13216  1 uvcvideo

[Bug 1576246] Re: Some icons and text randomly become invisible after waking up from sleep

2016-05-23 Thread Tim
** Bug watch added: GNOME Bug Tracker #766146
   https://bugzilla.gnome.org/show_bug.cgi?id=766146

** Also affects: gnome-shell via
   https://bugzilla.gnome.org/show_bug.cgi?id=766146
   Importance: Unknown
   Status: Unknown

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

Title:
  Some icons and text randomly become invisible after waking up from
  sleep

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

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


[Bug 1582374] Re: Log contains unknown mode senw

2016-05-23 Thread Launchpad Bug Tracker
** Branch linked: lp:apparmor

** Branch linked: lp:apparmor/2.10

** Branch linked: lp:apparmor/2.9

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

Title:
  Log contains unknown mode senw

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

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


[Bug 1584957] [NEW] package python-simplejson 3.8.1-1ubuntu2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2016-05-23 Thread Swarup Saha
Public bug reported:

crush

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-simplejson 3.8.1-1ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Tue May 24 03:27:02 2016
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2016-04-27 (26 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: simplejson
Title: package python-simplejson 3.8.1-1ubuntu2 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: 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/1584957

Title:
  package python-simplejson 3.8.1-1ubuntu2 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

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

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


[Bug 1584953] Re: backport fix for /proc/net issues with containers

2016-05-23 Thread Seth Forshee
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Seth Forshee (sforshee)

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

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

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

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Seth Forshee (sforshee)

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

Title:
  backport fix for /proc/net issues with containers

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

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


[Bug 1447267] Re: Ubuntu 14.04 AMD64 MSI 970 Gaming USB3.0 does not work

2016-05-23 Thread Ricardo Rebelo
For those of you wondering what iommu=soft is:

https://www.kernel.org/doc/Documentation/x86/x86_64/boot-options.txt

AMD64 specific boot options

IOMMU (input/output memory management unit)

 General iommu options:
offDon't initialize and use any kind of IOMMU.
noforceDon't force hardware IOMMU usage when it is not needed.
   (default).
force  Force the use of the hardware IOMMU even when it is
   not actually needed (e.g. because < 3 GB memory).
soft   Use software bounce buffering (SWIOTLB) (default for
   Intel machines). This can be used to prevent the usage
   of an available hardware IOMMU.

I used the workaround above and it worked.

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

Title:
  Ubuntu 14.04 AMD64 MSI 970 Gaming USB3.0 does not work

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

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


[Bug 1584955] [NEW] package kaccounts-providers (not installed) failed to install/upgrade: trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also in package account

2016-05-23 Thread macl...@michaelcline.net
Public bug reported:

its broken

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: kaccounts-providers (not installed)
Uname: Linux 4.4.6-040406-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Mon May 23 13:14:05 2016
ErrorMessage: trying to overwrite 
'/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also in 
package account-plugin-facebook 0.12+16.04.20160126-0ubuntu1
InstallationDate: Installed on 2016-05-22 (1 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: kaccounts-providers
Title: package kaccounts-providers (not installed) failed to install/upgrade: 
trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', 
which is also in package account-plugin-facebook 0.12+16.04.20160126-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: kaccounts-providers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 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/1584955

Title:
  package kaccounts-providers (not installed) failed to install/upgrade:
  trying to overwrite '/etc/signon-ui/webkit-
  options.d/www.facebook.com.conf', which is also in package account-
  plugin-facebook 0.12+16.04.20160126-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kaccounts-providers/+bug/1584955/+subscriptions

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


[Bug 1525969] Re: Brightness Hotkeys FN (F5, F6) not working in Asus F555L

2016-05-23 Thread yevhen
** Changed in: linux (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  Brightness Hotkeys FN (F5,F6) not working in Asus F555L

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

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


[Bug 1575467] Re: [Dell Inspiron 3451] WARNING: CPU: 1 PID: 1297 at /build/linux-lts-utopic-vy2yyy/linux-lts-utopic-3.16.0/drivers/gpu/drm/i915/intel_display.c:1743 vlv_wait_port_ready+0x126/0x170 [i9

2016-05-23 Thread Andrew
okay, just tested it. commit 8d7804a2f03dbd34940fcb426450c730adf29dae
seems to have the bug!

andrew@andrew-Inspiron-3451:~$ uname -a
Linux andrew-Inspiron-3451 4.1.0-040100-generic #201605230749 SMP Mon May 23 
12:55:56 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

BAD

Will test again to make sure.

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

Title:
  [Dell Inspiron 3451] WARNING: CPU: 1 PID: 1297 at /build/linux-lts-
  utopic-vy2yyy/linux-lts-
  utopic-3.16.0/drivers/gpu/drm/i915/intel_display.c:1743
  vlv_wait_port_ready+0x126/0x170 [i915]()

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

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


[Bug 1582682] fozzie (i386) - tests ran: 18, failed: 6

2016-05-23 Thread Brad Figg
tests ran:  18, failed: 6;
  
http://kernel.ubuntu.com/testing/4.4.0-23.41~14.04.1/fozzie__4.4.0-23.41~14.04.1__2016-05-23_19-15-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/1582682

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

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

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


[Bug 1582398] onibi (amd64) - tests ran: 18, failed: 5

2016-05-23 Thread Brad Figg
tests ran:  18, failed: 5;
  
http://kernel.ubuntu.com/testing/3.13.0-87.132/onibi__3.13.0-87.132__2016-05-23_18-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/1582398

Title:
  linux: 3.13.0-87.132 -proposed tracker

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

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


[Bug 1584953] [NEW] backport fix for /proc/net issues with containers

2016-05-23 Thread Philipp Gassmann
Public bug reported:

Request to backport Kernel changes from Kernel 4.5 to lts kernel 4.4 for
xenial and if possible to lts kernel for 14.04

Change upstream:
netfilter: Set /proc/net entries owner to root in namespace
http://git.kernel.org/cgit/linux/kernel/git/pablo/nf-next.git/commit/?id=f13f2aeed154da8e48f90b85e720f8ba39b1e881

This is the Kernel-side part of the fix for "iptables-save does not work inside 
lxd containers"
https://github.com/lxc/lxd/issues/1978#issuecomment-220998013

The necessary changes in lxc landed in lxc/lxd
https://github.com/lxc/lxc/pull/1014 and is available in version 2.0.1,
currently in xenial-proposed.

It would be great if this would be backported asap. As it allows to
manage the firewall within lxd instances using Puppet and probably other
configuration management systems. And to use iptables-save manually

** Affects: linux (Ubuntu)
 Importance: Medium
 Assignee: Seth Forshee (sforshee)
 Status: Confirmed

** Affects: linux (Ubuntu Xenial)
 Importance: Medium
 Assignee: Seth Forshee (sforshee)
 Status: Confirmed

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

Title:
  backport fix for /proc/net issues with containers

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

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


[Bug 1584517] Re: package mysql-server-5.6 5.6.30-0ubuntu0.15.10.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2016-05-23 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/1584517

Title:
  package mysql-server-5.6 5.6.30-0ubuntu0.15.10.1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

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

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

[Bug 1584517] Re: package mysql-server-5.6 5.6.30-0ubuntu0.15.10.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2016-05-23 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package mysql-server-5.6 5.6.30-0ubuntu0.15.10.1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

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

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

[Bug 1449295] Re: [Icons] Inconsistent tranparent app icon handling

2016-05-23 Thread Michael Terry
Looks like the presentation is now consistently transparent.

So that's good, sorta.  I'm now going to change this bug to be about how
transparent backgrounds for icons looks terrible.

I've proposed the attached branch to fix this.

** Summary changed:

- [Icons] Inconsistent tranparent app icon handling
+ [Icons] Transparent app icon backgrounds look bad

** Description changed:

  I uploaded an app with an icon that had a transparent background.
  
- The Ubuntu Store scope renders it with a white background.
- The dash renders it transparent.
- The launcher renders it transparent.
+ In the dash, the wallpaper is visible behind the icon.  And in the
+ launcher, the icon is presented on a dark background, making it look
+ very different than the dash with its white background.
  
- I think the Store is doing the right thing. But any solution is fine, as
- long as it is consistent.
+ Neither looks great, and makes the shell look a little janky.
+ Obviously, the app author should just fix their icon.  But if they DO
+ give us a bad icon, we should fix it for them, else we look bad too.

** Description changed:

  I uploaded an app with an icon that had a transparent background.
  
  In the dash, the wallpaper is visible behind the icon.  And in the
  launcher, the icon is presented on a dark background, making it look
- very different than the dash with its white background.
+ very different than on dash with its white background.
  
  Neither looks great, and makes the shell look a little janky.
  Obviously, the app author should just fix their icon.  But if they DO
  give us a bad icon, we should fix it for them, else we look bad too.

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

Title:
  [Icons] Transparent app icon backgrounds look bad

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

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


[Bug 1584529] Re: No pude terminar la instalacion del grub por tanto no incia ubuntu

2016-05-23 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  No pude terminar la instalacion del grub por tanto no incia ubuntu

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

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


[Bug 1584454] Re: package libavfilter-ffmpeg5:i386 7:2.8.6-1ubuntu2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2016-05-23 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package libavfilter-ffmpeg5:i386 7:2.8.6-1ubuntu2 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/ffmpeg/+bug/1584454/+subscriptions

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


<    1   2   3   4   5   6   7   8   9   10   >