[Bug 1257352] Re: kvm hangs occasionally when switching out of the qemu console

2013-12-16 Thread James Hunt
Hi Serge,

Yes, I get the hang  on upstream too (HEAD
e157b8fdd412d48eacfbb8c67d3d58780154faa3).

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

Title:
  kvm hangs occasionally when switching out of the qemu console

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1257352/+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 1261338] [NEW] lxc-stop and even lxc-stop -k can hang

2013-12-16 Thread Vincent Ladeuil
Public bug reported:

and even 'lxc-stop -k -t timeout' can hang :-/

The context is an automated test run with otto using a lxc-container
trigerring a kernel crash on the host.

The host is still alive and so is the container but trying to implement
a catch-all to stop a container left running is blocked because there is
no way in this particular case to stop the container.

The only alternative so far is to reboot the host :-/

http://q-jenkins.ubuntu-ci:8080/job/autopilot-trusty-daily_release/label
=qa-intel-4000/951/console is one occurrence where the kernel crashed
and 'lxc-stop -k -t 120 -n trusty-i386-20131216-0008' hanged requiring
the job to be aborted.

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


** Tags: ci-engineering

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

Title:
  lxc-stop and even lxc-stop -k can hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1261338/+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 1261335] [NEW] Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Jian Wen
Public bug reported:

If Nova-compute tries to start before libvirt-bin is up it will fail.


2013-10-08 07:24:16.703 2537 INFO nova.manager [-] Skipping periodic task 
_periodic_update_dns because its interval is negative
2013-10-08 07:24:18.683 2537 INFO nova.virt.driver [-] Loading compute driver 
'libvirt.LibvirtDriver'
2013-10-08 07:24:19.243 INFO nova.openstack.common.rpc.common 
[req-d1fb1b3c--43db-b421-ac67c1c956b8 None None] Connected to AMQP server 
on *.example.com:5672
2013-10-08 07:24:19.281 2537 AUDIT nova.service [-] Starting compute node 
(version 2013.1.3)
2013-10-08 07:24:22.129 INFO nova.compute.manager 
[req-660b8846-b31c-405c-b37b-a92273db35a2 None None] Updating host status
2013-10-08 07:24:22.654 2537 CRITICAL nova [-] End of file while reading data: 
Input/output error
2013-10-08 07:24:22.654 2537 TRACE nova Traceback (most recent call last):
2013-10-08 07:24:22.654 2537 TRACE nova File /usr/bin/nova-compute, line 85, 
in module
2013-10-08 07:24:22.654 2537 TRACE nova service.wait()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 689, in wait
2013-10-08 07:24:22.654 2537 TRACE nova _launcher.wait()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 209, in wait
2013-10-08 07:24:22.654 2537 TRACE nova super(ServiceLauncher, self).wait()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 179, in wait
2013-10-08 07:24:22.654 2537 TRACE nova service.wait()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 168, in wait
2013-10-08 07:24:22.654 2537 TRACE nova return self._exit_event.wait()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/event.py, line 116, in wait
2013-10-08 07:24:22.654 2537 TRACE nova return hubs.get_hub().switch()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py, line 187, in switch
2013-10-08 07:24:22.654 2537 TRACE nova return self.greenlet.switch()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 194, in main
2013-10-08 07:24:22.654 2537 TRACE nova result = function(*args, **kwargs)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 147, in run_server
2013-10-08 07:24:22.654 2537 TRACE nova server.start()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 429, in start
2013-10-08 07:24:22.654 2537 TRACE nova self.manager.init_host()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 620, in 
init_host
2013-10-08 07:24:22.654 2537 TRACE nova self._report_driver_status(context)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 3744, in 
_report_driver_status
2013-10-08 07:24:22.654 2537 TRACE nova capabilities = 
self.driver.get_host_stats(refresh=True)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 3449, in 
get_host_stats
2013-10-08 07:24:22.654 2537 TRACE nova return 
self.host_state.get_host_stats(refresh=refresh)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 3449, in 
get_host_stats
2013-10-08 07:24:22.654 2537 TRACE nova return 
self.host_state.get_host_stats(refresh=refresh)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 3771, in 
get_host_stats
2013-10-08 07:24:22.654 2537 TRACE nova self.update_status()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 3787, in 
update_status
2013-10-08 07:24:22.654 2537 TRACE nova self.driver.get_memory_mb_used())
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 2631, in 
get_memory_mb_used
2013-10-08 07:24:22.654 2537 TRACE nova return self.get_memory_mb_total() - 
avail / 1024
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 2542, in 
get_memory_mb_total
2013-10-08 07:24:22.654 2537 TRACE nova return self._conn.getInfo()[1]
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 187, in doit
2013-10-08 07:24:22.654 2537 TRACE nova result = proxy_call(self._autowrap, f, 
*args, **kwargs)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 147, in proxy_call
2013-10-08 07:24:22.654 2537 TRACE nova rv = execute(f,*args,**kwargs)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 76, in tworker
2013-10-08 07:24:22.654 2537 

[Bug 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~wenjianhn/+junk/nova_grizzly

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

Title:
  Nova-compute fails if it doesn't wait for libvirt-bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1261335/+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 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Jian Wen
# TODO(wenjianhn): 
1. steps to reproduce the bug
 2. steps to verify the fix

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

Title:
  Nova-compute fails if it doesn't wait for libvirt-bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1261335/+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 1260845] Re: libkrb5-dev version 1.10-beta1 has broken RDNS support

2013-12-16 Thread Robie Basak
*** This bug is a duplicate of bug 571572 ***
https://bugs.launchpad.net/bugs/571572

Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Which versions in Ubuntu are affected, please? Also, please see
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/571572/comments/17

Right now I'm not clear on what needs to be patched where, with the
details of the interaction with libc and how this varies between
releases, to actually upload anything. If somebody could clarify the
situation with specific required minimal patches in Ubuntu and a correct
fix in Trusty if required (or confirmation that Trusty is not affected),
and there is consensus that this is accurate, then we can get this done.
Details in the comment I linked above, and
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure. Without a
detailed technical clarification of the situation covering Ubuntu
releases, this bug will languish.

I'm marking this bug as a duplicate of bug 571572 as I assume that it's
the same issue. If this is wrong, please explain and I can undo the
duplicate mark. Otherwise, please continue discussion in the other bug.
Thanks!

** This bug has been marked a duplicate of bug 571572
   krb5 prefers the reverse pointer no matter what for locating service tickets.

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

Title:
  libkrb5-dev version 1.10-beta1 has broken RDNS support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1260845/+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 1257082] Re: MAAS does not use NTP servers specified in DHCPD options

2013-12-16 Thread Robie Basak
Setting to Medium priority as a workaround is available.

Debian is considering making NTP available by default in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731594.

I'm also concerned that though changing NTPDATE_USE_NTP_CONF to default
to no if /etc/ntp.conf doesn't exist seems to be right solution right
now, it may have a negative impact to non-MAAS users, and so this needs
to be considered carefully.

So it seems like we're still figuring out what the right solution should
be. Some discussion in Ubuntu at: https://lists.ubuntu.com/archives
/ubuntu-devel/2013-December/037895.html

Given that there's a workaround, I think we should probably wait to see
what Debian wants to do with ntp by default before we tackle this. If
this takes too long, then I suppose we could patch the behaviour above,
or even send that to Debian.

** Description changed:

+ [Impact]
+ 
+ MAAS-deployed systems *that do not have persistent RTCs* (unusual) have
+ difficulty with time and authentication, generally making these nodes
+ unusable.
+ 
+ [Workaround]
+ 
+ See comment #8.
+ 
+ [Original Description]
+ 
  I have tried setting up NTP servers as DHCP options to MAAS nodes
  because I am behind a proxy here at work that cannot contact
  ntp.ubuntu.com. Here is the top of the dhcpd.conf file on on my MAAS
  head node, maas01:
  
  root@maas01:/etc/dhcp# less dhcpd.conf
  default-lease-time 600;
  max-lease-time 7200;
  
  subnet 192.168.0.0 netmask 255.255.0.0 {
-   option domain-name mgmt;
-   option domain-name-servers 192.168.255.254;
-   option routers 192.168.255.254;
+   option domain-name mgmt;
+   option domain-name-servers 192.168.255.254;
+   option routers 192.168.255.254;
  
-   pool {
- range 192.168.0.1 192.168.255.253;
- deny unknown-clients;
-   }
+   pool {
+ range 192.168.0.1 192.168.255.253;
+ deny unknown-clients;
+   }
  }
  
  subnet 10.255.0.0 netmask 255.255.0.0 {
-   option domain-name maas;
-   option domain-name-servers 10.255.0.1;
-   option routers 10.255.0.1;
-   option ntp-servers 172.31.22.1, 172.31.23.1, 172.31.20.104;
-   next-server 10.255.0.1;
+   option domain-name maas;
+   option domain-name-servers 10.255.0.1;
+   option routers 10.255.0.1;
+   option ntp-servers 172.31.22.1, 172.31.23.1, 172.31.20.104;
+   next-server 10.255.0.1;
  
-   pool {
- range 10.255.1.0 10.255.255.254;
- deny unknown-clients;
-   }
+   pool {
+ range 10.255.1.0 10.255.255.254;
+ deny unknown-clients;
+   }
  }
  
  I have also verified the parameter is being sent to a client’s DHCP
  lease:
  
  ubuntu@sled204n0:/var$ cat /var/lib/dhcp/dhclient.eth0.leases
  lease {
-   interface eth0;
-   fixed-address 10.255.4.44;
-   option subnet-mask 255.255.0.0;
-   option routers 10.255.0.1;
-   option dhcp-lease-time 600;
-   option dhcp-message-type 5;
-   option domain-name-servers 10.255.0.1;
-   option dhcp-server-identifier 10.255.0.1;
-   option ntp-servers 172.31.22.1,172.31.23.1,172.31.20.104;
-   option domain-name maas;
-   renew 4 2000/01/06 19:40:51;
-   rebind 4 2000/01/06 19:40:51;
-   expire 4 2000/01/06 19:40:51;
+   interface eth0;
+   fixed-address 10.255.4.44;
+   option subnet-mask 255.255.0.0;
+   option routers 10.255.0.1;
+   option dhcp-lease-time 600;
+   option dhcp-message-type 5;
+   option domain-name-servers 10.255.0.1;
+   option dhcp-server-identifier 10.255.0.1;
+   option ntp-servers 172.31.22.1,172.31.23.1,172.31.20.104;
+   option domain-name maas;
+   renew 4 2000/01/06 19:40:51;
+   rebind 4 2000/01/06 19:40:51;
+   expire 4 2000/01/06 19:40:51;
  }
  
  Even so, the date on the target node is still incorrect.
  
  ubuntu@sled204n0:/etc$ date
  Thu Jan  6 19:52:29 UTC 2000
  
  The ntpdate defaults are the following (unchanged from MAAS defaults):
  
  ubuntu@sled204n0:/etc$ cat /etc/default/ntpdate
  # The settings in this file are used by the program ntpdate-debian, but not
  # by the upstream program ntpdate.
  
  # Set to yes to take the server list from /etc/ntp.conf, from package ntp,
  # so you only have to keep it in one place.
  NTPDATE_USE_NTP_CONF=yes
  
  # List of NTP servers to use  (Separate multiple servers with spaces.)
  # Not used if NTPDATE_USE_NTP_CONF is yes.
  NTPSERVERS=ntp.ubuntu.com
  
  # Additional options to pass to ntpdate
  NTPOPTIONS=
  
  And the DHCP generated NTP server file is correct:
  
  ubuntu@sled204n0:/etc$ cat /var/lib/ntpdate/default.dhcp
  # NTP server entries received from DHCP server
  NTPSERVERS='172.31.22.1 172.31.23.1 172.31.20.104'
  
  The culprit seems to be in how ntpdate-debian is programmed. the logic
  ignores /var/lib/ntpdate/default.dhcp if /etc/default/ntpdate sets
  NTPDATE_USE_NTP_CONF=yes (the default).
  
  After examining the script further my recommendation would be for the
  /etc/dhcp/dhclient-exit-hooks.d/ntpdate to create the file
  /var/lib/ntp/ntp.conf.dhcp. By doing so ntpdate-debian will work
  transparently with /etc/defaults/ntpdate and NTP servers advertised by
  DHCPD.
 

[Bug 1256721] Re: recompiling with nostrip fails due to a error in override_dh_strip

2013-12-16 Thread Robie Basak
Since this is trivial to fix and is in Ubuntu-specific packaging, I'd
like to fix this on next upload.

** Changed in: apache2 (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  recompiling with nostrip fails due to a error in override_dh_strip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1256721/+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 1257352] Re: kvm hangs occasionally when switching out of the qemu console

2013-12-16 Thread Serge Hallyn
** Also affects: qemu
   Importance: Undecided
   Status: New

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

Title:
  kvm hangs occasionally when switching out of the qemu console

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1257352/+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 1261338] Re: lxc-stop and even lxc-stop -k can hang

2013-12-16 Thread Serge Hallyn
What exactly is the kernel crash being triggered on the host?

What does 'sudo strace -f lxc-stop -k -n container' show?

What does the file outout show after running 'sudo lxc-stop -l info -o
outout -n container' ?

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

Title:
  lxc-stop and even lxc-stop -k can hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1261338/+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 1261338] Re: lxc-stop and even lxc-stop -k can hang

2013-12-16 Thread Serge Hallyn
(I should've explicitly asked:  exactly what steps are you taking to
reproduce this)

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

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

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

Title:
  lxc-stop and even lxc-stop -k can hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1261338/+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 1259332] Re: spiceproxy logrotate manages nova-novncproxy.log

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/icehouse

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

Title:
  spiceproxy logrotate manages nova-novncproxy.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1259332/+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 1257732] Re: Wrong configuration file path in Mellanox Neutron Agent init script

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/neutron/icehouse

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

Title:
  Wrong configuration file path in Mellanox Neutron Agent  init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1257732/+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 1257352] Re: kvm hangs occasionally when switching out of the qemu console

2013-12-16 Thread Serge Hallyn
Thanks,  James.  I'll aim to test on some older releases and bisect if
possible.

If you have a chance to test on precise, raring, and saucy, or to
actually bisect in the upstream git tree, please let me know.

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

Title:
  kvm hangs occasionally when switching out of the qemu console

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1257352/+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 907152] Re: Error: unable to connect to '/var/run/libvirt/libvirt-sock', libvirtd may need to be started: No such file or directory

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/icehouse

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

Title:
  Error: unable to connect to '/var/run/libvirt/libvirt-sock', libvirtd
  may need to be started: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/907152/+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 1190280] Re: Nova compute starts too early when combined with libvirt and Xen

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/icehouse

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

Title:
  Nova compute starts too early when combined with libvirt and Xen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1190280/+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 1161338] Re: python-nova should depend on ebtables

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/icehouse

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

Title:
  python-nova should depend on ebtables

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1161338/+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 1249708] Re: Missing neutron-ovs-cleanup service

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/neutron/icehouse

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

Title:
  Missing neutron-ovs-cleanup service

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1249708/+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 1243147] Re: Neutron ML2 plugin package is missing

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/neutron/icehouse

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

Title:
  Neutron ML2 plugin package is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1243147/+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 928834] Re: nova-compute depends on qemu-kvm, even if kvm is not used

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/icehouse

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

Title:
  nova-compute depends on qemu-kvm, even if kvm is not used

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


[Blueprint servercloud-1311-cloud-images] cloud-images

2013-12-16 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Pending Approval = Approved

-- 
cloud-images
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-cloud-images

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


[Blueprint servercloud-1311-cloud-init] cloud-init

2013-12-16 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Pending Approval = Approved

-- 
cloud-init
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-cloud-init

-- 
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 1261441] [NEW] package nmap (not installed) failed to install/upgrade: Versuch, »/usr/share/man/man1/nping.1.gz« zu überschreiben, welches auch in Paket nping 0.6.40-2 ist

2013-12-16 Thread Schaphoff
Public bug reported:

nu idea

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: nmap (not installed)
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic i686
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: i386
Date: Mon Dec 16 17:13:32 2013
DuplicateSignature: package:nmap:(not installed):Versuch, 
»/usr/share/man/man1/nping.1.gz« zu überschreiben, welches auch in Paket nping 
0.6.40-2 ist
ErrorMessage: Versuch, »/usr/share/man/man1/nping.1.gz« zu überschreiben, 
welches auch in Paket nping 0.6.40-2 ist
InstallationDate: Installed on 2013-10-08 (68 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
SourcePackage: nmap
Title: package nmap (not installed) failed to install/upgrade: Versuch, 
»/usr/share/man/man1/nping.1.gz« zu überschreiben, welches auch in Paket nping 
0.6.40-2 ist
UpgradeStatus: Upgraded to saucy on 2013-11-02 (43 days ago)

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


** Tags: apport-package i386 need-duplicate-check saucy

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

Title:
  package nmap (not installed) failed to install/upgrade: Versuch,
  »/usr/share/man/man1/nping.1.gz« zu überschreiben, welches auch in
  Paket nping 0.6.40-2 ist

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


[Blueprint servercloud-1311-curtin] Curtin

2013-12-16 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Pending Approval = Approved

-- 
Curtin
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-curtin

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


[Blueprint servercloud-1311-maas] MAAS activities for 14.04

2013-12-16 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Pending Approval = Approved

-- 
MAAS activities for 14.04
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-maas

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


[Blueprint servercloud-1311-mysql-alternatives] A cornucopia of MySQL; strategy and alternatives for 14.04

2013-12-16 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Pending Approval = Approved

-- 
A cornucopia of MySQL; strategy and alternatives for 14.04
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-mysql-alternatives

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


[Blueprint servercloud-1311-seeded-package-review] Server Seeded Package review

2013-12-16 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Pending Approval = Approved

-- 
Server Seeded Package review
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-seeded-package-review

-- 
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 1261452] [NEW] juju-core is unavailable for arm64

2013-12-16 Thread dann frazier
Public bug reported:

juju-core is currently unavailable for arm64, this bug is intended to
track that progress.

** Affects: juju-core (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

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

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

Title:
  juju-core is unavailable for arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1261452/+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 1261452] Re: juju-core is unavailable for arm64

2013-12-16 Thread dann frazier
juju-core relies on mongodb, which is also not available for arm64.
mongodb has a build-dependency on libv8, which requires porting to
arm64.

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

Title:
  juju-core is unavailable for arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1261452/+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 1260843] Re: sync genshi 0.7-1 from debian

2013-12-16 Thread Barry Warsaw
This bug was fixed in the package genshi - 0.7-1

---
genshi (0.7-1) unstable; urgency=low

  [ Barry Warsaw ]
  * Team upload.
- Closes: #673935
  * New upstream release.  Closes: #731280
- Closes: #713747 (FTBFS)
- Closes: #673935 (py:match templates patch applied upstream).
  * d/control:
- With maintainer permission, put DPMT in Maintainers, moved Arnaud to 
  Uploaders, and added Barry to the latter.
- Add python3-genshi binary package.
- Update Build-Depends for pybuild and remove cdbs.
- Standards-Version: 3.9.5 with no further changes needed.
- Add X-Python3-Version header.
- wrap-and-sort
  * d/rules:
- Switch to pybuild and add Python 3 support as a byproduct.
- Removed cdbs and simplified.
  * d/watch: Updated
  * d/compat: Update to v8.
  * d/patches/fix_tests_failure_with_python27.patch: Updated.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

 -- Barry Warsaw ba...@debian.org  Wed, 04 Dec 2013 12:13:02 -0500

** Changed in: genshi (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  sync genshi 0.7-1 from debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/genshi/+bug/1260843/+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 1261501] [NEW] ceph osds unbalanced

2013-12-16 Thread David Ames
Public bug reported:

Our ceph ring has some osds that are not balanced

We are using the 0.48.3-0ubuntu1~cloud0 version of ceph on precise
Full settings:
full_ratio: 0.95,
near_full_ratio: 0.85,

ceph osd tree
   weight
12  1   osd.12  up  1
11  1   osd.11  up  1
13  1   osd.13  up  1
23  2   osd.23  up  1
27  2   osd.27  up  1
24  2   osd.24  up  1
25  2   osd.25  up  1
26  2   osd.26  up  1
48  2   osd.48  up  1
51  2   osd.51  up  1
55  2   osd.55  up  1

df of ceph-osd node:
/dev/sdc1   917G  716G  202G  79% /var/lib/ceph/osd/ceph-11
/dev/sdd1   917G  347G  571G  38% /var/lib/ceph/osd/ceph-12
/dev/sdb1   917G  791G  127G  87% /var/lib/ceph/osd/ceph-13
/dev/sdf1   1.8T  1.1T  729G  61% /var/lib/ceph/osd/ceph-23
/dev/sdh1   1.8T  1.1T  727G  61% /var/lib/ceph/osd/ceph-24
/dev/sde1   1.8T  1.2T  610G  67% /var/lib/ceph/osd/ceph-25
/dev/sdi1   1.8T  1.1T  731G  61% /var/lib/ceph/osd/ceph-26
/dev/sdg1   1.8T  1.1T  756G  59% /var/lib/ceph/osd/ceph-27
/dev/sdj1   1.9T  989G  874G  54% /var/lib/ceph/osd/ceph-48
/dev/sdk1   1.9T 1007G  856G  55% /var/lib/ceph/osd/ceph-51
/dev/sdl1   1.9T  960G  903G  52% /var/lib/ceph/osd/ceph-55

Notice ceph-13 is at 87% and ceph-11 is at 79% while ceph-12 which has
the same size and weight is only at 38%

What is causing this imbalance?

Manual re-balancing causes downtime in our environment, what can we do
to solve this?

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

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Dave Chiluk
They likely have too few placement groups. They can retrieve their current 
value using ...
$ ceph osd pool get {pool-name} pg_num

Please have IS set the number of placement groups according to the below page.  
http://ceph.com/docs/master/rados/operations/placement-groups/

Basically it should be  = 100 * number of osds/number of replicas

Assuming they are at a new enough version they should be able to run
ceph osd pool set {pool-name} pg_num {pg_num}

#wosup

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Dave Chiluk
Woops missed the below.

Once you increase the number of placement groups, you must also increase
the number of placement groups for placement (pgp_num) before your
cluster will rebalance. The pgp_num should be equal to the pg_num. To
increase the number of placement groups for placement, execute the
following:

ceph osd pool set {pool-name} pgp_num {pgp_num}

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261452] Re: juju-core is unavailable for arm64

2013-12-16 Thread Michael Hudson-Doyle
juju-core also depend on golang of course, which is also not available
for arm64.

Here is the status as of 2012-12-17 as I understand it:

1) Go
   a) there is a version of gccgo in trusty that can compile juju, but only 
with a patched version of the 'go tool'
  i) need kick these patches upstream (they are in review)
  ii) need a plan to provide a gccgo-compiled go tool in trusty
   b) there is a problem with setting up the heap for statically linked 
gccgo-compiled binaries
  i) need to beat some feedback out of golang-dev about this
  ii) we can provide a patch for this for trusty regardless of what 
upstream does 

2) mongodb
   a) the v8 thing
  i) it is possible a v8 port to arm64 will appear, although it's not clear 
that this will suffice for mongodb
  ii) mongodb can be built without js support though, and we think juju 
will work with such a mongodb (need to check this!)
   b) even without v8, some porting is required
  i) intel assembly can be replaced with gcc intrinsics (Robie has patches 
for this and is planning on sending them upstream)
  ii) there appears to be a toolchain bug in trusty (I've been pointed to a 
fix upstream and will be testing that out as soon as I finish typing this 
comment!)

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

Title:
  juju-core is unavailable for arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1261452/+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 1261529] [NEW] mysql-5.5 creates the 'test' database

2013-12-16 Thread Jamie Strandboge
*** This bug is a security vulnerability ***

Public security bug reported:

Tracking bug to fix http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=732306. This will be fixed in a future mysql-5.5
update. Users may run the 'mysql_secure_installation' command to remove
the test database in the meantime. Please see 'man
mysql_secure_installation' for details.

** Affects: mysql-5.5 (Ubuntu)
 Importance: Low
 Status: Triaged

** Affects: mysql-5.5 (Ubuntu Precise)
 Importance: Low
 Status: Triaged

** Affects: mysql-5.5 (Ubuntu Quantal)
 Importance: Low
 Status: Triaged

** Affects: mysql-5.5 (Ubuntu Raring)
 Importance: Low
 Status: Triaged

** Affects: mysql-5.5 (Ubuntu Saucy)
 Importance: Low
 Status: Triaged

** Affects: mysql-5.5 (Ubuntu Trusty)
 Importance: Low
 Status: Triaged

** Affects: mysql-5.5 (Debian)
 Importance: Unknown
 Status: Unknown

** Also affects: mysql-5.5 (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.5 (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.5 (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.5 (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.5 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: mysql-5.5 (Ubuntu Precise)
   Status: New = Triaged

** Changed in: mysql-5.5 (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: mysql-5.5 (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: mysql-5.5 (Ubuntu Quantal)
   Importance: Undecided = Low

** Changed in: mysql-5.5 (Ubuntu Raring)
   Status: New = Triaged

** Changed in: mysql-5.5 (Ubuntu Raring)
   Importance: Undecided = Low

** Changed in: mysql-5.5 (Ubuntu Saucy)
   Status: New = Triaged

** Changed in: mysql-5.5 (Ubuntu Saucy)
   Importance: Undecided = Low

** Changed in: mysql-5.5 (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: mysql-5.5 (Ubuntu Trusty)
   Importance: Undecided = Low

** Description changed:

  Tracking bug to fix http://bugs.debian.org/cgi-
- bin/bugreport.cgi?bug=732306
+ bin/bugreport.cgi?bug=732306. This will be fixed in a future mysql-5.5
+ update. Users may run the 'mysql_secure_installation' command to remove
+ the test database in the meantime. Please see 'man
+ mysql_secure_installation' for details.

** Bug watch added: Debian Bug tracker #732306
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732306

** Also affects: mysql-5.5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732306
   Importance: Unknown
   Status: Unknown

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

Title:
  mysql-5.5 creates the 'test' database

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1261529/+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 1261101] [NEW] It can not with the last Ubuntu-Trusty, probléme with dépendance.

2013-12-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

hi, 
i try to install ceilometor with Ubuntu Trusty. I can not,  problem dependance, 
this is the message : 

Paramétrage de ceilometer-common (2014.1~b1-0ubuntu1) ...
2013-12-15 07:38:27.469 2922 ERROR stevedore.extension [-] Could not load 
'sqlite': (WebOb 1.3 (/usr/lib/python2.7/dist-packages), 
Requirement.parse('WebOb=1.2.3,1.3'))
2013-12-15 07:38:27.469 2922 ERROR stevedore.extension [-] (WebOb 1.3 
(/usr/lib/python2.7/dist-packages), Requirement.parse('WebOb=1.2.3,1.3'))
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension Traceback (most recent 
call last):
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension   File 
/usr/lib/python2.7/dist-packages/stevedore/extension.py, line 134, in 
_load_plugins
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension invoke_kwds,
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension   File 
/usr/lib/python2.7/dist-packages/stevedore/named.py, line 95, in 
_load_one_plugin
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension ep, invoke_on_load, 
invoke_args, invoke_kwds,
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension   File 
/usr/lib/python2.7/dist-packages/stevedore/extension.py, line 146, in 
_load_one_plugin
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension plugin = ep.load()
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension   File 
/usr/lib/python2.7/dist-packages/pkg_resources.py, line 2107, in load
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension if require: 
self.require(env, installer)
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension   File 
/usr/lib/python2.7/dist-packages/pkg_resources.py, line 2120, in require
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension 
working_set.resolve(self.dist.requires(self.extras),env,installer)))
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension   File 
/usr/lib/python2.7/dist-packages/pkg_resources.py, line 580, in resolve
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension raise 
VersionConflict(dist,req) # XXX put more info here
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension VersionConflict: (WebOb 
1.3 (/usr/lib/python2.7/dist-packages), Requirement.parse('WebOb=1.2.3,1.3'))
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension 
2013-12-15 07:38:27.470 2922 CRITICAL ceilometer [-] No 'ceilometer.storage' 
driver found, looking for 'sqlite'
Aucun rapport « apport » n'a été créé car le message d'erreur indique une 
erreur consécutive à un échec précédent.
  Aucun rapport « apport » n'a été créé car le 
message d'erreur indique une erreur consécutive à un échec précédent.
Aucun 
rapport « apport » écrit car MaxReports a déjà été atteint
dpkg: erreur de traitement 
de ceilometer-common (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
dpkg: des problèmes de dépendances empêchent la configuration de 
ceilometer-agent-central :
 ceilometer-agent-central dépend de ceilometer-common (= 2014.1~b1-0ubuntu1) ; 
cependant :
 Le paquet ceilometer-common n'est pas encore configuré.

dpkg: erreur de traitement de ceilometer-agent-central (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de ceilometer-api 
:
 ceilometer-api dépend de ceilometer-common (= 2014.1~b1-0ubuntu1) ; cependant :
 Le paquet ceilometer-common n'est pas encore configuré.

dpkg: erreur de traitement de ceilometer-api (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de 
ceilometer-collector :
 ceilometer-collector dépend de ceilometer-common (= 2014.1~b1-0ubuntu1) ; 
cependant :
 Le paquet ceilometer-common n'est pas encore configuré.

dpkg: erreur de traitement de ceilometer-collector (--configure) :
 problèmes de dépendances - laissé non configuré
Des erreurs ont été rencontrées pendant l'exécution :
 ceilometer-common
 ceilometer-agent-central
 ceilometer-api
 ceilometer-collector
E: Sub-process /usr/bin/dpkg returned an error code (1)

thank's.

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

-- 
It can not with the last Ubuntu-Trusty, probléme with dépendance.
https://bugs.launchpad.net/bugs/1261101
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to ceilometer 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 1261101] Re: It can not with the last Ubuntu-Trusty, probléme with dépendance.

2013-12-16 Thread Julien Danjou
** Project changed: ceilometer = ceilometer (Ubuntu)

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

Title:
  It can not with the last Ubuntu-Trusty, probléme with dépendance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1261101/+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 1261452] Re: juju-core is unavailable for arm64

2013-12-16 Thread Michael Hudson-Doyle
** Also affects: juju-core
   Importance: Undecided
   Status: New

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

Title:
  juju-core is unavailable for arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1261452/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Dave Chiluk
** Changed in: ceph (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread James Troup
This is Ceph Argonaut (from Folsom UCA); AIUI Ceph doesn't support/live
PG addition until Dumpling.  Can you confirm?  Are there any
workarounds?

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Sage Weil
This may also be due to legacy CRUSH behavior that is fixed in bobtail
(though not made default until recently).  In newer Ceph versions, you
can do 'ceph osd crush tunables optimal' to get the improved mapping
(expect some data movement).

I suggest you upgrade, in any case!

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Jian Wen
Steps to reproduce the bug:

On a new Ubuntu 12.04 server, execute the following commands:
  sudo apt-get install -y python-software-properties
  sudo add-apt-repository cloud-archive:grizzly
  sudo apt-get update
  sudo apt-get install -y nova-compute

  sudo stop nova-compute
  sudo stop libvirt-bin

  # simulate that libvirt-bin starts after nova-compute is running
  sudo start nova-compute
  sleep 5

   sudo status nova-compute
  # expected result:
  #   start/running
  # actual result:
  #   stop/waiting

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

Title:
  Nova-compute fails if it doesn't wait for libvirt-bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1261335/+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 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Jian Wen
Steps to verify the fix:

1. Copy the patched upstart configuration to /etc/init
2. Execute the following commands:

   sudo stop nova-compute
   sudo stop libvirt-bin

   sudo start nova-compute
   sleep 10
   sudo status nova-compute
   # nova-compute start/running, process 13692
   # It's up and running. No error log is appended in nova-compute.log.

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

Title:
  Nova-compute fails if it doesn't wait for libvirt-bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1261335/+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 1022222] Re: vgabios need support DDC EDID

2013-12-16 Thread Michael Tokarev
FWIW, Debian (upstream qemu following) now finally switched to vgabios
from seabios (so bochs lgpl vgabios isn't used anymore), and seavgabios
now have the resolutions mentioned - it looks like we've added these
based on the patch for bochs vgabios mentioned here.

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

Title:
  vgabios need support DDC EDID

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seabios/+bug/102/+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 1235783] Re: package dovecot-core 1:2.1.7-7ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-16 Thread Launchpad Bug Tracker
[Expired for dovecot (Ubuntu) because there has been no activity for 60
days.]

** Changed in: dovecot (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package dovecot-core 1:2.1.7-7ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1235783/+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 1081154] Re: On raring avahi returns MAC instead of IP

2013-12-16 Thread Launchpad Bug Tracker
[Expired for squid-deb-proxy (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: squid-deb-proxy (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  On raring avahi returns MAC instead of IP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1081154/+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 1253458] Re: Switch to Python 3

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:byobu

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

Title:
  Switch to Python 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/1253458/+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 1261627] [NEW] package samba4 4.0.3+dfsg1-0.1ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 255

2013-12-16 Thread luis
Public bug reported:

no puedo instalar la paqueteria samba

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: samba4 4.0.3+dfsg1-0.1ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
AptOrdering: samba4: Configure
Architecture: amd64
Date: Mon Dec 16 23:51:54 2013
DpkgHistoryLog:
 Start-Date: 2013-12-16  23:51:53
 Commandline: apt-get install apache2
DuplicateSignature: package:samba4:4.0.3+dfsg1-0.1ubuntu1:el subproceso 
instalado el script post-installation devolvió el código de salida de error 255
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 255
InstallationDate: Installed on 2013-11-27 (20 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: samba4
Title: package samba4 4.0.3+dfsg1-0.1ubuntu1 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 255
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check saucy

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

Title:
  package samba4 4.0.3+dfsg1-0.1ubuntu1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 255

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1261627/+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 1236531] Re: support running apt with eatmydata

2013-12-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libeatmydata (Ubuntu)
   Status: New = Confirmed

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

Title:
  support running apt with eatmydata

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