[Bug 1554269] Re: add libpam-cgfs to common-session-interactive

2016-03-08 Thread Christopher Townsend
Sweet!  It all works!  Thanks so much for working on this and fixing it.

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

Title:
  add libpam-cgfs to common-session-interactive

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

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


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-07 Thread Christopher Townsend
Hi Serge,

Thanks for working with me on this.

So it does work when I ssh into the privileged container as user ubuntu
and then start the unprivileged container.

I'm guessing there may be no way to start the unprivileged container
from lxc-attach like I want to, right?

Here is the output you requested:

$ sudo lxc-attach -n test-libertine -- sudo -u ubuntu -H cat /proc/self/cgroup
11:cpuset:/
10:pids:/
9:memory:/
8:blkio:/
7:perf_event:/
6:freezer:/
5:hugetlb:/
4:devices:/
3:cpu,cpuacct:/
2:net_cls,net_prio:/
1:name=systemd:/

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1543697

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-07 Thread Christopher Townsend
Hi Serge,

Thanks for working with me on this.

So it does work when I ssh into the privileged container as user ubuntu
and then start the unprivileged container.

I'm guessing there may be no way to start the unprivileged container
from lxc-attach like I want to, right?

Here is the output you requested:

$ sudo lxc-attach -n test-libertine -- sudo -u ubuntu -H cat /proc/self/cgroup
11:cpuset:/
10:pids:/
9:memory:/
8:blkio:/
7:perf_event:/
6:freezer:/
5:hugetlb:/
4:devices:/
3:cpu,cpuacct:/
2:net_cls,net_prio:/
1:name=systemd:/

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

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


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-07 Thread Christopher Townsend
I tried adding "lxc.include = /usr/share/lxc/config/nesting.conf" as I
didn't know this existed.  However, it didn't help.

As you say, I can create unprivileged containers as user ubuntu, I just
can't start them.  Are you able to start unprivileged containers as user
ubuntu?  If so, how are you starting them?  I need to start them from
the host's shell, so I'm doing something like this:

$ sudo lxc-attach -n test-libertine -- sudo -u ubuntu -H lxc-start -n
test

where test-libertine is the privileged container and test is the
unprivileged container.

Also, here is the privileged container's configuration file:

# Template used to create this container: /usr/share/lxc/templates/lxc-download
# Parameters passed to the template: -a amd64 -d ubuntu -r xenial
# For additional config options, please look at lxc.container.conf(5)

# Distribution configuration
lxc.include = /usr/share/lxc/config/ubuntu.common.conf
lxc.arch = x86_64

# Container specific configuration
lxc.rootfs = /var/lib/lxc/test-libertine/rootfs
lxc.utsname = test-libertine

# Network configuration
lxc.network.type = veth
lxc.network.link = lxcbr0
lxc.network.flags = up
lxc.network.hwaddr = 00:16:3e:da:08:f7

lxc.aa_profile = lxc-container-default-with-nesting
lxc.include = /usr/share/lxc/config/nesting.conf


Here is the output of /proc/self/cgroup while in a shell inside the privileged 
container:

# cat /proc/self/cgroup 
11:devices:/
10:freezer:/
9:pids:/
8:memory:/
7:cpuset:/
6:hugetlb:/
5:blkio:/
4:net_cls,net_prio:/
3:perf_event:/
2:cpu,cpuacct:/
1:name=systemd:/

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1543697

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-07 Thread Christopher Townsend
I tried adding "lxc.include = /usr/share/lxc/config/nesting.conf" as I
didn't know this existed.  However, it didn't help.

As you say, I can create unprivileged containers as user ubuntu, I just
can't start them.  Are you able to start unprivileged containers as user
ubuntu?  If so, how are you starting them?  I need to start them from
the host's shell, so I'm doing something like this:

$ sudo lxc-attach -n test-libertine -- sudo -u ubuntu -H lxc-start -n
test

where test-libertine is the privileged container and test is the
unprivileged container.

Also, here is the privileged container's configuration file:

# Template used to create this container: /usr/share/lxc/templates/lxc-download
# Parameters passed to the template: -a amd64 -d ubuntu -r xenial
# For additional config options, please look at lxc.container.conf(5)

# Distribution configuration
lxc.include = /usr/share/lxc/config/ubuntu.common.conf
lxc.arch = x86_64

# Container specific configuration
lxc.rootfs = /var/lib/lxc/test-libertine/rootfs
lxc.utsname = test-libertine

# Network configuration
lxc.network.type = veth
lxc.network.link = lxcbr0
lxc.network.flags = up
lxc.network.hwaddr = 00:16:3e:da:08:f7

lxc.aa_profile = lxc-container-default-with-nesting
lxc.include = /usr/share/lxc/config/nesting.conf


Here is the output of /proc/self/cgroup while in a shell inside the privileged 
container:

# cat /proc/self/cgroup 
11:devices:/
10:freezer:/
9:pids:/
8:memory:/
7:cpuset:/
6:hugetlb:/
5:blkio:/
4:net_cls,net_prio:/
3:perf_event:/
2:cpu,cpuacct:/
1:name=systemd:/

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

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


[Bug 1543179] Re: Audio does not get routed to BT headset/speaker

2016-03-07 Thread Christopher Townsend
@Simon,

No, what I meant was that I have my phone paired with my car and as soon
as I answer a call or dial a number, the audio does not play over the
car's speaker.  And many times when this happens, the phone and/or car
disconnects and then reconnects.

Sorry, I cannot provide any logs at this time as I switched back to
stable on this phone due to this issue.  Since this is my phone that I
use for everyday purposes, I needed a reliable setup in my car:)

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

Title:
  Audio does not get routed to BT headset/speaker

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

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


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-04 Thread Christopher Townsend
Sure, here is the requested info:

$ uname -a
Linux Slave1 4.4.0-9-generic #24-Ubuntu SMP Mon Feb 29 19:33:19 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1543697

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-04 Thread Christopher Townsend
Sure, here is the requested info:

$ uname -a
Linux Slave1 4.4.0-9-generic #24-Ubuntu SMP Mon Feb 29 19:33:19 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

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


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-04 Thread Christopher Townsend
I have version 2.0.0~rc5-0ubuntu1 on both the Xenial host and Xenial
privileged container installed.  I have rebooted the host and have also
stopped and restarted the privileged container.

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

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


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-04 Thread Christopher Townsend
I have version 2.0.0~rc5-0ubuntu1 on both the Xenial host and Xenial
privileged container installed.  I have rebooted the host and have also
stopped and restarted the privileged container.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1543697

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1518812] Re: Need to be able to configure Libertine container for multi-arch support

2016-03-04 Thread Christopher Townsend
** Changed in: libertine/trunk
   Status: In Progress => Fix Committed

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

Title:
  Need to be able to configure Libertine container for multi-arch
  support

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

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


[Bug 1542028] Re: xapp window should reflect app name rather than "Xmir root window"

2016-03-04 Thread Christopher Townsend
** Changed in: libertine/trunk
   Status: In Progress => Fix Committed

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

Title:
  xapp window should reflect app name rather than "Xmir root window"

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

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


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-04 Thread Christopher Townsend
This still doesn't seem fixed.  I've attached the latest debug log.

** Attachment added: "start_test.out"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+attachment/4588355/+files/start_test.out

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

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


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-04 Thread Christopher Townsend
This still doesn't seem fixed.  I've attached the latest debug log.

** Attachment added: "start_test.out"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+attachment/4588355/+files/start_test.out

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1543697

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-02 Thread Christopher Townsend
I have tried this again and the error is different now.  I've attached a
debug log.

** Attachment added: "start_test.out"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+attachment/4587021/+files/start_test.out

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1543697

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-03-02 Thread Christopher Townsend
I have tried this again and the error is different now.  I've attached a
debug log.

** Attachment added: "start_test.out"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543697/+attachment/4587021/+files/start_test.out

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

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


[Bug 1552301] Re: The lsmod workround in /usr/bin/chromium-browser should catch lsmod errors

2016-03-02 Thread Christopher Townsend
After looking at this further, I don't think this is really an issue.  I
think something else is causing the failure we are seeing, so I'm going
to mark this Invalid.

** Changed in: chromium-browser (Ubuntu)
   Status: New => Invalid

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

Title:
  The lsmod workround in /usr/bin/chromium-browser should catch lsmod
  errors

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

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


[Bug 1552298] Re: chromium-browser should depend on kmod

2016-03-02 Thread Christopher Townsend
I should add that nothing fails when lsmod is not present, but i915
detection will not work properly without it.

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

Title:
  chromium-browser should depend on kmod

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

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


[Bug 1518812] Re: Need to be able to configure Libertine container for multi-arch support

2016-03-02 Thread Christopher Townsend
** Changed in: libertine/trunk
   Status: Triaged => In Progress

** Changed in: libertine (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  Need to be able to configure Libertine container for multi-arch
  support

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

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


[Bug 1542028] Re: xapp window should reflect app name rather than "Xmir root window"

2016-03-02 Thread Christopher Townsend
** Changed in: libertine/trunk
   Status: Triaged => In Progress

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

Title:
  xapp window should reflect app name rather than "Xmir root window"

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

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


[Bug 1552355] [NEW] Unprivileged lxc will not start after being stopped

2016-03-02 Thread Christopher Townsend
Public bug reported:

Using lxc package 2.0.0~rc4-0ubuntu1 on a Xenial host, I can start an
unprivileged Xenial LXC, but if I stop it, it will not start again
without rebooting the host.

I've attached the debug output.

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

** Attachment added: "start.out"
   https://bugs.launchpad.net/bugs/1552355/+attachment/4586845/+files/start.out

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

Title:
  Unprivileged lxc will not start after being stopped

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

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


[Bug 1552355] [NEW] Unprivileged lxc will not start after being stopped

2016-03-02 Thread Christopher Townsend
Public bug reported:

Using lxc package 2.0.0~rc4-0ubuntu1 on a Xenial host, I can start an
unprivileged Xenial LXC, but if I stop it, it will not start again
without rebooting the host.

I've attached the debug output.

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

** Attachment added: "start.out"
   https://bugs.launchpad.net/bugs/1552355/+attachment/4586845/+files/start.out

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1552355

Title:
  Unprivileged lxc will not start after being stopped

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1552301] [NEW] The lsmod workround in /usr/bin/chromium-browser should catch lsmod errors

2016-03-02 Thread Christopher Townsend
Public bug reported:

When trying to use Chromium on a Freiza tablet, /proc/modules does not
exist, thus the following workaround fails:

lsmod |grep ^i915\  >/dev/null && export LIBGL_DRI3_DISABLE=1

and causes /usr/bin/chromium-browser to fail.

That line should catch any errors from lsmod, assume there is no i915,
and move along instead of bailing.

** Affects: chromium-browser (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/1552301

Title:
  The lsmod workround in /usr/bin/chromium-browser should catch lsmod
  errors

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

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


[Bug 1552298] [NEW] chromium-browser should depend on kmod

2016-03-02 Thread Christopher Townsend
Public bug reported:

The chromium-browser package should depend on the kmod package due to
the following workaround in /usr/bin/chromium-browser:

lsmod |grep ^i915\  >/dev/null && export LIBGL_DRI3_DISABLE=1

There are situations in which chromium-browser can be installed without
kmod already being installed such as in a container for Libertine (the
convergence container for phones/tablets/future desktop).

** Affects: chromium-browser (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/1552298

Title:
  chromium-browser should depend on kmod

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

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


[Bug 1519079] Re: Xenial container on Xenial host no longer runs systemd and can't get an IP address

2016-02-29 Thread Christopher Townsend
Sorry, I don't have a Wily machine to verify the SRU on.  Hopefully
someone can verify before the SRU gets removed.

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

Title:
  Xenial container on Xenial host no longer runs systemd and can't get
  an IP address

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

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


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-29 Thread Christopher Townsend
The containers now start after today's updates (2.0.0~rc4-0ubuntu1).
Also a new kernel was installed which may have fixed something too.

At any rate, looks like it's fixed for now.

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1549363

Title:
  Unprivileged LXC will not start after today's updates

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-29 Thread Christopher Townsend
The containers now start after today's updates (2.0.0~rc4-0ubuntu1).
Also a new kernel was installed which may have fixed something too.

At any rate, looks like it's fixed for now.

Thanks!

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

Title:
  Unprivileged LXC will not start after today's updates

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

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


[Bug 1477720] Re: Unity8 won't install properly

2016-02-26 Thread Christopher Townsend
It's most likely an LXC issue which can be very difficult to figure out.

Could you please do the following?

- apt-cache policy lxc
- Start the unity8-lxc container by hand and attach the output:
  'sudo lxc-start -n unity8-lxc --logfile=start_unity8-lxc.out 
--logpriority=DEBUG"

Thanks!

** Changed in: unity8-preview-lxc
   Status: In Progress => Fix Committed

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

Title:
  Unity8 won't install properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity8-preview-lxc/+bug/1477720/+subscriptions

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


[Bug 1539104] Re: libertine-container-manager crashed with AttributeError in __main__: 'Namespace' object has no attribute 'func'

2016-02-26 Thread Christopher Townsend
I don't think this is occurring any more, is it?

** Information type changed from Private to Public

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

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

Title:
  libertine-container-manager crashed with AttributeError in __main__:
  'Namespace' object has no attribute 'func'

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

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


[Bug 1539105] Re: libertine-container-manager crashed with RuntimeError in start_container(): Container failed to start

2016-02-26 Thread Christopher Townsend
Yeah, probably shouldn't throw an exception here and crash the program.

** Information type changed from Private to Public

** Changed in: libertine (Ubuntu)
   Status: New => Triaged

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

Title:
  libertine-container-manager crashed with RuntimeError in
  start_container(): Container failed to start

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

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


[Bug 1550486] [NEW] Support localization of strings in the GUI

2016-02-26 Thread Christopher Townsend
Public bug reported:

The strings presented in the GUI need to be localized via Launchpad
translations.

** Affects: libertine
 Importance: Medium
 Assignee: Christopher Townsend (townsend)
 Status: In Progress

** Affects: libertine/devel
 Importance: Medium
 Assignee: Christopher Townsend (townsend)
 Status: In Progress

** Affects: libertine/trunk
 Importance: Medium
 Assignee: Christopher Townsend (townsend)
 Status: Triaged

** Affects: libertine (Ubuntu)
 Importance: Medium
 Assignee: Christopher Townsend (townsend)
 Status: Triaged

** Also affects: libertine
   Importance: Undecided
   Status: New

** Also affects: libertine/devel
   Importance: Undecided
   Status: New

** Also affects: libertine/trunk
   Importance: Undecided
   Status: New

** Changed in: libertine/devel
   Status: New => In Progress

** Changed in: libertine/trunk
   Status: New => Triaged

** Changed in: libertine (Ubuntu)
   Status: New => Triaged

** Changed in: libertine/devel
   Importance: Undecided => Medium

** Changed in: libertine/trunk
   Importance: Undecided => Medium

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

** Changed in: libertine/devel
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Changed in: libertine/trunk
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Changed in: libertine (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  Support localization of strings in the GUI

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

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


[Bug 1550365] Re: Use AdaptivePageLayout instead of PageStack in the GUI

2016-02-26 Thread Christopher Townsend
** Also affects: libertine/devel
   Importance: Undecided
   Status: New

** Also affects: libertine/trunk
   Importance: Undecided
   Status: New

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

** Changed in: libertine/devel
   Status: New => Triaged

** Changed in: libertine/trunk
   Status: New => Triaged

** Changed in: libertine (Ubuntu)
   Status: New => Triaged

** Changed in: libertine/devel
   Importance: Undecided => Low

** Changed in: libertine/trunk
   Importance: Undecided => Low

** Changed in: libertine (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Use AdaptivePageLayout instead of PageStack in the GUI

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

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


[Bug 1506070] Re: Make it easier to change Xmir command line switches without having to recompile

2016-02-26 Thread Christopher Townsend
I don't think this is necessary anymore since we figured out a better
way to handle this in lp:libertine using the UBUNTU_APP_LAUNCH_XMIR_PATH
environment variable and pointing that to a script that adds the
necessary options for Xmir.

Thanks for looking at this ted!

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

Title:
  Make it easier to change Xmir command line switches without having to
  recompile

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

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


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-26 Thread Christopher Townsend
I updated to the latest LXC (2.0.0~rc3-0ubuntu2) and the cgroup
permission issue still occurs.  The unprivileged  containers are created
by the user and started by the user, ie, not root.

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

Title:
  Unprivileged LXC will not start after today's updates

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

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


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-26 Thread Christopher Townsend
I updated to the latest LXC (2.0.0~rc3-0ubuntu2) and the cgroup
permission issue still occurs.  The unprivileged  containers are created
by the user and started by the user, ie, not root.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1549363

Title:
  Unprivileged LXC will not start after today's updates

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-26 Thread Christopher Townsend
I have rebooted my machine multiple times and the issue(s) still occur.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1549363

Title:
  Unprivileged LXC will not start after today's updates

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-26 Thread Christopher Townsend
I have rebooted my machine multiple times and the issue(s) still occur.

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

Title:
  Unprivileged LXC will not start after today's updates

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

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


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-25 Thread Christopher Townsend
After the latest lxc updates (2.0.0~rc3-0ubuntu1), a new failure is now
occurring.  See attached debug log.

** Attachment added: "start_lxc.out"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1549363/+attachment/4580930/+files/start_lxc.out

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1549363

Title:
  Unprivileged LXC will not start after today's updates

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1549363] Re: Unprivileged LXC will not start after today's updates

2016-02-25 Thread Christopher Townsend
After the latest lxc updates (2.0.0~rc3-0ubuntu1), a new failure is now
occurring.  See attached debug log.

** Attachment added: "start_lxc.out"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1549363/+attachment/4580930/+files/start_lxc.out

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

Title:
  Unprivileged LXC will not start after today's updates

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

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


[Bug 1541904] Re: Support installing stand-alone Debian packages

2016-02-24 Thread Christopher Townsend
** Changed in: libertine/devel
   Status: Triaged => In Progress

** Changed in: libertine/devel
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  Support installing stand-alone Debian packages

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

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


[Bug 1549363] [NEW] Unprivileged LXC will not start after today's updates

2016-02-24 Thread Christopher Townsend
Public bug reported:

After today's (Feb. 24, 2016) updates, unprivileged LXC's will no longer
start.  Attaching 'start_lxc.out' debug log as well.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: lxc 2.0.0~rc2-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
Uname: Linux 4.4.0-7-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Feb 24 11:16:57 2016
InstallationDate: Installed on 2013-03-18 (1072 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
PackageArchitecture: all
SourcePackage: lxc
UpgradeStatus: Upgraded to xenial on 2015-10-28 (119 days ago)
modified.conffile..etc.apparmor.d.lxc.lxc.default.with.nesting: [modified]
modified.conffile..etc.default.lxc: [modified]
mtime.conffile..etc.apparmor.d.lxc.lxc.default.with.nesting: 2016-02-22T17:39:08
mtime.conffile..etc.default.lxc: 2016-02-22T17:39:08

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


** Tags: amd64 apport-bug xenial

** Attachment added: "start_lxc.out"
   
https://bugs.launchpad.net/bugs/1549363/+attachment/4580090/+files/start_lxc.out

** Description changed:

  After today's (Feb. 24, 2016) updates, unprivileged LXC's will no longer
- start.  Attaching debug log as well.
+ start.  Attaching 'start_lxc.out' debug log as well.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lxc 2.0.0~rc2-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
  Uname: Linux 4.4.0-7-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Feb 24 11:16:57 2016
  InstallationDate: Installed on 2013-03-18 (1072 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  PackageArchitecture: all
  SourcePackage: lxc
  UpgradeStatus: Upgraded to xenial on 2015-10-28 (119 days ago)
  modified.conffile..etc.apparmor.d.lxc.lxc.default.with.nesting: [modified]
  modified.conffile..etc.default.lxc: [modified]
  mtime.conffile..etc.apparmor.d.lxc.lxc.default.with.nesting: 
2016-02-22T17:39:08
  mtime.conffile..etc.default.lxc: 2016-02-22T17:39:08

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

Title:
  Unprivileged LXC will not start after today's updates

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

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


[Bug 1549363] [NEW] Unprivileged LXC will not start after today's updates

2016-02-24 Thread Christopher Townsend
Public bug reported:

After today's (Feb. 24, 2016) updates, unprivileged LXC's will no longer
start.  Attaching 'start_lxc.out' debug log as well.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: lxc 2.0.0~rc2-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
Uname: Linux 4.4.0-7-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Feb 24 11:16:57 2016
InstallationDate: Installed on 2013-03-18 (1072 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
PackageArchitecture: all
SourcePackage: lxc
UpgradeStatus: Upgraded to xenial on 2015-10-28 (119 days ago)
modified.conffile..etc.apparmor.d.lxc.lxc.default.with.nesting: [modified]
modified.conffile..etc.default.lxc: [modified]
mtime.conffile..etc.apparmor.d.lxc.lxc.default.with.nesting: 2016-02-22T17:39:08
mtime.conffile..etc.default.lxc: 2016-02-22T17:39:08

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


** Tags: amd64 apport-bug xenial

** Attachment added: "start_lxc.out"
   
https://bugs.launchpad.net/bugs/1549363/+attachment/4580090/+files/start_lxc.out

** Description changed:

  After today's (Feb. 24, 2016) updates, unprivileged LXC's will no longer
- start.  Attaching debug log as well.
+ start.  Attaching 'start_lxc.out' debug log as well.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lxc 2.0.0~rc2-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
  Uname: Linux 4.4.0-7-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Feb 24 11:16:57 2016
  InstallationDate: Installed on 2013-03-18 (1072 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  PackageArchitecture: all
  SourcePackage: lxc
  UpgradeStatus: Upgraded to xenial on 2015-10-28 (119 days ago)
  modified.conffile..etc.apparmor.d.lxc.lxc.default.with.nesting: [modified]
  modified.conffile..etc.default.lxc: [modified]
  mtime.conffile..etc.apparmor.d.lxc.lxc.default.with.nesting: 
2016-02-22T17:39:08
  mtime.conffile..etc.default.lxc: 2016-02-22T17:39:08

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1549363

Title:
  Unprivileged LXC will not start after today's updates

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1542028] Re: xapp window should reflect app name rather than "Xmir root window"

2016-02-18 Thread Christopher Townsend
Xmir still needs to be updated in the Overlay PPA and I will need to
make some modifications to Libertine to make use of the "-title @"
option.  ubuntu-app-laucnh hardcodes the options used in Xmir, so
instead of having to patch u-a-l every time, I have a plan to make a
script in Libertine that calls Xmir how we want to set and to also set
an env var to tell u-a-l to use the script instead.

** Package changed: puritine (Ubuntu) => libertine (Ubuntu)

** Also affects: libertine
   Importance: Undecided
   Status: New

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

** Changed in: libertine
   Status: New => In Progress

** Changed in: libertine
   Importance: Undecided => High

** Also affects: libertine/trunk
   Importance: Undecided
   Status: New

** Also affects: libertine/devel
   Importance: High
   Status: In Progress

** Changed in: libertine/trunk
   Status: New => Triaged

** Changed in: libertine/trunk
   Importance: Undecided => High

** Changed in: libertine/devel
     Assignee: (unassigned) => Christopher Townsend (townsend)

** Changed in: libertine/trunk
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Changed in: libertine (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  xapp window should reflect app name rather than "Xmir root window"

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

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


[Bug 1545735] Re: add lang packs to puritine

2016-02-15 Thread Christopher Townsend
** Also affects: puritine
   Importance: Undecided
   Status: New

** No longer affects: puritine (Ubuntu)

** Changed in: puritine
   Status: New => In Progress

** Changed in: puritine
   Importance: Undecided => High

** Changed in: puritine
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  add lang packs to puritine

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

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


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-02-11 Thread Christopher Townsend
** Description changed:

  I have a host where I create a privileged Xenial container.  Inside that
  privileged container, I create an unprivileged Xenial container using
  the ubuntu user in the privileged container.  When I try starting the
  unprivileged container, I get the following error:
  
-   lxc-start 20160209133200.970 INFO lxc_cgroup - 
cgroup.c:cgroup_init:65 - cgroup driver cgroupfs initing for test-lxc
-   lxc-start 20160209133200.971 ERRORlxc_cgfs - cgfs.c:cgfs_init:2248 
- cgroupfs failed to detect cgroup metadata
-   lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:lxc_spawn:1023 - failed initializing cgroup support
-   lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:__lxc_start:1273 - failed to spawn 'test-lxc'
+   lxc-start 20160209133200.970 INFO lxc_cgroup - 
cgroup.c:cgroup_init:65 - cgroup driver cgroupfs initing for test-lxc
+   lxc-start 20160209133200.971 ERRORlxc_cgfs - cgfs.c:cgfs_init:2248 
- cgroupfs failed to detect cgroup metadata
+   lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:lxc_spawn:1023 - failed initializing cgroup support
+   lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:__lxc_start:1273 - failed to spawn 'test-lxc'
  
- 've tried both Trusty host w/ ppa:ubuntu-lxc/lxc-stable installed and a
+ I've tried both Trusty host w/ ppa:ubuntu-lxc/lxc-stable installed and a
  Xenial host with the same results.   I've also tried using ppa:ubuntu-
  lxc/daily in the privileged Xenial LXC.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1543697

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1543697] Re: Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-02-11 Thread Christopher Townsend
** Description changed:

  I have a host where I create a privileged Xenial container.  Inside that
  privileged container, I create an unprivileged Xenial container using
  the ubuntu user in the privileged container.  When I try starting the
  unprivileged container, I get the following error:
  
-   lxc-start 20160209133200.970 INFO lxc_cgroup - 
cgroup.c:cgroup_init:65 - cgroup driver cgroupfs initing for test-lxc
-   lxc-start 20160209133200.971 ERRORlxc_cgfs - cgfs.c:cgfs_init:2248 
- cgroupfs failed to detect cgroup metadata
-   lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:lxc_spawn:1023 - failed initializing cgroup support
-   lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:__lxc_start:1273 - failed to spawn 'test-lxc'
+   lxc-start 20160209133200.970 INFO lxc_cgroup - 
cgroup.c:cgroup_init:65 - cgroup driver cgroupfs initing for test-lxc
+   lxc-start 20160209133200.971 ERRORlxc_cgfs - cgfs.c:cgfs_init:2248 
- cgroupfs failed to detect cgroup metadata
+   lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:lxc_spawn:1023 - failed initializing cgroup support
+   lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:__lxc_start:1273 - failed to spawn 'test-lxc'
  
- 've tried both Trusty host w/ ppa:ubuntu-lxc/lxc-stable installed and a
+ I've tried both Trusty host w/ ppa:ubuntu-lxc/lxc-stable installed and a
  Xenial host with the same results.   I've also tried using ppa:ubuntu-
  lxc/daily in the privileged Xenial LXC.

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

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

[Bug 1543179] Re: image 242 no audio bt devices connect

2016-02-10 Thread Christopher Townsend
Any chance this is being looked at?  I can confirm that BT audio is
busted on Mako using rc-proposed.  In my use case, I have my phone
paired with my car and when I either dial a number or accept an incoming
call, the call is not heard over the speaker in the car.  After this
happens, my phone usually reconnects with my car.

Thanks!

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

Title:
  image 242 no audio bt devices connect

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

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


[Bug 1535421] Re: Xchat: doesn't connect doesn't store info once added

2016-02-10 Thread Christopher Townsend
** Changed in: libertine/trunk
   Status: In Progress => Fix Committed

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

Title:
  Xchat: doesn't connect doesn't store info once added

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1535421/+subscriptions

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


[Bug 1308133] Re: Mir cursor is missing/invisible until the client sets it multiple times

2016-02-10 Thread Christopher Townsend
** Changed in: unity8-desktop-session (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: unity8-desktop-session (Ubuntu)
   Status: Fix Released => Invalid

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

Title:
  Mir cursor is missing/invisible until the client sets it multiple
  times

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

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


[Bug 1322143] Re: SEGV (Blank/black screen) after using unity8-desktop-session-mir for some time

2016-02-10 Thread Christopher Townsend
I don't think this is occurring any more, so marking Fix Released.

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

** Changed in: unity8-desktop-session (Ubuntu)
   Status: New => Fix Released

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

Title:
  SEGV (Blank/black screen) after using unity8-desktop-session-mir for
  some time

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

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


[Bug 1541584] Re: /usr/bin/libertine-lxc-manager:InterruptedError:/usr/bin/libertine-lxc-manager@131:main_loop

2016-02-10 Thread Christopher Townsend
** Changed in: libertine/trunk
   Status: In Progress => Fix Committed

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

Title:
  /usr/bin/libertine-lxc-manager:InterruptedError:/usr/bin/libertine-
  lxc-manager@131:main_loop

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

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


[Bug 1541524] Re: tzdata fails to update in xenial Libertine lxc's

2016-02-10 Thread Christopher Townsend
** Changed in: libertine/trunk
   Status: In Progress => Fix Committed

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

Title:
  tzdata fails to update in xenial Libertine lxc's

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

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


[Bug 1518812] Re: Need to be able to configure Libertine container for multi-arch support

2016-02-09 Thread Christopher Townsend
** Also affects: libertine/devel
   Importance: Medium
   Status: Triaged

** Also affects: libertine/trunk
   Importance: Undecided
   Status: New

** Changed in: libertine/trunk
   Importance: Undecided => Medium

** Changed in: libertine/devel
   Status: Triaged => In Progress

** Changed in: libertine/trunk
   Status: New => In Progress

** Changed in: libertine/devel
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Changed in: libertine/trunk
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Changed in: libertine/trunk
   Status: In Progress => Triaged

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

Title:
  Need to be able to configure Libertine container for multi-arch
  support

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

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


[Bug 1543697] [NEW] Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-02-09 Thread Christopher Townsend
Public bug reported:

I have a host where I create a privileged Xenial container.  Inside that
privileged container, I create an unprivileged Xenial container using
the ubuntu user in the privileged container.  When I try starting the
unprivileged container, I get the following error:

  lxc-start 20160209133200.970 INFO lxc_cgroup - 
cgroup.c:cgroup_init:65 - cgroup driver cgroupfs initing for test-lxc
  lxc-start 20160209133200.971 ERRORlxc_cgfs - cgfs.c:cgfs_init:2248 - 
cgroupfs failed to detect cgroup metadata
  lxc-start 20160209133200.971 ERRORlxc_start - start.c:lxc_spawn:1023 
- failed initializing cgroup support
  lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:__lxc_start:1273 - failed to spawn 'test-lxc'

've tried both Trusty host w/ ppa:ubuntu-lxc/lxc-stable installed and a
Xenial host with the same results.   I've also tried using ppa:ubuntu-
lxc/daily in the privileged Xenial LXC.

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

** Summary changed:

- Unprivileged nested container will not start inside a privileged container
+ Unprivileged nested Xenial container will not start inside a privileged 
Xenial container

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

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

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


[Bug 1543697] [NEW] Unprivileged nested Xenial container will not start inside a privileged Xenial container

2016-02-09 Thread Christopher Townsend
Public bug reported:

I have a host where I create a privileged Xenial container.  Inside that
privileged container, I create an unprivileged Xenial container using
the ubuntu user in the privileged container.  When I try starting the
unprivileged container, I get the following error:

  lxc-start 20160209133200.970 INFO lxc_cgroup - 
cgroup.c:cgroup_init:65 - cgroup driver cgroupfs initing for test-lxc
  lxc-start 20160209133200.971 ERRORlxc_cgfs - cgfs.c:cgfs_init:2248 - 
cgroupfs failed to detect cgroup metadata
  lxc-start 20160209133200.971 ERRORlxc_start - start.c:lxc_spawn:1023 
- failed initializing cgroup support
  lxc-start 20160209133200.971 ERRORlxc_start - 
start.c:__lxc_start:1273 - failed to spawn 'test-lxc'

've tried both Trusty host w/ ppa:ubuntu-lxc/lxc-stable installed and a
Xenial host with the same results.   I've also tried using ppa:ubuntu-
lxc/daily in the privileged Xenial LXC.

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

** Summary changed:

- Unprivileged nested container will not start inside a privileged container
+ Unprivileged nested Xenial container will not start inside a privileged 
Xenial container

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1543697

Title:
  Unprivileged nested Xenial container will not start inside a
  privileged Xenial container

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1541904] Re: Support installing stand-alone Debian packages

2016-02-08 Thread Christopher Townsend
** Also affects: libertine/trunk
   Importance: Undecided
   Status: New

** Also affects: libertine/devel
   Importance: Medium
   Status: Triaged

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

Title:
  Support installing stand-alone Debian packages

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

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


[Bug 1532861] Re: [Avila]Gimp single window mode should be enable by default

2016-02-08 Thread Christopher Townsend
I've created a new version 0.6 Puritine click that should address this
issue along with the version of Libertine already found in the Overlay
PPA.

** Changed in: puritine
   Status: In Progress => Fix Committed

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

Title:
  [Avila]Gimp single window mode should be enable by default

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

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


[Bug 1541524] Re: tzdata fails to update in xenial Libertine lxc's

2016-02-08 Thread Christopher Townsend
** Also affects: libertine/devel
   Importance: High
 Assignee: Christopher Townsend (townsend)
   Status: Fix Committed

** Also affects: libertine/trunk
   Importance: Undecided
   Status: New

** Changed in: libertine/trunk
   Status: New => In Progress

** Changed in: libertine/trunk
   Importance: Undecided => High

** Changed in: libertine/trunk
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  tzdata fails to update in xenial Libertine lxc's

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

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


[Bug 1541584] Re: /usr/bin/libertine-lxc-manager:InterruptedError:/usr/bin/libertine-lxc-manager@131:main_loop

2016-02-08 Thread Christopher Townsend
** Also affects: libertine/devel
   Importance: Low
 Assignee: Christopher Townsend (townsend)
   Status: Fix Committed

** Also affects: libertine/trunk
   Importance: Undecided
   Status: New

** Changed in: libertine/trunk
   Status: New => In Progress

** Changed in: libertine/trunk
   Importance: Undecided => Low

** Changed in: libertine/trunk
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  /usr/bin/libertine-lxc-manager:InterruptedError:/usr/bin/libertine-
  lxc-manager@131:main_loop

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

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


[Bug 1542438] Re: Python LXC api needs to be much better at error reporting

2016-02-08 Thread Christopher Townsend
Ok, thanks, that might work.

I will have to think on how best to parse the log file for any error
messages that are only applicable to the actual LXC Python API call the
application is executing and pass these error messages back to the user
and present them in a meaningful manner.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1542438

Title:
  Python LXC api needs to be much better at error reporting

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1542438] Re: Python LXC api needs to be much better at error reporting

2016-02-08 Thread Christopher Townsend
Ok, thanks, that might work.

I will have to think on how best to parse the log file for any error
messages that are only applicable to the actual LXC Python API call the
application is executing and pass these error messages back to the user
and present them in a meaningful manner.

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

Title:
  Python LXC api needs to be much better at error reporting

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

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


[Bug 1535421] Re: Xchat: doesn't connect doesn't store info once added

2016-02-08 Thread Christopher Townsend
** Also affects: libertine/trunk
   Importance: Undecided
   Status: New

** Also affects: libertine/devel
   Importance: High
 Assignee: Christopher Townsend (townsend)
   Status: Fix Committed

** Changed in: libertine/trunk
   Status: New => In Progress

** Changed in: libertine/trunk
   Importance: Undecided => High

** Changed in: libertine/trunk
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  Xchat: doesn't connect doesn't store info once added

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1535421/+subscriptions

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


[Bug 1532861] Re: [Avila]Gimp single window mode should be enable by default

2016-02-08 Thread Christopher Townsend
** Changed in: puritine
   Status: Fix Committed => Fix Released

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

Title:
  [Avila]Gimp single window mode should be enable by default

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

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


[Bug 1542438] [NEW] Python LXC api needs to be much better at error reporting

2016-02-05 Thread Christopher Townsend
Public bug reported:

I use the Python API extensively on the lp:libertine project.  However,
when there is an error somewhere in the LXC layer, the only thing that
is returned is False which is not very useful when trying to figure out
what has gone wrong.

For example, I try to use the Container.create() method and it is
failing  However, when I try using the lxc-create CLI tool using the
same exact parameters, it works.  Since the Python API does not have an
error output, I'm having a very difficult time figuring out why the
Python create is failing.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1542438

Title:
  Python LXC api needs to be much better at error reporting

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1542438] [NEW] Python LXC api needs to be much better at error reporting

2016-02-05 Thread Christopher Townsend
Public bug reported:

I use the Python API extensively on the lp:libertine project.  However,
when there is an error somewhere in the LXC layer, the only thing that
is returned is False which is not very useful when trying to figure out
what has gone wrong.

For example, I try to use the Container.create() method and it is
failing  However, when I try using the lxc-create CLI tool using the
same exact parameters, it works.  Since the Python API does not have an
error output, I'm having a very difficult time figuring out why the
Python create is failing.

** Affects: lxc (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/1542438

Title:
  Python LXC api needs to be much better at error reporting

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

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


[Bug 1518812] Re: Need to be able to configure Libertine container for multi-arch support

2016-02-04 Thread Christopher Townsend
** Summary changed:

- Need to be able to configure Libertine container for mult-arch support
+ Need to be able to configure Libertine container for multi-arch support

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

** Changed in: libertine (Ubuntu)
   Status: New => Triaged

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

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

Title:
  Need to be able to configure Libertine container for multi-arch
  support

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

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


[Bug 1541904] [NEW] Support installing stand-alone Debian packages

2016-02-04 Thread Christopher Townsend
Public bug reported:

Need to support installing stand-alone Debian packages, ie, .debs, in
Liberine containers.  This would be analogous to 'dpkg -i blah.deb' on
the command line.

This needs to be done in both the CLI and GUI.

** Affects: libertine
 Importance: Medium
 Status: Triaged

** Affects: libertine (Ubuntu)
 Importance: Medium
 Status: Triaged

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

** Changed in: libertine
   Status: New => Triaged

** Changed in: libertine (Ubuntu)
   Status: New => Triaged

** Changed in: libertine
   Importance: Undecided => Medium

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

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

Title:
  Support installing stand-alone Debian packages

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

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


[Bug 1541901] [NEW] Add support for adding extra archives and PPAs

2016-02-04 Thread Christopher Townsend
Public bug reported:

Need to support adding extra archives such as multiverse and extra PPAs.
This needs to be at both the CLI and GUI levels.

** Affects: libertine
 Importance: Medium
 Status: Triaged

** Affects: libertine (Ubuntu)
 Importance: Medium
 Status: Triaged

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

** Changed in: libertine
   Status: New => Triaged

** Changed in: libertine (Ubuntu)
   Status: New => Triaged

** Changed in: libertine
   Importance: Undecided => Medium

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

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

Title:
  Add support for adding extra archives and PPAs

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

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


[Bug 1541584] Re: /usr/bin/libertine-lxc-manager:InterruptedError:/usr/bin/libertine-lxc-manager@131:main_loop

2016-02-04 Thread Christopher Townsend
This is mainly just noise, but it should be trivial to fix anyways.

** Changed in: libertine
   Status: Triaged => In Progress

** Changed in: libertine (Ubuntu)
   Status: Triaged => In Progress

** Changed in: libertine
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Changed in: libertine (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  /usr/bin/libertine-lxc-manager:InterruptedError:/usr/bin/libertine-
  lxc-manager@131:main_loop

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

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


[Bug 1541524] Re: tzdata fails to update in xenial Libertine lxc's

2016-02-03 Thread Christopher Townsend
** Summary changed:

- tzdata fails to update in xenial lxc's
+ tzdata fails to update in xenial Libertine lxc's

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

Title:
  tzdata fails to update in xenial Libertine lxc's

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

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


[Bug 1541524] [NEW] tzdata fails to update in xenial lxc's

2016-02-03 Thread Christopher Townsend
Public bug reported:

Due to bind mounting the host's /etc/timezone and /etc/localtime files,
whenever the tzdata is updated in the LXC, it will fail due to
permission denied.

Need to come up with a better way to get the host's timezone into the
LXC.

** Affects: libertine
 Importance: High
 Assignee: Christopher Townsend (townsend)
 Status: In Progress

** Affects: libertine (Ubuntu)
 Importance: High
 Assignee: Christopher Townsend (townsend)
 Status: In Progress

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

** Changed in: libertine
   Status: New => In Progress

** Changed in: libertine
   Importance: Undecided => High

** Changed in: libertine
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

** Changed in: libertine (Ubuntu)
   Importance: Undecided => High

** Changed in: libertine (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  tzdata fails to update in xenial lxc's

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

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


[Bug 1535421] Re: Xchat: doesn't connect doesn't store info once added

2016-02-02 Thread Christopher Townsend
This was quite a strange one to track down, but in the short of it,
~/.config/dconf needs to be bind-mounted into the container.  When xchat
would read gconf settings, they would always return null even though it
just set the key.  This is due to how gconf settings are written and
read.

When writing a key, it goes over dbus.  In our case, since we have the
dbus session bride, the host ~/.config/dconf/user backend would get
updated.  However, when reading a key, it tries to read directly from
the file and since the backend was not bind-mounted, the container's
backend did not have any info in it.

At any rate, the fix is to bind-mount the ~/.config/dconf directory.

** Changed in: libertine
   Status: New => In Progress

** Changed in: puritine
   Status: In Progress => Invalid

** Changed in: libertine
   Importance: Undecided => High

** Changed in: libertine
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

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

** Changed in: libertine (Ubuntu)
   Importance: Undecided => High

** Changed in: libertine (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  Xchat: doesn't connect doesn't store info once added

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1535421/+subscriptions

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


[Bug 1532861] Re: [Avila]Gimp single window mode should be enable by default

2016-02-02 Thread Christopher Townsend
** Changed in: libertine (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/1532861

Title:
  [Avila]Gimp single window mode should be enable by default

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

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


[Bug 1535297] Re: Unity8 crashes on session logout on desktop

2016-02-01 Thread Christopher Townsend
I still this crash on a fully updated Xenial machine.

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

Title:
  Unity8 crashes on session logout on desktop

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

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


[Bug 1539811] Re: Unity8-mir session fails to load on login; lightdm restart required (live USB)

2016-02-01 Thread Christopher Townsend
Hmm, for one, I'm not how well supported just installing unity8-desktop-
session-mir works on a LiveCD.  I seem to remember there were special
hacks in place when the Desktop guys were creating a Unity8 based LiveCD
ISO (which sadly has been deprecated).

Also, looks like Mir may be having some issue with the display based on
this:

ERROR: 
/build/mir-UeyFew/mir-0.19.0+16.04.20160128/src/common/fatal/fatal.cpp(55): 
Throw in function void mir::fatal_error_except(const char*, ...)
Dynamic exception type: 
boost::exception_detail::clone_impl
std::exception::what: Couldn't clear output eDP-1 (drmModeSetCrtc = -13)

As a stab in the dark, I'll add the Mir project to this bug to see if
they can weigh on on this error.

** Also affects: mir
   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/1539811

Title:
  Unity8-mir session fails to load on login; lightdm restart required
  (live USB)

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

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


[Bug 1536311] Re: gedit does not accept input in document window

2016-01-27 Thread Christopher Townsend
** Branch linked: lp:~townsend/libertine/unset_dconf

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

Title:
  gedit does not accept input in document window

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

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


[Bug 1536311] Re: gedit does not accept input in document window

2016-01-27 Thread Christopher Townsend
@penk,

I will have to make the change in Libertine itself, but yes it can be
done.

I just hope that there aren't any other future surprise environment
variable changes that affect applications running in the container:)

** Also affects: libertine
   Importance: Undecided
   Status: New

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

** Changed in: libertine
   Status: New => In Progress

** Changed in: libertine
   Importance: Undecided => Critical

** Changed in: libertine
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

** Changed in: libertine (Ubuntu)
   Importance: Undecided => Critical

** Changed in: libertine (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Changed in: puritine
   Status: In Progress => Invalid

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

Title:
  gedit does not accept input in document window

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

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


[Bug 1533731] Re: incorrect distros are listed in the welcome wizard

2016-01-21 Thread Christopher Townsend
** Also affects: libertine (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libertine
   Status: Confirmed => In Progress

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

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

** Changed in: libertine
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Changed in: libertine (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  incorrect distros are listed in the welcome wizard

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

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


[Bug 1532858] Re: Some puritine packaged apps don't open on some devices

2016-01-20 Thread Christopher Townsend
** Changed in: avila
   Status: In Progress => Fix Committed

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

Title:
  Some puritine packaged apps don't open on some devices

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

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


[Bug 1532861] Re: [Avila]Gimp single window mode should be enable by default

2016-01-19 Thread Christopher Townsend
** Also affects: libertine
   Importance: Undecided
   Status: New

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

** Changed in: libertine
   Status: New => In Progress

** Changed in: libertine
   Importance: Undecided => Medium

** Changed in: libertine
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

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

** Changed in: libertine (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Changed in: avila
   Status: Confirmed => In Progress

** Changed in: avila
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Branch linked: lp:~townsend/libertine/copy-user-data

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

Title:
  [Avila]Gimp single window mode should be enable by default

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

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


[Bug 1532856] Re: [Avila]puritine click v0.5 Firefox fails to launch

2016-01-14 Thread Christopher Townsend
** Also affects: libertine (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: libertine (Ubuntu)
   Importance: Undecided => Critical

** Changed in: libertine (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  [Avila]puritine click v0.5 Firefox fails to launch

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

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


[Bug 1532858] Re: [Avila] Libre office not working

2016-01-14 Thread Christopher Townsend
** Also affects: libertine (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: libertine (Ubuntu)
   Importance: Undecided => Critical

** Changed in: libertine (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  [Avila] Libre office not working

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

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


[Bug 1532858] Re: [Avila] Libre office not working

2016-01-14 Thread Christopher Townsend
I need to get a silo for Libertine and then get it in the overlay PPA
and then it will be picked up in an image build.

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

Title:
  [Avila] Libre office not working

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

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


[Bug 1532858] Re: [Avila] Libre office not working

2016-01-14 Thread Christopher Townsend
As a temporary workaround, we need to disable seccomp when running
proot. Still need to figure out why this is the case, but making a
temporary fix in Libertine will take care of this.

** Also affects: libertine
   Importance: Undecided
   Status: New

** Changed in: libertine
   Status: New => In Progress

** Changed in: puritine
   Status: In Progress => Invalid

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

** Changed in: libertine
   Importance: Undecided => Critical

** Changed in: libertine
 Assignee: (unassigned) => Christopher Townsend (townsend)

** Branch linked: lp:~townsend/libertine/disable-seccomp

** Changed in: libertine
   Status: In Progress => Fix Committed

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

Title:
  [Avila] Libre office not working

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

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


[Bug 1532858] Re: [Avila] Libre office not working

2016-01-13 Thread Christopher Townsend
After chatting w/ kgunn, I found out that the M10 is based on the
aarch64 architecture whereas the Puritine chroot is made using the armhf
architecture.  I'm betting that some library is not liking the
discrepancy in architectures.  We need to test this theory by making a
proper aarch64 Puritine chroot.  I will find someone with hardware and
help figure out how to test this theory.

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

Title:
  [Avila] Libre office not working

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

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


[Bug 1532858] Re: [Avila] Libre office not working

2016-01-13 Thread Christopher Townsend
I think the important parts of the log are these:

[Java framework] Error in function createSettingsDocument (elements.cxx).
javaldx failed!
Warning: failed to read path from javaldx

Searching for those types of errors generally leads to permission
problems on folders.  However, I've been looking at the folders and the
permissions look correct, so I'm still stumped.

Debugging continues...

** Changed in: puritine
   Status: New => In Progress

** Changed in: avila
   Status: Confirmed => In Progress

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

Title:
  [Avila] Libre office not working

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

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


[Bug 1532858] Re: [Avila] Libre office not working

2016-01-13 Thread Christopher Townsend
So, I think we have finally figured out the cause of the issue.  The
kernel on the m10 is aarch64 as denoted by uname -a:

$ uname -a
Linux ubuntu-phablet 3.10.93+ #11 SMP PREEMPT Wed Jan 13 08:30:56 EST 2016 
aarch64 aarch64 aarch64 GNU/Linux

We use proot to call into the unprivileged Puritine chroot which
intercepts syscalls.  Given that proot is 32-bit armhf, the syscalls
don't match up with the kernel, so they fail.  For example, in this
case, the mkdir() syscall is failing which is causing Libreoffice to
fail in creating the user profile.

We are trying to come up with a some sort of workable solution, but
unfortunately due to using 32-bit armhf Ubuntu on the m10, this will not
be easy and quick.

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

Title:
  [Avila] Libre office not working

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

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


[Bug 1532858] Re: [Avila] Libre office not working

2016-01-13 Thread Christopher Townsend
After doing some debugging on an M10, I'm pretty sure this isn't an arch
issue as the arch Ubuntu uses is armhf.  More debugging to do to figure
out what might be causing this.  I'm also pretty sure the pango warnings
in the logs are benign.

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

Title:
  [Avila] Libre office not working

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

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


[Bug 1532858] Re: [Avila] Libre office not working

2016-01-12 Thread Christopher Townsend
Could you please provide ~/.cache/upstart/application-legacy-
puritine_libreoffice-startcenter_0.0-.log?

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

Title:
  [Avila] Libre office not working

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

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


[Bug 1513910] Re: libertine config of gimp for single window mode

2015-12-14 Thread Christopher Townsend
** Changed in: libertine (Ubuntu)
   Status: New => Fix Released

** Changed in: libertine (Ubuntu)
 Assignee: (unassigned) => Christopher Townsend (townsend)

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

Title:
  libertine config of gimp for single window mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1513910/+subscriptions

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


[Bug 1513910] Re: libertine config of gimp for single window mode

2015-12-09 Thread Christopher Townsend
I'm switching window managers in Libertine.  We will now be using
Matchbox which is a very small and simple WM.  When using Matchbox,
single window mode in Gimp is correct.

Once we release Libertine, I'll close out this bug.

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

Title:
  libertine config of gimp for single window mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1513910/+subscriptions

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


[Bug 1513910] Re: libertine config of gimp for single window mode

2015-12-04 Thread Christopher Townsend
Compiz is indeed running, but it is refusing to manage the window.
Looking at the Compiz code, there are only two ways that it will not
manage a newly created window:

"if (w->priv->serverFrame == event->xcreatewindow.window)"
and
"if (wa.root != event->xcreatewindow.parent)"

Those will prompt Compiz to refuse to manage the window.

Also, this issue is occurring in Libreoffice as well.

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

Title:
  libertine config of gimp for single window mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1513910/+subscriptions

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


[Bug 1522117] [NEW] Unity 8 desktop session "stops" when exiting an X app

2015-12-02 Thread Christopher Townsend
Public bug reported:

With the latest qtmir (0.4.6+16.04.20151125-0ubuntu1) and unity 8
(8.11+16.04.20151126-0ubuntu1) packages on Xenial, when exiting an X
app, the Unity 8 session "stops".  I have seen it either go to the blank
u-s-c screen or back to the Unity 8 greeter.

I don't have a crash file nor have I seen any interesting info in the
unity8.log.  If downgrade qtmir to 0.4.6+16.04.20151119-0ubuntu1 and
unity 8 to 8.11+16.04.20151112.1, the issue no longer occurs.

When I get the blank u-s-c screen, I do see this in the application log:

[1449081140.172725]  MirSurfaceAPI: Caught exception at client library 
boundary (in mir_surface_release): 
/build/mir-sTjxjQ/mir-0.17.1+16.04.20151105.1/src/client/rpc/stream_socket_transport.cpp(168):
 Throw in function virtual void 
mir::client::rpc::StreamSocketTransport::send_message(const 
std::vector&, const std::vector&)
Dynamic exception type: 
boost::exception_detail::clone_impl
std::exception::what: Failed to send message to server: Broken pipe
32, "Broken pipe"
terminate called after throwing an instance of 
'boost::exception_detail::clone_impl'
  what():  Failed to send message to server: Broken pipe

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

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

** Also affects: qtmir (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/1522117

Title:
  Unity 8 desktop session "stops" when exiting an X app

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

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


[Bug 1522117] Re: Unity 8 desktop session "stops" when exiting an X app

2015-12-02 Thread Christopher Townsend
Here's the output when running 'sudo gdb program `pidof unity8`:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f58091bf700 (LWP 10614)]
0x7f581e754e8e in 
SurfaceObserver::createQCursorFromMirCursorImage(mir::graphics::CursorImage 
const&) () from 
/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqpa-mirserver.so

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

Title:
  Unity 8 desktop session "stops" when exiting an X app

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1522117/+subscriptions

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


[Bug 1519079] Re: Xenial container on Xenial host no longer runs systemd and can't get an IP address

2015-11-24 Thread Christopher Townsend
Thanks!  This is indeed fixed now on Xenial.

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

Title:
  Xenial container on Xenial host no longer runs systemd and can't get
  an IP address

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

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


[Bug 1519079] [NEW] Xenial container on Xenial host no longer runs systemd and can't get an IP address

2015-11-23 Thread Christopher Townsend
Public bug reported:

I have a Xenial host with a Xenial LXC and as of today's updates, the
container no longer gets an IP address and systemd does not appear to
have run.

This same exact container worked fine last Friday, only packages on my
host changed.

Also, I'm not sure if other host/LXC distro combinations are affected.

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

** Summary changed:

- xenial container no longer runs systemd and can't get an IP address
+ Xenial container on Xenial host no longer runs systemd and can't get an IP 
address

** Description changed:

  I have a Xenial host with a Xenial LXC and as of today's updates, the
  container no longer gets an IP address and systemd does not appear to
  have run.
  
  This same exact container worked fine last Friday, only packages on my
  host changed.
+ 
+ Also, I'm not sure if other host/LXC distro combinations are affected.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1519079

Title:
  Xenial container on Xenial host no longer runs systemd and can't get
  an IP address

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1519079] Re: Xenial container on Xenial host no longer runs systemd and can't get an IP address

2015-11-23 Thread Christopher Townsend
I've attached the list of packages that were updated when this issue
started to occur.

** Attachment added: "list_of_packages"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1519079/+attachment/4524270/+files/list_of_packages

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1519079

Title:
  Xenial container on Xenial host no longer runs systemd and can't get
  an IP address

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1519079] Re: Xenial container on Xenial host no longer runs systemd and can't get an IP address

2015-11-23 Thread Christopher Townsend
I've attached the list of packages that were updated when this issue
started to occur.

** Attachment added: "list_of_packages"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1519079/+attachment/4524270/+files/list_of_packages

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

Title:
  Xenial container on Xenial host no longer runs systemd and can't get
  an IP address

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

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


[Bug 1519079] [NEW] Xenial container on Xenial host no longer runs systemd and can't get an IP address

2015-11-23 Thread Christopher Townsend
Public bug reported:

I have a Xenial host with a Xenial LXC and as of today's updates, the
container no longer gets an IP address and systemd does not appear to
have run.

This same exact container worked fine last Friday, only packages on my
host changed.

Also, I'm not sure if other host/LXC distro combinations are affected.

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

** Summary changed:

- xenial container no longer runs systemd and can't get an IP address
+ Xenial container on Xenial host no longer runs systemd and can't get an IP 
address

** Description changed:

  I have a Xenial host with a Xenial LXC and as of today's updates, the
  container no longer gets an IP address and systemd does not appear to
  have run.
  
  This same exact container worked fine last Friday, only packages on my
  host changed.
+ 
+ Also, I'm not sure if other host/LXC distro combinations are affected.

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

Title:
  Xenial container on Xenial host no longer runs systemd and can't get
  an IP address

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

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


[Bug 1517107] Re: $PATH is getting clobbered when starting a container with Upstart

2015-11-23 Thread Christopher Townsend
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1517107

Title:
  $PATH is getting clobbered when starting a container with Upstart

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


<    5   6   7   8   9   10   11   12   13   14   >