[Bug 1244301] Re: lxc-attach stopped working for docker containers

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 1.0.0~alpha2-0ubuntu4

---
lxc (1.0.0~alpha2-0ubuntu4) trusty; urgency=low

  * get_rid_of_lxcpath_anon_idea.patch: allow lxc-stop and lxc-attach to
work more easily with containers started with a custom config (-f).
(LP: #1244301)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 24 Oct 2013 11:55:06 -0500

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

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

Title:
  lxc-attach stopped working for docker containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244301/+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 1244301] Re: lxc-attach stopped working for docker containers

2013-10-25 Thread kiorky
Is that normal not having an update on saucy ?

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

Title:
  lxc-attach stopped working for docker containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244301/+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 1244509] [NEW] .screenrc bindings overrides .byobu/keybindings

2013-10-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

to get copy from byobu to x clipboard  I added this to
./byobu/keybindings

bind b eval writebuf 'exec /bin/sh -c parcellite 
$BYOBU_RUN_DIR/printscreen  xsel -i  $BYOBU_RUN_DIR/printscreen '

but in the .screenrc there was this:

bind b eval writebuf 'exec /bin/sh -c xsel -i -b  /tmp/screen-
exchange' 'exec /bin/sh -c killall xsel'

And that was the command that ran UNDER byobu in spite of my keybinding
.

bill@bill-laptop:~$ lsb_release -rd
Description:Ubuntu 12.04.3 LTS
Release:12.04

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


** Tags: byobu screen
-- 
.screenrc bindings overrides .byobu/keybindings
https://bugs.launchpad.net/bugs/1244509
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to byobu in Ubuntu.

-- 
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 1244509] Re: .screenrc bindings overrides .byobu/keybindings

2013-10-25 Thread Axel Beckert
This doesn't look like a screen issue but a byobu issue to me. Hence
reassigning.

P.S.: The path should be .byobu/keybindings (relative to the home
directory of the user), not ./byobu/keybindings. But I suspect that's
just a typo and not the cause for the issue.

** Package changed: screen (Ubuntu) = byobu (Ubuntu)

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

Title:
  .screenrc bindings overrides .byobu/keybindings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1244509/+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 1243253] Re: mysql 5.5.34 and 5.1.72 security update tracking bug

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.5 - 5.5.34-0ubuntu1

---
mysql-5.5 (5.5.34-0ubuntu1) trusty; urgency=low

  * SECURITY UPDATE: Update to 5.5.34 to fix security issues (LP: #1243253)
- http://www.oracle.com/technetwork/topics/security/cpuoct2013-1899837.html
- CVE-2013-3839
- CVE-2013-5807
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 24 Oct 2013 13:02:18 
-0400

** Changed in: mysql-5.5 (Ubuntu Trusty)
   Status: Confirmed = Fix Released

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

Title:
  mysql 5.5.34 and 5.1.72 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1243253/+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 1031063] Re: internal error no supported architecture for os type 'hvm'

2013-10-25 Thread kayn
I know that it's old thread but me helped change line to
libvirt_type=qemu in /etc/nova/nova-compute.conf

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

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+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 1244635] [NEW] setuid executables in a container may compromise security on the host

2013-10-25 Thread Andrea Corbellini
*** This bug is a security vulnerability ***

Public security bug reported:

If I execute /var/lib/lxc/NAME/rootfs/usr/bin/sudo -i on the host
system, it works exactly like /usr/bin/sudo -i.

Now suppose that a user that has root access to the LXC container
creates a flawed setuid executable. What happens is that now the host
system is flawed too.

For example, I can patch the container's sudo to skip the authentication
checks and then use /var/lib/lxc/NAME/rootfs/usr/bin/sudo from the host
to gain root privileges.

This assumes that you have both root access to the container and
unprivileged access to the host. However the point is: insecure
filesystem policies in a container may be source of security holes on
the host system.

Of course, the same applies to capabilities too, not just the setuid/gid
bits.

A possible solution to this problem would be to chmod 0700 the
/var/lib/lxc directory. However doing so you lose the ability to browse
files on the container from the host.

An alternative would be to tell Apparmor to deny the execution of every
file contained in /var/lib/lxc. (Or at least, to deny the execution of
setuid/gid/cap files, if that's possible.)

** 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/1244635

Title:
  setuid executables in a container may compromise security on the host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244635/+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 995719] Update Released

2013-10-25 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  process_name.rb removed in 2.7.11 but still provided by puppet-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/995719/+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 995719] Re: process_name.rb removed in 2.7.11 but still provided by puppet-common

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package puppet - 2.7.11-1ubuntu2.5

---
puppet (2.7.11-1ubuntu2.5) precise-proposed; urgency=low

  * debian/patches/2.7.11-remove-process_name-performance.patch:
Fixes performance regression caused by a thread that loops forever in
order to change a process name when told so (LP: #995719)
 -- Adam Stokes adam.sto...@ubuntu.com   Tue, 24 Sep 2013 14:58:14 -0400

** Changed in: puppet (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  process_name.rb removed in 2.7.11 but still provided by puppet-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/995719/+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 1244694] [NEW] Creating snapshot fails due to nonexistent temporary directory

2013-10-25 Thread Daniel Speichert
Public bug reported:

In some cases (not for all instances, just for some) the following error
prevents creating the snapshot:

2013-10-25 14:49:30.724 22980 AUDIT nova.compute.manager 
[req-6e9326d7-64df-40f7-bc81-190ec5234de2 657f1aca48d24eaf9655e0b77b2bc6d9 
35b2b08cc3f44a538cf3535043793a2a] [instance: 
db9c8a72-6ce2-41b7-8f7a-be0be8468667] instance snapshotting
2013-10-25 14:49:30.944 22980 INFO nova.virt.libvirt.driver 
[req-6e9326d7-64df-40f7-bc81-190ec5234de2 657f1aca48d24eaf9655e0b77b2bc6d9 
35b2b08cc3f44a538cf3535043793a2a] [instance: 
db9c8a72-6ce2-41b7-8f7a-be0be8468667] Beginning live snapshot process
2013-10-25 14:49:32.006 22980 INFO nova.virt.libvirt.driver 
[req-6e9326d7-64df-40f7-bc81-190ec5234de2 657f1aca48d24eaf9655e0b77b2bc6d9 
35b2b08cc3f44a538cf3535043793a2a] [instance: 
db9c8a72-6ce2-41b7-8f7a-be0be8468667] Snapshot extracted, beginning image upload
2013-10-25 14:49:32.329 22980 ERROR nova.openstack.common.rpc.amqp 
[req-6e9326d7-64df-40f7-bc81-190ec5234de2 657f1aca48d24eaf9655e0b77b2bc6d9 
35b2b08cc3f44a538cf3535043793a2a] Exception during message handling
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp Traceback 
(most recent call last):
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py, line 461, 
in _process_data
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp **args)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py, 
line 172, in dispatch
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp result = 
getattr(proxyobj, method)(ctxt, **kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 353, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp return 
function(self, context, *args, **kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 90, in wrapped
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp payload)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 73, in wrapped
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp return 
f(self, context, *args, **kw)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 243, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp pass
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 229, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp return 
function(self, context, *args, **kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 271, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp e, 
sys.exc_info())
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 258, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp return 
function(self, context, *args, **kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 319, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp % 
image_id, instance=instance)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 309, in 
decorated_function
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp *args, 
**kwargs)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2293, in 
snapshot_instance
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp 
task_states.IMAGE_SNAPSHOT)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 2324, in 
_snapshot_instance
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp 
update_task_state)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 1397, in 
snapshot
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp 
image_format)
2013-10-25 14:49:32.329 22980 TRACE nova.openstack.common.rpc.amqp   File 

[Bug 1244694] Re: Creating snapshot fails due to nonexistent temporary directory

2013-10-25 Thread Daniel Speichert
Creating a snapshot of the same instance on the same physical node when
the instance is shut off works.

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

Title:
  Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+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 1244697] [NEW] uvtool-libvirt should depend on python-yaml

2013-10-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Package should depend on  python-yaml:

$ uvt-kvm 
Traceback (most recent call last):
  File /usr/bin/uvt-kvm, line 39, in module
import yaml
ImportError: No module named yaml

~$ apt-cache policy uvtool-libvirt 
uvtool-libvirt:
  Instaŀlat: 0~bzr42-0ubuntu1
  Candidat:  0~bzr42-0ubuntu1
  Taula de versió:
 *** 0~bzr42-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages
100 /var/lib/dpkg/status

Regards

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

-- 
uvtool-libvirt should depend on python-yaml
https://bugs.launchpad.net/bugs/1244697
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to uvtool in Ubuntu.

-- 
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 913952] Re: no console on precise containers

2013-10-25 Thread damiens
Hi,
Here is the version of lxc I use :

root@0043:/data/sop/src/vsop# dpkg -l lxc
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion 
Description
+++-===-===-==
ii  lxc 0.7.5-3ubuntu52 
Linux containers userspace tools

And the version of util-linux I'm using :

root@0043:/data/sop/src/vsop# dpkg -l util-linux
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion 
Description
+++-===-===-==
ii  util-linux  2.20.1-1ubuntu3 
Miscellaneous system utilities


And I still have the bug ...

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

Title:
  no console on precise containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/913952/+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 1244713] [NEW] invalid syntax for check_ssh plugin

2013-10-25 Thread Tom Worley
Public bug reported:

Since upgrading to 13.10 our check_ssh has been failing with the
error:Usage: with an unknown state.

After a little digging it seems that the following file has the incorrect 
definition for the check_ssh checker:
/etc/nagios-plugins/config/ssh.cfg
Specifically the first section:

define command{
command_namecheck_ssh
command_line/usr/lib/nagios/plugins/check_ssh '$HOSTADDRESS$' 
'$ARG1$'
}


Changing the command _line like this fixes the issue and checks resume as 
normal: 
command_line/usr/lib/nagios/plugins/check_ssh '$HOSTADDRESS$'

Regards,
Tom

** Affects: nagios-plugins (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  invalid syntax for check_ssh plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1244713/+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 1244301] Re: lxc-attach stopped working for docker containers

2013-10-25 Thread Serge Hallyn
The fix needs to go into the development release first, which just
happened.  Then it can be SRU'd (Stable Release Update) to stable
releases.  This is to set a high bar for stable release updates so that
we minimize the risk of breakage to installed stable releases.

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

Title:
  lxc-attach stopped working for docker containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244301/+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 1021271] Re: KVM enabling virtualization on CPU0 failed

2013-10-25 Thread Serge Hallyn
Which kernel are you running?  (Please show uname -a output)

To figure out whether this is a kernel or qemu problem, it would be
useful to test kvm in a saucy chroot or container.  Basically, you would

sudo apt-get -y install lxc
sudo lxc-create -t ubuntu -n s1 -- -r saucy
sudo lxc-start -n s1
   # log in as user ubuntu password ubuntu, then
   sudo apt-get -y install qemu-system-x86
   sudo mknod /dev/kvm c 10 232
   kvm

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

Title:
  KVM enabling virtualization on CPU0 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1021271/+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 1244509] Re: .screenrc bindings overrides .byobu/keybindings

2013-10-25 Thread wgw
Yes, you are right: ~./byobu

And, yes, I do think it is a byobu issue: I just have a hard time
distinguishing between the two!

Thanks for the triage. The work-araound is to get rid of  the key
definition in .sreenrc

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

Title:
  .screenrc bindings overrides .byobu/keybindings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1244509/+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 1242925] Re: nova-common missing dep on python-cmd2 = 0.6.7

2013-10-25 Thread William Kelly
** Also affects: cloud-archive
   Importance: Undecided
   Status: New

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

Title:
  nova-common missing dep on python-cmd2 = 0.6.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1242925/+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 1244635] Re: setuid executables in a container may compromise security on the host

2013-10-25 Thread Serge Hallyn
Thanks for pointing this out.  I don't believe it would be a serious
loss of functionality to chmod 0700 /var/lib/lxc.  I also don't feel
that this is a high priority bug since, so far, we do not recommend
allowing unprivileged users to use containers.  So I think a regular
update in trusty with SRUs to all previous releases is ok.

** Changed in: lxc (Ubuntu)
   Importance: Undecided = Medium

** Changed in: lxc (Ubuntu)
   Status: New = Triaged

** Also affects: lxc (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: lxc (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Also affects: lxc (Ubuntu Saucy)
   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/1244635

Title:
  setuid executables in a container may compromise security on the host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244635/+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 1244301] Re: lxc-attach stopped working for docker containers

2013-10-25 Thread Serge Hallyn
** Description changed:

  I think 
https://github.com/lxc/lxc/commit/69733b5dd27e6963267ff6473d9b41dfb59a3f0f has 
fixed this bug and am requesting for a new release of lxc in saucy and trusty.
  The main blocker is that docker containers are hitted by 
https://github.com/dotcloud/docker/issues/2278 where lxc-attach can no longer 
attach to them.
  
  Thanks !
+ 
+ =
+ 1. impact: containers starte with a custom configuration file cannot be 
controlled the same way as normal containers.  Instead a custom lxcpath, formed 
by appending _anon to the real lxcpath, must be apssed to lxc-console, 
lxc-stop, lxc-attach, etc.
+ 2. development fix: don't specify a custom lxcpath
+ 3. stable fix: same as dev fix
+ 4. test case:
+ sudo lxc-create -t ubuntu -n u1
+ sudo lxc-start -n u1 -f /var/lib/lxc/u1/config
+ sudo lxc-info -n u1
+ # shows not running
+ 5. regression potential: this is cherrypicked from upstream and should have 
no regressions.
+ 

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

Title:
  lxc-attach stopped working for docker containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244301/+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 1239488] Re: [SRU] Juju api client cannot distinguish between environments

2013-10-25 Thread Julian Edwards
** 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 maas in Ubuntu.
https://bugs.launchpad.net/bugs/1239488

Title:
  [SRU] Juju api client cannot distinguish between environments

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1239488/+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 1240972] Re: [SRU] maas dhcp.conf template not adding ignore-client-uids unless using raring or later

2013-10-25 Thread Julian Edwards
** 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 maas in Ubuntu.
https://bugs.launchpad.net/bugs/1240972

Title:
  [SRU] maas dhcp.conf template not adding ignore-client-uids unless
  using raring or later

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1240972/+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 1166994] Re: [SRU] need to use generic kernel for highbank on ARM

2013-10-25 Thread Julian Edwards
** 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 maas in Ubuntu.
https://bugs.launchpad.net/bugs/1166994

Title:
  [SRU] need to use generic kernel for highbank on ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1166994/+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 1244855] [NEW] package open-vm-tools-dkms 2013.09.16-1328054-0ubuntu1 failed to install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod błędu 7

2013-10-25 Thread BuM
Public bug reported:

open-vm-tools

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: open-vm-tools-dkms 2013.09.16-1328054-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-33.48-generic 3.8.13.11
Uname: Linux 3.8.0-33-generic i686
NonfreeKernelModules: nvidia vsock vmci
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: i386
Date: Sat Oct 26 03:00:36 2013
DuplicateSignature: 
package:open-vm-tools-dkms:2013.09.16-1328054-0ubuntu1:ErrorMessage: podproces 
zainstalowany skrypt post-installation zwrócił kod błędu 7
ErrorMessage: ErrorMessage: podproces zainstalowany skrypt post-installation 
zwrócił kod błędu 7
InstallationDate: Installed on 2012-01-01 (663 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: open-vm-tools
Title: package open-vm-tools-dkms 2013.09.16-1328054-0ubuntu1 failed to 
install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-installation 
zwrócił kod błędu 7
UpgradeStatus: Upgraded to saucy on 2013-10-26 (0 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 saucy

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

Title:
  package open-vm-tools-dkms 2013.09.16-1328054-0ubuntu1 failed to
  install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-
  installation zwrócił kod błędu 7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1244855/+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 1244855] Re: package open-vm-tools-dkms 2013.09.16-1328054-0ubuntu1 failed to install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod błędu 7

2013-10-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package open-vm-tools-dkms 2013.09.16-1328054-0ubuntu1 failed to
  install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-
  installation zwrócił kod błędu 7

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