[Bug 522509] Re: [FFE] tftpd-hpa doesn't start on boot

2014-06-19 Thread Tal Liron
Richard Sarkis is exactly correct: the problem exists in 14.04, and his
solution works. The problem indeed did not exist in 12.04.

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

Title:
  [FFE] tftpd-hpa doesn't start on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/522509/+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 1329015] Re: getdeb repository not work

2014-06-19 Thread Linuxrider
Hallo I experienced this very same issue.

I looked into the squid access log and found the following:

1403166246.295317 192.168.0.29 TCP_MISS/302 778 GET 
http://archive.getdeb.net/ubuntu/dists/trusty-getdeb/games/i18n/Translation-de.bz2
 - HIER_DIRECT/144.76.200.19 text/html
1403166246.297  0 192.168.0.29 TCP_DENIED/403 3727 GET 
http://screenshots.getdeb.net/dists/trusty-getdeb/games/i18n/Translation-de.bz2 
- HIER_NONE/- text/html

So for indexes you have a simple solution:
use .getdeb.net instead of archive.getdeb.net!

But then I stumbled upon another redirect issue:

1403167869.858   1193 192.168.178.24 TCP_MISS/302 429 GET 
http://archive.getdeb.net/ubuntu/pool/apps/c/calibre/calibre-bin_1.40.0-1%7egetdeb1_amd64.deb
 - HIER_DIRECT/144.76.200.19 application/x-debian-package
1403167870.920  0 192.168.178.24 TCP_DENIED/403 3770 GET 
http://mirror.lagoon.nc/pub/getdeb/ubuntu/pool/apps/c/calibre/calibre-bin_1.40.0-1%7egetdeb1_amd64.deb
 - HIER_NONE/- text/html

So I had to add some more line to the mirror list.
And now it works flawlessly so far.

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

Title:
  getdeb repository not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1329015/+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 1331909] Re: Python Traceback issues when maas login

2014-06-19 Thread Ardian Nur Fazri
OK,
i will review my report.

Today i reinstall ubuntu without Multiple server install with MAAS,
but use apt-get.

Login maas via command line success.
Create ssh-keygen success.

When i copy id_rsa.pub text into MaaS SSH configuration, i always get
invalid SSH public Key.

Can anybody help me?

** Summary changed:

- Python Traceback issues when maas login
+ Always get invalid SSH Public Key

** Tags removed: login

** Description changed:

  Hello,
  
  I want to report a bug.
  
  I'm sorry for my bad english.
  
  This is my ubuntu :
  
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  
  I have been installed ubuntu server include maas via Multiple server install 
with MAAS on HP Proliant ML370 G5.
  I successfull install a node, and comission it untill ready (Status is Ready 
now).
  
  When i want to start node, MAAS said i need to register SSH key first on
  preference.
  
  So, i want to login into maas via command line whit this command :
  
  sudo maas login [my_account] [http://my_ip/MAAS/api/1.0] [my_api_key]
  
  then this report appear :
  
  Traceback (most recent call last):
-   File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
- __main__, fname, loader, pkg_name)
-   File /usr/lib/python2.7/runpy.py, line 72, in _run_code
- exec code in run_globals
-   File /usr/lib/python2.7/dist-packages/maascli/__main__.py, line 20, in 
module
- main()
-   File /usr/lib/python2.7/dist-packages/maascli/__init__.py, line 29, in 
main
- locale.setlocale(locale.LC_ALL, )
-   File /usr/lib/python2.7/locale.py, line 579, in setlocale
- return _setlocale(category, locale)
+   File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
+ __main__, fname, loader, pkg_name)
+   File /usr/lib/python2.7/runpy.py, line 72, in _run_code
+ exec code in run_globals
+   File /usr/lib/python2.7/dist-packages/maascli/__main__.py, line 20, in 
module
+ main()
+   File /usr/lib/python2.7/dist-packages/maascli/__init__.py, line 29, in 
main
+ locale.setlocale(locale.LC_ALL, )
+   File /usr/lib/python2.7/locale.py, line 579, in setlocale
+ return _setlocale(category, locale)
+ locale.Error: unsupported locale setting
+ 
+ I think that commands was right, because when i use maas-cli this report
+ appear :
+ 
+ WARNING: The maas-cli command is deprecated and will be removed in a future
+   version.  From now on please use 'maas' instead.
+ Traceback (most recent call last):
+   File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
+ __main__, fname, loader, pkg_name)
+   File /usr/lib/python2.7/runpy.py, line 72, in _run_code
+ exec code in run_globals
+   File /usr/lib/python2.7/dist-packages/maascli/__main__.py, line 20, in 
module
+ main()
+   File /usr/lib/python2.7/dist-packages/maascli/__init__.py, line 29, in 
main
+ locale.setlocale(locale.LC_ALL, )
+   File /usr/lib/python2.7/locale.py, line 579, in setlocale
+ return _setlocale(category, locale)
  locale.Error: unsupported locale setting
  
  
- I think that commands was right, because when i use maas-cli this report 
appear :
  
- WARNING: The maas-cli command is deprecated and will be removed in a future
-   version.  From now on please use 'maas' instead.
- Traceback (most recent call last):
-   File /usr/lib/python2.7/runpy.py, line 162, in _run_module_as_main
- __main__, fname, loader, pkg_name)
-   File /usr/lib/python2.7/runpy.py, line 72, in _run_code
- exec code in run_globals
-   File /usr/lib/python2.7/dist-packages/maascli/__main__.py, line 20, in 
module
- main()
-   File /usr/lib/python2.7/dist-packages/maascli/__init__.py, line 29, in 
main
- locale.setlocale(locale.LC_ALL, )
-   File /usr/lib/python2.7/locale.py, line 579, in setlocale
- return _setlocale(category, locale)
- locale.Error: unsupported locale setting
+ ---
  
- Thanks before.
+ Today i reinstall ubuntu without Multiple server install with MAAS,
+ but use apt-get.
+ 
+ Login maas via command line success.
+ Create ssh-keygen success.
+ 
+ When i copy id_rsa.pub text into MaaS SSH configuration, i always get
+ invalid SSH public Key.
+ 
+ Can anybody help me?

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

Title:
  Always get invalid SSH Public Key

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1331909/+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 1310653] Re: python-vm-builder in Precise unable to build Trusty images

2014-06-19 Thread Brian Candler
related (duplicate of?) #1287943

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

Title:
  python-vm-builder in Precise unable to build Trusty images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1310653/+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 1297224] Re: Improve xen packages and hvm domUs support

2014-06-19 Thread Fantu
Also xendomains init update tested (on debian sid) and working.
Can be used also on ubuntu with cherry-pick of:
https://github.com/Fantu/pkg-xen/commit/6f0ef68441c2c8e20e7170df25821baa8b03515d
https://github.com/Fantu/pkg-xen/commit/0b7bda2d553655c345f09f9814aae43bccec6130

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

Title:
  Improve xen packages and hvm domUs support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1297224/+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 281882] Re: ssh hangs in initial handshaking when using IPv6

2014-06-19 Thread Mike Bordignon
Update: it works if I change the cipher (to blowfish, in this instance).
Doesn't work using aes128.

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

Title:
  ssh hangs in initial handshaking when using IPv6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/281882/+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 281882] Re: ssh hangs in initial handshaking when using IPv6

2014-06-19 Thread Mike Bordignon
I'm seeing this same issue on Ubuntu 14.04 LTS using OpenSSH 1.0.1f.

mab@source:~$ ssh -v mtaxxx
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to mtaxxx [ip address hidden] port 22.
debug1: Connection established.
debug1: identity file /home/mab/.ssh/id_rsa type -1
debug1: identity file /home/mab/.ssh/id_rsa-cert type -1
debug1: identity file /home/mab/.ssh/id_dsa type 2
debug1: identity file /home/mab/.ssh/id_dsa-cert type -1
debug1: identity file /home/mab/.ssh/id_ecdsa type -1
debug1: identity file /home/mab/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/mab/.ssh/id_ed25519 type -1
debug1: identity file /home/mab/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 
Ubuntu-2ubuntu2
debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 pat OpenSSH_6.6.1* compat 
0x0400
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client aes128-ctr hmac-md5-...@openssh.com none
debug1: kex: client-server aes128-ctr hmac-md5-...@openssh.com none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
Connection closed by ip6 address

I can ping6 the host, see the traffic getting there in tcpdump, but SSH
won't connect (over v6).

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

Title:
  ssh hangs in initial handshaking when using IPv6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/281882/+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 1287943] Re: vm-builder needs trusty suite

2014-06-19 Thread Brian Candler
I see hang at Base system installed successfully too, building Trusty
VM under Precise 64-bit.

Last three lines of ps auxwww are:

root 20430  0.1  0.0  40060  9716 pts/2S+   10:36   0:00 
/usr/bin/python /usr/bin/vmbuilder kvm ubuntu --suite trusty --hostname trusty 
--mem 512 --debug --dest /var/lib/libvirt/images/trusty
root 20432  0.0  0.0  0 0 pts/2Z+   10:36   0:00 [debootstrap] 
defunct
root 31685  0.0  0.0   9892  1180 ?Ss   10:37   0:00 udevd --daemon

There is a zombie debootstrap.

# pstree -s 20432
init───sshd───sshd───sshd───bash───sudo───bash───vmbuilder───debootstrap

# ps -o pid,ppid -C debootstrap
  PID  PPID
20432 20430

Same backtrace from ctrl-C:

^CTraceback (most recent call last):
  File /usr/bin/vmbuilder, line 24, in module
cli.main()
  File /usr/lib/python2.7/dist-packages/VMBuilder/contrib/cli.py, line 216, 
in main
distro.build_chroot()
  File /usr/lib/python2.7/dist-packages/VMBuilder/distro.py, line 83, in 
build_chroot
self.call_hooks('bootstrap')
  File /usr/lib/python2.7/dist-packages/VMBuilder/distro.py, line 67, in 
call_hooks
call_hooks(self, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/VMBuilder/util.py, line 165, in 
call_hooks
getattr(context, func, log_no_such_method)(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/VMBuilder/plugins/ubuntu/distro.py, 
line 136, in bootstrap
self.suite.debootstrap()
  File /usr/lib/python2.7/dist-packages/VMBuilder/plugins/ubuntu/dapper.py, 
line 269, in debootstrap
run_cmd(*cmd, **kwargs)
  File /usr/lib/python2.7/dist-packages/VMBuilder/util.py, line 113, in 
run_cmd
fds = select.select([x.file for x in [mystdout, mystderr] if not x.closed], 
[], [])[0]
KeyboardInterrupt

So it's definitely a question of python waiting for data from the child,
but the child has gone away.

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

Title:
  vm-builder needs trusty suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1287943/+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 1330120] Re: facter doesn't handle can't open /proc/interrupts at /usr/bin/lsdev line 15.

2014-06-19 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

/proc/interrupts exists on all Ubuntu systems. It seems to me that
you're running some kind of modified version of Ubuntu if you don't have
one. I suggest that you take this up with your hosting provider.

Since this doesn't appear to be a bug in Ubuntu, I'm marking this bug
Invalid. If this is not correct, please explain and reopen.

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

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

Title:
  facter doesn't handle can't open /proc/interrupts at /usr/bin/lsdev
  line 15.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/1330120/+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 1287943] Re: vm-builder needs trusty suite

2014-06-19 Thread Brian Candler
There is a nasty race condition in the code, which is easily fixed:

--- /usr/share/pyshared/VMBuilder/util.py.orig  2010-06-10 17:20:58.0 
+
+++ /usr/share/pyshared/VMBuilder/util.py   2014-06-19 10:57:09.723017475 
+
@@ -108,9 +108,12 @@
 mystdout = NonBlockingFile(proc.stdout, logfunc=logging.debug)
 mystderr = NonBlockingFile(proc.stderr, logfunc=(ignore_fail and 
logging.debug or logging.info))

-while not (mystdout.closed and mystderr.closed):
+while True:
+fdset = [x.file for x in [mystdout, mystderr] if not x.closed]
+if not fdset:
+break
 # Block until either of them has something to offer
-fds = select.select([x.file for x in [mystdout, mystderr] if not 
x.closed], [], [])[0]
+fds = select.select(fdset, [], [])[0]
 for fp in [mystderr, mystdout]:
 if fp.file in fds:
 fp.process_input()

Unfortunately that doesn't fix the problem :-(

Adding debugging shows that mystdout remains open, but does not show
ready to read from select().

Oddly, it seems that mystderr.closed becomes true almost immediately
after starting debootstrap.

2014-06-19 11:16:11,884 DEBUG   : Calling bootstrap method in context plugin 
VMBuilder.plugins.ubuntu.distro.
2014-06-19 11:16:11,884 DEBUG   : ['/usr/sbin/debootstrap', '--arch=i386', 
'trusty', '/tmp/tmpBQAxhc', 
'http://apt.ws.nsrc.org:3142/archive.ubuntu.com/ubuntu']
*** Starting ['/usr/sbin/debootstrap', '--arch=i386', 'trusty', 
'/tmp/tmpBQAxhc', 'http://apt.ws.nsrc.org:3142/archive.ubuntu.com/ubuntu'] ***
mystdout=VMBuilder.util.NonBlockingFile object at 0x7fcade825550, closed=False
mystderr=VMBuilder.util.NonBlockingFile object at 0x7fcade825610, closed=False
fdset=[open file 'fdopen', mode 'rb' at 0x7fcadea726f0, open file 
'fdopen', mode 'rb' at 0x7fcadea72780]
selecting...
fds=[open file 'fdopen', mode 'rb' at 0x7fcadea72780]
mystdout=VMBuilder.util.NonBlockingFile object at 0x7fcade825550, closed=False
mystderr=VMBuilder.util.NonBlockingFile object at 0x7fcade825610, closed=True
fdset=[open file 'fdopen', mode 'rb' at 0x7fcadea726f0]
selecting...
fds=[open file 'fdopen', mode 'rb' at 0x7fcadea726f0]

It could be true that debootstrap closes stderr immediately of course.

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

Title:
  vm-builder needs trusty suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1287943/+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 1287943] Re: vm-builder needs trusty suite

2014-06-19 Thread Brian Candler
I can replicate this issue with a standalone python script.
http://pastebin.com/vTREYc9n

It hangs at:
read stdout: 'I: Base system installed successfully.\n'

Furthermore, if I add a timeout to select and force it to read anyway, I
get an IOError:

read stdout: [Errno 11] Resource temporarily unavailable

It's easy to eliminate the zombie child. You can reap the child
explicitly by adding this to the main loop:

sys.stderr.write(poll=%s\n % repr(proc.poll()))

However even after the child has terminated, select() still says there's
no data to read, and read() gives EAGAIN.

Note: changing the code to use proc.communicate() also hangs and leaves
a zombie child. And that uses threads rather than non-blocking sockets.

This looks very much like a bug in python to me.

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

Title:
  vm-builder needs trusty suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1287943/+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-ceph] Ceph activities for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
- Work items:
- move to new version of ceph: TODO
+ Work items for ubuntu-14.06:
  get dependency gap list for calamari: TODO
  resolve dependency gap for calamari: TODO
- add calamari: TODO
+ 
+ Work items for ubuntu-14.07:
+ Update to latest stable release of Ceph: TODO
+ Package calamari and required dependencies: TODO
+ 
+ Work items for ubuntu-14.10:
  charm calamari (stretch goal for 14.10): TODO

-- 
Ceph activities for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-ceph

-- 
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-ceph] Ceph activities for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.06:
  get dependency gap list for calamari: TODO
  resolve dependency gap for calamari: TODO
  
  Work items for ubuntu-14.07:
  Update to latest stable release of Ceph: TODO
  Package calamari and required dependencies: TODO
+ Update ceph-radosgw charm to support use with embedded web container: TODO
  
  Work items for ubuntu-14.10:
  charm calamari (stretch goal for 14.10): TODO

-- 
Ceph activities for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-ceph

-- 
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-ceph] Ceph activities for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Whiteboard set to:
[USER STORIES]
Alice is deploying Ceph on Ubuntu 14.04 LTS; she wants to upgrade to the latest 
stable release and is able todo this via the Ubuntu Cloud Archive for OpenStack 
Juno.

Frank is deploying the Ceph RADOS Gateway; he wants to use the new
embedded web functionality instead of Apache and is able todo this using
the ceph-radosgw charm.

Jonah wants to manage his Ceph deployment more effectively - he's able
to deploy and use Calamari using the ceph-calamari charm from the Juju
charm store.

[ASSUMPTIONS]
Calamari backend dependencies can be packaged for Debian/Ubuntu

[RISKS]
Calamari turns into a huge piece or work.

[IN SCOPE]
Calamari
Ceph +1 stable
systemd preview

[OUT OF SCOPE]

[USER ACCEPTANCE]
Tested next stable release on Ubuntu 14.10 and Ubuntu 14.04 (via CA).
Charms in charm store updated/promulgated.

[RELEASE NOTE/BLOG]
Ubuntu 14.10 includes the latest stable release of Ceph (version X.XX).  This 
release is also avaliable via the Ubuntu Cloud Archive for OpenStack Juno.

Ubuntu 14.10 includes a preview release of the Calamari monitoring and
adminstration toolkit for Ceph.

-- 
Ceph activities for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-ceph

-- 
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-ceph] Ceph activities for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Definition Status: New = Review

-- 
Ceph activities for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-ceph

-- 
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-ceph] Ceph activities for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Priority: Undefined = High

-- 
Ceph activities for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-ceph

-- 
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 1287943] Re: vm-builder needs trusty suite

2014-06-19 Thread Brian Candler
FYI: the system I'm using has kernel 3.8.0-42-generic, i.e. it was
installed at the time when the raring enablement stack was active.

I can now reproduce with just a few lines:

---
import subprocess

args = ['/usr/sbin/debootstrap', '--arch=i386', 'trusty', '/tmp/tmpBQAxhc', 
'http://archive.ubuntu.com/ubuntu']
stdin_arg = file('/dev/null', 'r')
proc = subprocess.Popen(args, stdin=stdin_arg, stdout=subprocess.PIPE, 
stderr=subprocess.STDOUT)

print repr(proc.communicate())
---

strace shows the hang here:

...
read(4, I: Configuring initramfs-tools., 1224) = 34
read(4, I: Base system installed success..., 1190) = 39
read(4, 0xd61919, 1151) = ? ERESTARTSYS (To be restarted)
--- SIGCHLD (Child exited) @ 0 (0) ---
read(4,

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

Title:
  vm-builder needs trusty suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1287943/+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-ceph] Ceph activities for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
+ [UOS Pads]
+ http://pad.ubuntu.com/uos-1406-ceph-plans-for-1410
+ 
  [USER STORIES]
  Alice is deploying Ceph on Ubuntu 14.04 LTS; she wants to upgrade to the 
latest stable release and is able todo this via the Ubuntu Cloud Archive for 
OpenStack Juno.
  
  Frank is deploying the Ceph RADOS Gateway; he wants to use the new
  embedded web functionality instead of Apache and is able todo this using
  the ceph-radosgw charm.
  
  Jonah wants to manage his Ceph deployment more effectively - he's able
  to deploy and use Calamari using the ceph-calamari charm from the Juju
  charm store.
  
  [ASSUMPTIONS]
  Calamari backend dependencies can be packaged for Debian/Ubuntu
  
  [RISKS]
  Calamari turns into a huge piece or work.
  
  [IN SCOPE]
  Calamari
  Ceph +1 stable
  systemd preview
  
  [OUT OF SCOPE]
  
  [USER ACCEPTANCE]
  Tested next stable release on Ubuntu 14.10 and Ubuntu 14.04 (via CA).
  Charms in charm store updated/promulgated.
  
  [RELEASE NOTE/BLOG]
  Ubuntu 14.10 includes the latest stable release of Ceph (version X.XX).  This 
release is also avaliable via the Ubuntu Cloud Archive for OpenStack Juno.
  
  Ubuntu 14.10 includes a preview release of the Calamari monitoring and
  adminstration toolkit for Ceph.

-- 
Ceph activities for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-ceph

-- 
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-databases] Database plans for Ubuntu 14.10

2014-06-19 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
+ [UOS]
+ http://pad.ubuntu.com/uos-1406-ubuntu-server-database-plans-for-1410
+ 
+ [USER STORIES]
+ [ASSUMPTIONS]
+ [RISKS]
+ [IN SCOPE]
+ [OUT OF SCOPE]
+ [USER ACCEPTANCE]
+ [RELEASE NOTE/BLOG]
+ 
  Move to newer version of mysql
  Move to newer version of percona-xtradb-cluster
  Include Percona-server
  Move to latest stable release of mongodb which includes support for arm64, 
need to look at version of libv8.
  Charm it all.

-- 
Database plans for Ubuntu 14.10
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-databases

-- 
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-databases] Database plans for Ubuntu 14.10

2014-06-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.06:
- mongodb 2.6 into Utopic (need to evaluate version of libv8 to include): TODO
+ Update mongodb from 2.4-2.6: TODO
  address automated testing gaps for PXC: TODO
  submit for MRE for PXC 5.5 for 14.04: TODO
  
  Work items for ubuntu-14.07:
  [racb] Complete virtual-mysql-* implementation: TODO
  [racb] Coordinate /var/lib/mysql - /var/lib/fork ownership migration: TODO
  [akhil-mohan] Handle /var/lib/fork migration for mysql-5.6: TODO
  Handle /var/lib/fork migration for Percona: TODO
  Handle /var/lib/fork migration for mariadb: TODO
  
  Work items for ubuntu-14.08:
  mysql 5.6 in main, drop mysql-5.5: TODO
  update percona-xtradb-cluster (PXC) to 5.6: TODO
  package percona-server (PS) 5.6 for Ubuntu: TODO
  
  Work items for ubuntu-14.10:
  percona to take ownership of charm for PXC: TODO
  percona charm for PS: TODO
  
  Work items:
  Improve process around mysql charm: TODO

-- 
Database plans for Ubuntu 14.10
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-databases

-- 
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-databases] Database plans for Ubuntu 14.10

2014-06-19 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  [UOS]
  http://pad.ubuntu.com/uos-1406-ubuntu-server-database-plans-for-1410
  
  [USER STORIES]
+ Toby wants to take advantage of the new features in mysql-5.6; he's able todo 
this using Ubuntu 14.10 as its the default, supported version of MySQL.
+ 
+ Mathilda wants to use some of the new storage engines avaliable in
+ Percona Server 5.6 - this is avaliable in Ubuntu 14.10 and she's able to
+ install and use this easily.
+ 
+ Gustavo wants to use the latest stable release of MongoDB - he's able to
+ deploy this using Ubuntu 14.10.
+ 
  [ASSUMPTIONS]
+ MySQL 5.6 ready for prime-time and default use.
+ Transition can happen within 1 cycle.
+ 
  [RISKS]
+ Lots of work, only 4 months left.
+ 
  [IN SCOPE]
+ MariaDB
+ MySQL
+ Percona Server
+ Percona XtraDB Cluster
+ MongoDB
+ 
  [OUT OF SCOPE]
+ 
  [USER ACCEPTANCE]
+ MySQL 5.5 and compatible alternatives no longer in archive.
+ Upgrade path for 5.5 users to 5.6 on upgrade to 14.10.
+ 
  [RELEASE NOTE/BLOG]
+ Ubuntu 14.10 includes MySQL 5.6 as the default version of MySQL; MySQL 5.5 
has been removed from the archive for this release and existing installations 
will be upgraded upon migration to 14.10.
  
- Move to newer version of mysql
- Move to newer version of percona-xtradb-cluster
- Include Percona-server
- Move to latest stable release of mongodb which includes support for arm64, 
need to look at version of libv8.
- Charm it all.
+ Ubuntu 14.10 includes the latest stable release of MongoDB (2.6.x).
+ Users are recommended to read the upstream upgrade notes, specifically
+ pre-flight checks and manual upgrade steps, before upgrading to Ubuntu
+ 14.10.

-- 
Database plans for Ubuntu 14.10
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-databases

-- 
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 1287943] Re: vm-builder needs trusty suite

2014-06-19 Thread Brian Candler
Argh. Scrub what I said about python. I can reproduce without python!

# /usr/sbin/debootstrap --arch=i386 trusty /tmp/tmpBQAxhc 
http://archive.ubuntu.com/ubuntu | strace cat db.out
...
read(0, I: Configuring initramfs-tools., 32768) = 34
write(1, I: Configuring initramfs-tools., 34) = 34
read(0, I: Base system installed success..., 32768) = 39
write(1, I: Base system installed success..., 39) = 39
read(0,

It hangs here - and there's no zombie child, so can't be debootstrap's
fault. This is something really weird with pipes.

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

Title:
  vm-builder needs trusty suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1287943/+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-databases] Database plans for Ubuntu 14.10

2014-06-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.06:
- Update mongodb from 2.4-2.6: TODO
- address automated testing gaps for PXC: TODO
- submit for MRE for PXC 5.5 for 14.04: TODO
+ [james-page] Update mongodb from 2.4-2.6: TODO
+ [mattgriffin] address automated testing gaps for PXC: TODO
+ [mattgriffin] submit for MRE for PXC 5.5 for 14.04: TODO
  
  Work items for ubuntu-14.07:
  [racb] Complete virtual-mysql-* implementation: TODO
  [racb] Coordinate /var/lib/mysql - /var/lib/fork ownership migration: TODO
  [akhil-mohan] Handle /var/lib/fork migration for mysql-5.6: TODO
- Handle /var/lib/fork migration for Percona: TODO
- Handle /var/lib/fork migration for mariadb: TODO
+ [gl-az] Handle /var/lib/fork migration for Percona: TODO
+ [otto] Handle /var/lib/fork migration for mariadb: TODO
  
  Work items for ubuntu-14.08:
- mysql 5.6 in main, drop mysql-5.5: TODO
- update percona-xtradb-cluster (PXC) to 5.6: TODO
- package percona-server (PS) 5.6 for Ubuntu: TODO
+ [racb] mysql 5.6 in main, drop mysql-5.5: TODO
+ [james-page] update percona-xtradb-cluster (PXC) to 5.6: TODO
+ [gl-az] package percona-server (PS) 5.6 for Ubuntu: TODO
  
  Work items for ubuntu-14.10:
- percona to take ownership of charm for PXC: TODO
- percona charm for PS: TODO
+ [gl-az] percona to take ownership of charm for PXC: TODO
+ [gl-az] percona charm for PS: TODO
  
  Work items:
- Improve process around mysql charm: TODO
+ [james-page] Improve process around mysql charm: TODO

-- 
Database plans for Ubuntu 14.10
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-databases

-- 
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 1287943] Re: vm-builder needs trusty suite

2014-06-19 Thread Brian Candler
OK, I found it.

During debootstrap run, a process udevd --daemon is started. It
persists when debootstrap gets to the end. If you kill it, the process
reading from debootstrap's stdout is able to terminate.

My guess is that stdout is being passed to that daemon, and it's holding
it open.

No idea of the fix though. Why is udevd being started in the first
place? If it's being started as a daemon, why is it not closing its
stdout? And if there is a reason for running it, shouldn't it be stopped
before debootstrap finishes?

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

Title:
  vm-builder needs trusty suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1287943/+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-juno] Openstack work for Utopic

2014-06-19 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items changed:
  Work items:
  * Relase Openstack juno-1 (June 12): TODO
  * Relase Openstack juno-2 (July 24): TODO
  * Relase Openstack juno-3 (Sept 4): TODO
  * Relase Openstack juno-rc1: TODO
  * Release Openstack juno final (Oct 16): TODO
  * Release Openstack 2014.1.1: INPROGRESS
  * Release Openstack 2014.1.2: TODO
  * Release Openstack 2014.1.3: TODO
  * Write MIR for trove: TODO
  * Package Sahara for utopic: TODO
  * Write MIR Sahara for utupic: TODO
  * Package and Write MIR oslo.log for utopic: TODO
  * Package and Write MIR oslo.db for utopic: TODO
  * Package and Write MIR oslo.il8n for utopic: TODO
  * Package and Write MIR oslo.config-generator for utopic: TODO
  * Package and Write MIR oslo.concurrency for utopic: TODO
  * Package and Write MIR oslo.local for utopic: TODO
  * Package and Write MIR oslo.serialization for utopic: TODO
  * Package and Write MIR oslo.text for utopic: TODO
  * Package and Write MIR oslo.utils for utopic: TODO
  * Package and Write MIR oslo.versionutils for utopic: TODO
  * Write Native LXC driver: INPROGRESS
  * Update python-pbr to 0.8.2: DONE
  * Update python-keystoneclient to 0.9.0: DONE
  * Update python-heatclient to 0.2.9: DONE
  * Update python-pycadf to 0.5.1: DONE
  * Add python3 packages for python-novaclient: TODO
  * Add python3 packages for python-glanceclient: TODO
  * Add python3 packages for python-cinderclient: TODO
  * Add python3 packages for python-swiftclient: TODO
  * Add python3 packages for python-keystoneclient: TODO
  * Add python3 packages for python-heatclient: TODO
  * Write MIR for python-logutils (LP: #1319909): INPROGRESS
  * Write MIR for python-singledispatch(LP: #1319909): INPROGRESS
  * Write MIR for python-rednose: POSTPONED
  * Write MIR for python-hacking: INPROGRESS
  * Write MIR for python-pyflake8: INPROGRESS
  * Write MIR for python-mccbase: INPROGRESS
+ * Update python-taskfow to 0.3.21: DONE

-- 
Openstack work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-openstack-juno

-- 
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 1299055] Re: Standing FFe for icehouse

2014-06-19 Thread James Page
** Changed in: neutron (Ubuntu)
   Status: New = Fix Released

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

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

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

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

Title:
  Standing FFe for icehouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1299055/+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] Re: tenant is required for quota-update but not for quota-show

2014-06-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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


Re: [Bug 1287943] Re: vm-builder needs trusty suite

2014-06-19 Thread Serge Hallyn
Please open a new bug against debootstraph for this, clearly specifying
your release and any ppa's (like cloud archive) you have enabled.  I
believe this was fixed by the 1.0.52 version, which we can SRU back to
precise if needed.

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

Title:
  vm-builder needs trusty suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1287943/+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 1299055] Re: Standing FFe for icehouse

2014-06-19 Thread James Page
** Changed in: horizon (Ubuntu)
   Status: New = Fix Released

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

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

Title:
  Standing FFe for icehouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1299055/+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-databases] Database plans for Ubuntu 14.10

2014-06-19 Thread James Page
Blueprint changed by James Page:

Definition Status: New = Review

-- 
Database plans for Ubuntu 14.10
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-databases

-- 
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-juju-core] Server team specific Juju work for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Assignee: James Page = Robie Basak

-- 
Server team specific Juju work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-juju-core

-- 
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-juju-core] Server team specific Juju work for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Priority: Undefined = High

-- 
Server team specific Juju work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-juju-core

-- 
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 1332114] [NEW] Please update mawk to latest upstream release - mawk in Ubuntu is 15 years old and very buggy :(

2014-06-19 Thread Mantas Kriaučiūnas
Public bug reported:

mawk in Ubuntu is 15 years old and very buggy (see
https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=mawk and
https://bugs.launchpad.net/ubuntu/+source/mawk , also bugs in other
products, like bug #1331381) :(

Almost all bugs, reported in Ubuntu and Debian are fixed in 1.3.4-
upstream releases, see http://invisible-island.net/mawk/CHANGES.html

Please update mawk to latest upstream release - all the other major
distributions (Fedora/Redhat, Suse, even FreeBSD) have switched to mawk
1.3.4-2013. Five years since the bug  asking to upload new mawk in
Debian didn't change anything, so, I'm reporting bug in Ubuntu -
sticking to 1.3.3 is now causing headeach to lots of people rather than
saving from regressions :(

Please, update mawk package in Ubuntu 14.10.

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

** Affects: mawk (Debian)
 Importance: Unknown
 Status: Unknown

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

Title:
  Please update mawk to latest upstream release - mawk in Ubuntu is 15
  years old and very buggy :(

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/1332114/+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-juju-core] Server team specific Juju work for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Whiteboard set to:
[USER STORIES]
Jeremy wants to use the latest version of Juju in his Ubuntu 14.04 server 
deployment; The latest stable Juju release is always provided via Ubuntu for 
14.04 users.


[ASSUMPTIONS]
Stable release exception granted for juju-core

[RISKS]
Upstream testing insufficient for stable release exception.
To volatile; dependency updates mean that this is no achievable.

[IN SCOPE]
juju-core
juju-quickstart

[OUT OF SCOPE]
juju-gui

[USER ACCEPTANCE]
Latest stable release of Juju in 14.10 and 14.04; stable release exception 
in-place going forwards.

[RELEASE NOTE/BLOG]
Ubuntu 14.10 includes the latest stable release of Juju, the service 
orchestration tool for Ubuntu Server.

-- 
Server team specific Juju work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-juju-core

-- 
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-juju-core] Server team specific Juju work for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Definition Status: New = Review

-- 
Server team specific Juju work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-juju-core

-- 
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-juju-core] Server team specific Juju work for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
+ Work items for ubuntu-14.06:
+ Update juju-core to latest 1.18.x release in 14.10 and 14.04: INPROGRESS
+ 
  Work items:
- Provide Juju 2.x in Trusty: TODO
+ Provide Juju 2.x in 14.04: TODO
  Land juju-core update in Utopic: TODO
  Land juju-quickstart update in Utopic: TODO

-- 
Server team specific Juju work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-juju-core

-- 
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 1332114] Re: Please update mawk to latest upstream release - mawk in Ubuntu is 15 years old and very buggy :(

2014-06-19 Thread Mantas Kriaučiūnas
** Bug watch added: Debian Bug tracker #554167
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554167

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

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

Title:
  Please update mawk to latest upstream release - mawk in Ubuntu is 15
  years old and very buggy :(

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/1332114/+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-06-19 Thread James Page
Blueprint changed by James Page:

Whiteboard set to:
[USER STORIES]
TBC


[ASSUMPTIONS]
[RISKS]
[IN SCOPE]
[OUT OF SCOPE]
[USER ACCEPTANCE]
[RELEASE NOTE/BLOG]

-- 
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-databases] Database plans for Ubuntu 14.10

2014-06-19 Thread James Page
Blueprint changed by James Page:

Priority: Undefined = High

-- 
Database plans for Ubuntu 14.10
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-databases

-- 
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-06-19 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: INPROGRESS
+ [gnuoy] New neutron-openvswitch subordinate charm: INPROGRESS
+ [corey.bryant] amulet testing approach for openstack charms: INPROGRESS
+ [james-page] network reference architecture for openstack charms: INPROGRESS
+ [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
+ [james-page] nova-compute-vmware charm: INPROGRESS
+ [james-page] cinder-vmware charm: INPROGRESS
+ [zulcss] nova-compute-power charm: INPROGRESS
+ 
+ Work items for ubuntu-14.07:
+ [gnuoy] Cells support for Nova: TODO
+ [corey.bryant] amulet tests - keystone: INPROGRESS
+ amulet tests - glance: TODO
+ amulet tests - cinder: TODO
+ amulet tests - nova-compute: TODO
+ amulet tests - nova-cloud-controller: TODO
+ amulet tests - swift-proxy, swift-storage: TODO
+ amulet tests - ceph-*: TODO
+ [james-page] Multiple network support across openstack charms: TODO
+ 
  Work items:
- Simplestreams image sync charm: TODO
+ [james-page] Charm developer documentation: TODO
+ [james-page] Charm template for charm-tools: TODO
  swift-proxy unit testing: TODO
- swift-storage block device persistence through reboots: TODO
  nova-compute unit testing: TODO
  nova-cloud-controller unit testing: TODO
  HA cluster in-depth monitoring: TODO
- Review multiple network support across charms: TODO
- Ephemeral ceph backend for nova-compute: TODO
- Cells support for Nova: TODO
+ [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
  Spice/VNC support in nova charms: TODO
- Multi-hypervisor support in nova charms: TODO
- Charm developer documentation: TODO
- Charm template for charm-tools: TODO
  Nagios nrpe sub-ordinate support for OpenStack charms: TODO
- charm-helpers unit testing: TODO
- amulet tests for all charms: TODO
- Split neutron API from nova-cloud-controller: TODO
- Refactor openvswitch l2 agent into subordinate: 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 1332114] Re: Please update mawk to latest upstream release - mawk in Ubuntu is 15 years old and very buggy :(

2014-06-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Please update mawk to latest upstream release - mawk in Ubuntu is 15
  years old and very buggy :(

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/1332114/+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-06-19 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  [USER STORIES]
- TBC
+ Tobias wants to add support for a new Neutron plugin to the OpenStack charms; 
he's able to quickly and easily add this by writing a new subordinate for L2 
management.
  
+ James is completely paranoid about regressing functionality in the
+ OpenStack charms during development - he can sleep sound knowing that
+ all charms have amulet and bundle tests!
+ 
+ Jane has an existing vSphere deployment; she's able to deploy OpenStack
+ ontop of vSphere using a few manually created VM's using the manual
+ provider and the OpenStack charms so that her users can consume compute
+ and block storage services from the underlying vSphere cloud - inception
+ FTW!
+ 
+ Greg works in a big POWER shop; he's able to deploy OpenStack with
+ Ubuntu and Charm making use of his big-iron servers for hypervisors (yes
+ - even without Ubuntu on them).
+ 
+ Tina wants to write a new openstack charm; she gets started by typing:
+ 
+charm create -t openstack
+ 
+ and it has all the standard scaffolding that the openstack-charmers team
+ likes to see!
  
  [ASSUMPTIONS]
+ 
  [RISKS]
+ Regression in functionality - /next branch approach should help mitigate this.
+ 
  [IN SCOPE]
+ All charms owned by the openstack-charmers team.
+ 
  [OUT OF SCOPE]
+ Execution of tests on a per-commit/merge basis.
+ Regular testing.
+ (the above covered elsewhere)
+ 
  [USER ACCEPTANCE]
+ Use cases can be fulfilled using the OpenStack charms and associated tooling.
+ 
  [RELEASE NOTE/BLOG]
+ TBC

-- 
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-06-19 Thread James Page
Blueprint changed by James Page:

Priority: Undefined = High

-- 
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-06-19 Thread James Page
Blueprint changed by James Page:

Definition Status: New = Review

-- 
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 1332120] [NEW] panic error while backup mailboxes with doveadm backup

2014-06-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi there is a fix for this bug:

#doveadm -v backup -fu user mdbox: 

dsync(user): Panic: file dsync-brain-mailbox-tree-sync.c: line 111 
(dsync_brain_mailbox_tree_sync_change): assertion failed: 
(brain-no_backup_overwrite)
dsync(user): Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x5e271) 
[0x7f60764c1271] - 
/usr/lib/dovecot/libdovecot.so.0(default_fatal_handler+0x2a) [0x7f60764c12da] 
- /usr/lib/dovecot/libdovecot.so.0(i_fatal+0) [0x7f607647ca9e] - doveadm 
[user recv_mailbox_tree_deletes](dsync_brain_mailbox_tree_sync_change+0x442) 
[0x7f60770e0142] - doveadm [user 
recv_mailbox_tree_deletes](dsync_brain_recv_mailbox_tree_deletes+0x11b) 
[0x7f60770dfc4b] - doveadm [user 
recv_mailbox_tree_deletes](dsync_brain_run+0x4e3) [0x7f60770dd0b3] - doveadm 
[user recv_mailbox_tree_deletes](+0x2d964) [0x7f60770da964] - doveadm [user 
recv_mailbox_tree_deletes](+0x15b5b) [0x7f60770c2b5b] - doveadm [user 
recv_mailbox_tree_deletes](doveadm_mail_try_run+0x26c) [0x7f60770c38ac] - 
doveadm [user recv_mailbox_tree_deletes](main+0x414) [0x7f60770c26d4] - 
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f60760beec5] - 
doveadm [user recv_mailbox_tree_deletes](+0x15922) [0x7f60770c2922]

dovecot-core 2.2.9-1ubuntu2.1 from 14.04 LTS

the fix:
https://www.mail-archive.com/dovecot@dovecot.org/msg56465.html
http://hg.dovecot.org/dovecot-2.2/rev/fbc8fe46dfce

dovecot-core:
  Installiert:   1:2.2.9-1ubuntu2.1
  Installationskandidat: 1:2.2.9-1ubuntu2.1
  Versionstabelle:
 *** 1:2.2.9-1ubuntu2.1 0
500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
100 /var/lib/dpkg/status
 1:2.2.9-1ubuntu2 0
500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages


this is a show stopper bug because it is our main mail server

Thanks
Lars
--- 
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Mai 28 09:21 seq
 crw-rw 1 root audio 116, 33 Mai 28 09:21 timer
AplayDevices: Error: [Errno 2] No such file or directory
ApportVersion: 2.14.1-0ubuntu3.2
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=4618df75-90fb-4d7a-854e-0e2450e346b0
InstallationDate: Installed on 2014-01-10 (160 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS Trusty Tahr - Alpha amd64 
(20140109)
MachineType: Intel Corporation S3420GP
Package: linux (not installed)
PciMultimedia:
 
ProcEnviron:
 TERM=rxvt
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-27-generic 
root=UUID=e0a0ee6f-8c04-4b0d-91e7-49b369b09cd4 ro nomdmonddf nomdmonisw
ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-27-generic N/A
 linux-backports-modules-3.13.0-27-generic  N/A
 linux-firmware 1.127.2
RfKill: Error: [Errno 2] No such file or directory
Tags:  trusty
Uname: Linux 3.13.0-27-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
WifiSyslog:
 
_MarkForUpload: True
dmi.bios.date: 05/11/2012
dmi.bios.vendor: Intel Corp.
dmi.bios.version: S3420GP.86B.01.00.0051.051120121541
dmi.board.asset.tag: 
dmi.board.name: S3420GP
dmi.board.vendor: Intel Corporation
dmi.board.version: E51974-406
dmi.chassis.asset.tag: 
dmi.chassis.type: 17
dmi.chassis.vendor: IUF-Computer
dmi.chassis.version: ..
dmi.modalias: 
dmi:bvnIntelCorp.:bvrS3420GP.86B.01.00.0051.051120121541:bd05/11/2012:svnIntelCorporation:pnS3420GP:pvr:rvnIntelCorporation:rnS3420GP:rvrE51974-406:cvnIUF-Computer:ct17:cvr..:
dmi.product.name: S3420GP
dmi.product.version: 
dmi.sys.vendor: Intel Corporation

** Affects: dovecot (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: apport-collected backup doveadm dovecot imap mail trusty
-- 
panic error while backup mailboxes with doveadm backup
https://bugs.launchpad.net/bugs/1332120
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to dovecot 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 1332120] UdevLog.txt

2014-06-19 Thread Lars
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1332120/+attachment/4134938/+files/UdevLog.txt

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

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

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

Title:
  panic error while backup mailboxes with doveadm backup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1332120/+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 1330498] Re: maas package missing dependency on python-decorator

2014-06-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/python-django-piston

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

Title:
  maas package missing dependency on python-decorator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1330498/+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 1330498] Re: maas package missing dependency on python-decorator

2014-06-19 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django-piston - 0.2.3-2ubuntu1

---
python-django-piston (0.2.3-2ubuntu1) utopic; urgency=medium

  * debian/control: Re-add missing Depends on python-django (= 1.1),
python-oauth (= 1.0.1), python-decorator (LP: #1330498)
 -- Andres Rodriguez andres...@ubuntu.com   Thu, 19 Jun 2014 10:45:30 -0400

** Changed in: python-django-piston (Ubuntu)
   Status: New = Fix Released

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

Title:
  maas package missing dependency on python-decorator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1330498/+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 1332132] [NEW] package openstack-dashboard-ubuntu-theme 1:2014.1-0ubuntu1 failed to install/upgrade: subprocess new post-removal script returned error exit status 1

2014-06-19 Thread Hitesh Dhruna
Public bug reported:

Usual Daily Update failed

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: openstack-dashboard-ubuntu-theme 1:2014.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
Date: Thu Jun 19 20:59:46 2014
DuplicateSignature: 
package:openstack-dashboard-ubuntu-theme:1:2014.1-0ubuntu1:subprocess new 
post-removal script returned error exit status 1
ErrorMessage: subprocess new post-removal script returned error exit status 1
InstallationDate: Installed on 2014-04-24 (55 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: horizon
Title: package openstack-dashboard-ubuntu-theme 1:2014.1-0ubuntu1 failed to 
install/upgrade: subprocess new post-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package openstack-dashboard-ubuntu-theme 1:2014.1-0ubuntu1 failed to
  install/upgrade: subprocess new post-removal script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1332132/+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 1332114] Re: Please update mawk to latest upstream release - mawk in Ubuntu is 15 years old and very buggy :(

2014-06-19 Thread Bug Watch Updater
** Changed in: mawk (Debian)
   Status: Unknown = New

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

Title:
  Please update mawk to latest upstream release - mawk in Ubuntu is 15
  years old and very buggy :(

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/1332114/+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 1332132] Re: package openstack-dashboard-ubuntu-theme 1:2014.1-0ubuntu1 failed to install/upgrade: subprocess new post-removal script returned error exit status 1

2014-06-19 Thread Hitesh Dhruna
Please disregard the bug, I had stopped Apache2 service which caused
openstack upgrade to fail.

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

Title:
  package openstack-dashboard-ubuntu-theme 1:2014.1-0ubuntu1 failed to
  install/upgrade: subprocess new post-removal script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1332132/+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 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-19 Thread Adam Conrad
** Also affects: open-vm-tools-lts-trusty (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: open-vm-tools (Ubuntu Precise)
   Status: Fix Committed = Invalid

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cunit/+bug/1275656/+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 1322538] Re: Pressing CTRL-A in byobu hangs the shell

2014-06-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Pressing CTRL-A in byobu hangs the shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1322538/+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 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-19 Thread Launchpad Bug Tracker
This bug was fixed in the package open-vm-tools -
2:9.4.0-1280544-5ubuntu6.2

---
open-vm-tools (2:9.4.0-1280544-5ubuntu6.2) trusty; urgency=medium

  * Fix up Conflicts/Replaces for transitional packages (LP: #1275656)
 -- Robert C Jennings robert.jenni...@canonical.com   Mon, 16 Jun 2014 
19:47:50 -0500

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cunit/+bug/1275656/+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 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-19 Thread Launchpad Bug Tracker
This bug was fixed in the package open-vm-tools-lts-trusty -
2:9.4.0-1280544-5ubuntu6~precise2

---
open-vm-tools-lts-trusty (2:9.4.0-1280544-5ubuntu6~precise2) precise; 
urgency=medium

  * Renamed debian/open-vm-tools* to debian/open-vm-tools-lts-trusty
(LP: #1275656)

open-vm-tools-lts-trusty (2:9.4.0-1280544-5ubuntu6~precise1) precise;
urgency=medium

  * Backport Trusty open-vm-tools to Precise as an HWE package (LP: #1275656)
 -- Ben Howard ben.how...@ubuntu.com   Thu, 12 Jun 2014 16:50:59 -0600

** Changed in: open-vm-tools-lts-trusty (Ubuntu Precise)
   Status: New = Fix Released

** Changed in: open-vm-tools (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cunit/+bug/1275656/+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-ceph] Ceph activities for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.06:
  get dependency gap list for calamari: TODO
  resolve dependency gap for calamari: TODO
  
  Work items for ubuntu-14.07:
  Update to latest stable release of Ceph: TODO
  Package calamari and required dependencies: TODO
  Update ceph-radosgw charm to support use with embedded web container: TODO
+ [sage] Ensure kernel fixes are getting back to the 3.13 kernel in trusty: TODO
  
  Work items for ubuntu-14.10:
  charm calamari (stretch goal for 14.10): TODO

-- 
Ceph activities for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-ceph

-- 
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-ceph] Ceph activities for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.06:
  get dependency gap list for calamari: TODO
  resolve dependency gap for calamari: TODO
  
  Work items for ubuntu-14.07:
  Update to latest stable release of Ceph: TODO
  Package calamari and required dependencies: TODO
  Update ceph-radosgw charm to support use with embedded web container: TODO
  [sage] Ensure kernel fixes are getting back to the 3.13 kernel in trusty: TODO
+ systemd configuration for ceph: TODO
  
  Work items for ubuntu-14.10:
  charm calamari (stretch goal for 14.10): TODO

-- 
Ceph activities for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-ceph

-- 
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-ceph] Ceph activities for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Review = Approved

-- 
Ceph activities for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-ceph

-- 
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-databases] Database plans for Ubuntu 14.10

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Work items changed:
  Work items for ubuntu-14.06:
  [james-page] Update mongodb from 2.4-2.6: TODO
  [mattgriffin] address automated testing gaps for PXC: TODO
  [mattgriffin] submit for MRE for PXC 5.5 for 14.04: TODO
  
  Work items for ubuntu-14.07:
  [racb] Complete virtual-mysql-* implementation: TODO
  [racb] Coordinate /var/lib/mysql - /var/lib/fork ownership migration: TODO
  [akhil-mohan] Handle /var/lib/fork migration for mysql-5.6: TODO
  [gl-az] Handle /var/lib/fork migration for Percona: TODO
  [otto] Handle /var/lib/fork migration for mariadb: TODO
  
  Work items for ubuntu-14.08:
  [racb] mysql 5.6 in main, drop mysql-5.5: TODO
  [james-page] update percona-xtradb-cluster (PXC) to 5.6: TODO
  [gl-az] package percona-server (PS) 5.6 for Ubuntu: TODO
  
+ Work items for ubuntu-14.09:
+ [james-page] interlock with the mysql charm owners: TODO
+ 
  Work items for ubuntu-14.10:
  [gl-az] percona to take ownership of charm for PXC: TODO
  [gl-az] percona charm for PS: TODO
- 
- Work items:
- [james-page] Improve process around mysql charm: TODO

-- 
Database plans for Ubuntu 14.10
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-databases

-- 
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-databases] Database plans for Ubuntu 14.10

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Review = Approved

-- 
Database plans for Ubuntu 14.10
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-databases

-- 
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-juju-core] Server team specific Juju work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Review = Approved

-- 
Server team specific Juju work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-juju-core

-- 
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-06-19 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: INPROGRESS
  [gnuoy] New neutron-openvswitch subordinate charm: INPROGRESS
  [corey.bryant] amulet testing approach for openstack charms: INPROGRESS
  [james-page] network reference architecture for openstack charms: INPROGRESS
  [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
  [james-page] nova-compute-vmware charm: INPROGRESS
  [james-page] cinder-vmware charm: INPROGRESS
  [zulcss] nova-compute-power charm: INPROGRESS
  
  Work items for ubuntu-14.07:
+ Updates to neutron charms for hyper-v integration: TODO
  [gnuoy] Cells support for Nova: TODO
  [corey.bryant] amulet tests - keystone: INPROGRESS
  amulet tests - glance: TODO
  amulet tests - cinder: TODO
  amulet tests - nova-compute: TODO
  amulet tests - nova-cloud-controller: TODO
  amulet tests - swift-proxy, swift-storage: TODO
  amulet tests - ceph-*: TODO
  [james-page] Multiple network support across openstack charms: TODO
  
  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: TODO
  [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
  Spice/VNC support in nova charms: TODO
  Nagios nrpe sub-ordinate support for OpenStack charms: 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


[Blueprint servercloud-u-openstack-charms] OpenStack Charm work for Utopic

2014-06-19 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: INPROGRESS
  [gnuoy] New neutron-openvswitch subordinate charm: INPROGRESS
  [corey.bryant] amulet testing approach for openstack charms: INPROGRESS
  [james-page] network reference architecture for openstack charms: INPROGRESS
  [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
  [james-page] nova-compute-vmware charm: INPROGRESS
  [james-page] cinder-vmware charm: INPROGRESS
  [zulcss] nova-compute-power charm: INPROGRESS
  
  Work items for ubuntu-14.07:
  Updates to neutron charms for hyper-v integration: TODO
  [gnuoy] Cells support for Nova: TODO
  [corey.bryant] amulet tests - keystone: INPROGRESS
  amulet tests - glance: TODO
  amulet tests - cinder: TODO
  amulet tests - nova-compute: TODO
  amulet tests - nova-cloud-controller: TODO
  amulet tests - swift-proxy, swift-storage: TODO
  amulet tests - ceph-*: TODO
  [james-page] Multiple network support across openstack charms: TODO
  
  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: TODO
  [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
  Spice/VNC support in nova charms: TODO
  Nagios nrpe sub-ordinate support for OpenStack charms: TODO
+ (stretch) MS-SQLServer as a backend for OpenStack: 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 1322538] Re: Pressing CTRL-A in byobu hangs the shell

2014-06-19 Thread Oloryn
*** This bug is a duplicate of bug 1316059 ***
https://bugs.launchpad.net/bugs/1316059

Also, once this is done (choosing screen behavior from the menu), after
disconnecting and reconnecting to get an unfrozen shell, merely hitting
CTRL-A will cause the shell to freeze.

Not all of my 14.04 machines do this - currently, just one.  I'm not
sure what triggered this.  Also, as much as I use this feature, I
question that this would be the first time I had used CTRL-A since
upgrading to 14.04

I worked around it by purging byobu, tmux, and screen, then removing the
.byobu directory, and  re-installing byobu.  I doubt the purging and re-
installing is necessary - I suspect that disabling byobu, removing the
.byobu directory, and re-enabling byobu would do the trick.


** This bug has been marked a duplicate of bug 1316059
   byobu (screen backend) hangs when hitting the escape sequence

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

Title:
  Pressing CTRL-A in byobu hangs the shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1322538/+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-06-19 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: INPROGRESS
  [gnuoy] New neutron-openvswitch subordinate charm: INPROGRESS
  [corey.bryant] amulet testing approach for openstack charms: INPROGRESS
- [james-page] network reference architecture for openstack charms: INPROGRESS
+ [james-page] network reference architecture for openstack charms: DONE
  [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
  [james-page] nova-compute-vmware charm: INPROGRESS
  [james-page] cinder-vmware charm: INPROGRESS
  [zulcss] nova-compute-power charm: INPROGRESS
  
  Work items for ubuntu-14.07:
  Updates to neutron charms for hyper-v integration: TODO
  [gnuoy] Cells support for Nova: TODO
  [corey.bryant] amulet tests - keystone: INPROGRESS
  amulet tests - glance: TODO
  amulet tests - cinder: TODO
  amulet tests - nova-compute: TODO
  amulet tests - nova-cloud-controller: TODO
  amulet tests - swift-proxy, swift-storage: TODO
  amulet tests - ceph-*: TODO
  [james-page] Multiple network support across openstack charms: TODO
  
  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: TODO
  [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
  Spice/VNC support in nova charms: TODO
  Nagios nrpe sub-ordinate support for OpenStack charms: TODO
  (stretch) MS-SQLServer as a backend for OpenStack: 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


[Blueprint servercloud-u-openstack-charms] OpenStack Charm work for Utopic

2014-06-19 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: INPROGRESS
  [gnuoy] New neutron-openvswitch subordinate charm: INPROGRESS
  [corey.bryant] amulet testing approach for openstack charms: INPROGRESS
  [james-page] network reference architecture for openstack charms: DONE
  [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
  [james-page] nova-compute-vmware charm: INPROGRESS
  [james-page] cinder-vmware charm: INPROGRESS
  [zulcss] nova-compute-power charm: INPROGRESS
  
  Work items for ubuntu-14.07:
  Updates to neutron charms for hyper-v integration: TODO
  [gnuoy] Cells support for Nova: TODO
  [corey.bryant] amulet tests - keystone: INPROGRESS
  amulet tests - glance: TODO
  amulet tests - cinder: TODO
  amulet tests - nova-compute: TODO
  amulet tests - nova-cloud-controller: TODO
  amulet tests - swift-proxy, swift-storage: TODO
  amulet tests - ceph-*: TODO
  [james-page] Multiple network support across openstack charms: TODO
  
  Work items:
+ [corey.bryant] Deploy from git: 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: TODO
  [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
  Spice/VNC support in nova charms: TODO
  Nagios nrpe sub-ordinate support for OpenStack charms: TODO
  (stretch) MS-SQLServer as a backend for OpenStack: 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


[Blueprint servercloud-u-openstack-charms] OpenStack Charm work for Utopic

2014-06-19 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: INPROGRESS
  [gnuoy] New neutron-openvswitch subordinate charm: INPROGRESS
  [corey.bryant] amulet testing approach for openstack charms: INPROGRESS
  [james-page] network reference architecture for openstack charms: DONE
  [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
  [james-page] nova-compute-vmware charm: INPROGRESS
  [james-page] cinder-vmware charm: INPROGRESS
  [zulcss] nova-compute-power charm: INPROGRESS
  
  Work items for ubuntu-14.07:
  Updates to neutron charms for hyper-v integration: TODO
  [gnuoy] Cells support for Nova: TODO
  [corey.bryant] amulet tests - keystone: INPROGRESS
  amulet tests - glance: TODO
  amulet tests - cinder: TODO
  amulet tests - nova-compute: TODO
  amulet tests - nova-cloud-controller: TODO
  amulet tests - swift-proxy, swift-storage: TODO
  amulet tests - ceph-*: TODO
  [james-page] Multiple network support across openstack charms: TODO
+ [corey.bryant] Deploy from git: TODO
  
  Work items:
- [corey.bryant] Deploy from git: 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: TODO
  [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
  Spice/VNC support in nova charms: TODO
  Nagios nrpe sub-ordinate support for OpenStack charms: TODO
  (stretch) MS-SQLServer as a backend for OpenStack: 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 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-19 Thread Adam Conrad
** Changed in: open-vm-tools-lts-trusty (Ubuntu)
   Status: New = Invalid

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cunit/+bug/1275656/+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-06-19 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: INPROGRESS
  [gnuoy] New neutron-openvswitch subordinate charm: INPROGRESS
  [corey.bryant] amulet testing approach for openstack charms: INPROGRESS
  [james-page] network reference architecture for openstack charms: DONE
  [james-page] nvp-transport-node - nsx-transport-node rename: INPROGRESS
  [james-page] nova-compute-vmware charm: INPROGRESS
  [james-page] cinder-vmware charm: INPROGRESS
  [zulcss] nova-compute-power charm: INPROGRESS
  
  Work items for ubuntu-14.07:
  Updates to neutron charms for hyper-v integration: TODO
  [gnuoy] Cells support for Nova: TODO
  [corey.bryant] amulet tests - keystone: INPROGRESS
  amulet tests - glance: TODO
  amulet tests - cinder: TODO
  amulet tests - nova-compute: TODO
  amulet tests - nova-cloud-controller: TODO
  amulet tests - swift-proxy, swift-storage: TODO
  amulet tests - ceph-*: TODO
  [james-page] Multiple network support across openstack charms: TODO
  [corey.bryant] Deploy from git: TODO
  
+ Work items for ubuntu-14.09:
+ Add IPv6 support to the charms: TODO
+ 
  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: TODO
  [hopem] Ephemeral ceph backend for nova-compute: INPROGRESS
  Spice/VNC support in nova charms: TODO
  Nagios nrpe sub-ordinate support for OpenStack charms: TODO
  (stretch) MS-SQLServer as a backend for OpenStack: 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


[Blueprint servercloud-u-openstack-charms] OpenStack Charm work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Review = Approved

-- 
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-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Priority: High = Essential

-- 
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-databases] Database plans for Ubuntu 14.10

2014-06-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.06:
- [james-page] Update mongodb from 2.4-2.6: TODO
+ [james-page] Update mongodb from 2.4-2.6: INPROGRESS
  [mattgriffin] address automated testing gaps for PXC: TODO
  [mattgriffin] submit for MRE for PXC 5.5 for 14.04: TODO
  
  Work items for ubuntu-14.07:
  [racb] Complete virtual-mysql-* implementation: TODO
  [racb] Coordinate /var/lib/mysql - /var/lib/fork ownership migration: TODO
  [akhil-mohan] Handle /var/lib/fork migration for mysql-5.6: TODO
  [gl-az] Handle /var/lib/fork migration for Percona: TODO
  [otto] Handle /var/lib/fork migration for mariadb: TODO
  
  Work items for ubuntu-14.08:
  [racb] mysql 5.6 in main, drop mysql-5.5: TODO
  [james-page] update percona-xtradb-cluster (PXC) to 5.6: TODO
  [gl-az] package percona-server (PS) 5.6 for Ubuntu: TODO
  
  Work items for ubuntu-14.09:
  [james-page] interlock with the mysql charm owners: TODO
  
  Work items for ubuntu-14.10:
  [gl-az] percona to take ownership of charm for PXC: TODO
  [gl-az] percona charm for PS: TODO

-- 
Database plans for Ubuntu 14.10
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-databases

-- 
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 1316059] Re: byobu (screen backend) hangs when hitting the escape sequence

2014-06-19 Thread Oloryn
I first comented on this in #1322538 (which brings Ubuntu into the mix).
As I noted there, I worked around this by purging byobu, tmux, and
screen, removing the .byobu directory, and re-installing byobu.   I
suspect that merely disabling byobu, removing .byobu, and re-enabling
byobu might do the trick, also.  I'm not sure what triggers this.  Also,
it has been a few weeks since the machine I ran into this on was
upgraded to 14.04, and I use the escape sequence often enough that I'm
questioning whether this actually *was* the first time using the escape
sequence on this machine.

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

Title:
  byobu (screen backend) hangs when hitting the escape sequence

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1316059/+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 1287943] Re: vm-builder needs trusty suite

2014-06-19 Thread Brian Candler
I have raised these:

Bug #1332155: debootstrap launches spurious udevd --daemon
Bug #1332165: udevd --daemon does not close stdout

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

Title:
  vm-builder needs trusty suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1287943/+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-cloud-images] Cloud images work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: New = Obsolete

-- 
Cloud images work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-cloud-images

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-u-cloud-init] Cloud-init work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: New = Obsolete

-- 
Cloud-init work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-cloud-init

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-u-curtin] Curtin work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Priority: Undefined = Medium

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


[Blueprint servercloud-u-curtin] Curtin work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Work items changed:
  Work items:
  change maas template to use config-archive: TODO
- LVM/RAID support (stretch goal): TODO
+ LVM/RAID support (stretch goal - only if requested): TODO
  documentation cleanups: TODO

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


[Blueprint servercloud-u-curtin] Curtin work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Work items changed:
  Work items:
  change maas template to use config-archive: TODO
- LVM/RAID support: TODO
+ LVM/RAID support (stretch goal): TODO
  documentation cleanups: TODO

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


[Blueprint servercloud-u-curtin] Curtin work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: New = Approved

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


[Blueprint servercloud-u-lxc] LXC work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Priority: Undefined = Essential

-- 
LXC work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-lxc

-- 
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-lxc] LXC work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: New = Approved

-- 
LXC work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-lxc

-- 
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-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Priority: Undefined = High

-- 
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-maas] Server team specific MAAS work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: New = Approved

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


[Bug 1329015] Re: getdeb repository not work

2014-06-19 Thread lesar
your answer help me. thank you.
I have to add this list:

.getdeb.net
.mirror.lagoon.nc
.ftp.heanet.ie
.getdeb.mirror.garr.it
.mirrors.dotsrc.org
.zulu930.server4you.de

I have build the list by looking at the /var/log/squid-deb-proxy/access.log
if in the log I found and ip, I have use who is web service to get domain 
name 

best regards

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

Title:
  getdeb repository not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1329015/+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 1287943] Re: vm-builder needs trusty suite

2014-06-19 Thread Brian Candler
The race condition in comment #17 is only true if mystdout.closed can
become True asynchronously before we have called mystdout.close(). I'm
not sure if there's any possibility of that.

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

Title:
  vm-builder needs trusty suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1287943/+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-ci-dev] MAAS CI improvements for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Priority: Undefined = High

-- 
MAAS CI improvements for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-maas-ci-dev

-- 
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-ci-dev] MAAS CI improvements for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: New = Approved

-- 
MAAS CI improvements for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-maas-ci-dev

-- 
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-networked-kdump] Enable networked kernel dump

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Work items set to:
Work items:
[louis-bouchard] Please fill in the blueprint: TODO

-- 
Enable networked kernel dump
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-networked-kdump

-- 
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-networked-kdump] Enable networked kernel dump

2014-06-19 Thread James Page
Blueprint changed by James Page:

Whiteboard set to:
https://wiki.ubuntu.com/BlueprintSpec

-- 
Enable networked kernel dump
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-networked-kdump

-- 
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-juno] Openstack work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Priority: Undefined = Essential

-- 
Openstack work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-openstack-juno

-- 
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-networked-kdump] Enable networked kernel dump

2014-06-19 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  https://wiki.ubuntu.com/BlueprintSpec
+ 
+ [USER STORIES]
+ [ASSUMPTIONS]
+ [RISKS]
+ [IN SCOPE]
+ [OUT OF SCOPE]
+ [USER ACCEPTANCE]
+ [RELEASE NOTE/BLOG]

-- 
Enable networked kernel dump
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-networked-kdump

-- 
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-networked-kdump] Enable networked kernel dump

2014-06-19 Thread James Page
Blueprint changed by James Page:

Definition Status: New = Drafting

-- 
Enable networked kernel dump
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-networked-kdump

-- 
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-juno] Openstack work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: New = Approved

-- 
Openstack work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-openstack-juno

-- 
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-server-core] General server work for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.06:
  [serge-hallyn] convert libvirt to cgmanager (4d): DONE
  [racb] Early cycle merge report: TODO
  [serge-hallyn] merge qemu: TODO
  
  Work items for ubuntu-14.07:
  [serge-hallyn] triage qemu bugs: TODO
  [serge-hallyn] triage libvirt bugs: TODO
  [serge-hallyn] handle high prio qemu bugs: TODO
  [serge-hallyn] handle high prio libvirt bugs: TODO
  [serge-hallyn] provide cgmanager features through systemd: TODO
  
  Work items for ubuntu-14.08:
  [racb] Late cycle merge report: TODO
  [smoser] add simplestreams data to ubuntu core images: TODO
  [serge-hallyn] handle cgmanager bugs: TODO
  [serge-hallyn] qemu: import the aarch64 full emulation patches: TODO
  
  Work items for ubuntu-14.10:
  determine ssd caching solution (bcache is it): DONE
  [racb] add scribe (https://github.com/facebook/scribe) to universe: TODO
  [racb] add meteor (https://github.com/meteor/meteor) to universe: TODO
  investigate support of ruby for puppet: TODO
  [racb] bcache in universe: TODO
- mongodb to 2.6: TODO

-- 
General server work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-server-core

-- 
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 1316059] Re: byobu (screen backend) hangs when hitting the escape sequence

2014-06-19 Thread Oloryn
Could this be related to https://lists.gnu.org/archive/html/screen-
devel/2014-04/msg00044.html ?  If so, going to the upstream version 5.78
might fix it.

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

Title:
  byobu (screen backend) hangs when hitting the escape sequence

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1316059/+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-server-core] General server work for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.06:
+ [james-page] Update to docker 1.0: DONE
  [serge-hallyn] convert libvirt to cgmanager (4d): DONE
  [racb] Early cycle merge report: TODO
  [serge-hallyn] merge qemu: TODO
  
  Work items for ubuntu-14.07:
  [serge-hallyn] triage qemu bugs: TODO
  [serge-hallyn] triage libvirt bugs: TODO
  [serge-hallyn] handle high prio qemu bugs: TODO
  [serge-hallyn] handle high prio libvirt bugs: TODO
  [serge-hallyn] provide cgmanager features through systemd: TODO
  
  Work items for ubuntu-14.08:
  [racb] Late cycle merge report: TODO
  [smoser] add simplestreams data to ubuntu core images: TODO
  [serge-hallyn] handle cgmanager bugs: TODO
  [serge-hallyn] qemu: import the aarch64 full emulation patches: TODO
  
  Work items for ubuntu-14.10:
  determine ssd caching solution (bcache is it): DONE
  [racb] add scribe (https://github.com/facebook/scribe) to universe: TODO
  [racb] add meteor (https://github.com/meteor/meteor) to universe: TODO
  investigate support of ruby for puppet: TODO
  [racb] bcache in universe: TODO

-- 
General server work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-server-core

-- 
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-server-core] General server work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Work items changed:
  Work items for ubuntu-14.06:
- [james-page] Update to docker 1.0: DONE
  [serge-hallyn] convert libvirt to cgmanager (4d): DONE
  [racb] Early cycle merge report: TODO
  [serge-hallyn] merge qemu: TODO
+ docker 1.0 in 14.04: TODO
  
  Work items for ubuntu-14.07:
  [serge-hallyn] triage qemu bugs: TODO
  [serge-hallyn] triage libvirt bugs: TODO
  [serge-hallyn] handle high prio qemu bugs: TODO
  [serge-hallyn] handle high prio libvirt bugs: TODO
  [serge-hallyn] provide cgmanager features through systemd: TODO
  
  Work items for ubuntu-14.08:
  [racb] Late cycle merge report: TODO
  [smoser] add simplestreams data to ubuntu core images: TODO
  [serge-hallyn] handle cgmanager bugs: TODO
  [serge-hallyn] qemu: import the aarch64 full emulation patches: TODO
  
  Work items for ubuntu-14.10:
  determine ssd caching solution (bcache is it): DONE
  [racb] add scribe (https://github.com/facebook/scribe) to universe: TODO
  [racb] add meteor (https://github.com/meteor/meteor) to universe: TODO
  investigate support of ruby for puppet: TODO
  [racb] bcache in universe: TODO
+ mongodb to 2.6: TODO

-- 
General server work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-server-core

-- 
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-server-core] General server work for Utopic

2014-06-19 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Priority: Undefined = High

-- 
General server work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-server-core

-- 
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-server-core] General server work for Utopic

2014-06-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-14.06:
  [serge-hallyn] convert libvirt to cgmanager (4d): DONE
  [racb] Early cycle merge report: TODO
  [serge-hallyn] merge qemu: TODO
  docker 1.0 in 14.04: TODO
  
  Work items for ubuntu-14.07:
  [serge-hallyn] triage qemu bugs: TODO
  [serge-hallyn] triage libvirt bugs: TODO
  [serge-hallyn] handle high prio qemu bugs: TODO
  [serge-hallyn] handle high prio libvirt bugs: TODO
  [serge-hallyn] provide cgmanager features through systemd: TODO
  
  Work items for ubuntu-14.08:
  [racb] Late cycle merge report: TODO
  [smoser] add simplestreams data to ubuntu core images: TODO
  [serge-hallyn] handle cgmanager bugs: TODO
  [serge-hallyn] qemu: import the aarch64 full emulation patches: TODO
  
  Work items for ubuntu-14.10:
  determine ssd caching solution (bcache is it): DONE
  [racb] add scribe (https://github.com/facebook/scribe) to universe: TODO
  [racb] add meteor (https://github.com/meteor/meteor) to universe: TODO
  investigate support of ruby for puppet: TODO
  [racb] bcache in universe: TODO
- mongodb to 2.6: TODO

-- 
General server work for Utopic
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-u-server-core

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


  1   2   >