[Bug 1494602] [NEW] qemu-system-x86 nested virtualisation is broken on AMD system

2015-09-11 Thread Andrew Spiers
Public bug reported:

I am reporting this bug against qemu-system-x86=1:2.2+dfsg-5expubuntu9.3~cloud0 
in the Ubuntu cloud archive.


# lsb_release -rd   
Description:Ubuntu 14.04.3 LTS  
Release:14.04   
# apt-cache policy qemu-system-x86  
qemu-system-x86:
  Installed: 1:2.3+dfsg-5ubuntu4~cloud0 
  Candidate: 1:2.3+dfsg-5ubuntu4~cloud0 

What is happening:  
Version 1:2.2+dfsg-5expubuntu9.3~cloud0 of qemu-system and qemu-system-x86_64   
seems to be dropping the svm (AMD nested virtualization) flag from virtual  
machines, despite it being specified in the CPU type. So nested virtualisation  
has stoppped working.   

What I expect to happen:
svm CPU flag to be passed through to guests.   

Version 1:2.3+dfsg-5ubuntu4~cloud0 also drops the svm flag.

Version 2.0.0+dfsg-2ubuntu1.18 passes the CPU flag through fine.

This has been tested with libvirt-bin version 1.2.12-0ubuntu14. The processor   
is Version: AMD Opteron(TM) Processor 6238. 


# cat /sys/module/kvm_amd/parameters/nested 
1   
# modinfo kvm_amd | grep nested 
parm:   nested:int  


The qemu command line includes the following cpu argument:: 

-cpu 
Opteron_G4,+perfctr_nb,+perfctr_core,+topoext,+nodeid_msr,+lwp,+wdt,+skinit,+ibs,+osvw,+cr8legacy,+extapic,+c
mp_legacy,+fxsr_opt,+mmxext,+osxsave,+monitor,+ht,+vme

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

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

Title:
  qemu-system-x86 nested virtualisation is broken on  AMD system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1494602/+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 1267393] Re: [MIR] juju-core, juju-mongodb, gccgo, golang

2015-09-11 Thread Jamie Strandboge
One more comment on broken out libs (whether static or shared), juju-
core might want to consider expanding autopkgtests to uncover
regressions caused by dependencies.

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

Title:
  [MIR] juju-core, juju-mongodb, gccgo, golang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gccgo-5/+bug/1267393/+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 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-11 Thread Ben Howard
** Changed in: cloud-init (Ubuntu)
 Assignee: (unassigned) => Ben Howard (utlemming)

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

Title:
  Snappy should enable SSH when credentials are provided

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1494816/+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 1494837] [NEW] check_pollen is broken

2015-09-11 Thread Jacek Nykis
Public bug reported:

Nagios check shipped with the pollen package is broken, it complains
that "pollen server did not properly log the test request [0]" but
/var/log/syslog looks fine

I'm quite sure it's this part that is broken:

md5sum1=$(grep pollen /var/log/syslog /var/log/pollen/pollen.log 2>/dev/null || 
true | md5sum)
pollinate -t -i -s localhost -b -d - >"$TMPDIR/out" 2>"$TMPDIR/err" && RC=0 || 
RC=$?
md5sum2=$(grep pollen /var/log/syslog /var/log/pollen/pollen.log 2>/dev/null || 
true | md5sum)

Above lines are searching for "pollen" string but should use "pollinate"
instead.

Pollen 4.14-0ubuntu1

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

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

Title:
  check_pollen is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pollen/+bug/1494837/+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 1267393] Re: [MIR] juju-core, juju-mongodb, gccgo, golang

2015-09-11 Thread Jamie Strandboge
Yesterday slangasek and I met with the juju team regarding the path
forward for transitioning to shared libraries and Alexis will be
commenting on that later.

Unrelated to that, juju is using many embedded code copies and juju-core will 
need to be adjusted to build with many of these broken out into golang-*-dev 
packages (see https://wiki.ubuntu.com/MIRTeam for details, and use 
dh-make-golang to make this easy). Before I give the list, a couple of things:
 * it is acknowledged that the Go community has traditionally embedded sources 
in their trees and then managed imports themselves. This works fine for the app 
model where bundling is the norm (eg, for Ubuntu Touch clicks and Ubuntu Core 
snaps). However, for the reasons outlined in the MIRteam wiki, this does not 
work well with the Linux distribution model and applying for main inclusion in 
Ubuntu by definition means working within the distribution model. Also, the Go 
community has acknowledged the benefits of shared libraries with regard to code 
reuse, project management, the distribution model, etc, which is why Go 1.5 has 
shared library capability (that doesn't mean the app bundling model doesn't 
still have its place)
 * it is also acknowledged that juju is different in some ways to other 
software delivered via the archive in that its current packaging of client, 
server, agents, etc is for multiple platforms, not just Ubuntu. However, juju 
is being delivered to Ubuntu juju clients via apt and therefore for those 
clients there isn't a technical reason why those embedded libraries can't be 
delivered as separate packages (in other words, it's fine if juju-core has 
embedded sources in the orig.tar.gz if that helps the juju team, it is just 
that (many of) those embedded sources should not be used during archive builds 
(where instead juju-core should use Build-Depends on golang-*-dev packages)). 
This is all standard Debian and Ubuntu archive practice and that is why the 
Debian Go team has been working so hard on dh-golang, Built-Using, etc
 *  it should be acknowledged by go developers seeking main inclusion that the 
MIR, foundations and security teams have already made many concessions for 
golang and these changes to the process alone will result in increased 
maintenance effort for officially supported packages (but at a level we believe 
can be supported, unlike if we ignored embedded sources/shared libraries)
 * creating golang-*-dev packages for embedded sources doesn't mean the juju 
team can't still control the code, it is just that the lib will live in a 
different place. Eg, suppose that github.com/joyent/* is pulled out into 
golang-joyent-dev. A MIR would be required for golang-joyent-dev and the juju 
team would be the team committed to maintaining the package and fixing those 
bugs. The PPU acls would be adjusted to allow the juju team to upload this 
package, just like with juju-core. The SRU process would apply to it, etc. (Ie, 
nothing fundamentally changes wrt control if the juju team wants to maintain 
that control (ie, perhaps they wouldn't mind relinquishing control of some of 
them))
 * all the embedded packages do not necessarily need to be pulled out. Eg, 
github.com/juju and gopkg.in/juju seem to be internal to juju and if nothing in 
the archive would ever need to use them, there is no reason to break them out
 * juju is currently suffering from the problems that can happen with the 
bundling model in that it is using different embedded sources for the same 
functionality. Eg, code.google.com/p/go.crypto and golang.org/x/crypto. Picking 
one and breaking it out into a single -dev package will ease the maintenance 
burden

With that said, here is a list to start the conversation for *Ubuntu
archive builds* and using embedded sources (again, if it helps to leave
the sources in the orig.tar.gz for other reasons, fine):

* embedded that seem obviously ok to leave alone and use during the build:
 * github.com/juju/* (do pull out anything that's reused in other go sources 
though)
 * gopkg.in/juju/* (same here)

* embedded that seems clear should be cleaned up/pulled out/use existing 
archive -dev package:
 * code.google.com/p/go.crypto (use golang-go.crypto-dev, why this and 
golang.org/x/crypto? pick one)
 * golang.org/x/crypto (why this and code.google.com/p/go.crypto? pick one)
 * golang.org/x/net (use golang-golang-x-net-dev)
 * gopkg.in/check.v1 (use golang-check.v1-dev)
 * gopkg.in/mgo.v2 (use golang-gopkg-mgo.v2-dev)
 * gopkg.in/yaml.v1 (use golang-goyaml-dev, but consider golang-yaml.v2-dev 
cause that is what snappy uses and the MIR process advocates for one package 
per functionality as much as possible)

* embedded that may need other Canonical upstream involvement to create 
golang-*-dev packages (note, LXD is applying for MIR in 15.10 so this golxc 
might fall under that work):
 * launchpad.net/golxc (seems our lxc packages should be adjusted to provide 
golang-golxc-dev?)
 * launchpad.net/gomaasapi 

[Bug 1469214] Re: HP ProLiant m400 Server crashes with unhandled level 3 translation fault

2015-09-11 Thread Timo Aaltonen
Hello Colin, or anyone else affected,

Accepted irqbalance into vivid-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/irqbalance/1.0.6-3ubuntu1.1 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: irqbalance (Ubuntu Vivid)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

** Changed in: irqbalance (Ubuntu Trusty)
   Status: In Progress => Fix Committed

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

Title:
  HP ProLiant m400 Server crashes with unhandled level 3 translation
  fault

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

2015-09-11 Thread Timo Aaltonen
Hello Colin, or anyone else affected,

Accepted irqbalance into trusty-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/irqbalance/1.0.6-2ubuntu0.14.04.4
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 irqbalance in Ubuntu.
https://bugs.launchpad.net/bugs/1469214

Title:
  HP ProLiant m400 Server crashes with unhandled level 3 translation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1469214/+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 1386869] Re: -host in auto.master not mounting nfs exports

2015-09-11 Thread Seyeong Kim
** Tags added: sts

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

Title:
  -host in auto.master not mounting nfs exports

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1386869/+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 1469214] Re: HP ProLiant m400 Server crashes with unhandled level 3 translation fault

2015-09-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/irqbalance

** Branch linked: lp:ubuntu/trusty-proposed/irqbalance

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

Title:
  HP ProLiant m400 Server crashes with unhandled level 3 translation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1469214/+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 1386869] Re: -host in auto.master not mounting nfs exports

2015-09-11 Thread Louis Bouchard
** Also affects: autofs (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

Title:
  -host in auto.master not mounting nfs exports

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1386869/+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 1494644] [NEW] [FFe] sync python-passlib 1.6.5-1 from Debian unstable

2015-09-11 Thread James Page
Public bug reported:

Currently the python-passlib source package in Ubuntu is 'passlib' and
is version 1.5.3; Debian have had newer versions >= 1.6.1 for some time,
but python-passlib is in the package blacklist since quantal, so its
never been synced.

OpenStack Keystone requires a newer passlib version; requesting ack from
release team to a) drop package from sync blacklist and b) sync over
from Debian.

Testing:

reverse-depends -b python-passlib
Reverse-Build-Depends-Indep
===
* keystone
* openstack-trove

Reverse-Build-Depends
=
* ansible
* python-tldap

reverse-depends python-passlib
Reverse-Depends
===
* python-keystone
* python-moinmoin
* python-netlib
* python-tldap
* python-trove

keystone and trove will be dealt with at Liberty b3 (inprogress)

python-passlib 1.6.5-1 builds fine for wily (see PPA below)

ansible rebuild is clean.
python-tldap ftbfs due to a python-asn1 incompat.

python-netlib is in version alignment with Debian, no reported bugs with
passlib 1.6.5 (or 1.6.1 as in Debian stable)

Testing PPA: https://launchpad.net/~james-page/+archive/ubuntu/liberty-
testing/+packages

** Affects: passlib (Ubuntu)
 Importance: High
 Status: Incomplete

** Description changed:

  Currently the python-passlib source package in Ubuntu is 'passlib' and
  is version 1.5.3; Debian have had newer versions >= 1.6.1 for some time,
  but python-passlib is in the package blacklist since quantal, so its
  never been synced.
  
  OpenStack Keystone requires a newer passlib version; requesting ack from
  release team to a) drop package from sync blacklist and b) sync over
  from Debian.
  
  Testing:
  
  reverse-depends -b python-passlib
  Reverse-Build-Depends-Indep
  ===
  * keystone
  * openstack-trove
  
  Reverse-Build-Depends
  =
  * ansible
  * python-tldap
  
  reverse-depends python-passlib
  Reverse-Depends
  ===
  * python-keystone
  * python-moinmoin
  * python-netlib
  * python-tldap
  * python-trove
  
  keystone and trove will be dealt with at Liberty b3 (inprogress)
  
  python-passlib 1.6.5-1 builds fine for wily (see PPA below)
  
  ansible and python-tldap rebuilds are clean.
  
  python-netlib is in version alignment with Debian, no reported bugs with
  passlib 1.6.5 (or 1.6.1 as in Debian stable)
+ 
+ 
+ Testing PPA: 
https://launchpad.net/~james-page/+archive/ubuntu/liberty-testing/+packages

** Description changed:

  Currently the python-passlib source package in Ubuntu is 'passlib' and
  is version 1.5.3; Debian have had newer versions >= 1.6.1 for some time,
  but python-passlib is in the package blacklist since quantal, so its
  never been synced.
  
  OpenStack Keystone requires a newer passlib version; requesting ack from
  release team to a) drop package from sync blacklist and b) sync over
  from Debian.
  
  Testing:
  
  reverse-depends -b python-passlib
  Reverse-Build-Depends-Indep
  ===
  * keystone
  * openstack-trove
  
  Reverse-Build-Depends
  =
  * ansible
  * python-tldap
  
  reverse-depends python-passlib
  Reverse-Depends
  ===
  * python-keystone
  * python-moinmoin
  * python-netlib
  * python-tldap
  * python-trove
  
  keystone and trove will be dealt with at Liberty b3 (inprogress)
  
  python-passlib 1.6.5-1 builds fine for wily (see PPA below)
  
- ansible and python-tldap rebuilds are clean.
+ ansible rebuild is clean.
+ python-tldap ftbfs due to a python-asn1 incompat.
  
  python-netlib is in version alignment with Debian, no reported bugs with
  passlib 1.6.5 (or 1.6.1 as in Debian stable)
  
- 
- Testing PPA: 
https://launchpad.net/~james-page/+archive/ubuntu/liberty-testing/+packages
+ Testing PPA: https://launchpad.net/~james-page/+archive/ubuntu/liberty-
+ testing/+packages

** Changed in: passlib (Ubuntu)
   Importance: Undecided => High

** Changed in: passlib (Ubuntu)
Milestone: None => ubuntu-15.09

** Changed in: passlib (Ubuntu)
   Status: New => Incomplete

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

Title:
  [FFe] sync python-passlib 1.6.5-1 from Debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/passlib/+bug/1494644/+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 1494678] [NEW] manage_etc_hosts: yes writes wrong hostname with custom hostname

2015-09-11 Thread Martin Pitt
Public bug reported:

I use a cloud config like this:

#cloud-config
hostname: adt
manage_etc_hosts: true

Then I start an instance with "nova boot [...] adt-wily-amd64-puppet-
test". This correctly creates /etc/hostname, but /etc/hosts is wrong:

$ cat /etc/hostname 
adt

$ cat /etc/hosts
# Your system has configured 'manage_etc_hosts' as True.
# As a result, if you wish for changes to this file to persist
# then you will need to either
# a.) make changes to the master file in /etc/cloud/templates/hosts.tmpl
# b.) change or remove the value of 'manage_etc_hosts' in
# /etc/cloud/cloud.cfg or cloud-config from user-data
#
127.0.1.1 adt-wily-amd64-puppet-test.novalocal adt
[...]

This results in the fully qualified host name not being resolvable,
which breaks e. g. puppet:

$ ping adt.novalocal
ping: unknown host adt.novalocal


$ sudo puppet agent --test --detailed-exitcodes
Warning: Setting templatedir is deprecated. See 
http://links.puppetlabs.com/env-settings-deprecations
   (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1134:in 
`issue_deprecation_warning')
Warning: Unable to fetch my node definition, but the agent run will continue:
Warning: getaddrinfo: Name or service not known
Info: Retrieving pluginfacts
Error: /File[/var/lib/puppet/facts.d]: Failed to generate additional resources 
using 'eval_generate': getaddrinfo: Name or service not known
Error: /File[/var/lib/puppet/facts.d]: Could not evaluate: Could not retrieve 
file metadata for puppet://adt.novalocal/pluginfacts: getaddrinfo: Name or 
service not known
Wrapped exception:
getaddrinfo: Name or service not known
Info: Retrieving plugin
Error: /File[/var/lib/puppet/lib]: Failed to generate additional resources 
using 'eval_generate': getaddrinfo: Name or service not known
Error: /File[/var/lib/puppet/lib]: Could not evaluate: Could not retrieve file 
metadata for puppet://adt.novalocal/plugins: getaddrinfo: Name or service not 
known
Wrapped exception:
getaddrinfo: Name or service not known
Error: Could not retrieve catalog from remote server: getaddrinfo: Name or 
service not known
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Error: Could not send report: getaddrinfo: Name or service not known

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  manage_etc_hosts: yes writes wrong hostname with custom hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1494678/+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 1469214] Re: HP ProLiant m400 Server crashes with unhandled level 3 translation fault

2015-09-11 Thread Colin Ian King
Hi there,

I need access to the machine to test this,  any hints on the machine
name and how to access it would be useful. Thanks.

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

Title:
  HP ProLiant m400 Server crashes with unhandled level 3 translation
  fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1469214/+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 1494602] Re: qemu-system-x86 nested virtualisation is broken on AMD system

2015-09-11 Thread Serge Hallyn
Thanks for reporting this bug.

Could you please show the vm xml (virsh dumpxml domain_name) and the
full qemu/kvm command (ps -auxw | egrep -e '(qemu|kvm)' )?

** Changed in: qemu (Ubuntu)
   Status: New => Incomplete

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

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

Title:
  qemu-system-x86 nested virtualisation is broken on  AMD system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1494602/+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 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-11 Thread Ben Howard
** Branch linked: lp:~utlemming/cloud-init/1494816

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

Title:
  Snappy should enable SSH when credentials are provided

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1494816/+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 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-11 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

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

Title:
  Snappy should enable SSH when credentials are provided

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1494816/+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 1491888] Re: python-cliff 1.13.0-0ubuntu1 ftbfs with Python 3.5 in Wily

2015-09-11 Thread Barry Warsaw
This upstream Python 3.5 change breaks cliff's test suite:

https://bugs.python.org/issue15582

The patch is simple enough, so I'll just attach it here.  I plan on
uploading a fix to Ubuntu.  We can resync to any new Debian release when
that's available.

** Also affects: python-cliff
   Importance: Undecided
   Status: New

** Summary changed:

- python-cliff 1.13.0-0ubuntu1 ftbfs with Python 3.5 in Wily
+ python-cliff 1.14.0 ftbfs with Python 3.5 in Wily

** Bug watch added: Python Roundup #15582
   http://bugs.python.org/issue15582

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

Title:
  python-cliff 1.14.0 ftbfs with Python 3.5 in Wily

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-cliff/+bug/1491888/+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 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-11 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1144-0ubuntu1

---
cloud-init (0.7.7~bzr1144-0ubuntu1) wily; urgency=medium

  * New upstream snapshot.
[ Ben Howard ]
* snappy: enable ssh on snappy if ssh keys are provided or
  password authentication is requested (LP: #1494816)

 -- Scott Moser   Fri, 11 Sep 2015 17:00:16 -0400

** Changed in: cloud-init (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Snappy should enable SSH when credentials are provided

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1494816/+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 1482227] Re: [MIR] python-pyeclib, liberasurecode, jerasure, gf-complete

2015-09-11 Thread Michael Terry
Doko, I'll take your comment as interest in reviewing these.  :)  Let me
know if you're too busy.

** Changed in: python-pyeclib (Ubuntu)
 Assignee: (unassigned) => Matthias Klose (doko)

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

Title:
  [MIR] python-pyeclib, liberasurecode, jerasure, gf-complete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gf-complete/+bug/1482227/+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 1474097] Re: package libldap-2.4-2 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.8.3' to '/usr/lib/x86_64-linux-gnu/liblbe

2015-09-11 Thread Launchpad Bug Tracker
[Expired for openldap (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openldap (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package libldap-2.4-2 (not installed) failed to install/upgrade:
  cannot copy extracted data for './usr/lib/x86_64-linux-
  gnu/liblber-2.4.so.2.8.3' to '/usr/lib/x86_64-linux-
  gnu/liblber-2.4.so.2.8.3.dpkg-new': unexpected end of file or stream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1474097/+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 1471561] Re: Typo in python-oslo packages: "transtional"

2015-09-11 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/experimental/python-oslo.policy

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

Title:
  Typo in python-oslo packages: "transtional"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddtp-ubuntu/+bug/1471561/+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 1448793] Re: package libtomcat7-java 7.0.56-2 failed to install/upgrade: package libtomcat7-java is already installed and configured

2015-09-11 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 tomcat7 in Ubuntu.
https://bugs.launchpad.net/bugs/1448793

Title:
  package libtomcat7-java 7.0.56-2 failed to install/upgrade: package
  libtomcat7-java is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1448793/+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 1479377] Re: Eror while installing keystone

2015-09-11 Thread James Page
It looks like you have a locally/pip installed keystone which is
conflicting with the package:

  /usr/local/bin/keystone-manage

try tidying up any non Ubuntu code first; that should resolve your
problem.

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

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

Title:
  Eror while installing keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1479377/+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 1467985] Re: ubuntu package needs to ship httpd/keystone.py

2015-09-11 Thread James Page
python-keystone ships this file in /usr/share/keystone/wsgi.py; for
liberty these have been renamed - this has been picked up for b3 - they
will be provided as part of the keystone package.

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

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

Title:
  ubuntu package needs to ship httpd/keystone.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1467985/+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 1485694] Re: Keystone raises an exception when it receives incorrectly encoded parameters

2015-09-11 Thread James Page
** Changed in: keystone (Ubuntu)
   Importance: Undecided => Medium

** Also affects: keystone (Ubuntu Wily)
   Importance: Medium
   Status: Confirmed

** Changed in: keystone (Ubuntu Wily)
   Status: Confirmed => In Progress

** Changed in: keystone (Ubuntu Wily)
Milestone: None => ubuntu-15.09

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

Title:
  Keystone raises an exception when it receives incorrectly encoded
  parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1485694/+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 1435823] Re: Disappearing /var/run/mysqld causes mysqld to fail after reboot

2015-09-11 Thread al
Hi,

I am not an expert,so I do'nt know how to apply the Bruno's fix

When I start mysql I get:

Sep 11 11:08:52 serv mysql[25802]: Checking for tables which need an up...e
Sep 11 11:08:52 serv mysql[25802]: not closed cleanly..
Hint: Some lines were ellipsized, use -l to show in full.

I understand I have to

Create a newfile /etc/tmpfiles.d/mysql.conf:

What does it mean " d /var/run/mysqld 0755 mysql mysql - " ? Delete?

Thank You to all mysql experts that can solve this question.

Yours Sincerely,
Alex

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

Title:
  Disappearing /var/run/mysqld causes mysqld to fail after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1435823/+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 1433595] Re: Keystone writes "Access denied" for DB-Connection to its configured logfile

2015-09-11 Thread James Page
This is due to the fact that the keystone daemon is not started with a
--log-file parameter like all other openstack daemons; this is fixed in
release since Ubuntu vivid (and for OpenStack Kilo) but will cause
/var/log/keystone/keystone.log to not be used for Icehouse/Juno.

Triaging accordingly

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

** Also affects: keystone (Ubuntu Wily)
   Importance: Low
   Status: Triaged

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

** Changed in: keystone (Ubuntu Wily)
   Status: Triaged => Fix Released

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

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

** Changed in: keystone (Ubuntu Trusty)
   Status: New => Triaged

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

** Summary changed:

- Keystone writes "Access denied" for DB-Connection to its configured logfile
+ keystone logging not configured correctly for OpenStack Icehouse

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

Title:
  keystone logging not configured correctly for OpenStack Icehouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1433595/+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 514989] Re: PHP process output (?) that breaks bash completion

2015-09-11 Thread Peter Newman
For anyone else who's hit this, the page has now moved to 
http://www.clock.co.uk/blog/bash-completion-problems-with-option-lists-generated-by-php
 it's also still available in Google's cache here:
http://webcache.googleusercontent.com/search?q=cache:n-AfIM1nmMYJ:http://clock.co.uk/blog/bash-completion-problems-with-option-lists-generated-by-php%2Bbash+completion+problems+with+option+lists+generated+by+php=com.microsoft:en-gb:IE-SearchBox=_rd=cr_rd=cr=en=clnk

And the key info (in case it vanishes again) is:
targets=`echo ""| maiden -b | sort -u`
COMPREPLY=( $(compgen -W "${targets}" -- ${cur}) )
return 0

i.e. add echo "" | before your PHP script.

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

Title:
  PHP process output (?) that breaks bash completion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/514989/+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 1475247] Re: ceph-disk-prepare --zap-disk hang

2015-09-11 Thread James Page
Reverting the verfication-done for now - maybe this is all the same bug.

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

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

Title:
  ceph-disk-prepare --zap-disk hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1475247/+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 1475247] Re: ceph-disk-prepare --zap-disk hang

2015-09-11 Thread James Page
I think there are potentially two bugs here; the first being:

http://tracker.ceph.com/issues/11143

which is resolved by the fix in proposed (splitting the calls); I think
the hanging sgdisk might be a different problem.

I'm going to mark this as verification-done for
http://tracker.ceph.com/issues/11143; we'll need another bug for the
hang problem

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

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

Title:
  ceph-disk-prepare --zap-disk hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1475247/+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 1480742] Re: package cgroup-lite 1.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-09-11 Thread Martin Pitt
** Tags removed: need-duplicate-check

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

Title:
  package cgroup-lite 1.9 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgroup-lite/+bug/1480742/+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 1485694] Re: Keystone raises an exception when it receives incorrectly encoded parameters

2015-09-11 Thread James Page
** Changed in: keystone (Ubuntu Wily)
 Assignee: (unassigned) => James Page (james-page)

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

Title:
  Keystone raises an exception when it receives incorrectly encoded
  parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1485694/+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 1491532] Re: ssh-keygen invocation difficult to copy-paste

2015-09-11 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:6.9p1-2

---
openssh (1:6.9p1-2) unstable; urgency=medium

  [ Colin Watson ]
  * mention-ssh-keygen-on-keychange.patch: Move example ssh-keygen
invocation onto a separate line to make it easier to copy and paste
(LP: #1491532).

  [ Tyler Hicks ]
  * Build with audit support on Linux (closes: #797727, LP: #1478087).

 -- Colin Watson   Thu, 10 Sep 2015 12:26:11 +0100

** Changed in: openssh (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  ssh-keygen invocation difficult to copy-paste

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1491532/+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 1478087] Re: ISST-LTE: aureport -l couldn't print out login info on ubuntu 14.04.3

2015-09-11 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:6.9p1-2

---
openssh (1:6.9p1-2) unstable; urgency=medium

  [ Colin Watson ]
  * mention-ssh-keygen-on-keychange.patch: Move example ssh-keygen
invocation onto a separate line to make it easier to copy and paste
(LP: #1491532).

  [ Tyler Hicks ]
  * Build with audit support on Linux (closes: #797727, LP: #1478087).

 -- Colin Watson   Thu, 10 Sep 2015 12:26:11 +0100

** Changed in: openssh (Ubuntu Wily)
   Status: Triaged => Fix Released

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

Title:
  ISST-LTE: aureport -l couldn't print out login info on ubuntu 14.04.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/audit/+bug/1478087/+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 1456305] Re: package keystone 1:2015.1.0-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-09-11 Thread James Page
** Changed in: keystone (Ubuntu)
   Importance: Undecided => Low

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1456305/+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 1476769] Re: When activating OpenVPN without DHCP6, random traffic will be routed without VPN

2015-09-11 Thread Alberto Salvia Novella
** Changed in: network-manager (Ubuntu)
   Importance: Undecided => High

** Changed in: openvpn (Ubuntu)
   Importance: Undecided => High

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

Title:
  When activating OpenVPN without DHCP6, random traffic will be routed
  without VPN

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1476769/+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 1478849] Re: infinite loop in /usr/share/mysql/mysql-systemd-start causes non-interactive installations to fail/hang

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

** Changed in: mysql-5.6 (Ubuntu)
   Status: New => Confirmed

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

Title:
  infinite loop in /usr/share/mysql/mysql-systemd-start causes non-
  interactive installations to fail/hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1478849/+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 1435550] Re: Unable to upgrade from mysql 5.5 to 5.6

2015-09-11 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1421303 ***
https://bugs.launchpad.net/bugs/1421303

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mysql-5.6 (Ubuntu)
   Status: New => Confirmed

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

Title:
  Unable to upgrade from mysql 5.5 to 5.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1435550/+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 1461242] Re: cloud-init does not generate ed25519 keys

2015-09-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty/cloud-init

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

Title:
  cloud-init does not generate ed25519 keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1461242/+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 1482227] Re: [MIR] python-pyeclib, liberasurecode, jerasure, gf-complete

2015-09-11 Thread Matthias Klose
liberasurecode:

 - liberasurecode1 has a hard-coded dependency on a shared library, please 
remove
 - there is a newer 1.0.9 release, update?

please also fix:

 - enable parallel build
 - add Multi-Arch: same attributes
 - library is underlinked, -ldl missing


** Changed in: liberasurecode (Ubuntu)
   Status: New => Incomplete

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

Title:
  [MIR] python-pyeclib, liberasurecode, jerasure, gf-complete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gf-complete/+bug/1482227/+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 1435080] Re: mysql-server upgrade hangs dpkg --reconfigure

2015-09-11 Thread Kristian Erik Hermansen
*** This bug is a duplicate of bug 1421303 ***
https://bugs.launchpad.net/bugs/1421303

Ultimately, apparmor is the culprit. I noticed that the file
/etc/apparmor.d/usr.sbin.mysqld has a line:

  /run/mysqld/mysqld.sock r,

Which means that the socket file will never be able to be written the
first time, which seems a bug to me. I made it this instead:

  /run/mysqld/mysqld.sock rw,

Works great now. I made a bunch of changes and many files have been
edited. I think there may have been some other lines I edited, like:

  /run/mysqld/mysqld.pid rw,
  /var/log/mysql.log rw,
  /var/log/mysql.err rw,
  /etc/mysql/mysql.conf.d/** rw,
  /etc/mysql/mysql.cnf rw,
  /etc/mysql/my.cnf rw,

If you can't figure out, then temporarily disable apparmor and change
the apparmor profile until you get it working.

/etc/init.d/apparmor stop

Then mysql should work again:

/etc/init.d/mysql restart

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

Title:
  mysql-server upgrade hangs dpkg --reconfigure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1435080/+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 1494644] Re: [FFe] sync python-passlib 1.6.5-1 from Debian unstable

2015-09-11 Thread Adam Conrad
** Changed in: passlib (Ubuntu)
   Status: New => Fix Released

** Changed in: passlib (Ubuntu)
 Assignee: (unassigned) => Adam Conrad (adconrad)

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

Title:
  [FFe] sync python-passlib 1.6.5-1 from Debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/passlib/+bug/1494644/+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-09-11 Thread James Page
** Changed in: cinder (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: keystone (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: neutron (Ubuntu)
   Status: Confirmed => Triaged

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

-- 
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 1485694] Re: Keystone raises an exception when it receives incorrectly encoded parameters

2015-09-11 Thread James Page
** Changed in: keystone (Ubuntu Wily)
   Status: In Progress => Fix Committed

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

Title:
  Keystone raises an exception when it receives incorrectly encoded
  parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1485694/+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 1482227] Re: [MIR] python-pyeclib, liberasurecode, jerasure, gf-complete

2015-09-11 Thread Matthias Klose
liberasurecode:

 libjerasure2 is a plugin (supposed to be used as a default)

** Changed in: liberasurecode (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  [MIR] python-pyeclib, liberasurecode, jerasure, gf-complete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gf-complete/+bug/1482227/+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 1346935] Re: Failing to create simplestreams bucket on ceph-radosgw

2015-09-11 Thread Louis Bouchard
** Also affects: simplestreams (Ubuntu Vivid)
   Importance: Undecided
   Status: New

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

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

Title:
  Failing to create simplestreams bucket on ceph-radosgw

To manage notifications about this bug go to:
https://bugs.launchpad.net/simplestreams/+bug/1346935/+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 1482227] Re: [MIR] python-pyeclib, liberasurecode, jerasure, gf-complete

2015-09-11 Thread Matthias Klose
python-pyeclib itself looks fine.


** Changed in: python-pyeclib (Ubuntu)
   Status: New => Triaged

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

Title:
  [MIR] python-pyeclib, liberasurecode, jerasure, gf-complete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gf-complete/+bug/1482227/+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 1482227] Re: [MIR] python-pyeclib, liberasurecode, jerasure, gf-complete

2015-09-11 Thread Matthias Klose
gf-incomplete:

 - tests are disabled. please enable
 - the home page says: "GF-Complete and Jerasure versions 2.0 and later are no 
longer supported."
 - really ship 1.0, not the current 2.0?

please also fix:

 - add Multi-Arch: same attributes to both binary packages
 - enable parallel build (--parallel)
 - update homepage in control: 
http://web.eecs.utk.edu/~plank/plank/www/software.html
   or http://jerasure.org/ ?


** Changed in: gf-complete (Ubuntu)
   Status: New => Incomplete

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

Title:
  [MIR] python-pyeclib, liberasurecode, jerasure, gf-complete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gf-complete/+bug/1482227/+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 1482227] Re: [MIR] python-pyeclib, liberasurecode, jerasure, gf-complete

2015-09-11 Thread Matthias Klose
jerasure:

 - tests are disabled; please enable
 - please update to new home page / watch file

please also fix:

 - enable parallel build (--parallel)
 - add Multi-Arch: same attribute

looks fine otherwise.


** Changed in: jerasure (Ubuntu)
   Status: New => Incomplete

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

Title:
  [MIR] python-pyeclib, liberasurecode, jerasure, gf-complete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gf-complete/+bug/1482227/+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 1480742] Re: package cgroup-lite 1.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-09-11 Thread Serge Hallyn
** Changed in: cgroup-lite (Ubuntu)
   Status: New => Incomplete

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

Title:
  package cgroup-lite 1.9 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgroup-lite/+bug/1480742/+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 1435823] Re: Disappearing /var/run/mysqld causes mysqld to fail after reboot

2015-09-11 Thread Bruce Pieterse
Hi al,

As per tempfile(1) (man tempfile) that line creates a new directory at
/var/run/mysqld with 0755 permissions and sets the owner and group to
mysql.

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

Title:
  Disappearing /var/run/mysqld causes mysqld to fail after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1435823/+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 1494816] [NEW] Snappy should enable SSH when credentials are provided

2015-09-11 Thread Ben Howard
Public bug reported:

For Snappy, SSH is turned off by default.

Cloud-init should default to SSH being off by default, BUT if the
datasource provides credentials, then SSH should be turned on.

** Affects: cloud-init (Ubuntu)
 Importance: Critical
 Status: Confirmed

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

Title:
  Snappy should enable SSH when credentials are provided

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1494816/+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 1492621] Re: Cannot start VMs without routable IPv4 address

2015-09-11 Thread Serge Hallyn
Thanks, Kevin!

** Changed in: qemu (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Cannot start VMs without routable IPv4 address

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