[Bug 1445914] Re: Secure web socket proxy does not work in Apache 2.4.7

2015-05-04 Thread gianluca
** Description changed:

+ [Impact]
+ 
  In Apache 2.4.7 the wstunnel proxy has a bug where a plain-text request
  is sent to a WSS URL. The bug is described in
- https://bz.apache.org/bugzilla/show_bug.cgi?id=55320 and fixed in
- 2.4.10.  Is it possible to backport this (trivial) fix to 2.4.7 for
- Ubuntu 14.04 ?
+ https://bz.apache.org/bugzilla/show_bug.cgi?id=55320 and fixed in 2.4.10
+ with a very short and non-invasive patch.
+ 
+ [Test Case]
+ 
+ This is a testcase involving websockify and NoVNC.
+ 
+ On Host A install a VNC server listening on port 5900. On the same host
+ also install websockify to make VNC accessible through websocket. Launch
+ websockify with
+ 
+ websockify --cert privatecert.pem --ssl-only 6080 localhost:5900
+ 
+ where privatecert.pem contains both a certificate and the corresponding
+ private key.
+ 
+ On Host B install Apache 2.4 and download NoVNC in the directory /vnc
+ inside the document root. Enable SSL and the websocket proxy with
+ 
+ a2enmod proxy proxy_http proxy_wstunnel ssl
+ 
+ Add the following configuration directives for Apache:
+ 
+ Location /ws/client
+ProxyPass wss://HostA:6080
+ /Location
+ 
+ Now, connecting with a browser at the following URL:
+ 
+ 
https://HostB/vnc/vnc.html?host=HostBpath=/ws/client/websockifyconnectTimeout=5disconnectTimeout=5port=443autoconnect=1
+ 
+ should launch a remote VNC session on HostB, but it does not work
+ because the tunnel created by ProxyPass does not really use SSL.
+ 
+ [Regression Potential]
+ 
+ If someone had incorrectly configured Apache to use a WSS proxy towards
+ a server which only supports WS, this would stop working after the bug
+ is fixed. This can be fixed replacing the WSS schema with WS.
  
  OS: Ubuntu 14.04.2 LTS
  Package:  2.4.7-1ubuntu4.4

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

Title:
  Secure web socket proxy does not work in Apache 2.4.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1445914/+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 1451370] [NEW] Unable to install python-swiftclient on Ubuntu 12.04

2015-05-04 Thread azher ullah khan
Public bug reported:

Hi Guys,

I am trying to install python-swiftclient using apt-get and pip on my
Ubuntu 12.04.4 LTS

I looks like python-swiftclient is not present in the precise packages
at the moment.

Could you kindly share a reliable repository that i could use to add to
my sources.list to install  python-swiftclient.

Appreciate your feedback and thank you in advance,

Errors:
1. While using pip install:
/usr/bin/pip run on Mon May  4 02:08:25 2015
Downloading/unpacking python-swiftclient
  Getting page http://pypi.python.org/simple/python-swiftclient
  Could not fetch URL http://pypi.python.org/simple/python-swiftclient: timed 
out
  Will skip URL http://pypi.python.org/simple/python-swiftclient when looking 
for download links for python-swiftclient
  Getting page http://pypi.python.org/simple/
  Could not fetch URL http://pypi.python.org/simple/: timed out
  Will skip URL http://pypi.python.org/simple/ when looking for download links 
for python-swiftclient
  Cannot fetch index base URL http://pypi.python.org/simple/
  URLs to search for versions for python-swiftclient:
  * http://pypi.python.org/simple/python-swiftclient/
  Getting page http://pypi.python.org/simple/python-swiftclient/
  Could not fetch URL http://pypi.python.org/simple/python-swiftclient/: timed 
out
  Will skip URL http://pypi.python.org/simple/python-swiftclient/ when looking 
for download links for python-swiftclient
  Could not find any downloads that satisfy the requirement python-swiftclient
No distributions at all found for python-swiftclient
Exception information:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/pip/basecommand.py, line 126, in main
self.run(options, args)
  File /usr/lib/python2.7/dist-packages/pip/commands/install.py, line 223, in 
run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, 
bundle=self.bundle)
  File /usr/lib/python2.7/dist-packages/pip/req.py, line 948, in prepare_files
url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File /usr/lib/python2.7/dist-packages/pip/index.py, line 152, in 
find_requirement
raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for python-swiftclient

2. While using apt-get install:
sudo -E apt-get install python-swiftclient
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-swiftclient

** Affects: python-swiftclient (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Unable to install python-swiftclient on Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-swiftclient/+bug/1451370/+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 1451370] Re: Unable to install python-swiftclient on Ubuntu 12.04

2015-05-04 Thread dino99
About pip installation  http://filon.us/slava/how-to-install-pip-on-
ubuntu-12-04-lts/

** Changed in: python-swiftclient (Ubuntu)
   Status: New = Invalid

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

Title:
  Unable to install python-swiftclient on Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-swiftclient/+bug/1451370/+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 1439280] Re: Libvirt CPU affinity error

2015-05-04 Thread Jeffrey Zhang
I meet this issue too. After applied following patch, it works. I think
in the ubuntu, the libvirt (1.2.12, from cloud-archive) doesn't support
numa.

`
diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py
index 4e94b60..d3a37e5 100644
--- a/nova/virt/libvirt/driver.py
+++ b/nova/virt/libvirt/driver.py
@@ -346,7 +346,7 @@ MIN_LIBVIRT_BLOCKIO_VERSION = (0, 10, 2)
 MIN_LIBVIRT_BLOCKJOBINFO_VERSION = (1, 1, 1)
 # Relative block commit (feature is detected,
 # this version is only used for messaging)
-MIN_LIBVIRT_BLOCKCOMMIT_RELATIVE_VERSION = (1, 2, 7)
+MIN_LIBVIRT_BLOCKCOMMIT_RELATIVE_VERSION = (1, 2, 99)
 # libvirt discard feature
 MIN_LIBVIRT_DISCARD_VERSION = (1, 0, 6)
 MIN_QEMU_DISCARD_VERSION = (1, 6, 0)

`

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

Title:
  Libvirt CPU affinity error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1439280/+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 1431581] Re: NIS does not start on 15.04

2015-05-04 Thread Sean Clarke
Still not resolved for the reason above

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

Title:
  NIS does not start on 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/1431581/+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 1431581] Re: NIS does not start on 15.04

2015-05-04 Thread Sean Clarke
Still not fully resolved

** Changed in: nis (Ubuntu)
   Status: Fix Released = Incomplete

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

Title:
  NIS does not start on 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/1431581/+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 1451412] [NEW] Please backport to trusty

2015-05-04 Thread Maik Zumstrull
Public bug reported:

bcache is a production-relevant feature. An upload to trusty-backports
would be appreciated.

** Affects: bcache-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Please backport to trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcache-tools/+bug/1451412/+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 1451419] [NEW] Plugin /usr/lib/pptpd/pptpd-logwtmp.so is for pppd version 2.4.5, this is 2.4.6

2015-05-04 Thread Jonybat
Public bug reported:

I have updated recently my system from utopic to vivid, and since that
moment pptpd stopped working.

From what i understand, pptpd needs to be built against pppd version 2.4.6. 
This has been fixed in pptpd version 1.4.0-2, as reported here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745770

I tested with the current pptpd stable package from Debian (1.4.0-5) and
it fixed the issue.

Relevant log lines from syslog:

May  1 16:46:04 Server pptpd[1428]: CTRL: Client x.x.x.x control connection 
started
May  1 16:46:05 Server pptpd[1428]: CTRL: Starting call (launching pppd, 
opening GRE)
May  1 16:46:05 Server pppd[1429]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so is 
for pppd version 2.4.5, this is 2.4.6
May  1 16:46:05 Server pptpd[1428]: GRE: 
read(fd=6,buffer=7f77411324a0,len=8196) from PTY failed: status = -1 error = 
Input/output error, usually caused by unexpected termination of pppd, check 
option syntax and pppd logs
May  1 16:46:05 Server pptpd[1428]: CTRL: PTY read or GRE write failed 
(pty,gre)=(6,7)
May  1 16:46:05 Server pptpd[1428]: CTRL: Reaping child PPP[1429]
May  1 16:46:05 Server pptpd[1428]: CTRL: Client x.x.x.x control connection 
finished

Package versions:

ii  pptpd   1.3.4+27+gddb30f8-1ubuntu1
amd64PoPToP Point to Point Tunneling Server
ii  ppp 2.4.6-3.1ubuntu1  
amd64Point-to-Point Protocol (PPP) - daemon

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

** Description changed:

  I have updated recently my system from utopic to vivid, and since that
  moment pptpd stopped working.
  
  From what i understand, pptpd needs to be built against pppd version 2.4.6. 
This has been fixed in pptpd version 1.4.0-2, as reported here:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745770
  
  I tested with the current pptpd stable package from Debian (1.4.0-5) and
  it fixed the issue.
  
- 
  Relevant log lines from syslog:
  
- May  1 16:46:02 Server systemd[1]: Started Session 21088 of user xxx.
- May  1 16:46:02 Server systemd[1]: Starting Session 21088 of user xxx.
- May  1 16:46:04 Server pptpd[1428]: CTRL: Client 89.214.41.27 control 
connection started
+ May  1 16:46:04 Server pptpd[1428]: CTRL: Client x.x.x.x control connection 
started
  May  1 16:46:05 Server pptpd[1428]: CTRL: Starting call (launching pppd, 
opening GRE)
  May  1 16:46:05 Server pppd[1429]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so is 
for pppd version 2.4.5, this is 2.4.6
  May  1 16:46:05 Server pptpd[1428]: GRE: 
read(fd=6,buffer=7f77411324a0,len=8196) from PTY failed: status = -1 error = 
Input/output error, usually caused by unexpected termination of pppd, check 
option syntax and pppd logs
  May  1 16:46:05 Server pptpd[1428]: CTRL: PTY read or GRE write failed 
(pty,gre)=(6,7)
  May  1 16:46:05 Server pptpd[1428]: CTRL: Reaping child PPP[1429]
- May  1 16:46:05 Server pptpd[1428]: CTRL: Client 89.214.41.27 control 
connection finished
+ May  1 16:46:05 Server pptpd[1428]: CTRL: Client x.x.x.x control connection 
finished
  
  Package versions:
  
  ii  pptpd   1.3.4+27+gddb30f8-1ubuntu1
amd64PoPToP Point to Point Tunneling Server
  ii  ppp 2.4.6-3.1ubuntu1  
amd64Point-to-Point Protocol (PPP) - daemon

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

Title:
  Plugin /usr/lib/pptpd/pptpd-logwtmp.so is for pppd version 2.4.5, this
  is 2.4.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pptpd/+bug/1451419/+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 1451422] [NEW] openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.4: openvswitch kernel module failed to build

2015-05-04 Thread adhiastomo
Public bug reported:

After the installation of RouteFlow 
this problem appeared when to get the openvswitch , the command is :
 
Error! Bad return status for module build on kernel: 3.13.0-32-generic (x86_64)
Consult /var/lib/dkms/openvswitch/1.4.6/build/make.log for more information.

is there any suggest or advice for this problem?

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.4
ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
DKMSKernelVersion: 3.13.0-32-generic
Date: Mon May  4 18:00:00 2015
InstallationMedia: Ubuntu 12.04.5 LTS Precise Pangolin - Release amd64 
(20140807.1)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 1.4.6-0ubuntu1.12.04.4
SourcePackage: openvswitch
Title: openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.4: openvswitch kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise running-unity

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

Title:
  openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.4: openvswitch kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1451422/+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 1451422] Re: openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.4: openvswitch kernel module failed to build

2015-05-04 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.4: openvswitch kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1451422/+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 1450960] Re: dev file system is mounted without noexec

2015-05-04 Thread Daniel
That's not really true. On my system for example, the directory
/dev/vboxusb/ exists with permissions

drwxr-x--- 4 root vboxusers 80 Mai  4 09:09 /dev/vboxusb/

So all users which are in group vboxusers can write to this sub-
directory. I'm sure there are more cases like this...

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

Title:
  dev file system is mounted without noexec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1450960/+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 1450960] Re: dev file system is mounted without noexec

2015-05-04 Thread Daniel
Try this:

onlyauser@mymachine:~$ cat /dev/.lxc/user/call-me.sh .e
 #!/bin/sh
 echo I'm executable
 .e
onlyauser@mymachine:~$ chmod +x /dev/.lxc/user/call-me.sh
onlyauser@mymachine:~$ /dev/.lxc/user/call-me.sh
I'm executable

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

Title:
  dev file system is mounted without noexec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1450960/+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 1450960] Re: dev file system is mounted without noexec

2015-05-04 Thread Daniel
Ok, my fault. No write permission for the group.

But anyway, I think there is no reason to not use both nosuid and noexec

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

Title:
  dev file system is mounted without noexec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1450960/+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 1451452] [NEW] celery fails to build in trusty (expired certificate)

2015-05-04 Thread Matthias Klose
Public bug reported:

seen in
https://launchpad.net/ubuntu/+archive/test-rebuild-20150317/+build/7073165

==
FAIL: test_has_expired (celery.tests.security.test_certificate.test_Certificate)
--
Traceback (most recent call last):
  File /build/buildd/celery-3.1.6/celery/tests/security/test_certificate.py, 
line 26, in test_has_expired
self.assertFalse(Certificate(CERT1).has_expired())
AssertionError: 1L is not false

--
Ran 1677 tests in 32.189s

FAILED (failures=1, skipped=44)
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory `/build/buildd/celery-3.1.6'

** Affects: celery (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: ftbfs

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

Title:
  celery fails to build in trusty (expired certificate)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1451452/+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 1451453] [NEW] cinder fails to build with python 2.7.9 in trusty

2015-05-04 Thread Matthias Klose
Public bug reported:

seen in a test rebuild in trusty with python 2.7.9:
https://launchpad.net/ubuntu/+archive/test-rebuild-20150501-updates/+build/7375304

Traceback (most recent call last):
  File /build/buildd/cinder-2014.1.4/cinder/tests/test_wsgi.py, line 165, in 
test_app_using_ssl
response = urllib2.urlopen('https://127.0.0.1:%d/' % server.port)
  File /usr/lib/python2.7/urllib2.py, line 154, in urlopen
return opener.open(url, data, timeout)
  File /usr/lib/python2.7/urllib2.py, line 431, in open
response = self._open(req, data)
  File /usr/lib/python2.7/urllib2.py, line 449, in _open
'_open', req)
  File /usr/lib/python2.7/urllib2.py, line 409, in _call_chain
result = func(*args)
  File /usr/lib/python2.7/urllib2.py, line 1240, in https_open
context=self._context)
  File /usr/lib/python2.7/urllib2.py, line 1197, in do_open
raise URLError(err)
URLError: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify 
failed (_ssl.c:590)


Ran 3020 tests in 142.297s

FAILED (failures=2)

** Affects: cinder (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: ftbfs python2.7

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

Title:
  cinder fails to build with python 2.7.9 in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1451453/+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 1450043] Re: spice package for trusty contains a malformed patch

2015-05-04 Thread Serge Hallyn
** Changed in: spice (Ubuntu)
   Status: Incomplete = Triaged

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

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

Title:
  spice package for trusty contains a malformed patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spice/+bug/1450043/+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 1451453] Re: cinder fails to build with python 2.7.9 in trusty

2015-05-04 Thread Matthias Klose
same for keystone

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

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

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

** Changed in: keystone (Ubuntu)
Milestone: None = trusty-updates

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

Title:
  cinder fails to build with python 2.7.9 in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1451453/+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 1450043] Re: spice package for trusty contains a malformed patch

2015-05-04 Thread Serge Hallyn
** Description changed:

+ 
+ Impact: the package cannot be unpacked (patches do not apply)
+ Devel fix: the patch is dropped (applied upstream)
+ stable fix: fix the newline damage in the patch
+ test case: apt-get source spice (on a trusty machine)
+ regression potential: there should be none.  However, I am concerned
+ as to how this happened, as the package build should have failed with
+ this whitespace damage.
+ 
+ 
  The source package for spice contains a malformed patch such that dpkg-
  source cannot extract it.  This is fixed in later releases by removing
  the specific patch, but it would be useful for the Trusty package to be
  fixed.
  
  $ apt-get source spice
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  NOTICE: 'spice' packaging is maintained in the 'Git' version control system 
at:
  git://anonscm.debian.org/collab-maint/spice.git
  Need to get 1,744 kB of source archives.
  Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/main spice 0.12.4-0nocelt2 
(dsc) [2,236 B]
  Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty/main spice 0.12.4-0nocelt2 
(tar) [1,719 kB]
  Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty/main spice 0.12.4-0nocelt2 
(diff) [23.0 kB]
  Fetched 1,744 kB in 0s (2,169 kB/s)
  gpgv: Signature made Fri 08 Nov 2013 10:55:11 AM EST using RSA key ID 68C097BC
  gpgv: Can't check signature: public key not found
  dpkg-source: warning: failed to verify signature on 
./spice_0.12.4-0nocelt2.dsc
  dpkg-source: info: extracting spice in spice-0.12.4
  dpkg-source: info: unpacking spice_0.12.4.orig.tar.bz2
  dpkg-source: info: unpacking spice_0.12.4-0nocelt2.debian.tar.gz
  dpkg-source: info: applying fix-tests-warnings.patch
  dpkg-source: info: applying make-celt-to-be-optional.patch
  dpkg-source: info: applying link-server-test-with-libm-libpthread.patch
  dpkg-source: info: fuzz is not allowed when applying patches
  dpkg-source: info: if patch 'link-server-test-with-libm-libpthread.patch' is 
correctly applied by quilt, use 'quilt refresh' to update it
  dpkg-source: error: expected ^--- in line 2 of diff 
`spice-0.12.4/debian/patches/link-server-test-with-libm-libpthread.patch'
  Unpack command 'dpkg-source -x spice_0.12.4-0nocelt2.dsc' failed.
  Check if the 'dpkg-dev' package is installed.
  E: Child process failed
  
  The issue is a simple missing newline in the patch itself.

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

Title:
  spice package for trusty contains a malformed patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spice/+bug/1450043/+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 1450043] Re: spice package for trusty contains a malformed patch

2015-05-04 Thread Serge Hallyn
** Description changed:

  
  Impact: the package cannot be unpacked (patches do not apply)
  Devel fix: the patch is dropped (applied upstream)
  stable fix: fix the newline damage in the patch
  test case: apt-get source spice (on a trusty machine)
- regression potential: there should be none.  However, I am concerned
- as to how this happened, as the package build should have failed with
- this whitespace damage.
+ regression potential: there should be none, however this should cause to be 
linked with lpthread (as it was meant to be to fix Debian bug #713681 since 
2013).  This *could* cause a regression.  The alternative would be to simply 
drop the patch from the package, which should have no risk of regression at all.
  
  
  The source package for spice contains a malformed patch such that dpkg-
  source cannot extract it.  This is fixed in later releases by removing
  the specific patch, but it would be useful for the Trusty package to be
  fixed.
  
  $ apt-get source spice
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  NOTICE: 'spice' packaging is maintained in the 'Git' version control system 
at:
  git://anonscm.debian.org/collab-maint/spice.git
  Need to get 1,744 kB of source archives.
  Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/main spice 0.12.4-0nocelt2 
(dsc) [2,236 B]
  Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty/main spice 0.12.4-0nocelt2 
(tar) [1,719 kB]
  Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty/main spice 0.12.4-0nocelt2 
(diff) [23.0 kB]
  Fetched 1,744 kB in 0s (2,169 kB/s)
  gpgv: Signature made Fri 08 Nov 2013 10:55:11 AM EST using RSA key ID 68C097BC
  gpgv: Can't check signature: public key not found
  dpkg-source: warning: failed to verify signature on 
./spice_0.12.4-0nocelt2.dsc
  dpkg-source: info: extracting spice in spice-0.12.4
  dpkg-source: info: unpacking spice_0.12.4.orig.tar.bz2
  dpkg-source: info: unpacking spice_0.12.4-0nocelt2.debian.tar.gz
  dpkg-source: info: applying fix-tests-warnings.patch
  dpkg-source: info: applying make-celt-to-be-optional.patch
  dpkg-source: info: applying link-server-test-with-libm-libpthread.patch
  dpkg-source: info: fuzz is not allowed when applying patches
  dpkg-source: info: if patch 'link-server-test-with-libm-libpthread.patch' is 
correctly applied by quilt, use 'quilt refresh' to update it
  dpkg-source: error: expected ^--- in line 2 of diff 
`spice-0.12.4/debian/patches/link-server-test-with-libm-libpthread.patch'
  Unpack command 'dpkg-source -x spice_0.12.4-0nocelt2.dsc' failed.
  Check if the 'dpkg-dev' package is installed.
  E: Child process failed
  
  The issue is a simple missing newline in the patch itself.

** Description changed:

  
  Impact: the package cannot be unpacked (patches do not apply)
  Devel fix: the patch is dropped (applied upstream)
  stable fix: fix the newline damage in the patch
  test case: apt-get source spice (on a trusty machine)
- regression potential: there should be none, however this should cause to be 
linked with lpthread (as it was meant to be to fix Debian bug #713681 since 
2013).  This *could* cause a regression.  The alternative would be to simply 
drop the patch from the package, which should have no risk of regression at all.
+ regression potential: there should be none, however this should cause to be 
linked with lpthread (as it was meant to be to fix Debian bug #713681 since 
2013).  This *could* cause a regression.  The alternative would be to simply 
drop the patch from the package, which should have no risk of regression at 
all.  However, this change has been in wheezy-backports for a long time with no 
reported troubles.
  
  
  The source package for spice contains a malformed patch such that dpkg-
  source cannot extract it.  This is fixed in later releases by removing
  the specific patch, but it would be useful for the Trusty package to be
  fixed.
  
  $ apt-get source spice
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  NOTICE: 'spice' packaging is maintained in the 'Git' version control system 
at:
  git://anonscm.debian.org/collab-maint/spice.git
  Need to get 1,744 kB of source archives.
  Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/main spice 0.12.4-0nocelt2 
(dsc) [2,236 B]
  Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty/main spice 0.12.4-0nocelt2 
(tar) [1,719 kB]
  Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty/main spice 0.12.4-0nocelt2 
(diff) [23.0 kB]
  Fetched 1,744 kB in 0s (2,169 kB/s)
  gpgv: Signature made Fri 08 Nov 2013 10:55:11 AM EST using RSA key ID 68C097BC
  gpgv: Can't check signature: public key not found
  dpkg-source: warning: failed to verify signature on 
./spice_0.12.4-0nocelt2.dsc
  dpkg-source: info: extracting spice in spice-0.12.4
  dpkg-source: info: 

[Bug 1037607] Re: vmbuilder completely fails on Quantal due to kernel pae detection failure

2015-05-04 Thread Serge Hallyn
Is this bug still applicable?  Does generating a vivid image on a vivid
or trusty host give the same errors?

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

Title:
  vmbuilder completely fails on Quantal due to kernel pae detection
  failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1037607/+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 1037607] Re: vmbuilder completely fails on Quantal due to kernel pae detection failure

2015-05-04 Thread Serge Hallyn
If https://help.ubuntu.com/community/UEC/Images is not out of date, the
images are all built on 10.04 using a (presumably modified) older branch
of vmbuilder.

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

Title:
  vmbuilder completely fails on Quantal due to kernel pae detection
  failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1037607/+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 1451232] Re: container does not receive IP address after 15.04 upgrade

2015-05-04 Thread Serge Hallyn
Do you start this container as root or as an unprivileged user?

Does lxcbr0 exist on the host?  What do

ps -ef | grep lxcbr0
sudo brctl show

show? Please show the (original, unmodified) container configuration.

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

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

Title:
  container does not receive IP address after 15.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1451232/+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 1377973] Re: lxc-destroy/lxc-stop gets stuck

2015-05-04 Thread Serge Hallyn
Interesting, so apparently only the lxc monitor itself is hung.  could
you please strace that process (it will be the parent of the container
init) so we can see what it is hung trying to do?

Did you happen to upgrade lxc to a significantly newer version after
starting the container?  I don't know of any changes we've made to the
monitor protocol, but it's not impossible.

Can you give more details about how you set up your custom container?
Is this (somewhat - i.e. you can do it more than once even if not
always) reproducible with a precise set of steps?


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

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

Title:
  lxc-destroy/lxc-stop gets stuck

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

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


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

2015-05-04 Thread Dan Poler
The container has since been restarted (by issuing a 'reboot' inside the
container), which unstuck lxc-ls, it's now behaving normally. If it
happens again I'll see what I can see. It's not the first time I've seen
this happen.

LXC has not been upgraded since the container was started, no.

The container was created via 'sudo lxc-create -t download -n name' -
nothing terribly unusual that separates it from a couple other
containers running on the same hardware. It runs a desktop (xfce) which
is unique but not a particularly wacky use case. The only special
config is autostart, an lxc.cgroup.devices.allow statement, and an
lxc.mount.entry.

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

Title:
  lxc-destroy/lxc-stop gets stuck

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

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


[Bug 1381450] Re: [MIR] conntrack, libnetfilter-queue, libnetfilter-cttimeout, libnetfilter-cthelper

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

** Tags added: verification-needed

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

Title:
  [MIR] conntrack, libnetfilter-queue, libnetfilter-cttimeout,
  libnetfilter-cthelper

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/conntrack/+bug/1381450/+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 1449744] Re: [SRU] OpenStack Kilo 2015.1 release

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

** Also affects: nova (Ubuntu Vivid)
   Importance: Undecided
   Status: New

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

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

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

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

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

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

** Also affects: designate (Ubuntu Vivid)
   Importance: Undecided
   Status: New

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

** Also affects: python-openstackclient (Ubuntu Vivid)
   Importance: Undecided
   Status: New

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

** Also affects: ironic (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: manila (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: sahara (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: neutron-fwaas (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: neutron-vpnaas (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: neutron-lbaas (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Changed in: python-openstackclient (Ubuntu Vivid)
   Status: New = Fix Committed

** Changed in: neutron-vpnaas (Ubuntu Vivid)
   Status: New = Fix Committed

** Tags added: verification-needed

** Changed in: neutron-lbaas (Ubuntu Vivid)
   Status: New = Fix Committed

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

** Changed in: manila (Ubuntu Vivid)
   Status: New = Fix Committed

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

** Changed in: sahara (Ubuntu Vivid)
   Status: New = Fix Committed

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

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

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

** Changed in: designate (Ubuntu Vivid)
   Status: New = Fix Committed

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

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

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

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

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

** Changed in: ironic (Ubuntu Vivid)
   Status: New = Fix Committed

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

** Changed in: openstack-trove (Ubuntu Vivid)
   Status: New = Fix Committed

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

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

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

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

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

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

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

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

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

** Changed in: neutron-fwaas (Ubuntu Vivid)
   Status: New = Fix Committed

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

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

2015-05-04 Thread Chris J Arges
Hello James, or anyone else affected,

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

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

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

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

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

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

Title:
  [SRU] OpenStack Kilo 2015.1 release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1449744/+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 1451453] Re: cinder fails to build with python 2.7.9 in trusty

2015-05-04 Thread Matthias Klose
** Also affects: neutron (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** Changed in: neutron (Ubuntu)
Milestone: None = trusty-updates

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

Title:
  cinder fails to build with python 2.7.9 in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1451453/+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 1451529] [NEW] package mysql-server-5.5 5.5.43-0ubuntu0.14.04.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2015-05-04 Thread Jan
Public bug reported:

I was using this in MythTV but it doesn't worked.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mysql-server-5.5 5.5.43-0ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.16.0-34.47~14.04.1-generic 3.16.7-ckt8
Uname: Linux 3.16.0-34-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
Date: Mon May  4 20:15:06 2015
DuplicateSignature: 
package:mysql-server-5.5:5.5.43-0ubuntu0.14.04.1:Unterprozess installiertes 
post-installation-Skript gab den Fehlerwert 1 zurück
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationDate: Installed on 2015-03-06 (58 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
Logs.var.log.daemon.log:
 
Logs.var.log.mysql.error.log: 
MySQLConf.etc.mysql.conf.d..keepme: 
MySQLConf.etc.mysql.my.cnf: Error: [Errno 2] Datei oder Verzeichnis nicht 
gefunden: '/etc/mysql/my.cnf'
MySQLVarLibDirListing: ['ib_logfile1', 'mysql', 'mysql_upgrade_info', 
'mythconverg', 'debian-5.5.flag', 'performance_schema', 'ib_logfile0', 
'ibdata1']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-34-generic.efi.signed 
root=UUID=973a10b3-1730-4683-914f-9c7c0f94f40c ro quiet splash vt.handoff=7
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 5.5.43-0ubuntu0.14.04.1 failed to 
install/upgrade: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
UpgradeStatus: Upgraded to trusty on 2015-03-31 (33 days ago)
modified.conffile..etc.mysql.conf.d.mysqld.safe.syslog.cnf: [deleted]
modified.conffile..etc.mysql.debian.start: [deleted]

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


** Tags: amd64 apport-package trusty

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

Title:
  package mysql-server-5.5 5.5.43-0ubuntu0.14.04.1 failed to
  install/upgrade: Unterprozess installiertes post-installation-Skript
  gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1451529/+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 1371291] Re: FTBFS caused by PEP 466

2015-05-04 Thread Matthias Klose
that should be fixed for trusty as well

** Tags added: python2.7

** Also affects: python-eventlet (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: python-eventlet (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: python-eventlet (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: python-eventlet (Ubuntu Trusty)
Milestone: None = trusty-updates

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

Title:
  FTBFS caused by PEP 466

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-eventlet/+bug/1371291/+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 1451453] Re: cinder fails to build with python 2.7.9 in trusty

2015-05-04 Thread Matthias Klose
** Also affects: python-glanceclient (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: python-glanceclient (Ubuntu)
   Importance: Undecided = High

** Changed in: python-glanceclient (Ubuntu)
   Status: New = Confirmed

** Changed in: python-glanceclient (Ubuntu)
Milestone: None = trusty-updates

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

Title:
  cinder fails to build with python 2.7.9 in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1451453/+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 1451537] [NEW] python-greenlet fails to build in trusty with updated python 2.7.9

2015-05-04 Thread Matthias Klose
Public bug reported:

seen in a test rebuild with python 2.7.9 in trusty
https://launchpad.net/ubuntu/+archive/test-rebuild-20150317/+build/7080478

==
FAIL: test_threaded_leak (tests.test_leaks.ArgRefcountTests)
--
Traceback (most recent call last):
  File /build/buildd/python-greenlet-0.4.2/tests/test_leaks.py, line 43, in 
test_threaded_leak
self.assertTrue(g() is None)
AssertionError: False is not true

--
Ran 61 tests in 0.380s

FAILED (failures=1)
make[1]: *** [test-2.7-stamp] Error 1
make[1]: Leaving directory `/build/buildd/python-greenlet-0.4.2'
make: *** [build] Error 2

** Affects: python-greenlet (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: ftbfs python2.7

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

Title:
  python-greenlet fails to build in trusty with updated python 2.7.9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-greenlet/+bug/1451537/+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 1450043] Re: spice package for trusty contains a malformed patch

2015-05-04 Thread Matthias Klose
** Tags added: ftbfs

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

Title:
  spice package for trusty contains a malformed patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spice/+bug/1450043/+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 1451539] [NEW] tomcat7 fails to build in trusty (updated openjdk-7?)

2015-05-04 Thread Matthias Klose
Public bug reported:

seen in a test rebuild, and confirmed on the porter box

https://launchpad.net/ubuntu/+archive/test-
rebuild-20150317/+build/7081836

** Affects: tomcat7 (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: ftbfs

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

Title:
  tomcat7 fails to build in trusty (updated openjdk-7?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1451539/+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 1451540] [NEW] usbredir fails to build in trusty

2015-05-04 Thread Matthias Klose
Public bug reported:

usbredir fails to build in trusty

dpkg-source: warning: -sn is not a valid option for 
Dpkg::Source::Package::V3::Quilt
gpgv: Signature made Fri Jan  3 01:48:06 2014 UTC using RSA key ID 97D73BA5
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./usbredir_0.6-2ubuntu1.dsc
dpkg-source: info: extracting usbredir in usbredir-0.6
dpkg-source: info: unpacking usbredir_0.6.orig.tar.bz2
dpkg-source: info: unpacking usbredir_0.6-2ubuntu1.debian.tar.gz
dpkg-source: error: expected ^--- in line 3 of diff 
`usbredir-0.6/debian/patches/update-usbredirserver-whatis-entry.diff'
dpkg-source: info: applying update-usbredirserver-whatis-entry.diff
dpkg-source: info: fuzz is not allowed when applying patches
dpkg-source: info: if patch 'update-usbredirserver-whatis-entry.diff' is 
correctly applied by quilt, use 'quilt refresh' to update it
FAILED [dpkg-source died]

** Affects: usbredir (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: ftbfs

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

Title:
  usbredir fails to build in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usbredir/+bug/1451540/+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 1450642] Re: seccomp missing many new syscalls

2015-05-04 Thread Jamie Strandboge
** Description changed:

- Several syscalls were discovered to be missing when using the launcher
- on snappy. These should be added so we may properly support seccomp
- filtering.
+ [Impact]
+ Several syscalls were discovered to be missing when using the launcher on 
snappy. These should be added so we may properly support seccomp filtering.
  
+ [Test Case]
+ seccomp itself has a comprehensive testsuite, and while it doesn't fail the 
build, regressions can be seen by looking at the build log. Eg:
+ 
+ Regression Test Summary
+ tests run: 6494
+ tests skipped: 52
+ tests passed: 6494
+ tests failed: 0
+ tests errored: 0
+ 
+ 
+ Furthermore, on a snappy system, perform:
+ $ sudo snappy install hello-world
+ $ hello-world.env
+ 
+ It should show the environment. On an arm system with 2.1.1-1 from the 
archive, this will fail due to a seccomp denial:
+ audit: type=1326 audit(1430766107.122:16): auid=1000 uid=1000 gid=1000 ses=15 
pid=1491 comm=env exe=/bin/bash sig=31 arch=4028 syscall=983045 
compat=0 ip=0xb6fb0bd6 code=0x0
+ 
+ (note, snappy images have a ppa fix for this, see notes below).
+ 
+ 
+ To test the segfault fix, do:
+ $ scmp_sys_resolver 1024
+ Segmentation fault
+ 
+ It should return:
+ $ scmp_sys_resolver 1024
+ UNKNOWN
+ 
+ 
+ For the new 3.19 syscalls:
+ $ scmp_sys_resolver getrandom
+ -1
+ 
+ it should return something like (actual number depends on arch, this is on 
armhf):
+ $ scmp_sys_resolver getrandom
+ 384
+ 
+ 
+ autopkgtests for libseccomp have been added as part of this update to verify 
that the library recognizes all the syscalls from 3.19 and the private 
syscalls. These tests can be run like so (assuming you are in the unpacked 
source and the binaries are in ../binary):
+ $ export REL=vivid
+ $ adt-run `for i in ../binary/*.deb ; do echo -n -B $i  ; done` --source 
../source/*.dsc --log-file /tmp/adt.out --- adt-virt-schroot 
autopkgtest-$REL-amd64 || echo ** AUTOPKGTESTS FAILED
+ 
+ Alternatively, if you don't have autopkgtest setup, you can do:
+ $ apt-get install dpkg-dev build-essential linux-libc-dev libseccomp-dev 
seccomp
+ $ export ADTTMP=/tmp/foo ; mkdir -p $ADTTMP ; sh ./debian/tests/test-filter
+ ...
+ PASS
+ $ export ADTTMP=/tmp/foo ; mkdir -p $ADTTMP ; sh 
./debian/tests/test-scmp_sys_resolver
+ ...
+ PASS
+ 
+ 
+ Lastly, seccomp is used by lxc. lxc can be tested by using the test case as 
outlined in step 4 of 
https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor#Desktop_only.
+ 
+ 
+ [Regression Potential]
+ If the above tests, regression potential is considered low. Unknown syscalls 
will continue to be handled as before.
+ 
+ 
+ Description of changes:
  add finit_module:
  
https://github.com/seccomp/libseccomp/commit/64152018ffdf971efefd84466db4a92002bb8b15
  
  sync the syscall table entries - 3.16
  
https://github.com/seccomp/libseccomp/commit/9186136be7696ed63a8ddc06c9b397057abc5c75
  
https://github.com/seccomp/libseccomp/commit/3f319a9a5bc2e32f5a3c296fb0476c040b6f46c4
  
https://github.com/seccomp/libseccomp/commit/689f19e7488535c775c1db415b8d9895905ef8dd
  
https://github.com/seccomp/libseccomp/commit/ac6802b300922ef2ad3e95e2c80f89b575073aeb
  
https://github.com/seccomp/libseccomp/commit/c6205d9600983aa3fa68ca952b7624f2fec86718
  
https://github.com/seccomp/libseccomp/commit/76739812a3e23182504cde43403ddb9921e0e05a
  
  sync the syscall table entries - 3.17
  
https://github.com/seccomp/libseccomp/commit/6354f8cab5ac82a8d567005e58a9e7ff9dd843a9
  
  sync the syscall table entries - 3.19
  
https://github.com/seccomp/libseccomp/commit/7b80fb2fb683cafaf5dc9ff7692437ba86e598a3
  
- This should also be applied (fix a segfault for invalid syscall numbers): 
+ This should also be applied (fix a segfault for invalid syscall numbers):
  
https://github.com/seccomp/libseccomp/commit/2d09a74c7f04d29ae740db1e2187ff1a1886b2c3
+ 
+ In addition, add-missing-arm-private-syscalls.patch is add to add 5
+ private ARM syscalls. These are absolutely required on snappy. This
+ portion of the patch has been well tested and is included by default in
+ stable snappy images via the snappy image PPA.

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

Title:
  seccomp missing many new syscalls

To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy-ubuntu/+bug/1450642/+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 1451572] [NEW] 'SMART error (FailedOpenDevice) detected' emails now being sent to root after removing a USB portable hard drive

2015-05-04 Thread Max Bowsher
Public bug reported:

Since upgrading from trusty to vivid, it appears that smartd has started
sending 'SMART error (FailedOpenDevice) detected' alert emails each time
a USB external hard drive is attached and then removed (subject to it
being attached long enough to be caught by smartd's polling period).

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: smartmontools 6.3+svn4002-2
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon May  4 22:00:28 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-05-29 (340 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: smartmontools
UpgradeStatus: Upgraded to vivid on 2015-03-29 (36 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  'SMART error (FailedOpenDevice) detected' emails now being sent to
  root after removing a USB portable hard drive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/1451572/+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 1451598] [NEW] Libvirt spams libvirt.log with virNetSocketReadWire and similar errors

2015-05-04 Thread Dave Chiluk
Public bug reported:

Libvirt spams logs with
2014-11-19 14:31:15.787+: 46611: warning : qemuOpenVhostNet:493 : Unable to 
open vhost-net. Opened so far 0, requested 1
2014-11-19 15:18:36.735+: 46610: error : virNetSocketReadWire:1377 : End of 
file while reading data: Input/output error
2014-11-21 20:56:04.275+: 46610: error : virNetSocketReadWire:1377 : End of 
file while reading data: Input/output error
2014-11-23 11:31:34.321+: 46610: error : virNetlinkEventCallback:340 : 
nl_recv returned with error: No buffer space available
2014-11-18 14:47:28.882+: 47095: error : qemuMonitorIO:615 : internal 
error: End of file from monitor

These are bogus errors and can safely be ignored.  They have been fixed
by upstream libvirt patch 89563efc0209b854d2b2e554423423d7602acdbd so
these errors are only seen on the precise.

Upstream commit is available here.
http://libvirt.org/git/?p=libvirt.git;a=commit;h=89563efc0209b854d2b2e554423423d7602acdbd

I'll package up this fix and submit the debdiff as soon as I've
integrated, and tested it.

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Assignee: Dave Chiluk (chiluk)
 Status: New


** Tags: cts sts

** Description changed:

- Libvirt spams logs with in Precise.
- 2014-11-19 14:31:15.787+: 46611: warning : qemuOpenVhostNet:493 : Unable 
to open vhost-net. Opened so far 0, requested 1 
- 2014-11-19 15:18:36.735+: 46610: error : virNetSocketReadWire:1377 : End 
of file while reading data: Input/output error 
- 2014-11-21 20:56:04.275+: 46610: error : virNetSocketReadWire:1377 : End 
of file while reading data: Input/output error 
- 2014-11-23 11:31:34.321+: 46610: error : virNetlinkEventCallback:340 : 
nl_recv returned with error: No buffer space available 
+ Libvirt spams logs with
+ 2014-11-19 14:31:15.787+: 46611: warning : qemuOpenVhostNet:493 : Unable 
to open vhost-net. Opened so far 0, requested 1
+ 2014-11-19 15:18:36.735+: 46610: error : virNetSocketReadWire:1377 : End 
of file while reading data: Input/output error
+ 2014-11-21 20:56:04.275+: 46610: error : virNetSocketReadWire:1377 : End 
of file while reading data: Input/output error
+ 2014-11-23 11:31:34.321+: 46610: error : virNetlinkEventCallback:340 : 
nl_recv returned with error: No buffer space available
  2014-11-18 14:47:28.882+: 47095: error : qemuMonitorIO:615 : internal 
error: End of file from monitor
  
- 
- These are bogus errors and can safely be ignored.  They have been fixed by 
upstream libvirt patch 89563efc0209b854d2b2e554423423d7602acdbd so these errors 
are only seen on the precise.
+ These are bogus errors and can safely be ignored.  They have been fixed
+ by upstream libvirt patch 89563efc0209b854d2b2e554423423d7602acdbd so
+ these errors are only seen on the precise.
  
  Upstream commit is available here.
  
http://libvirt.org/git/?p=libvirt.git;a=commit;h=89563efc0209b854d2b2e554423423d7602acdbd
  
  I'll package up this fix and submit the debdiff as soon as I've
  integrated, and tested it.

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

Title:
  Libvirt spams libvirt.log with virNetSocketReadWire and similar errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1451598/+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 1451611] [NEW] ieee-data cron.monthly job fails on Vivd

2015-05-04 Thread Brian Murray
Public bug reported:

Subject: Anacron job 'cron.monthly' on impulse  
 

 
run-parts: /etc/cron.monthly/ieee-data exited with return code 1

 $ sudo /etc/cron.monthly/ieee-data
[sudo] password for bdmurray:
[  3:35PM ]  [ bdmurray@impulse:~/source-trees/daisy/trunk ]
 $ echo $?
1
[  3:35PM ]  [ bdmurray@impulse:~/source-trees/daisy/trunk ]
 $ sudo -i
root@impulse:~# BASEDIR=/var/lib/ieee-data/ /usr/bin/update-oui -f -q
root@impulse:~# echo $?
1

It seems to always return error code 1. It might be the bug as the
following debian bug:

https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=783096archived=nombox=no

** Affects: ieee-data (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: vivid

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

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

Title:
  ieee-data cron.monthly job fails on Vivd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ieee-data/+bug/1451611/+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 1451232] Re: container does not receive IP address after 15.04 upgrade

2015-05-04 Thread Serge Hallyn
Thanks - could you please try

sudo systemctl stop lxc-net
sudo systemctl start lxc-net

then see whether 'ps -ef | grep lxcbr0' shows a result?  If it does
not, repeat up to two more times (and then just give up and let us know :)

If lxcbr0 does show up, does the container (with its original config)
come up fine?

I've had this issue too - the lxc-net systemd job appears to not be
correct, or it interacts badly with network-manager.  It doesn't just
not show up, it also disappears quite often.


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

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

Title:
  container does not receive IP address after 15.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1451232/+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 1451134] Change abandoned on trove (master)

2015-05-04 Thread OpenStack Infra
Change abandoned by Emilien Macchi (emil...@redhat.com) on branch: master
Review: https://review.openstack.org/179626
Reason: I think this is something that needs to be solved in packaging.

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

Title:
  Default connection parameters fails when running dbsync

To manage notifications about this bug go to:
https://bugs.launchpad.net/trove/+bug/1451134/+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 1451232] Re: container does not receive IP address after 15.04 upgrade

2015-05-04 Thread Kevin Dalley
Thanks.

No sign of lxcbr0.

kevin@nereocystis:/home/kevin$ ps -ef | grep lxcbr0
kevin17684 17583  0 13:06 pts/000:00:00 grep lxcbr0


I attached the original config file which does not work under 15.04, but did 
work under 14.10 and 14.04.


** Attachment added: Original config which does not work under 15.04
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1451232/+attachment/4390854/+files/config

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

Title:
  container does not receive IP address after 15.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1451232/+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 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-05-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

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