[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) --

[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

[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

[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

[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 -

[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

[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

[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

[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

[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]

[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

[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:

[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) ||/ Name

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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:

[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