[Bug 1365250] Re: nova-compute memory leak

2014-09-10 Thread Takashi Aosawa
At least python-libvirt, which nova-compute uses, seems to leak memory when handling XML data. Find the file d.py attached which reproduces a similar problem. ii python-libvirt 1.2.2-0ubuntu1 amd64 libvirt Python bindings valgrind can detect "definitely lost". # ps -ef|grep d.py

[Bug 1367730] Re: container root directory has broken permissions with tight umask and --keep-data

2014-09-10 Thread Martin Pitt
BTW, I have added a workaround to autopkgtest, so this isn't a blocker for me. -- 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/1367730 Title: container root directory has broken permissi

[Bug 1195039] Re: Whitespaces in login name cause authentication problems

2014-09-10 Thread Robert Ancell
Things worth checking: a) If the LDAP server indicates in some way the correct unix username for that account then make sure pam_ldap is correctly setting PAM_USER it to this value (so other modules will use it). b) If it is expected behaviour that the LDAP server ignores whitespace then libpam-l

[Bug 1195039] Re: Whitespaces in login name cause authentication problems

2014-09-10 Thread Robert Ancell
This one turns out to be more complex than it looks. Unfortunately due to the way PAM works neither LightDM or the greeter know for sure the context of the prompts that PAM sends. So they don't know they're being asked for a username or something else in which whitespace might be significant. It se

[Bug 1243564] Re: helgrind: dubious: associated lock is not held by any thread: void boost::asio::detail::posix_event::signal_and_unlock

2014-09-10 Thread Daniel van Vugt
So long as helgrind has wrapped all your locking primitives (e.g. implements in terms of pthreads) then the Eraser algorithm it uses is very reliable and doesn't give false positives. Although we have seen at least one such case where this happens -- std::atomic is not implemented in terms of lock

[Bug 1366868] Re: kvm: dompmwakeup fails if domain becomes pmsuspended

2014-09-10 Thread Chris J Arges
This fix has been uploaded into the trusty queue. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to seabios in Ubuntu. https://bugs.launchpad.net/bugs/1366868 Title: kvm: dompmwakeup fails if domain becomes pmsuspended To manage notif

[Bug 1366868] Re: kvm: dompmwakeup fails if domain becomes pmsuspended

2014-09-10 Thread Chris J Arges
** Description changed: [Impact] When using qemu/kvm/libvirt, if one suspends the VM using actual power suspending code, the guest cannot resume using 'virsh dompmwakeup'. [Test Case] 1) Create a KVM VM and install Trusty using libvirt (although qemu alone will also exhibit thi

[Bug 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2014-09-10 Thread aaron jonen
I also tried fix #2 . I had to create my own files for : /etc/nsswitch.conf.ldap /etc/nsswitch.conf.local I assume the ldap file contains the ldap and the .local files does not. The fix did not work for me. Please post the above files and the full working script for /etc/i

[Bug 1365250] Re: nova-compute memory leak

2014-09-10 Thread Yaguang Tang
** Changed in: nova (Ubuntu) Assignee: (unassigned) => Yaguang Tang (heut2008) -- 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/1365250 Title: nova-compute memory leak To manage no

[Bug 1355966] Re: [FFE] Implement AbandonScope (etc)

2014-09-10 Thread Bug Watch Updater
** Changed in: systemd-shim (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgmanager in Ubuntu. https://bugs.launchpad.net/bugs/1355966 Title: [FFE] Implement AbandonScope (etc) To manage

[Bug 1350220] Re: hibernation fails because chvt hangs

2014-09-10 Thread Malcolm Scott
There's a race in chvt (see my comment at https://bugs.launchpad.net/ubuntu/+source/kbd/+bug/1351564/comments/4) which may be to blame. I suspect something on my system (Nvidia driver?) is almost always winning this race, so chvt almost always blocks and I can't suspend. Perhaps pm-utils should u

[Bug 1350220] Re: hibernation fails because chvt hangs

2014-09-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: pm-utils (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1243564] Re: helgrind: dubious: associated lock is not held by any thread: void boost::asio::detail::posix_event::signal_and_unlock

2014-09-10 Thread Cemil Azizoglu
Could be a false positive. --> medium ** Changed in: mir Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to boost1.53 in Ubuntu. https://bugs.launchpad.net/bugs/1243564 Title: helgrind: dubious: assoc

[Bug 1322302] Re: local provider is very slow to tranistion from agent-status: pending

2014-09-10 Thread Curtis Hovey
** Changed in: juju-core Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchpad.net/bugs/1322302 Title: local provider is very slow to tranistion from

[Bug 1078213] Re: logs are not logrotated

2014-09-10 Thread Curtis Hovey
** Changed in: juju-core Milestone: 1.21-alpha1 => 1.21-alpha2 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1078213 Title: logs are not logrotated To manage notifications about

[Bug 1367904] [NEW] Soundconverter ask for i386 libs on x64

2014-09-10 Thread Holger Danske
Public bug reported: I tried to convert a MP4 file into an MP3 file. But Soundconverter ask for additional packages GStreamer Plugins for MMS, Quicktime, Musepack (i386) missing. That's correct. I'm on an x64 architecture and the liberies are installed, but the x64 versions, not i386. During in

[Bug 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-09-10 Thread Serge Hallyn
It looks like the patch was accidentally dropped from series two merges ago, and in the last merge was dropped for not being in series. However, the deeper problem is that the patch hasn't made it upstream. Looking at the upstream bug, in fact, the proposed fix has changed a bit. Would someone car

[Bug 1367730] Re: container root directory has broken permissions with tight umask and --keep-data

2014-09-10 Thread Serge Hallyn
** Changed in: lxc (Ubuntu) Status: New => Confirmed -- 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/1367730 Title: container root directory has broken permissions with tight umas

[Bug 1301723] Re: Message was sent to wrong node with zmq as rpc_backend

2014-09-10 Thread James Page
** Also affects: oslo.messaging (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to oslo.messaging in Ubuntu. https://bugs.launchpad.net/bugs/1301723 Title: Message was sent to wrong n

[Bug 1367495] Re: Bridge still not created if bind9 is on

2014-09-10 Thread Serge Hallyn
Thanks for reporting this bug. I'm not sure it's actually a dup of 1240757, because the syslog seems to indicate that dnsmasq is offering addresses over lxcbr0. Could you do 'lxc-start -n container0 -l trace -o debug.out' and attach debug.out here? ** Changed in: lxc (Ubuntu) Status: New

[Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-09-10 Thread Jamie Strandboge
I just had this happen to me with 2.1+dfsg-3ubuntu3 on utopic. I had a VM I had been using for a days, then did a 'uvt stop -rf ...' followed by 'uvt update sec-utopic-amd64' and I was dropped to a grub rescue. :\ I'll downgrade again and regenerate the VM. -- You received this bug notification

[Bug 1367823] Re: package postfix (not installed) failed to install/upgrade: új pre-installation szkript alfolyamat 5 hibakóddal kilépett

2014-09-10 Thread Saja Daniel
sorry guys for wasting your time, i fixed it,by installing postfix, and than i remembered, i wanted to install squid, and somehow the postfix install wasnt running well, it just continued without asking me what i want to do (internetsite,etc). so thanks for yall, bye -- You received this bug noti

[Bug 1367823] [NEW] package postfix (not installed) failed to install/upgrade: új pre-installation szkript alfolyamat 5 hibakóddal kilépett

2014-09-10 Thread Saja Daniel
Public bug reported: i wanted to add classis menu on ubuntu 14.04.1, but i think i fucked up, because i added extra lines to,hmmm i dont really remember the name, but i can tell you what i want to say, so : i added extra links to that file, where i put the sources in from where i want to download

[Bug 1257435] Re: Chef does not run with all install types

2014-09-10 Thread BK Box
** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1257435 Title: Chef does not run with all install types To

[Bug 1355966] Re: [FFE] Implement AbandonScope (etc)

2014-09-10 Thread Serge Hallyn
** Changed in: cgmanager (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgmanager in Ubuntu. https://bugs.launchpad.net/bugs/1355966 Title: [FFE] Implement AbandonScope (etc) To manag

[Bug 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2014-09-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~andreserl/maas/fix_packaging -- 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/1346703 Title: /var/log/maas/rsyslog has incorrect permission To manage notifications

[Bug 1355966] Re: [FFE] Implement AbandonScope (etc)

2014-09-10 Thread Serge Hallyn
** Also affects: cgmanager (Ubuntu) Importance: Undecided Status: New ** Changed in: cgmanager (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgmanager in Ubuntu. https://bugs.launch

[Bug 1367791] [NEW] check_ntp_time returns unknown with peer reporting stratum 0

2014-09-10 Thread David Moreau Simard
Public bug reported: Lots of reference reading: - http://serverfault.com/questions/625027/nagios-check-ntp-time-offset-unknown - http://serverfault.com/questions/269701/nagios-ntp-discarding-peer - http://sourceforge.net/p/nagiosplug/mailman/message/24582375/ Using this check on more than a hundr

[Bug 1366893] Re: cloud-init --local needs mounted /run but not guaranteed by upstart job

2014-09-10 Thread Scott Moser
*** This bug is a duplicate of bug 1353008 *** https://bugs.launchpad.net/bugs/1353008 ** This bug has been marked a duplicate of bug 1353008 MAAS Provider: LXC did not get DHCP address, stuck in "pending" -- You received this bug notification because you are a member of Ubuntu Server Tea

[Bug 1365947] Re: 'virsh migrate' fails in a password authentication of SSH

2014-09-10 Thread Serge Hallyn
Thanks. so those should be fixed in the 1.2.8 version we are trying to upload (awaiting FFE) to utopic now. Note also that commit 7eabd55. introduced a regression fixed by c285ffc4. We can SRU these into trusty once they are in utopic. ** Also affects: libvirt (Ubuntu Precise) Importance: Un

[Bug 1366893] Re: cloud-init --local needs mounted /run but not guaranteed by upstart job

2014-09-10 Thread Scott Moser
*** This bug is a duplicate of bug 1353008 *** https://bugs.launchpad.net/bugs/1353008 ** This bug is no longer a duplicate of bug 1345433 cloud-init network error when using MAAS/juju -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribe

[Bug 1329302] Re: juju-core 1.18.4 MRE tracker

2014-09-10 Thread Curtis Hovey
1.18.1 and 1.18.4 are compatible. We have verified that either version acting as the client or the state-server can maintain a juju environment though its life-cycle. ** Attachment added: "Log of compatability test" https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1329302/+attachment/4

[Bug 1367747] Re: [MIR] python-oslo.utils

2014-09-10 Thread Matthias Klose
build-depends on python-oslo.i18n ** Also affects: python-oslo.i18n (Ubuntu) Importance: Undecided Status: New ** Changed in: python-oslo.i18n (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subsc

[Bug 1367747] [NEW] [MIR] python-oslo.utils

2014-09-10 Thread Chuck Short
Public bug reported: availability: Currently in universe Rationale: Dependency for nova. Security: No security history. Quality Assurance: Package works out of the box with no prompting. Dependencies: All in main. Standards Compliance: FHS and Debian Policy compliant. Maintenance: Simple python pa

[Bug 1366646] Re: [MIR] python-rfc3986

2014-09-10 Thread Matthias Klose
this looks ok, even has a package subscriber on the first try ;) Override component to main python-rfc3986 0.2.0-2 in utopic: universe/misc -> main python-rfc3986 0.2.0-2 in utopic amd64: universe/python/optional/100% -> main python-rfc3986 0.2.0-2 in utopic arm64: universe/python/optional/100% ->

[Bug 1367730] Re: container root directory has broken permissions with tight umask and --keep-data

2014-09-10 Thread Martin Pitt
** Description changed: While fixing autopkgtest for tight umasks (http://bugs.debian.org/761049) I noticed that LXC fails under tight umasks, too: $ sudo -i # umask 077 # lxc-start-ephemeral --keep-data -o adt-utopic [... boots ... ] adt-utopic-9x0b7tw_ login: ubuntu - Password

[Bug 1367730] [NEW] container root directory has broken permissions with tight umask and --keep-data

2014-09-10 Thread Martin Pitt
Public bug reported: While fixing autopkgtest for tight umasks (http://bugs.debian.org/761049) I noticed that LXC fails under tight umasks, too: $ sudo -i # umask 077 # lxc-start-ephemeral --keep-data -o adt-utopic [... boots ... ] adt-utopic-9x0b7tw_ login: ubuntu Password: Welcome to Ubuntu Uto

[Bug 1367702] [NEW] libvirt-bin terminated unexpectedly

2014-09-10 Thread James Page
Public bug reported: 2014-09-10 11:21:16.471+: 8773: warning : qemuOpenVhostNet:508 : Unable to open vhost-net. Opened so far 0, requested 1 2014-09-10 11:21:20.990+: 6702: info : libvirt version: 1.2.6, package: 1.2.6-0ubuntu6 2014-09-10 11:21:20.990+: 6702: error : qemuMonitorOpenU

[Bug 1366146] Re: FFE for cinder 2014.2~b3

2014-09-10 Thread Launchpad Bug Tracker
This bug was fixed in the package cinder - 1:2014.2~b3-0ubuntu1 --- cinder (1:2014.2~b3-0ubuntu1) utopic; urgency=medium * New upstream version (LP: #1366146) * debian/cinder-common.install: Removed cinder-rpc-zmq-receiver. * debian/cinder-volume.install: Removed cinder-clear-ra

[Bug 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2014-09-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~louis-bouchard/maas/lp1346703_rsyslog_ownership -- 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/1346703 Title: /var/log/maas/rsyslog has incorrect permission To m

[Bug 1366147] Re: MIR for python-osprofiler

2014-09-10 Thread Matthias Klose
$ ./change-override -c main -S python-osprofiler -y Override component to main python-osprofiler 0.3.0-0ubuntu1 in utopic: universe/python -> main python-osprofiler 0.3.0-0ubuntu1 in utopic amd64: universe/python/optional/100% -> main python-osprofiler 0.3.0-0ubuntu1 in utopic arm64: universe/pyth

[Bug 1365130] Re: django-admin prints spurious messages to stdout, breaking scripts

2014-09-10 Thread Raphaël Badin
** Changed in: python-django (Ubuntu) Status: In Progress => Fix Committed ** Changed in: maas Assignee: (unassigned) => Raphaël Badin (rvb) ** Changed in: maas Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Te

[Bug 1367614] [NEW] ZMQ IPC socket paths limited to 107 characters in length

2014-09-10 Thread James Page
Public bug reported: The ZMQ driver uses IPC sockets to communicate between the zmq-receiver process and the local openstack daemons; its quite easy to exceed the maximum path length: /var/run/openstack/zmq_topic_q-agent-notifier-security_group-update .juju-jamespage-machine-13.openstacklocal

[Bug 1367608] [NEW] package openstack-dashboard 2012.1.3+stable-20130423-5ce39422-0ubuntu1 failed to install/upgrade: ErrorMessage: subprocess new post-removal script returned error exit status 1

2014-09-10 Thread Sijo
Public bug reported: package openstack-dashboard is not ready for configuration cannot configure (current status `half-installed') ProblemType: Package DistroRelease: Ubuntu 12.04 Package: openstack-dashboard 2012.1.3+stable-20130423-5ce39422-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-68.102-ge

[Bug 1266127] Change abandoned on python-troveclient (master)

2014-09-10 Thread OpenStack Infra
Change abandoned by Christian Berendt (bere...@b1-systems.de) on branch: master Review: https://review.openstack.org/95930 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-cinderclient in Ubuntu. https://bugs.launchpad.net/bugs/12