Re: [Bug 1377973] [NEW] lxc-destroy/lxc-stop gets stuck

2014-10-07 Thread Nikola Krzalic
Looks like the lxc-start command got stuck, after killing the process
everything went back to normal.

root@ares:~# netstat -x | grep lxc
unix  2  [ ] STREAM CONNECTING0
 @/var/lib/lxc/myvm/command
unix  2  [ ] STREAM CONNECTING0
 @/var/lib/lxc/myvm/command
unix  2  [ ] STREAM CONNECTING0
 @/var/lib/lxc/myvm/command
unix  2  [ ] STREAM CONNECTING0
 @/var/lib/lxc/myvm/command
unix  2  [ ] STREAM CONNECTING0
 @/var/lib/lxc/myvm/command
unix  2  [ ] STREAM CONNECTING0
 @/var/lib/lxc/myvm/command

root@ares:~# ps -ef | grep lxc
root  1697  1250  0 Okt06 ?00:00:00 strace lxc-start -n myvm -f
myvm.conf --logfile=vm.log --logpriority=NOTICE
root  1704  1697  0 Okt06 ?00:00:00 lxc-start -n myvm -f
myvm.conf --logfile=vm.log --logpriority=NOTICE
lxc-dns+ 13856 1  0 Okt05 ?00:00:00 dnsmasq -u lxc-dnsmasq
--strict-order --bind-interfaces --pid-file=/run/lxc/dnsmasq.pid
--conf-file= --listen-address 10.0.3.1 --dhcp-range 10.0.3.2,10.0.3.254
--dhcp-lease-max=253 --dhcp-no-override --except-interface=lo
--interface=lxcbr0 --dhcp-leasefile=/var/lib/misc/dnsmasq.lxcbr0.leases
--dhcp-authoritative

root@ares:~# ps -ef | grep 1697
root  1697  1250  0 Okt06 ?00:00:00 strace lxc-start -n myvm -f
myvm.conf --logfile=vm.log --logpriority=NOTICE
root  1704  1697  0 Okt06 ?00:00:00 lxc-start -n myvm -f
myvm.conf --logfile=vm.log --logpriority=NOTICE
root 15861 21116  0 08:12 pts/16   00:00:00 grep --color=auto 1697

root@ares:~# kill -3 1697
root@ares:~# ps -ef | grep lxc-start
root 15870 21116  0 08:13 pts/16   00:00:00 grep --color=auto lxc-start

root@ares:~# lxc-ls --fancy
NAME  STATE  IPV4  IPV6  AUTOSTART
--

root@ares:~# lxc-destroy -n myvm
Container is not defined


still, I find it a bit strange that not even lxc-ls was working properly

On Mon, Oct 6, 2014 at 4:57 PM, Serge Hallyn 1377...@bugs.launchpad.net
wrote:

 thanks for reporting this bug.

 Could you please show:

 1. The result of 'netstat -x | grep lxc'

 2. ps -ef | grep lxc

  status: incomplete


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

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1377973

 Title:
   lxc-destroy/lxc-stop gets stuck

 Status in “lxc” package in Ubuntu:
   Incomplete

 Bug description:
   On ubuntu 14.04 I ran lxc-start with a custom built container and
   interrupted the setup before it could finish. Now lxc-ls --fancy, lxc-
   destroy -n container or lxc-stop -n container are getting stuck. LXC
   package version is 1.0.5-0ubuntu0.1

   Output from strace:

   # strace lxc-destroy -n myvm
   
   mkdir(/, 0755)= -1 EEXIST (File exists)
   mkdir(/run/, 0755)= -1 EEXIST (File exists)
   mkdir(/run/lock/, 0755)   = -1 EEXIST (File exists)
   mkdir(/run/lock/lxc//, 0755)  = -1 EEXIST (File exists)
   mkdir(/run/lock/lxc//var/, 0755)  = -1 EEXIST (File exists)
   mkdir(/run/lock/lxc//var/lib/, 0755)  = -1 EEXIST (File exists)
   mkdir(/run/lock/lxc//var/lib/lxc, 0755) = -1 EEXIST (File exists)
   stat(/var/lib/lxc/myvm/config, 0x7fff06d64f50) = -1 ENOENT (No such
 file or directory)
   stat(/var/lib/lxc/myvm/partial, 0x7fff06d64e80) = -1 ENOENT (No such
 file or directory)
   socket(PF_LOCAL, SOCK_STREAM, 0)= 3
   connect(3, {sa_family=AF_LOCAL, sun_path=@/var/lib/lxc/myvm/command},
 28) = 0
   getuid()= 0
   getgid()= 0
   sendmsg(3, {msg_name(0)=NULL,
 msg_iov(1)=[{\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0, 16}], msg_controllen=32,
 {cmsg_len=28, cmsg_level=SOL_SOCKET, cmsg_type=SCM_CREDENTIALS{pid=2028,
 uid=0, gid=0}}, msg_flags=0}, MSG_NOSIGNAL) = 16
   recvmsg(3,

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1377973/+subscriptions



-- 
Pozdrav / Regards,

Nikola Krzalic.

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

Title:
  lxc-destroy/lxc-stop gets stuck

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1377973/+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 1182980] Re: global parameters do not apply to enlistment

2014-10-07 Thread Julian Edwards
Weird.  I'll leave this confirmed and not triaged until someone else can
re-confirm this is a problem because it's hard to see where it's going
wrong, there is a test for this and it passes.

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

Title:
  global parameters do not apply to enlistment

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1182980/+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 1352102] Re: users are unable to create ports on provider networks

2014-10-07 Thread gustavo panizzo
** 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/1352102

Title:
  users are unable to create ports on provider networks

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1352102/+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-u-openstack-charms] OpenStack Charm work for Utopic

2014-10-07 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.05:
  [gnuoy] charm-helpers unit testing: DONE
  
  Work items for ubuntu-14.06:
  [mikemc] Simplestreams image sync charm: DONE
  [niedbalski] swift-storage block device persistence through reboots: DONE
  [gnuoy] Split neutron API from nova-cloud-controller: DONE
  [gnuoy] New neutron-openvswitch subordinate charm: DONE
  [corey.bryant] amulet testing approach for openstack charms: DONE
  [james-page] network reference architecture for openstack charms: DONE
  [james-page] nova-compute-vmware charm: DONE
  [james-page] cinder-vmware charm: DONE
  [zulcss] nova-compute-power charm: DONE
  
  Work items for ubuntu-14.07:
  [corey.bryant] amulet tests - keystone: DONE
  [corey.bryant] amulet tests - quantum-gateway: DONE
  [1chb1n] amulet tests - glance: DONE
  [corey.bryant] amulet tests - nova-compute: DONE
  [corey.bryant] amulet tests - nova-cloud-controller: DONE
  [corey.bryant] amulet tests - swift-proxy, swift-storage: DONE
  [james-page] Multiple network support across openstack charms: DONE
  Backport haproxy 1.5.x to trusty: DONE
  
  Work items for ubuntu-14.09:
  Add support to mysql charm for network-splits: TODO
  Add support to heat charm for network-splits: TODO
  Add support to mongodb charm for network-splits: TODO
  [james-page] HTTPS support with network-split configurations: DONE
  [james-page] hacluster charm updates to support reconfiguration: INPROGRESS
  amulet tests - cinder: DONE
  [corey.bryant] amulet tests - ceph-*: DONE
- Updates to neutron charms for hyper-v integration: INPROGRESS
+ [james-page] Updates to neutron charms for hyper-v integration: INPROGRESS
  [gnuoy] Cells support for Nova: INPROGRESS
  [xianghui] Add IPv6 support to the charms: DONE
  Enable haproxy backport for 14.04 (supporting IPv6 backends + TLS): DONE
  [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
  juno release review across openstack charms: INPROGRESS
  
  Work items:
  [james-page] Charm developer documentation: TODO
  [james-page] Charm template for charm-tools: TODO
  swift-proxy unit testing: TODO
  nova-compute unit testing: TODO
  nova-cloud-controller unit testing: TODO
  HA cluster in-depth monitoring: POSTPONED
  [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
  [gnuoy] Spice/VNC support in nova charms: DONE
  Nagios nrpe sub-ordinate support for OpenStack charms: TODO
  (stretch) MS-SQLServer as a backend for OpenStack: POSTPONED
  [corey.bryant] keystone deploy from git: INPROGRESS

-- 
OpenStack Charm work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-openstack-charms

-- 
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-u-openstack-charms] OpenStack Charm work for Utopic

2014-10-07 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.05:
  [gnuoy] charm-helpers unit testing: DONE
  
  Work items for ubuntu-14.06:
  [mikemc] Simplestreams image sync charm: DONE
  [niedbalski] swift-storage block device persistence through reboots: DONE
  [gnuoy] Split neutron API from nova-cloud-controller: DONE
  [gnuoy] New neutron-openvswitch subordinate charm: DONE
  [corey.bryant] amulet testing approach for openstack charms: DONE
  [james-page] network reference architecture for openstack charms: DONE
  [james-page] nova-compute-vmware charm: DONE
  [james-page] cinder-vmware charm: DONE
  [zulcss] nova-compute-power charm: DONE
  
  Work items for ubuntu-14.07:
  [corey.bryant] amulet tests - keystone: DONE
  [corey.bryant] amulet tests - quantum-gateway: DONE
  [1chb1n] amulet tests - glance: DONE
  [corey.bryant] amulet tests - nova-compute: DONE
  [corey.bryant] amulet tests - nova-cloud-controller: DONE
  [corey.bryant] amulet tests - swift-proxy, swift-storage: DONE
  [james-page] Multiple network support across openstack charms: DONE
  Backport haproxy 1.5.x to trusty: DONE
  
  Work items for ubuntu-14.09:
+ [james-page] HTTPS support with network-split configurations: DONE
+ [james-page] hacluster charm updates to support reconfiguration: DONE
+ amulet tests - cinder: DONE
+ [corey.bryant] amulet tests - ceph-*: DONE
+ [james-page] Updates to neutron charms for hyper-v integration: DONE
+ [xianghui] Add IPv6 support to the charms: DONE
+ Enable haproxy backport for 14.04 (supporting IPv6 backends + TLS): DONE
+ 
+ Work items:
+ [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
+ juno release review across openstack charms: INPROGRESS
  Add support to mysql charm for network-splits: TODO
  Add support to heat charm for network-splits: TODO
  Add support to mongodb charm for network-splits: TODO
- [james-page] HTTPS support with network-split configurations: DONE
- [james-page] hacluster charm updates to support reconfiguration: INPROGRESS
- amulet tests - cinder: DONE
- [corey.bryant] amulet tests - ceph-*: DONE
- [james-page] Updates to neutron charms for hyper-v integration: INPROGRESS
- [gnuoy] Cells support for Nova: INPROGRESS
- [xianghui] Add IPv6 support to the charms: DONE
- Enable haproxy backport for 14.04 (supporting IPv6 backends + TLS): DONE
- [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
- juno release review across openstack charms: INPROGRESS
- 
- Work items:
  [james-page] Charm developer documentation: TODO
  [james-page] Charm template for charm-tools: TODO
  swift-proxy unit testing: TODO
  nova-compute unit testing: TODO
  nova-cloud-controller unit testing: TODO
  HA cluster in-depth monitoring: POSTPONED
  [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
  [gnuoy] Spice/VNC support in nova charms: DONE
  Nagios nrpe sub-ordinate support for OpenStack charms: TODO
  (stretch) MS-SQLServer as a backend for OpenStack: POSTPONED
  [corey.bryant] keystone deploy from git: INPROGRESS

-- 
OpenStack Charm work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-openstack-charms

-- 
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 1182980] Re: global parameters do not apply to enlistment

2014-10-07 Thread Julian Edwards
** Changed in: maas
 Assignee: Julian Edwards (julian-edwards) = (unassigned)

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

Title:
  global parameters do not apply to enlistment

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1182980/+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 1315143] Re: trusty SRU: change the ruby default from 1.9.1 to 2.0

2014-10-07 Thread Allard Hoeve
Any progress in the issue?

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

Title:
  trusty SRU: change the ruby default from 1.9.1 to 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1315143/+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 1370628] Re: [FFe] MAAS New 1.7 Upstream Release

2014-10-07 Thread Andres Rodriguez
** Patch added: maas-1.5.4vsmaas-1.7.0beta5.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1370628/+attachment/4227412/+files/maas-1.5.4vsmaas-1.7.0beta5.debdiff

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

Title:
  [FFe] MAAS New 1.7 Upstream Release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1370628/+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 1250435] Re: CNAME record leaks into juju's private-address, breaks host based access control

2014-10-07 Thread Edward Hope-Morley
@julien-edwards no sign of 1.6 or this patch in trusty yet. Is it still
planned for 1.6 to be released for trusty? If not can this patch be
backported to trusty?

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

Title:
  CNAME record leaks into juju's private-address, breaks host based
  access control

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1250435/+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 1378329] Re: irqbalance crashed with SIGSEGV in __libc_start_main()

2014-10-07 Thread Apport retracing service
*** This bug is a duplicate of bug 1183374 ***
https://bugs.launchpad.net/bugs/1183374

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1183374, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1378329/+attachment/4227424/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1378329/+attachment/4227426/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1378329/+attachment/4227427/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1378329/+attachment/4227428/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1378329/+attachment/4227429/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1378329/+attachment/4227430/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1378329/+attachment/4227431/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1183374

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  irqbalance crashed with SIGSEGV in __libc_start_main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1378329/+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 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-07 Thread Chris J Arges
** Also affects: nova (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

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

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

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

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

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

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

** Also affects: openstack-trove (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-07 Thread Corey Bryant
** Changed in: ceilometer (Ubuntu)
   Status: New = Invalid

** Changed in: cinder (Ubuntu)
   Status: New = Invalid

** Changed in: glance (Ubuntu)
   Status: New = Invalid

** Changed in: heat (Ubuntu)
   Status: New = Invalid

** Changed in: horizon (Ubuntu)
   Status: New = Invalid

** Changed in: keystone (Ubuntu)
   Status: New = Invalid

** Changed in: neutron (Ubuntu)
   Status: New = Invalid

** Changed in: nova (Ubuntu)
   Status: New = Invalid

** Changed in: openstack-trove (Ubuntu Trusty)
   Status: New = Won't 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/1377136

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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-u-openstack-charms] OpenStack Charm work for Utopic

2014-10-07 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.05:
  [gnuoy] charm-helpers unit testing: DONE
  
  Work items for ubuntu-14.06:
  [mikemc] Simplestreams image sync charm: DONE
  [niedbalski] swift-storage block device persistence through reboots: DONE
  [gnuoy] Split neutron API from nova-cloud-controller: DONE
  [gnuoy] New neutron-openvswitch subordinate charm: DONE
  [corey.bryant] amulet testing approach for openstack charms: DONE
  [james-page] network reference architecture for openstack charms: DONE
  [james-page] nova-compute-vmware charm: DONE
  [james-page] cinder-vmware charm: DONE
  [zulcss] nova-compute-power charm: DONE
  
  Work items for ubuntu-14.07:
  [corey.bryant] amulet tests - keystone: DONE
  [corey.bryant] amulet tests - quantum-gateway: DONE
  [1chb1n] amulet tests - glance: DONE
  [corey.bryant] amulet tests - nova-compute: DONE
  [corey.bryant] amulet tests - nova-cloud-controller: DONE
  [corey.bryant] amulet tests - swift-proxy, swift-storage: DONE
  [james-page] Multiple network support across openstack charms: DONE
  Backport haproxy 1.5.x to trusty: DONE
  
  Work items for ubuntu-14.09:
  [james-page] HTTPS support with network-split configurations: DONE
  [james-page] hacluster charm updates to support reconfiguration: DONE
  amulet tests - cinder: DONE
  [corey.bryant] amulet tests - ceph-*: DONE
  [james-page] Updates to neutron charms for hyper-v integration: DONE
  [xianghui] Add IPv6 support to the charms: DONE
  Enable haproxy backport for 14.04 (supporting IPv6 backends + TLS): DONE
  
  Work items:
  [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
+ worker configuration - cinder, glance, keystone, neutron-api: INPROGRESS
  juno release review across openstack charms: INPROGRESS
  Add support to mysql charm for network-splits: TODO
  Add support to heat charm for network-splits: TODO
  Add support to mongodb charm for network-splits: TODO
  [james-page] Charm developer documentation: TODO
  [james-page] Charm template for charm-tools: TODO
  swift-proxy unit testing: TODO
  nova-compute unit testing: TODO
  nova-cloud-controller unit testing: TODO
  HA cluster in-depth monitoring: POSTPONED
  [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
  [gnuoy] Spice/VNC support in nova charms: DONE
  Nagios nrpe sub-ordinate support for OpenStack charms: TODO
  (stretch) MS-SQLServer as a backend for OpenStack: POSTPONED
  [corey.bryant] keystone deploy from git: INPROGRESS

-- 
OpenStack Charm work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-openstack-charms

-- 
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-u-openstack-charms] OpenStack Charm work for Utopic

2014-10-07 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.05:
  [gnuoy] charm-helpers unit testing: DONE
  
  Work items for ubuntu-14.06:
  [mikemc] Simplestreams image sync charm: DONE
  [niedbalski] swift-storage block device persistence through reboots: DONE
  [gnuoy] Split neutron API from nova-cloud-controller: DONE
  [gnuoy] New neutron-openvswitch subordinate charm: DONE
  [corey.bryant] amulet testing approach for openstack charms: DONE
  [james-page] network reference architecture for openstack charms: DONE
  [james-page] nova-compute-vmware charm: DONE
  [james-page] cinder-vmware charm: DONE
  [zulcss] nova-compute-power charm: DONE
  
  Work items for ubuntu-14.07:
  [corey.bryant] amulet tests - keystone: DONE
  [corey.bryant] amulet tests - quantum-gateway: DONE
  [1chb1n] amulet tests - glance: DONE
  [corey.bryant] amulet tests - nova-compute: DONE
  [corey.bryant] amulet tests - nova-cloud-controller: DONE
  [corey.bryant] amulet tests - swift-proxy, swift-storage: DONE
  [james-page] Multiple network support across openstack charms: DONE
  Backport haproxy 1.5.x to trusty: DONE
  
  Work items for ubuntu-14.09:
  [james-page] HTTPS support with network-split configurations: DONE
  [james-page] hacluster charm updates to support reconfiguration: DONE
  amulet tests - cinder: DONE
  [corey.bryant] amulet tests - ceph-*: DONE
  [james-page] Updates to neutron charms for hyper-v integration: DONE
  [xianghui] Add IPv6 support to the charms: DONE
  Enable haproxy backport for 14.04 (supporting IPv6 backends + TLS): DONE
  
  Work items:
  [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
  worker configuration - cinder, glance, keystone, neutron-api: INPROGRESS
  juno release review across openstack charms: INPROGRESS
  Add support to mysql charm for network-splits: TODO
- Add support to heat charm for network-splits: TODO
+ Add support to heat charm for network-splits: POSTPONED
  Add support to mongodb charm for network-splits: TODO
- [james-page] Charm developer documentation: TODO
- [james-page] Charm template for charm-tools: TODO
- swift-proxy unit testing: TODO
- nova-compute unit testing: TODO
- nova-cloud-controller unit testing: TODO
+ [james-page] Charm developer documentation: POSTPONED
+ [james-page] Charm template for charm-tools: POSTPONED
+ swift-proxy unit testing: POSTPONED
+ nova-compute unit testing: POSTPONED
+ nova-cloud-controller unit testing: POSTPONED
  HA cluster in-depth monitoring: POSTPONED
  [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
  [gnuoy] Spice/VNC support in nova charms: DONE
- Nagios nrpe sub-ordinate support for OpenStack charms: TODO
+ Nagios nrpe sub-ordinate support for OpenStack charms: POSTPONED
  (stretch) MS-SQLServer as a backend for OpenStack: POSTPONED
  [corey.bryant] keystone deploy from git: INPROGRESS

-- 
OpenStack Charm work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-openstack-charms

-- 
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 1377136] Please test proposed package

2014-10-07 Thread Chris J Arges
Hello Corey, or anyone else affected,

Accepted cinder into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/cinder/1:2014.1.3-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-07 Thread Chris J Arges
Hello Corey, or anyone else affected,

Accepted ceilometer into trusty-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/ceilometer/2014.1.3-0ubuntu1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: ceilometer (Ubuntu Trusty)
   Status: New = Fix Committed

** Tags added: verification-needed

** Changed in: cinder (Ubuntu Trusty)
   Status: New = Fix Committed

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

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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 1308651] Re: ubuntu-theme sets incorrect background/text color

2014-10-07 Thread Chris J Arges
Hello Nobuto, or anyone else affected,

Accepted horizon into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/horizon/1:2014.1.3-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

** Changed in: horizon (Ubuntu Trusty)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  ubuntu-theme sets incorrect background/text color

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1308651/+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 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-07 Thread Chris J Arges
Hello Corey, or anyone else affected,

Accepted glance into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/glance/1:2014.1.3-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: glance (Ubuntu Trusty)
   Status: New = Fix Committed

** Changed in: horizon (Ubuntu Trusty)
   Status: New = Fix Committed

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

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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 1377136] Please test proposed package

2014-10-07 Thread Chris J Arges
Hello Corey, or anyone else affected,

Accepted horizon into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/horizon/1:2014.1.3-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-07 Thread Chris J Arges
Hello Corey, or anyone else affected,

Accepted keystone into trusty-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/keystone/1:2014.1.3-0ubuntu1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: keystone (Ubuntu Trusty)
   Status: New = Fix Committed

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

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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 1378359] [NEW] mysql-server crash when syncing neutron database schema

2014-10-07 Thread James Page
Public bug reported:

Version: '5.5.39-0ubuntu4-log'  socket: '/var/run/mysqld/mysqld.sock'  port: 
3306  (Ubuntu)
141007 13:18:36  InnoDB: Assertion failure in thread 139656749573888 in file 
dict0dict.c line 2563
InnoDB: Failing assertion: UT_LIST_GET_LEN(table-referenced_list) == 
rbt_size(table-referenced_rbt)
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
13:18:36 UTC - mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.

key_buffer_size=8388608
read_buffer_size=131072
max_used_connections=13
max_threads=151
thread_count=13
connection_count=13
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 338508 K  
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x7f04b1845050
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 7f045ef2de98 thread_stack 0x4
/usr/sbin/mysqld(my_print_stacktrace+0x20)[0x7f04ad8092f0]
/usr/sbin/mysqld(handle_fatal_signal+0x3d4)[0x7f04ad6fad94]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfc90)[0x7f04ac49bc90]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37)[0x7f04abae8d27]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x148)[0x7f04abaea418]
/usr/sbin/mysqld(+0x58a76d)[0x7f04ad8bb76d]
/usr/sbin/mysqld(+0x59333d)[0x7f04ad8c433d]
/usr/sbin/mysqld(+0x596507)[0x7f04ad8c7507]
/usr/sbin/mysqld(+0x51ae5d)[0x7f04ad84be5d]
/usr/sbin/mysqld(+0x500e1c)[0x7f04ad831e1c]
/usr/sbin/mysqld(_Z18mysql_rename_tableP10handlertonPKcS2_S2_S2_j+0x123)[0x7f04ad674673]
/usr/sbin/mysqld(_Z17mysql_alter_tableP3THDPcS1_P24st_ha_create_informationP10TABLE_LISTP10Alter_infojP8st_orderb+0x1eb6)[0x7f04ad6782a6]
/usr/sbin/mysqld(_ZN21Alter_table_statement7executeEP3THD+0x48a)[0x7f04ad7edc3a]
/usr/sbin/mysqld(_Z21mysql_execute_commandP3THD+0x163f)[0x7f04ad61818f]
/usr/sbin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_state+0x160)[0x7f04ad61da60]
/usr/sbin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0x1bcd)[0x7f04ad61fd6d]
/usr/sbin/mysqld(_Z24do_handle_one_connectionP3THD+0x176)[0x7f04ad6ac386]
/usr/sbin/mysqld(handle_one_connection+0x41)[0x7f04ad6ac3e1]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x80a5)[0x7f04ac4940a5]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f04abbac84d]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (7f0444279920): is an invalid pointer
Connection ID (thread ID): 76
Status: NOT_KILLED

The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
141007 13:18:36 [Warning] Using unique option prefix myisam-recover instead of 
myisam-recover-options is deprecated and will be removed in a future release. 
Please use the full name instead.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: mysql-server-5.5 5.5.39-0ubuntu4
ProcVersionSignature: User Name 3.16.0-20.27-generic 3.16.3
Uname: Linux 3.16.0-20-generic x86_64
ApportVersion: 2.14.7-0ubuntu3
Architecture: amd64
Date: Tue Oct  7 13:24:12 2014
Ec2AMI: ami-00aa
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.small
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d..keepme: 
MySQLConf.etc.mysql.conf.d.binlog.cnf: Error: [Errno 13] Permission denied: 
'/etc/mysql/conf.d/binlog.cnf'
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLConf.etc.mysql.my.cnf: Error: [Errno 13] Permission denied: 
'/etc/mysql/my.cnf'
MySQLVarLibDirListing: False
SourcePackage: mysql-5.5
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ec2-images openstack osci utopic

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

Title:
  mysql-server crash when syncing neutron database schema

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1378359/+subscriptions

-- 
Ubuntu-server-bugs mailing list

[Bug 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/horizon

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

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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 1308651] Re: ubuntu-theme sets incorrect background/text color

2014-10-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/horizon

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

Title:
  ubuntu-theme sets incorrect background/text color

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1308651/+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 302148] Re: Separate the ntlm_auth features that Wine needs into another package that doesn't require winbindd client.

2014-10-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/wine1.6

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

Title:
  Separate the ntlm_auth features that Wine needs into another package
  that doesn't require winbindd client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/302148/+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 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-07 Thread Chris J Arges
Hello Corey, or anyone else affected,

Accepted neutron into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/neutron/1:2014.1.3-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: neutron (Ubuntu Trusty)
   Status: New = Fix Committed

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

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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 1314677] Re: nova-cells fails when using JSON file to store cell information

2014-10-07 Thread Chris J Arges
Hello Liam, or anyone else affected,

Accepted nova into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/nova/1:2014.1.3-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

** Changed in: nova (Ubuntu Trusty)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  nova-cells fails when using JSON file to store cell information

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1314677/+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 1231764] Re: package cinder-common 1:2013.1.2-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-10-07 Thread Amrit Singh
Hi All,

I am installing Icehouse on Ubuntu 14.04.1. When I trying to install
Cinder-api as per the install guide, I am seeing the same error with the
latest package. Following is the output:

root@controller:~# sudo apt-get install cinder-api cinder-scheduler
Reading package lists... Done
Building dependency tree
Reading state information... Done
cinder-api is already the newest version.
cinder-scheduler is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up cinder-common (1:2014.1.2-0ubuntu1) ...
Traceback (most recent call last):
  File /usr/bin/cinder-manage, line 62, in module
from oslo import messaging
ImportError: cannot import name messaging
dpkg: error processing package cinder-common (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of cinder-api:
 cinder-api depends on cinder-common (= 1:2014.1.2-0ubuntu1); however:
  Package cinder-common is not configured yet.

dpkg: error processing package cinder-api (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.

  dpkg: dependency problems prevent configuration of 
cinder-scheduler:
 cinder-scheduler depends on cinder-common (= 1:2014.1.2-0ubuntu1); however:
  Package cinder-common is not configured yet.

dpkg: error processing package cinder-scheduler (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.
E: Sub-process /usr/bin/dpkg returned an error code (1)

I am a new OpenStack user and I am not able to get a workaround for this
issue. As per me, I think I am hitting the same bug with  cinder-common
(= 1:2014.1.2-0ubuntu1) as well.

Please  help !

Amrit

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

Title:
  package cinder-common 1:2013.1.2-0ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1231764/+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 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-07 Thread Chris J Arges
Hello Corey, or anyone else affected,

Accepted nova into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/nova/1:2014.1.3-0ubuntu1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: nova (Ubuntu Trusty)
   Status: New = Fix Committed

** Changed in: heat (Ubuntu Trusty)
   Status: New = Fix Committed

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

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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 1377136] Please test proposed package

2014-10-07 Thread Chris J Arges
Hello Corey, or anyone else affected,

Accepted heat into trusty-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/heat/2014.1.3-0ubuntu1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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 1297962] Re: [sru] Nova-compute doesnt start

2014-10-07 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/94409
Committed: 
https://git.openstack.org/cgit/openstack/nova/commit/?id=8141e7aecdccaa55d92b8174633d0cfc97845412
Submitter: Jenkins
Branch:stable/icehouse

commit 8141e7aecdccaa55d92b8174633d0cfc97845412
Author: Chuck Short chuck.sh...@canonical.com
Date:   Tue Mar 25 10:08:28 2014 -0400

libvirt: Handle unsupported host capabilities

Neither libvirt-xen nor libvirt-lxc support
VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES so check for the proper error
code that is returned by libvirt.

The existing code was performing this check improperly by trying to
catch an enum value; instead, we need to catch the `libvirtError`
exception and then check its return code.

Co-Authored-By: Rick Harris rconradhar...@gmail.com
Co-Authored-By: Andrew Melton andrew.mel...@rackspace.com
Closes-Bug: 1297962
Change-Id: Ie8bf5c9d1f2a27c387f8b2f54a9bb729fa2f0985
(cherry picked from commit 5fc157e0f5245eb79be90cbc8ed545c396fd38af)


** Changed in: nova/icehouse
   Status: In Progress = Fix Committed

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

Title:
  [sru] Nova-compute doesnt start

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1297962/+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 1377827] Re: Apache reload fails silenty when not run as sudo

2014-10-07 Thread Filip Sohajek
** Changed in: apache2 (Ubuntu)
   Status: New = In Progress

** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) = Filip Sohajek (filip-sohajek)

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

Title:
  Apache reload fails silenty when not run as sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1377827/+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 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/neutron

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

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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 1374612] Please test proposed package

2014-10-07 Thread Chris J Arges
Hello Serge, or anyone else affected,

Accepted qemu-kvm into precise-proposed. The package will build now and
be available at http://launchpad.net/ubuntu/+source/qemu-kvm/1.0+noroms-
0ubuntu14.18 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  [FFE] add pc-1.0-precise machine type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1374612/+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 1378388] [NEW] Performance regression uploading images to glance in juno

2014-10-07 Thread James Page
Public bug reported:

Testing: 1:2014.2~rc1-0ubuntu1

Uploads of standard ubuntu images to glance, backed by ceph, are 10x
slower than on icehouse on the same infrastructure.  With icehouse i saw
around 200MBps, with juno around 20Mbps.

** Affects: glance
 Importance: Undecided
 Status: New

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

** Also affects: glance
   Importance: Undecided
   Status: New

** Summary changed:

- Performance regression uploading images to glance
+ Performance regression uploading images to glance in juno

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

Title:
  Performance regression uploading images to glance in juno

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1378388/+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 1374612] Re: [FFE] add pc-1.0-precise machine type

2014-10-07 Thread Serge Hallyn
** Description changed:

+ =
+ Impact: qemu VMs cannot be migrated from 12.04-14.04 hosts
+ Test Case: migrate a vm from p-t host, using disk on a NFS share.  On the 
14.04 host, use
+   kvm -M pc-1.0-precise [...] -incoming tcp:0.0.0.0:
+ and on the 12.04 host use
+   kvm -M pc-1.0 [...] -monitor stdio
+ then on the monitor type
+   migrate tcp:0.0.0.0:
+ 
+ Regression Potential: This introduces a new machine type.  In precise it will 
make the new machine type the default, but it is identical to the old default.  
In Trusty it is not the default.
+ =
+ 
  Bug 1291321 shows that qemu VMs cannot be migrated from a host running
  12.04 to a host running 14.04.
  
  https://wiki.ubuntu.com/QemuPTMigration explains the proposed solution.
  As a part of this, we need to define the pc-1.0-precise machine type
  which can accept incoming migrations from pc-1.0 machines from a precise
  host.
  
  Since this machine type requires the old precise pxe-virtio rom, this
  bug is blocked on the FFE for the new ipxe-precise package, bug 1374617.

** Description changed:

  =
  Impact: qemu VMs cannot be migrated from 12.04-14.04 hosts
- Test Case: migrate a vm from p-t host, using disk on a NFS share.  On the 
14.04 host, use
-   kvm -M pc-1.0-precise [...] -incoming tcp:0.0.0.0:
+ Test Case: XXX NOTE XXX This requires the fix for bug 1374617 as well.
+  migrate a vm from p-t host, using disk on a NFS share.  On the 14.04 host, 
use
+  kvm -M pc-1.0-precise [...] -incoming tcp:0.0.0.0:
  and on the 12.04 host use
-   kvm -M pc-1.0 [...] -monitor stdio
+  kvm -M pc-1.0 [...] -monitor stdio
  then on the monitor type
-   migrate tcp:0.0.0.0:
+  migrate tcp:0.0.0.0:
  
  Regression Potential: This introduces a new machine type.  In precise it will 
make the new machine type the default, but it is identical to the old default.  
In Trusty it is not the default.
  =
  
  Bug 1291321 shows that qemu VMs cannot be migrated from a host running
  12.04 to a host running 14.04.
  
  https://wiki.ubuntu.com/QemuPTMigration explains the proposed solution.
  As a part of this, we need to define the pc-1.0-precise machine type
  which can accept incoming migrations from pc-1.0 machines from a precise
  host.
  
  Since this machine type requires the old precise pxe-virtio rom, this
  bug is blocked on the FFE for the new ipxe-precise package, bug 1374617.

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

Title:
  [FFE] add pc-1.0-precise machine type

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


Re: [Bug 1377973] [NEW] lxc-destroy/lxc-stop gets stuck

2014-10-07 Thread Serge Hallyn
Quoting Nikola Krzalic (nik...@krzalic.com):
 Looks like the lxc-start command got stuck, after killing the process
 everything went back to normal.
...
 still, I find it a bit strange that not even lxc-ls was working properly

Right, we should find a way to keep lxc-stop and lxc-ls from hanging in
this case.  Perhaps after a (reasonably long) timeout we should assume
it is dead, hard-kill the container (in this case the owner of the
command socket), and continue.

(marking medium importance rather than high, per guidelines, since it
can be detected and worked around)

 status: confirmed
 importance: medium


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

** Changed in: lxc (Ubuntu)
   Status: Incomplete = 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/1377973

Title:
  lxc-destroy/lxc-stop gets stuck

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1377973/+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 1378388] Re: Performance regression uploading images to glance in juno

2014-10-07 Thread James Page
I think the problem is that glance is using a tiny calculated chunk size
(from python-glance-store):

chunk = self.conf.glance_store.rbd_store_chunk_size
self.chunk_size = chunk * (1024 ^ 2)

this should be (from original glance rbd driver):

   1024 ** 2

Resulting in alot of tiny chucked writes instead of the default 8MB
writes.

** Also affects: python-glance-store (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu)
 Assignee: (unassigned) = James Page (james-page)

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

Title:
  Performance regression uploading images to glance in juno

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1378388/+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 1378388] Re: Performance regression uploading images to glance in juno

2014-10-07 Thread James Page
I see this is fixed already in glance_store; hopefully there will be
another release soon, in the meantime I'll cherry-pick the commit that
fixes this issue.

** Changed in: glance (Ubuntu)
 Assignee: James Page (james-page) = (unassigned)

** Changed in: glance (Ubuntu)
   Status: New = Invalid

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

Title:
  Performance regression uploading images to glance in juno

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1378388/+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 1377136] Re: [SRU] icehouse 2014.1.3 point release

2014-10-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/heat

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

Title:
  [SRU] icehouse 2014.1.3 point release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1377136/+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 1370452] Re: [MIR] python-django-pyscss, python-pyscss

2014-10-07 Thread Matthias Klose
Override component to main
python-django-pyscss 1.0.3-0ubuntu1 in utopic: universe/misc - main
python-django-pyscss 1.0.3-0ubuntu1 in utopic amd64: 
universe/python/optional/100% - main
python-django-pyscss 1.0.3-0ubuntu1 in utopic arm64: 
universe/python/optional/100% - main
python-django-pyscss 1.0.3-0ubuntu1 in utopic armhf: 
universe/python/optional/100% - main
python-django-pyscss 1.0.3-0ubuntu1 in utopic i386: 
universe/python/optional/100% - main
python-django-pyscss 1.0.3-0ubuntu1 in utopic powerpc: 
universe/python/optional/100% - main
python-django-pyscss 1.0.3-0ubuntu1 in utopic ppc64el: 
universe/python/optional/100% - main
python-pyscss 1.2.1-0ubuntu2 in utopic: universe/misc - main
python-pyscss 1.2.1-0ubuntu2 in utopic amd64: universe/python/extra/100% - main
python-pyscss 1.2.1-0ubuntu2 in utopic arm64: universe/python/extra/100% - main
python-pyscss 1.2.1-0ubuntu2 in utopic armhf: universe/python/extra/100% - main
python-pyscss 1.2.1-0ubuntu2 in utopic i386: universe/python/extra/100% - main
python-pyscss 1.2.1-0ubuntu2 in utopic powerpc: universe/python/extra/100% - 
main
python-pyscss 1.2.1-0ubuntu2 in utopic ppc64el: universe/python/extra/100% - 
main
python3-pyscss 1.2.1-0ubuntu2 in utopic amd64: universe/python/extra/100% - 
main
python3-pyscss 1.2.1-0ubuntu2 in utopic arm64: universe/python/extra/100% - 
main
python3-pyscss 1.2.1-0ubuntu2 in utopic armhf: universe/python/extra/100% - 
main
python3-pyscss 1.2.1-0ubuntu2 in utopic i386: universe/python/extra/100% - main
python3-pyscss 1.2.1-0ubuntu2 in utopic powerpc: universe/python/extra/100% - 
main
python3-pyscss 1.2.1-0ubuntu2 in utopic ppc64el: universe/python/extra/100% - 
main
20 publications overridden.


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

** Changed in: python-django-pyscss (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-pyscss in Ubuntu.
https://bugs.launchpad.net/bugs/1370452

Title:
  [MIR] python-django-pyscss, python-pyscss

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django-pyscss/+bug/1370452/+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 1313935] Change abandoned on nova (master)

2014-10-07 Thread OpenStack Infra
Change abandoned by Thang Pham (thang.g.p...@gmail.com) on branch: master
Review: https://review.openstack.org/91866
Reason: Abandoning this patch, so a new patch can be spun up with updated code.

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

Title:
  tenant is required for quota-update but not for quota-show

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1313935/+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-u-maas] Server team specific MAAS work for Utopic

2014-10-07 Thread Greg Lutostanski
Blueprint changed by Greg Lutostanski:

Work items changed:
  Work items:
- SRU version 1.5.4 of MAAS into Trusty: INPROGRESS
- MIR amtterm: TODO
- Add maas-samba as optional dep: TODO
+ SRU version 1.5.4 of MAAS into Trusty: DONE
+ Remove celery deps from 1.7 in Utopic: DONE
  Testing for maas-region and maas-cluster charm: TODO
- Re-write maas-enlist in python: TODO
+ Re-write maas-enlist in python: POSTPONED

-- 
Server team specific MAAS work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-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-u-curtin] Curtin work for Utopic

2014-10-07 Thread Scott Moser
Blueprint changed by Scott Moser:

Work items changed:
  Work items for ubuntu-14.08:
  documentation cleanups: INPROGRESS
  
  Work items:
- change maas template to use config-archive: TODO
+ change maas template to use config-archive: POSTPONED
  LVM/RAID support (stretch goal - only if requested): TODO
  add ability to optionally create a swapfile: DONE

-- 
Curtin work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-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


[Bug 1183374] Re: irqbalance crashed with SIGSEGV in place_irq_in_node()

2014-10-07 Thread Alberto Salvia Novella
** Information type changed from Private to Public

** Changed in: irqbalance (Ubuntu)
   Status: Confirmed = Won't Fix

** Changed in: irqbalance (Ubuntu)
   Status: Won't Fix = Triaged

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

Title:
  irqbalance crashed with SIGSEGV in place_irq_in_node()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1183374/+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 1378441] [NEW] add GCE support for cloud-init on 12.04

2014-10-07 Thread Ben Howard
Public bug reported:

[Impact] GCE is not supported by Cloud-init for 12.04. This SRU is a
cloud-enablement request.

[Test Case]
1. Build image from -proposed, upload it to GCE, OpenStack, Windows Azure, EC2 
and Joyent
   - confirm that non-GCE Clouds boot
   - confirm that /var/lib/cloud-init.log is clean of GCE Datasource errors
   - confirm that GCE boots and is accessable via SSH
   - confirm that GCE /var/log/cloud-init.log is clean of datasource errors
2. Upgrade cloud-init on EC2, OpenStack, Windows Azure, and Joyent
   - install from -proposed
   - reboot instance
   - confirm that GCE DS is ignored

[Regression Potential] Low for existing instances. The GCE Datasource
will be enabled by default. However, for existing instances Cloud-init
is configured to use a white list of datasources: the new GCE Datasource
will be ignored.

The is also low for new images. The GCE Datasource is the final
Datasource, meaning that it will only be claimed if no other Datasource
is used.

** Affects: cloud-init (Ubuntu)
 Importance: Medium
 Assignee: Daniel Watkins (daniel-thewatkins)
 Status: In Progress

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

Title:
  add GCE support for cloud-init on 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1378441/+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 1362053] Re: Provide Juju details on Horizon

2014-10-07 Thread James Page
I'm proposing putting the 'Download Juju Environment File' link under

   Access  Security/API Access

alongside the 'Download OpenRC File' and 'Download ec2 Credentials'
links as this keeps all 'download something' functions in a common
location.

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

Title:
  Provide Juju details on Horizon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1362053/+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 1362053] Re: Provide Juju details on Horizon

2014-10-07 Thread James Page
Proposed template for environment file download:

# To use Juju with your Openstack cloud:
#1. Run: apt-get install juju
#2. Copy this file to $HOME/.juju/environments.yaml
#3. Complete any empty fields
#4. Run 'juju bootstrap' and deploy services!
#
# To find out more about juju visit http://juju.ubuntu.com
environments:
  openstack:
type: openstack
auth-url: {{ auth_url }}
auth-mode: userpass
use-floating-ip: true
# Please provide the UUID of network to use if you have
# more than one network configured for your tenant.
# network:
region: {{ region }}
username: {{ user }}
# Please provide the password you use to access the
# OpenStack cloud.
password:
tenant-name: {{ tenant_name }}


** Changed in: horizon (Ubuntu)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: horizon (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Provide Juju details on Horizon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1362053/+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 1378434] [NEW] 14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

2014-10-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have an asterisk server running in a KVM and give it access to the storage 
array of the host via 9p.
/etc/apparmor.d/abstractions/libvirt-qemu was missing the permissions for capa 
fowner and capa fsetid which are necessary for full access to the shares and 
which I fixed myself. Now, additionally, it seems that the helper for the KVMs 
only sets r and w permissions for the 9p shares. For full access in this case, 
also the link permission is needed. Manually adding the l flag to 
/etc/apparmor.d/libvirt-qemu/UUID.files does NOT work. The permission 
structure seems to be hardcoded in the source of the helper. Typical log entry:

Oct  7 19:04:14 nostromo kernel: [498751.395000] type=1400
audit(1412697854.669:203): apparmor=DENIED operation=link profile
=libvirt-d2719da3-1869-9cee-b02f-8d86458bbea2
name=/storage/asterisk/spool/voicemail/default/1102/Old/.lock pid=7775
comm=pool requested_mask=l denied_mask=l fsuid=0 ouid=0
target=/storage/asterisk/spool/voicemail/default/1102/Old/.lock-
0fc30204

Possible solutions:
a) Add l permission to the source of the helper
b) Un-hardcode the permissions set by the helper and make them configurable 
through an /etc/default config or similar. This would be a preferable solution.
--- 
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Oct  2 00:29 seq
 crw-rw 1 root audio 116, 33 Oct  2 00:29 timer
AplayDevices: Error: [Errno 2] No such file or directory
ApportVersion: 2.14.1-0ubuntu3.4
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CRDA: Error: [Errno 2] No such file or directory
DistroRelease: Ubuntu 14.04
HibernationDevice: RESUME=UUID=28b31865-bf30-4c40-a9a6-32d44abec88b
InstallationDate: Installed on 2014-08-17 (50 days ago)
InstallationMedia: Ubuntu-Server 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.3)
MachineType: ASUSTeK COMPUTER INC. P9D-V Series
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
Package: linux (not installed)
PciMultimedia:
 
ProcFB: 0 astdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-36-generic 
root=UUID=c61299e4-1f7f-4807-aff6-0a3b4028b88c ro
ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-36-generic N/A
 linux-backports-modules-3.13.0-36-generic  N/A
 linux-firmware 1.127.7
RfKill: Error: [Errno 2] No such file or directory
Tags:  trusty
Uname: Linux 3.13.0-36-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
_MarkForUpload: True
dmi.bios.date: 11/13/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0601
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P9D-V Series
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 17
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0601:bd11/13/2013:svnASUSTeKCOMPUTERINC.:pnP9D-VSeries:pvrRev1.xx:rvnASUSTeKCOMPUTERINC.:rnP9D-VSeries:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
dmi.product.name: P9D-V Series
dmi.product.version: Rev 1.xx
dmi.sys.vendor: ASUSTeK COMPUTER INC.

** Affects: libvirt (Ubuntu)
 Importance: Medium
 Status: Confirmed


** Tags: apport-collected trusty
-- 
14.04: libvirt-qemu/apparmor: missing permissions for 9p shares
https://bugs.launchpad.net/bugs/1378434
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to libvirt 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 1378434] Re: 14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

2014-10-07 Thread sgofferj
That is no kernel bug. It's a bug in libvirt-aa-helper.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

** Package changed: linux (Ubuntu) = libvirt (Ubuntu)

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

Title:
  14.04: libvirt-qemu/apparmor: missing permissions for 9p shares

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1378434/+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 1362053] Re: Provide Juju details on Horizon

2014-10-07 Thread James Page
** Attachment added: api_access screen
   
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1362053/+attachment/4227645/+files/api_access.png

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

Title:
  Provide Juju details on Horizon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1362053/+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 1362053] Re: Provide Juju details on Horizon

2014-10-07 Thread James Page
** Attachment added: Overview - proposed (maybe)
   
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1362053/+attachment/4227643/+files/overview.png

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

Title:
  Provide Juju details on Horizon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1362053/+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 1362053] Re: Provide Juju details on Horizon

2014-10-07 Thread James Page
We can add it to the Overview page as well but this feels a little out-
of-place to me - I've included it in the attached screenshots.

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

Title:
  Provide Juju details on Horizon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1362053/+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 1378388] Re: Performance regression uploading images to glance in juno

2014-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package python-glance-store - 0.1.8-1ubuntu1

---
python-glance-store (0.1.8-1ubuntu1) utopic; urgency=medium

  * d/p/fix-rbd-chunk-size.patch: Cherry pick fix from upstream VCS to
correctly calculate RBD chunk size, resolving performance regression
with rbd backend (LP: #1378388).
 -- James Page james.p...@ubuntu.com   Tue, 07 Oct 2014 16:08:15 +0100

** Changed in: python-glance-store (Ubuntu)
   Status: New = Fix Released

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

Title:
  Performance regression uploading images to glance in juno

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1378388/+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 1378441] Re: add GCE support for cloud-init on 12.04

2014-10-07 Thread Daniel Watkins
** Branch linked: lp:~daniel-thewatkins/ubuntu/precise/cloud-
init/lp1374600

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

Title:
  add GCE support for cloud-init on 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1378441/+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 1320869] Re: apparmor=DENIED operation=ptrace profile=docker-default

2014-10-07 Thread Jamie Strandboge
lxc-docker-1.2.0 is the upstream package. docker.io is the Ubuntu package. This 
should be fixed in the Ubuntu packaging in 1.2.0~dfsg1-1ubuntu1:
docker.io (1.2.0~dfsg1-1ubuntu1) utopic; urgency=medium

  * debian/patches/sync-apparmor-with-lxc.patch: update AppArmor policy to
by in sync with LXC. Specifically this:
- reorganizes the rules to allow for easier comparison with other
  container policy
- adds comments for many rules
- adds bare dbus rule
- adds ptrace rule to allow ptracing ourselves
- adds deny mount options=(ro, remount, silent) - /
- allows hugetlbfs
- adds cgmanager mount
- adds /sys/fs/pstore mount
- more specific /sys/kernel/security mount options
- more specific /sys mount options
- more specific /proc/sys/kernel/* deny rules
- more specific /proc/sys/net deny rules
- more specific /sys/class deny rules
- more specific /sys/devices deny rules
- more specific /sys/fs deny rules

Specifically:
  # Allow us to ptrace ourselves
  ptrace peer=@{profile_name},


** Changed in: docker.io (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  apparmor=DENIED operation=ptrace profile=docker-default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1320869/+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 1377960] Re: xen domains not processed on shutdown

2014-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package xen - 4.4.0-0ubuntu9

---
xen (4.4.0-0ubuntu9) utopic; urgency=low

  * debian/scripts/xen-init-list: Modify code to only list domains started
by the xl command (when using libxl). Also working around a bug in the
list -l command of the xl toolstack which causes it to fail if there
are domains running which are not created by xl (like via libvirt)
(LP: #1377960).
 -- Stefan Bader stefan.ba...@canonical.com   Tue, 07 Oct 2014 11:05:44 +0200

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

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

Title:
  xen domains not processed on shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1377960/+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 1377130] Re: Crash at creation of bcache if caching size backing size

2014-10-07 Thread Chris J Arges
** Description changed:

  Hi,
  
  I found a bug that crashes the machine if you create a bcache where the
  caching device size is bigger than backing device.
  
  This case may happen if you create a bcache with a plan to add a bigger
  disk/partition/raid later to it.
  
  To reproduce it follow this steps:
  
  start a vm with utopic-amd64-desktop iso, it must have 2 disks, one of
  16G and on of 8G
  
-   apt-get update  apt-get install bcache-tools
-   /dev/sda is 16G caching device
-   /dev/sdb is 8G backing device
+   apt-get update  apt-get install bcache-tools
+   /dev/sda is 16G caching device
+   /dev/sdb is 8G backing device
  
- make-bcache --write-back --discard -C /dev/sda -B
- /dev/sdb
+   make-bcache --writeback --discard -C /dev/sda -B /dev/sdb
  
  now the machine is hanged!
  
  if you reboot and reinstall bcache-tools
  the bcache device has been created
  
-   
-   bcache-super-show -f /dev/sda:
-   ==
-   sb.magicok
-   sb.first_sector 8 [match]
-   sb.csum 45C96B38A79275A7 [match]
-   sb.version  0 [cache device]
+   
+   bcache-super-show -f /dev/sda:
+   ==
+   sb.magicok
+   sb.first_sector 8 [match]
+   sb.csum 45C96B38A79275A7 [match]
+   sb.version  0 [cache device]
  
-   dev.label   (empty)
-   dev.uuid155ab65e-e74a-4ca8-91da-467ef696db63
-   dev.sectors_per_block   1
-   dev.sectors_per_bucket  1024
-   dev.cache.first_sector  1024
-   dev.cache.cache_sectors 33553408
-   dev.cache.total_sectors 33554432
-   dev.cache.ordered   no
-   dev.cache.discard   yes
-   dev.cache.pos   0
-   dev.cache.replacement   0 [lru]
+   dev.label   (empty)
+   dev.uuid155ab65e-e74a-4ca8-91da-467ef696db63
+   dev.sectors_per_block   1
+   dev.sectors_per_bucket  1024
+   dev.cache.first_sector  1024
+   dev.cache.cache_sectors 33553408
+   dev.cache.total_sectors 33554432
+   dev.cache.ordered   no
+   dev.cache.discard   yes
+   dev.cache.pos   0
+   dev.cache.replacement   0 [lru]
  
- cset.uuid
- bcaa2595-bbc8-43a7-8c44-5d0aca0f3fc8
+   cset.uuid bcaa2595-bbc8-43a7-8c44-5d0aca0f3fc8
  
-   *
-   bcache-super-show /dev/sdb:
-   =
-   sb.magicok
-   sb.first_sector 8 [match]
-   sb.csum F37A1BB08A7F5DE7 [match]
-   sb.version  1 [backing device]
+   *
+   bcache-super-show /dev/sdb:
+   =
+   sb.magicok
+   sb.first_sector 8 [match]
+   sb.csum F37A1BB08A7F5DE7 [match]
+   sb.version  1 [backing device]
  
-   dev.label   (empty)
-   dev.uuid341f1c83-1797-4157-aa9e-524107db5606
-   dev.sectors_per_block   1
-   dev.sectors_per_bucket  1024
-   dev.data.first_sector   16
-   dev.data.cache_mode 1 [writeback]
-   dev.data.cache_state0 [detached]
+   dev.label   (empty)
+   dev.uuid341f1c83-1797-4157-aa9e-524107db5606
+   dev.sectors_per_block   1
+   dev.sectors_per_bucket  1024
+   dev.data.first_sector   16
+   dev.data.cache_mode 1 [writeback]
+   dev.data.cache_state0 [detached]
  
-   cset.uuid   bcaa2595-bbc8-43a7-8c44-5d0aca0f3fc8
-   *
+   cset.uuid   bcaa2595-bbc8-43a7-8c44-5d0aca0f3fc8
+   *
  
  you can format it:
-   mkfs.ext4 /dev/bcache0
-   Rejet des blocs de périphérique : complété
-   Creating filesystem with 2097150 4k blocks and 524288 inodes
-   Filesystem UUID: b99a09de-3a92-4a44-82cd-29f75f8bf0c9
-   Superblocs de secours stockés sur les blocs :
-32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
+   mkfs.ext4 /dev/bcache0
+   Rejet des blocs de périphérique : complété
+   Creating filesystem with 2097150 4k blocks and 524288 inodes
+   Filesystem UUID: b99a09de-3a92-4a44-82cd-29f75f8bf0c9
+   Superblocs de secours stockés sur les blocs :
+    32768, 98304, 163840, 229376, 294912, 819200, 

[Bug 302148] Re: Separate the ntlm_auth features that Wine needs into another package that doesn't require winbindd client.

2014-10-07 Thread Launchpad Bug Tracker
This bug was fixed in the package wine1.6 - 1:1.6.2-0ubuntu6

---
wine1.6 (1:1.6.2-0ubuntu6) utopic; urgency=medium

  * Remove experimental pthread patch (causes regressions)
- http://bugs.winehq.org/show_bug.cgi?id=36772
- http://bugs.winehq.org/show_bug.cgi?id=36744
  * Actually apply the extraneously large buffer revert patch
- Was somehow turned off in previous update
- Reduces audio latency; upstream only increased buffer for non-linux 
drivers
  * Build-depend on ocl-icd-opencl-dev instead of its deps (LP: #1371196)
- Remove direct build-depend on ocl-icd-libopencl1 and opencl-headers
  * Add Arabic and Japanese translations for the .desktop files (LP: #1320290)
- Thank you Akira Nakagawa
  * Remove ocl-icd-libopencl1 from recommends (LP: #1313123, #1376587)
- Spurious as there is an automatic dependency on it or its substitutes
- Might fix some installability problems on proprietary drivers
  * Exclude libpulse0 from auto-dependency generation (LP: #1226314)
- It correctly remains a recommends, as it is possible to run Wine without 
pulseaudio
- debian/rules: exclude winepulse.drv.so from parsing by dh_shlibdeps
  * Import patch to mostly fix wine icon appearing instead of app icon (LP: 
#1103833)
- Patch courtesy Michael Müller, possibly to be replaced by later patches
  * Downgrade winbind from Recommends to Suggests (LP: #302148)
 -- Scott Ritchie scottritc...@ubuntu.com   Mon, 06 Oct 2014 14:22:27 -0700

** Changed in: wine1.6 (Ubuntu)
   Status: Triaged = Fix Released

** Bug watch added: Wine Bugzilla #36772
   http://bugs.winehq.org/show_bug.cgi?id=36772

** Bug watch added: Wine Bugzilla #36744
   http://bugs.winehq.org/show_bug.cgi?id=36744

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

Title:
  Separate the ntlm_auth features that Wine needs into another package
  that doesn't require winbindd client.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/302148/+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 1377142] Re: Bcache doesn't allow full unregistering without rebooting

2014-10-07 Thread Chris J Arges
bug 1377130 is the other bug referenced by this one

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

Title:
  Bcache doesn't allow full unregistering without rebooting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcache-tools/+bug/1377142/+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 1377130] Re: Crash at creation of bcache if caching size backing size

2014-10-07 Thread Chris J Arges
I could not easily reproduce this with a VM according to your instructions. Are 
there other factors that are necessary to hit this issue?
When the machine hangs do you have any message printed to the console showing 
the backtrace?

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

Title:
  Crash at creation of bcache if caching size  backing size

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcache-tools/+bug/1377130/+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 1374612] Re: [FFE] add pc-1.0-precise machine type

2014-10-07 Thread Serge Hallyn
Using the ipxe-precise package from ppa:serge-hallyn/qemu-migration2,
migration from 12.04-14.04 (using -proposed for both) succeeded.  I
also ran a full test-qemu.py from lp:qa-regressoin-testing with no
errors.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [FFE] add pc-1.0-precise machine type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1374612/+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-u-openstack-charms] OpenStack Charm work for Utopic

2014-10-07 Thread Ryan Beisner
Blueprint changed by Ryan Beisner:

Work items changed:
  Work items for ubuntu-14.05:
  [gnuoy] charm-helpers unit testing: DONE
  
  Work items for ubuntu-14.06:
  [mikemc] Simplestreams image sync charm: DONE
  [niedbalski] swift-storage block device persistence through reboots: DONE
  [gnuoy] Split neutron API from nova-cloud-controller: DONE
  [gnuoy] New neutron-openvswitch subordinate charm: DONE
  [corey.bryant] amulet testing approach for openstack charms: DONE
  [james-page] network reference architecture for openstack charms: DONE
  [james-page] nova-compute-vmware charm: DONE
  [james-page] cinder-vmware charm: DONE
  [zulcss] nova-compute-power charm: DONE
  
  Work items for ubuntu-14.07:
  [corey.bryant] amulet tests - keystone: DONE
  [corey.bryant] amulet tests - quantum-gateway: DONE
  [1chb1n] amulet tests - glance: DONE
  [corey.bryant] amulet tests - nova-compute: DONE
  [corey.bryant] amulet tests - nova-cloud-controller: DONE
  [corey.bryant] amulet tests - swift-proxy, swift-storage: DONE
  [james-page] Multiple network support across openstack charms: DONE
  Backport haproxy 1.5.x to trusty: DONE
  
  Work items for ubuntu-14.09:
  [james-page] HTTPS support with network-split configurations: DONE
  [james-page] hacluster charm updates to support reconfiguration: DONE
  amulet tests - cinder: DONE
  [corey.bryant] amulet tests - ceph-*: DONE
  [james-page] Updates to neutron charms for hyper-v integration: DONE
  [xianghui] Add IPv6 support to the charms: DONE
  Enable haproxy backport for 14.04 (supporting IPv6 backends + TLS): DONE
  
  Work items:
  [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
  worker configuration - cinder, glance, keystone, neutron-api: INPROGRESS
  juno release review across openstack charms: INPROGRESS
  Add support to mysql charm for network-splits: TODO
  Add support to heat charm for network-splits: POSTPONED
  Add support to mongodb charm for network-splits: TODO
  [james-page] Charm developer documentation: POSTPONED
  [james-page] Charm template for charm-tools: POSTPONED
  swift-proxy unit testing: POSTPONED
  nova-compute unit testing: POSTPONED
  nova-cloud-controller unit testing: POSTPONED
  HA cluster in-depth monitoring: POSTPONED
  [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
  [gnuoy] Spice/VNC support in nova charms: DONE
  Nagios nrpe sub-ordinate support for OpenStack charms: POSTPONED
  (stretch) MS-SQLServer as a backend for OpenStack: POSTPONED
  [corey.bryant] keystone deploy from git: INPROGRESS
+ make openstack-charm-testing a project: TODO

-- 
OpenStack Charm work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-openstack-charms

-- 
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 1231764] Re: package cinder-common 1:2013.1.2-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-10-07 Thread Amrit Singh
** Changed in: cinder (Ubuntu)
   Status: Expired = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/cinder/+question/255485

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

Title:
  package cinder-common 1:2013.1.2-0ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1231764/+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 1373261] Re: pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

2014-10-07 Thread Julian Edwards
** Changed in: maas
Milestone: 1.7.0 = None

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

Title:
  pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1373261/+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 1373261] Re: pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

2014-10-07 Thread Christian Reis
Andres, can you assign this one to yourself?

** Changed in: maas
Milestone: None = 1.7.0

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

Title:
  pserv.yaml rewrite breaks when MAAS URL uses IPv6 address

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1373261/+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 1087183] Re: MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

2014-10-07 Thread Christian Reis
** Changed in: maas
 Assignee: (unassigned) = Raphaël Badin (rvb)

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

Title:
  MaaS cloud-init configuration specifies 'manage_etc_hosts: localhost'

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1087183/+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 1315026] Re: [Dell Inc. XPS M1330][14.04 Regression] suspend/resume failure

2014-10-07 Thread mexlinux
I upgraded to 14.10 this bugs is gone.
And resume is incredible fast!

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

Title:
  [Dell Inc. XPS M1330][14.04 Regression] suspend/resume failure

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


Re: [Bug 1370628] Re: [FFe] MAAS New 1.7 Upstream Release

2014-10-07 Thread Scott Kitterman
Does this still required the psycopg2 change?

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

Title:
  [FFe] MAAS New 1.7 Upstream Release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1370628/+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 1352320] Re: Upgrading libvirt fails if /var/log is in tmpfs

2014-10-07 Thread Launchpad Bug Tracker
[Expired for libvirt (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Upgrading libvirt fails if /var/log is in tmpfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1352320/+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 1250435] Re: CNAME record leaks into juju's private-address, breaks host based access control

2014-10-07 Thread Julian Edwards
1.6 is not going to be uploaded to any Ubuntu release, please look out
for 1.7 in Utopic.  1.7 *may* be backported to Trusty but it depends on
ongoing techboard approval.

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

Title:
  CNAME record leaks into juju's private-address, breaks host based
  access control

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1250435/+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 1348972] Re: Default address space limit is too small for some PAM modules

2014-10-07 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/vsftpd

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

Title:
  Default address space limit is too small for some PAM modules

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