[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
root 25578 17888 24 14:40 pts/000:00:03 python ./d.py 10
root 25594 25581  0 14:41 pts/200:00:00 grep --color=auto d.py
# pmap -x 25578|head
25578:   python ./d.py 10
Address   Kbytes RSS   Dirty Mode  Mapping
004028041448   0 r-x-- python2.7
008bc000   4   4   4 r python2.7
008bd000 468 260 176 rw--- python2.7
00932000  72  64  64 rw---   [ anon ]
01a82000   72328   72296   72296 rw---   [ anon ]
7f0851a3a000  28   8   0 r-x-- libffi.so.6.0.1
7f0851a410002044   0   0 - libffi.so.6.0.1
7f0851c4   4   4   4 r libffi.so.6.0.1
# pmap -x 25578|head
25578:   python ./d.py 10
Address   Kbytes RSS   Dirty Mode  Mapping
004028041448   0 r-x-- python2.7
008bc000   4   4   4 r python2.7
008bd000 468 260 176 rw--- python2.7
00932000  72  64  64 rw---   [ anon ]
01a82000   87900   87848   87848 rw---   [ anon ]
7f0851a3a000  28   8   0 r-x-- libffi.so.6.0.1
7f0851a410002044   0   0 - libffi.so.6.0.1
7f0851c4   4   4   4 r libffi.so.6.0.1
# pmap -x 25578|head
25578:   python ./d.py 10
Address   Kbytes RSS   Dirty Mode  Mapping
004028041448   0 r-x-- python2.7
008bc000   4   4   4 r python2.7
008bd000 468 260 176 rw--- python2.7
00932000  72  64  64 rw---   [ anon ]
01a82000  120676  120636  120636 rw---   [ anon ]
7f0851a3a000  28   8   0 r-x-- libffi.so.6.0.1
7f0851a410002044   0   0 - libffi.so.6.0.1
7f0851c4   4   4   4 r libffi.so.6.0.1

# valgrind --leak-check=full /usr/bin/python ./d.py
...
==25610== 12,682 bytes in 4 blocks are definitely lost in loss record 227 of 236
==25610==at 0x4C2AB80: malloc (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==25610==by 0x5183844: xdr_string (xdr.c:788)
==25610==by 0x67E1A8D: ??? (in /usr/lib/libvirt.so.0.1002.2)
==25610==by 0x67E4CF8: ??? (in /usr/lib/libvirt.so.0.1002.2)
==25610==by 0x67FDA61: virNetMessageDecodePayload (in 
/usr/lib/libvirt.so.0.1002.2)
==25610==by 0x67F2AEB: virNetClientProgramCall (in 
/usr/lib/libvirt.so.0.1002.2)
==25610==by 0x67C7025: ??? (in /usr/lib/libvirt.so.0.1002.2)
==25610==by 0x67D0174: ??? (in /usr/lib/libvirt.so.0.1002.2)
==25610==by 0x6787907: virDomainGetXMLDesc (in /usr/lib/libvirt.so.0.1002.2)
==25610==by 0x642E41D: libvirt_virDomainGetXMLDesc (in 
/usr/lib/python2.7/dist-packages/libvirtmod.so)
==25610==by 0x52C6D4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==25610==by 0x55C593: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==25610==
==25610== LEAK SUMMARY:
==25610==definitely lost: 12,682 bytes in 4 blocks
==25610==indirectly lost: 0 bytes in 0 blocks
==25610==  possibly lost: 1,064 bytes in 2 blocks
==25610==still reachable: 791,708 bytes in 1,186 blocks
==25610== suppressed: 0 bytes in 0 blocks


** Attachment added: "d.py"
   
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1365250/+attachment/4201086/+files/d.py

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1365250/+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 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 permissions with tight umask and
  --keep-data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367730/+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 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-ldap should pre-strip the whitespace itself and update the
PAM_USER value.


** Also affects: unity-greeter (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: unity-greeter (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Whitespaces in login name cause authentication problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1195039/+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 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 seems unlikely but since we can never know what PAM
modules exist we can't just strip whitespace from PAM responses.

Trying to log in from a text terminal confirms that a simple login will
fail with whitespace. Code checking pam_unix, pam_ldap and pam_krb5
doesn't appear to show them making any attempt to strip whitespace. I'm
assuming then the whitespace stripping is being done server side on your
LDAP server?

>From a user experience it seems correct that whitespace should be
ignored and the only thing that can do this reliably is the PAM modules
which know the context of the username response from LightDM/Unity
Greeter. So I'll reassign this bug to libpam-ldap as that seems to be
the module that the problem might be in.


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

** Also affects: libpam-ldap (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libpam-ldap (Ubuntu)
   Status: New => Triaged

** Changed in: libpam-ldap (Ubuntu)
   Importance: Undecided => Medium

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

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

** Changed in: lightdm
   Status: Triaged => Invalid

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

Title:
  Whitespaces in login name cause authentication problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1195039/+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 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 locking primitives that
helgrind understands. But std::atomic is the only case I'm aware of
where Helgrind should give false positives.

Unfortunately, Helgrind was suggested so late in Mir's development that
the code base was already full of a large number of races which will be
very difficult to get on top of. And while we're not on top of it we
can't automate it yet either.

-- 
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: associated lock is not held by any thread: void
  
boost::asio::detail::posix_event::signal_and_unlock
  >(boost::asio::detail::scoped_lock&)
  (posix_event.hpp:62)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1243564/+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 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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seabios/+bug/1366868/+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 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 this problem)
  2) Inside the vm run (as root): 'echo mem > /sys/power/state'
  3) From the hypervisor run 'virsh dompmwakeup '
  4) The domain should resume
+ 
+ [Regression Potential]
+ Commit 2feb1258cbf77047e448a4a2736965d6010d8764 from seabios backported into 
trusty fixes the issue.

** 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 this problem)
  2) Inside the vm run (as root): 'echo mem > /sys/power/state'
  3) From the hypervisor run 'virsh dompmwakeup '
  4) The domain should resume
  
  [Regression Potential]
- Commit 2feb1258cbf77047e448a4a2736965d6010d8764 from seabios backported into 
trusty fixes the issue.
+ Commit 40d020f56226aee7c75a6c29f471c4b866765732 from seabios backported into 
trusty fixes the issue.

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seabios/+bug/1366868/+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 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/init.d/libnss-ldap.

Till then i just won't reboot. :)

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

Title:
  libnss-ldap causes boot hang on Ubuntu 12.04 Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1024475/+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 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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1365250/+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 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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1355966/+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 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 use another more-reliable way of blanking the
screen?

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

Title:
  hibernation fails because chvt hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1350220/+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 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/1350220

Title:
  hibernation fails because chvt hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1350220/+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 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: associated lock is not held by any thread: void
  
boost::asio::detail::posix_event::signal_and_unlock
  >(boost::asio::detail::scoped_lock&)
  (posix_event.hpp:62)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1243564/+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 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 agent-status: pending

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1322302/+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 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 this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1078213/+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 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 installation I get the following error message:

gstreamer0.10-plugins-bad:i386: Depends: libc6 (>= 2.15) aber 2.19-0ubuntu6.3 
soll installiert werden
Depends: libcairo2 (>= 1.2.4) aber 
1.13.0~20140204-0ubuntu1 soll installiert werden
Depends: libcdaudio1 (>= 0.99.12p2) aber 
0.99.12p2-13 soll installiert werden
Depends: libcurl3-gnutls (>= 7.16.2) aber 
7.35.0-1ubuntu2 soll installiert werden
Depends: libdvdnav4 (>= 4.1.3) aber 4.2.1-3 
soll installiert werden
Depends: libdvdread4 (>= 4.1.3) aber 
4.2.1-2ubuntu1 soll installiert werden
Depends: libfaad2 (>= 2.7) aber 2.7-8 soll 
installiert werden
Depends: libgcc1 (>= 1:4.1.1) aber 
1:4.9-20140406-0ubuntu1 soll installiert werden
Depends: libglib2.0-0 (>= 2.37.3) aber 2.40.0-2 
soll installiert werden
Depends: libgsm1 (>= 1.0.13) aber 1.0.13-4 soll 
installiert werden
Depends: libgstreamer-plugins-bad0.10-0 (= 
0.10.23-7.2ubuntu1) aber 0.10.23-7.2ubuntu1 soll installiert werden
Depends: libgstreamer-plugins-base0.10-0 (>= 
0.10.36) aber 0.10.36-1.1ubuntu2 soll installiert werden
Depends: libgstreamer0.10-0 (>= 0.10.36) aber 
0.10.36-1.2ubuntu3 soll installiert werden
Depends: libmpcdec6 (>= 1:0.1~r435) aber 
2:0.1~r459-1ubuntu3 soll installiert werden
Depends: libopenal1 (>= 1:1.13) aber 
1:1.14-4ubuntu1 soll installiert werden
Depends: libopus0 (>= 1.0.3) aber 1.1-0ubuntu1 
soll installiert werden
Depends: liborc-0.4-0 (>= 1:0.4.18) aber 
1:0.4.18-1ubuntu1 soll installiert werden
Depends: libpng12-0 (>= 1.2.13-4) aber 
1.2.50-1ubuntu2 soll installiert werden
Depends: librsvg2-2 (>= 2.14.4) aber 2.40.2-1 
soll installiert werden
Depends: librtmp0 (>= 2.3) aber 
2.4+20121230.gitdf6c518-1 soll installiert werden
Depends: libschroedinger-1.0-0 (>= 1.0.9) aber 
1.0.11-2ubuntu1 soll installiert werden
Depends: libsndfile1 (>= 1.0.20) aber 
1.0.25-7ubuntu2 soll installiert werden
Depends: libsoundtouch0 (>= 1.7.1-3~) aber 
1.7.1-5 soll installiert werden
Depends: libssl1.0.0 (>= 1.0.0) aber 
1.0.1f-1ubuntu2.5 soll installiert werden
Depends: libstdc++6 (>= 4.1.1) aber 
4.8.2-19ubuntu1 soll installiert werden
Depends: libvpx1 (>= 1.0.0) aber 1.3.0-2 soll 
installiert werden
Depends: libxvidcore4 (>= 1.2.2) aber 
2:1.3.2-9ubuntu1 soll installiert werden
libopus0: Depends: libc6 (>= 2.14) aber 2.19-0ubuntu6.3 soll installiert werden
libopus0:i386: Depends: libc6 (>= 2.4) aber 2.19-0ubuntu6.3 soll installiert 
werden


Any idea what's to do.

** Affects: mysql-5.1 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Soundconverter ask for i386 libs on x64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/1367904/+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 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 care to test a package with the last patch from
https://bugzilla.samba.org/show_bug.cgi?id=10490 and, if that still
works, try to push the samba bug along?

Please report here if that patch does work and I will push the patch
into our samba package and raise a debian bug to do the same.

** Changed in: samba (Ubuntu Utopic)
   Status: Fix Released => Incomplete

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

Title:
  pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1310919/+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 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 umask and
  --keep-data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367730/+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 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 node with zmq as rpc_backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo.messaging/+bug/1301723/+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 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 => Incomplete

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

Title:
  Bridge still not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367495/+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 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 because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1292234

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1292234/+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 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 notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/1367823

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1367823/+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 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 stuff.
so, like the article wrote, i did this, after that apt-get update then
upgrade and yeah, i think since that postfix crashes every time. and
after a friend, who had a +%+!" iphone and plugged into my PC to charge
it, error messages came like 2 or 3 times. (but thats not a problem,
fuck iphone-s). so, if someone reads this, please respond to me at
vizidisz...@hotmail.com, how i can fix this, if not, i gonna google, but
it would be nice if someone from the ubuntutechteam or smthng like that
could answer.

Have a nice day

Sincerely, the guy, who fuck'd up ubuntu in less than 2 days... Thank
you

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: postfix (not installed)
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.3
AptOrdering:
 postfix: Install
 postfix: Configure
Architecture: i386
Date: Sun Sep  7 22:51:10 2014
ErrorMessage: új pre-installation szkript alfolyamat 5 hibakóddal kilépett
InstallationDate: Installed on 2014-09-07 (3 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
SourcePackage: postfix
Title: package postfix (not installed) failed to install/upgrade: új 
pre-installation szkript alfolyamat 5 hibakóddal kilépett
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 trusty

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1367823/+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 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 manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1257435/+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 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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1355966/+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 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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 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.launchpad.net/bugs/1355966

Title:
  [FFE] Implement AbandonScope (etc)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1355966/+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 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 hundred servers configured similarly, the check 
fails like so on just a few nodes (<5):
sending request to peer 0
response from peer 0: offset -0.08336162567
sending request to peer 0
response from peer 0: offset -0.08346772194
sending request to peer 0
response from peer 0: offset -0.08303678036
sending request to peer 0
response from peer 0: offset -0.08342885971
discarding peer 0: stratum=0
overall average offset: 0
NTP CRITICAL: Offset unknown|

=

##
# Monitoring node
## 
# /usr/lib/nagios/plugins/check_ntp_time -V
check_ntp_time v1.5 (nagios-plugins 1.5)

# dpkg -l |grep nagios-plugins
ii  nagios-plugins   1.5-3ubuntu1  all  
Plugins for nagios compatible monitoring systems (metapackage)
ii  nagios-plugins-basic 1.5-3ubuntu1  amd64
Plugins for nagios compatible monitoring systems
ii  nagios-plugins-common1.5-3ubuntu1  amd64
Common files for plugins for nagios compatible monitoring
ii  nagios-plugins-standard  1.5-3ubuntu1  amd64
Plugins for nagios compatible monitoring systems

# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"

# uname -a
Linux node01 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

# ntpq -c rv
associd=0 status=0615 leap_none, sync_ntp, 1 event, clock_sync,
version="ntpd 4.2.6p5@1.2349-o Wed Oct  9 19:08:06 UTC 2013 (1)",
processor="x86_64", system="Linux/3.13.0-24-generic", leap=00, stratum=3,
precision=-21, rootdelay=92.244, rootdisp=76.080, refid=91.189.94.4,
reftime=d7bae397.935fbf98  Wed, Sep 10 2014 10:49:59.575,
clock=d7bae3ec.1dd1b78d  Wed, Sep 10 2014 10:51:24.116, peer=29730, tc=7,
mintc=3, offset=0.334, frequency=-10.289, sys_jitter=0.508,
clk_jitter=0.803, clk_wander=0.047

# On the ntp peer client (monitored server):
# ntpq -c rv
associd=0 status=c012 leap_alarm, sync_unspec, 1 event, freq_set,
version="ntpd 4.2.6p3@1.2290-o Tue Jun  5 20:12:08 UTC 2012 (1)",
processor="x86_64", system="Linux/3.5.0-23-generic", leap=11, stratum=16,
precision=-19, rootdelay=0.000, rootdisp=27.810, refid=INIT,
reftime=.  Mon, Jan  1 1900  0:00:00.000,
clock=d7bae3d4.d1ed6996  Wed, Sep 10 2014 14:51:00.820, peer=0, tc=3,
mintc=3, offset=0.000, frequency=-0.600, sys_jitter=0.000,
clk_jitter=0.002, clk_wander=0.000

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

** Summary changed:

- check_ntp_time fails when peer reports stratum 0
+ check_ntp_time returns unknown with peer reporting stratum 0

** Description changed:

  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 hundred servers configured similarly, the 
check fails like so on just a few nodes (<5):
  sending request to peer 0
  response from peer 0: offset -0.08336162567
  sending request to peer 0
  response from peer 0: offset -0.08346772194
  sending request to peer 0
  response from peer 0: offset -0.08303678036
  sending request to peer 0
  response from peer 0: offset -0.08342885971
  discarding peer 0: stratum=0
  overall average offset: 0
  NTP CRITICAL: Offset unknown|
  
  =
  
+ ##
+ # Monitoring node
+ ## 
  # /usr/lib/nagios/plugins/check_ntp_time -V
  check_ntp_time v1.5 (nagios-plugins 1.5)
  
  # dpkg -l |grep nagios-plugins
  ii  nagios-plugins   1.5-3ubuntu1  all
  Plugins for nagios compatible monitoring systems (metapackage)
  ii  nagios-plugins-basic 1.5-3ubuntu1  amd64  
  Plugins for nagios compatible monitoring systems
  ii  nagios-plugins-common1.5-3ubuntu1  amd64  
  Common files for plugins for nagios compatible monitoring
  ii  nagios-plugins-standard  1.5-3ubuntu1  amd64  
  Plugins for nagios compatible monitoring systems
  
  # cat /etc/lsb-release
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=14.04
  DISTRIB_CODENAME=trusty
  DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"
  
  # uname -a
  Linux node01 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
+ 
+ # ntpq -c rv
+ associd=0 status=0615 leap_none, sync_ntp, 1 event, clock_sync,
+ version="ntpd 4.2.6p5@1.2349-o Wed Oct  9 19:08:06 UTC 2013 (1)",
+ processor="x86_64", system="Linux/3.13.0-24-generic", leap=00, stratum

[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 Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1366893

Title:
  cloud-init --local needs mounted /run but not guaranteed by upstart
  job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1366893/+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 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: Undecided
   Status: New

** Also affects: libvirt (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

Title:
  'virsh migrate' fails in a password authentication of SSH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1365947/+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 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 subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1366893

Title:
  cloud-init --local needs mounted /run but not guaranteed by upstart
  job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1366893/+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 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/4200570/+files/juju_1.18.1--1.18.4_upgrade_downgrade.log

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

Title:
  juju-core 1.18.4 MRE tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1329302/+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 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 subscribed to python-oslo.utils in Ubuntu.
https://bugs.launchpad.net/bugs/1367747

Title:
  [MIR] python-oslo.utils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-oslo.i18n/+bug/1367747/+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 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 package that the Ubuntu Server Team will take care 
of.

** Affects: python-oslo.i18n (Ubuntu)
 Importance: Undecided
 Status: Incomplete

** Affects: python-oslo.utils (Ubuntu)
 Importance: High
 Status: New

** Changed in: python-oslo.utils (Ubuntu)
   Importance: Undecided => High

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

Title:
  [MIR] python-oslo.utils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-oslo.i18n/+bug/1367747/+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 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% -> main
python-rfc3986 0.2.0-2 in utopic armhf: universe/python/optional/100% -> main
python-rfc3986 0.2.0-2 in utopic i386: universe/python/optional/100% -> main
python-rfc3986 0.2.0-2 in utopic powerpc: universe/python/optional/100% -> main
python-rfc3986 0.2.0-2 in utopic ppc64el: universe/python/optional/100% -> main
python3-rfc3986 0.2.0-2 in utopic amd64: universe/python/optional/100% -> main
python3-rfc3986 0.2.0-2 in utopic arm64: universe/python/optional/100% -> main
python3-rfc3986 0.2.0-2 in utopic armhf: universe/python/optional/100% -> main
python3-rfc3986 0.2.0-2 in utopic i386: universe/python/optional/100% -> main
python3-rfc3986 0.2.0-2 in utopic powerpc: universe/python/optional/100% -> main
python3-rfc3986 0.2.0-2 in utopic ppc64el: universe/python/optional/100% -> main
13 publications overridden.


** Changed in: python-rfc3986 (Ubuntu)
   Status: New => Fix Released

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

Title:
  [MIR] python-rfc3986

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-rfc3986/+bug/1366646/+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 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: 
+ Password:
  Welcome to Ubuntu Utopic Unicorn (development branch) (GNU/Linux 
3.16.0-14-generic x86_64)
  
-  * Documentation:  https://help.ubuntu.com/
+  * Documentation:  https://help.ubuntu.com/
  Unable to cd to '/home/ubuntu'
  
  then it fails and goes back to the login prompt. This is because of
  
  $ sudo lxc-attach -n adt-utopic-9x0b7tw_
  root@adt-utopic-9x0b7tw_:/# ls -ld /
  drwx-- 1 root root 4096 Sep 10 14:23 /
  
  apparently the container overlay root directory is created with the host
  umask, and thus any non-root process in the container can't execute
  anything due to / having 0700 permissions only.
+ 
+ This is with LXC 1.1.0~alpha1-0ubuntu4 under current Utopic.

-- 
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 umask and
  --keep-data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367730/+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 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 Utopic Unicorn (development branch) (GNU/Linux 
3.16.0-14-generic x86_64)

 * Documentation:  https://help.ubuntu.com/
Unable to cd to '/home/ubuntu'

then it fails and goes back to the login prompt. This is because of

$ sudo lxc-attach -n adt-utopic-9x0b7tw_
root@adt-utopic-9x0b7tw_:/# ls -ld /
drwx-- 1 root root 4096 Sep 10 14:23 /

apparently the container overlay root directory is created with the host
umask, and thus any non-root process in the container can't execute
anything due to / having 0700 permissions only.

This is with LXC 1.1.0~alpha1-0ubuntu4 under current Utopic.

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

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

-- 
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 umask and
  --keep-data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367730/+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 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 : qemuMonitorOpenUnix:309 : failed to 
connect to monitor socket: No such process
2014-09-10 11:21:21.520+: 6767: info : libvirt version: 1.2.6, package: 
1.2.6-0ubuntu6
2014-09-10 11:21:21.520+: 6767: error : qemuMonitorOpenUnix:309 : failed to 
connect to monitor socket: No such process
2014-09-10 11:21:22.123+: 6836: info : libvirt version: 1.2.6, package: 
1.2.6-0ubuntu6
2014-09-10 11:21:22.123+: 6836: error : qemuMonitorOpenUnix:309 : failed to 
connect to monitor socket: No such process
2014-09-10 11:21:22.123+: 6841: error : qemuMonitorOpenUnix:309 : failed to 
connect to monitor socket: No such process
2014-09-10 11:21:23.261+: 6914: info : libvirt version: 1.2.6, package: 
1.2.6-0ubuntu6
2014-09-10 11:21:23.261+: 6914: error : cgm_dbus_connect:76 : cgmanager: 
Error pinging manager: Did not receive a reply. Possible causes include: the 
remote application did not send a reply, the message bus security policy 
blocked the reply, the reply timeout expired, or the network connection was 
broken.
2014-09-10 11:21:23.687+: 6976: info : libvirt version: 1.2.6, package: 
1.2.6-0ubuntu6
2014-09-10 11:21:23.687+: 6976: error : cgm_dbus_connect:76 : cgmanager: 
Error pinging manager: Did not receive a reply. Possible causes include: the 
remote application did not send a reply, the message bus security policy 
blocked the reply, the reply timeout expired, or the network connection was 
broken.
2014-09-10 11:21:23.691+: 6975: error : cgm_dbus_connect:76 : cgmanager: 
Error pinging manager: Did not receive a reply. Possible causes include: the 
remote application did not send a reply, the message bus security policy 
blocked the reply, the reply timeout expired, or the network connection was 
broken.
2014-09-10 11:21:26.830+: 7430: info : libvirt version: 1.2.6, package: 
1.2.6-0ubuntu6
2014-09-10 11:21:26.830+: 7430: error : cgm_dbus_connect:76 : cgmanager: 
Error pinging manager: Did not receive a reply. Possible causes include: the 
remote application did not send a reply, the message bus security policy 
blocked the reply, the reply timeout expired, or the network connection was 
broken.
2014-09-10 11:21:27.221+: 7492: info : libvirt version: 1.2.6, package: 
1.2.6-0ubuntu6
2014-09-10 11:21:27.221+: 7492: error : cgm_dbus_connect:76 : cgmanager: 
Error pinging manager: Did not receive a reply. Possible causes include: the 
remote application did not send a reply, the message bus security policy 
blocked the reply, the reply timeout expired, or the network connection was 
broken.
2014-09-10 11:21:27.955+: 7615: info : libvirt version: 1.2.6, package: 
1.2.6-0ubuntu6
2014-09-10 11:21:27.955+: 7615: error : cgm_dbus_connect:76 : cgmanager: 
Error pinging manager: Did not receive a reply. Possible causes include: the 
remote application did not send a reply, the message bus security policy 
blocked the reply, the reply timeout expired, or the network connection was 
broken.
2014-09-10 11:21:28.311+: 7675: info : libvirt version: 1.2.6, package: 
1.2.6-0ubuntu6
2014-09-10 11:21:28.311+: 7675: error : cgm_dbus_connect:76 : cgmanager: 
Error pinging manager: Did not receive a reply. Possible causes include: the 
remote application did not send a reply, the message bus security policy 
blocked the reply, the reply timeout expired, or the network connection was 
broken.
2014-09-10 11:22:22.886+: 8578: info : libvirt version: 1.2.6, package: 
1.2.6-0ubuntu6
2014-09-10 11:22:22.886+: 8578: warning : cg_detect_placement:523 : Failed 
to get cgroup path for blkio
2014-09-10 11:22:22.886+: 8580: warning : cg_detect_placement:523 : Failed 
to get cgroup path for cpuset
2014-09-10 11:22:22.887+: 8581: error : cgm_dbus_connect:76 : cgmanager: 
Error pinging manager: Did not receive a reply. Possible causes include: the 
remote application did not send a reply, the message bus security policy 
blocked the reply, the reply timeout expired, or the network connection was 
broken.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: libvirt-bin 1.2.6-0ubuntu6
ProcVersionSignature: User Name 3.16.0-14.20-generic 3.16.2
Uname: Linux 3.16.0-14-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
Date: Wed Sep 10 11:23:00 2014
Ec2AMI: ami-0070
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.large
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
SourcePackage: libvirt
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.libvirt.bin: [modified]
modified.conffile..etc.libvirt.libvirtd.conf: [modified]
modified.conffile..etc.libvirt.qemu.conf: [inaccessible: [Errno 13] Permission 
denied: '/etc

[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-rabbit-queues.
  * debian/control: Add python-oslo.i18n.
  * debian/control: Add python-osprofiler.
  * debian/patches/no-barbican.patch: Dont use python-barbican because its
not in the archive yet.
  * debian/rules: Temporarily disable tests.
 -- Chuck ShortFri, 05 Sep 2014 15:23:13 -0400

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

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

Title:
  FFE for cinder 2014.2~b3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1366146/+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 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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 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/python/optional/100% 
-> main
python-osprofiler 0.3.0-0ubuntu1 in utopic armhf: universe/python/optional/100% 
-> main
python-osprofiler 0.3.0-0ubuntu1 in utopic i386: universe/python/optional/100% 
-> main
python-osprofiler 0.3.0-0ubuntu1 in utopic powerpc: 
universe/python/optional/100% -> main
python-osprofiler 0.3.0-0ubuntu1 in utopic ppc64el: 
universe/python/optional/100% -> main
7 publications overridden.


** Changed in: python-osprofiler (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  MIR for python-osprofiler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-osprofiler/+bug/1366147/+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 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 Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1365130

Title:
  django-admin prints spurious messages to stdout, breaking scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1365130/+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 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

resulting in lost messages and daemons failing to bind to zmq sockets.

truncating the path to the maximum length is probably good enough as its
going to be unique still on the local host.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python-oslo.messaging (not installed)
ProcVersionSignature: User Name 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
Date: Wed Sep 10 07:28:14 2014
Ec2AMI: ami-0001
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
SourcePackage: oslo.messaging
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: oslo.messaging
 Importance: Undecided
 Status: New

** Affects: oslo.messaging (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ec2-images trusty zmq

** Tags added: zmq

** Summary changed:

- ZMQ IPC sockets limited to 107 characters in length
+ ZMQ IPC socket paths to 107 characters in length

** Summary changed:

- ZMQ IPC socket paths to 107 characters in length
+ ZMQ IPC socket paths limited to 107 characters in length

** Also affects: oslo.messaging
   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/1367614

Title:
  ZMQ IPC socket paths limited to 107 characters in length

To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo.messaging/+bug/1367614/+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 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-generic 3.2.62
Uname: Linux 3.2.0-68-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.7
Architecture: amd64
Date: Wed Sep 10 12:48:21 2014
ErrorMessage: ErrorMessage: subprocess new post-removal script returned error 
exit status 1
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: horizon
Title: 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
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1367608/+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 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/1266127

Title:
  Use strutils.to_slug() instead of utils.slugify()

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-cinderclient/+bug/1266127/+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