[Bug 1299975] Re: wireless script checks wrong sys file

2014-07-08 Thread Whoopie
Please find attached a debdiff to fix this issue.

** Patch added: pm-utils_1.4.1-13ubuntu0.1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1299975/+attachment/4147818/+files/pm-utils_1.4.1-13ubuntu0.1.debdiff

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

Title:
  wireless script checks wrong sys file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1299975/+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 1242376] Re: reload php5-fpm crashes

2014-07-08 Thread Panagiotis Moustafellos
Shall I try fetching upstream and applying your patch or that's the one
the ppa is built with?

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

Title:
  reload php5-fpm crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1242376/+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 1242376] Re: reload php5-fpm crashes

2014-07-08 Thread Ondřej Surý
There's nothing wrong with master process NOT CHANGING the PID. I told
you to look at the logs and not at the PID, so please do so before
jumping to wrong conclusions, thanks.

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

Title:
  reload php5-fpm crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1242376/+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 1242376] Re: reload php5-fpm crashes

2014-07-08 Thread Panagiotis Moustafellos
Hi Ondrej, sorry if I seemed pushy, not my intention.
The logs I pasted above refer to the exact test procedure you requested,
here are some fresh ones;

root@sandbox01:/home/pmoust# php -v
PHP 5.5.14-2+deb.sury.org~trusty+1 (cli) (built: Jul  2 2014 12:14:44) 
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
root@sandbox01:/home/pmoust# tailf /var/log/php5-fpm.log 
[2] 26256
root@sandbox01:/home/pmoust# [07-Jul-2014 09:49:25] NOTICE: configuration file 
/etc/php5/fpm/php-fpm.conf test is successful

[07-Jul-2014 10:09:33] NOTICE: configuration file /etc/php5/fpm/php-
fpm.conf test is successful

[07-Jul-2014 10:37:59] NOTICE: configuration file /etc/php5/fpm/php-
fpm.conf test is successful

[07-Jul-2014 13:25:52] NOTICE: configuration file /etc/php5/fpm/php-
fpm.conf test is successful

[07-Jul-2014 15:40:58] NOTICE: configuration file /etc/php5/fpm/php-
fpm.conf test is successful


root@sandbox01:/home/pmoust# ps aux | grep fpm | grep master
root  8977  0.0  0.1 392060 23912 ?Ss   Jul07   0:04 php-fpm: 
master process (/etc/php5/fpm/php-fpm.conf)
root@sandbox01:/home/pmoust# kill -HUP 8977
root@sandbox01:/home/pmoust# kill -USR2 8977
root@sandbox01:/home/pmoust# 

Not fresh workers spawned.

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

Title:
  reload php5-fpm crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1242376/+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 1242376] Re: reload php5-fpm crashes

2014-07-08 Thread Ondřej Surý
Did you modify the standard logging?

# grep -E 'log' /etc/php5/fpm/php-fpm.conf /etc/php5/fpm/pool.d/* | grep
-v :;

?

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

Title:
  reload php5-fpm crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1242376/+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 1242376] Re: reload php5-fpm crashes

2014-07-08 Thread Panagiotis Moustafellos
Not really,

pmoust@sandbox01:~⟫ grep -E 'log' /etc/php5/fpm/php-fpm.conf 
/etc/php5/fpm/pool.d/* | grep -v :;
/etc/php5/fpm/php-fpm.conf:error_log = /var/log/php5-fpm.log
/etc/php5/fpm/pool.d/main.conf:access.log = /var/log/fpm/main.access.log
/etc/php5/fpm/pool.d/main.conf:slowlog = /var/log/fpm/main.log.slow
/etc/php5/fpm/pool.d/main.conf:request_slowlog_timeout = 30s

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

Title:
  reload php5-fpm crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1242376/+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 1336555] Re: ovs-vswitchd segfault every 2 days

2014-07-08 Thread gadLinux
Hi,

Is there a way I can get a core from this process? I suppose that
leaving ulimit -c unlimited is not enough. And I don't know where it
will be left. But I can try.

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

Title:
  ovs-vswitchd segfault every 2 days

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1336555/+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 1336555] Re: ovs-vswitchd segfault every 2 days

2014-07-08 Thread gadLinux
To make it happen more ofter, is needed a lot of transfer connections
through the network node. I have GB eth with two interfaces on each host
to make it happen. But only 4-5 vmachines on the cloud.

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

Title:
  ovs-vswitchd segfault every 2 days

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1336555/+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 1307473] Re: guest hang due to missing clock interrupt

2014-07-08 Thread Ondergetekende
I'm not confident yet we're seeing the exact same problem, but it is
pretty close. We're running a somewhat wide range of hyperisor kernels,
these are our observations so far.

node-1-1  3.13.0-24-generic is affected for  0% of vms
node-1-3  3.13.0-24-generic is affected for  0% of vms
node-1-5  3.13.0-24-generic is affected for  0% of vms
node-1-6  3.13.0-27-generic is affected for  0% of vms
node-1-7  3.13.0-29-generic is affected for  0% of vms
node-2-3  3.13.0-30-generic is affected for  0% of vms
node-2-4  3.13.0-27-generic is affected for  0% of vms
node-2-5  3.13.0-24-generic is affected for  0% of vms
node-1-8  3.13.0-27-generic is affected for  2% of vms
node-1-10 3.13.0-30-generic is affected for 33% of vms
node-1-2  3.13.0-29-generic is affected for 48% of vms
node-1-9  3.13.0-30-generic is affected for 32% of vms
node-2-1  3.13.0-30-generic is affected for 20% of vms
node-2-2  3.13.0-30-generic is affected for  7% of vms
node-1-4  3.13.0-29-generic is affected for 61% of vm

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

Title:
  guest hang due to missing clock interrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1307473/+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 1307473] Re: guest hang due to missing clock interrupt

2014-07-08 Thread Ondergetekende
Note that my list of affected nodes also include migrated VMs, so there
are some false positives (VMs that came from an affected node). The
affected VMs on node 1-8 all seem to be migrated from another node.

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

Title:
  guest hang due to missing clock interrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1307473/+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 1337831] Re: Quickstart crashes when used with juju 1.20

2014-07-08 Thread Robie Basak
** Also affects: juju-quickstart (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: juju-quickstart (Ubuntu)
   Status: New = In Progress

** Changed in: juju-quickstart (Ubuntu)
 Assignee: (unassigned) = Robie Basak (racb)

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

Title:
  Quickstart crashes when used with juju 1.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-quickstart/+bug/1337831/+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 1317939] Re: New upstream release 1.3.2 is available

2014-07-08 Thread Robie Basak
I fixed this when I uploaded 1.4.0-0ubuntu1 to Utopic but neglected to
close this bug.

** Changed in: juju-quickstart (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  New upstream release 1.3.2 is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-quickstart/+bug/1317939/+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 1338277] [NEW] Ubuntu 14.04 + QEmu 2.0 + KSM = 1, makes Windows 2008 R2 guests to crash (BSOD)

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

Guys,

I'm trying to run Windows 2008 as a QEmu guest on my Ubuntu 14.04 but,
after lots of tests, I figured out that it doesn't work, QEmu makes
Windows 2008 to crash, and it is not a Windows fault, I'm pretty sure
that it is a QEmu bug.

Lab environment (5 servers):

3 physical servers: Dell R610

2 physycal servers: IBM x3650

* Where Windows crash (5 servers tested) ?

Ubuntu 14.04 + QEmu 2.0 + VirtIO 0.1-81 = Windows 2008 crash every hour

- Installed with apt-get install ubuntu-virt-server.

* Where Windows do not crash (5 servers tested) ?

Ubuntu 14.04 + Xen 4.4 +  gplpv_Vista2008x64_1.0.1092.9 = Windows
working smoothly

- Installed with apt-get install xen-system-amd64.

So, after removing QEmu from my environment, and using Xen instead, all
Windows guests are now running without any crash.

What kind of information, can I provide for you guys, to deep debug this
QEmu problem ?

Plus, it is interesting to note that a lot of times, all Windows guests
(on top of QEmu / KVM) crashes at the exactly the same time! So, it can
not be a problem within each Windows guest, but at the Hypervisor
itself! Something happen there, that affects almost all Windows guests
simultaneously.

Also, it worth to mention that this problem is probably affecting clouds
based on OpenStack IceHouse, on top of Ubuntu + QEmu 2.0...

Screenshots:

http://i.imgur.com/vnJSTgg.png

http://i.imgur.com/34nADWr.png

NOTE: I'm using KSM (Kernel Samepage Merging) with QEmu, to save RAM. It
seems that when with Xen (+QEmu / HVM), KSM is not used :'( , but it is
enabled ( 1  /sys/kernel/mm/ksm/run at Dom0's kernel). I did not tried
to disable KSM to see if Windows becomes more stable on QEmu 2.0...

Also, I did not run tests on this environment with Ubuntu 12.04.4 (or
12.04.4 with Ubuntu Cloud Archives, to get newer versions of QEmu (but
not 2.0) for old LTS).

CURIOSITY: On older hardware, like Dell R1950, and at my old Intel
Desktop Core i7, I'm running Windows 2008 and 7, on Ubuntu 14.04 with
QEmu 2.0 without any crash... I really like to figure out why QEmu is
crashing Windows guests on Dell R610 and on IBM x3650...

Attaching the VM's configuration files on next posts...

Best,
Thiago

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


** Tags: 2008 bsod crash qemu windows
-- 
Ubuntu 14.04 + QEmu 2.0 + KSM = 1, makes Windows 2008 R2 guests to crash (BSOD)
https://bugs.launchpad.net/bugs/1338277
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to qemu in Ubuntu.

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


[Bug 1328958] Re: Local provider run on server images requires an ubuntu user

2014-07-08 Thread Robie Basak
Max: any joy?

My conclusion for now is:

When running a local environment, Juju uses the existence of
/home/ubuntu to determine if the ubuntu user is special. Instead, it
should pay attention to what user my original user was (before sudo-ing,
etc).

I understand that when deploying to any other environment the ubuntu
user is special; Juju doesn't seem to correctly differentiate between
these two cases. I guess the same code path is followed in both cases,
or something?

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

Title:
  Local provider run on server images requires an ubuntu user

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1328958/+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 1338277] Re: Ubuntu 14.04 + QEmu 2.0 + KSM = 1, makes Windows 2008 R2 guests to crash (BSOD)

2014-07-08 Thread Christopher M. Penalver
** Project changed: qemu = qemu (Ubuntu)

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

Title:
  Ubuntu 14.04 + QEmu 2.0 + KSM = 1, makes Windows 2008 R2 guests to
  crash (BSOD)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1338277/+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 1338993] [NEW] Full Screen Mode does not work with open-vm-tools and Kubuntu 14.10

2014-07-08 Thread Marco Parillo
Public bug reported:

I normally use the VMware Player Easy Install for Kubuntu (and other
flavors), but for some reason it seems to hang on Kubuntu 14.10 Alpha 1.
So I tried the install later and then installing VMware Tools manually
(the way I have to for NetRunner), and that seemed to hang also. But on
Fedora, there is an open-vm-tools package, which I had never heard of
before, so I tried it in Kubuntu 14.10. It seemed to install smoothly,
but the full screen mode does not work (that is my display stays small).
Should this work (in other words, is it a bug), or am I missing the
point of this package on Ubuntu.

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

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

Title:
  Full Screen Mode does not work with open-vm-tools and Kubuntu 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1338993/+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 1332820] Re: QA tests provide a local ubuntu user, causing tests to pass when they should fail

2014-07-08 Thread Robie Basak
Following my conclusion in bug 1328958, I think that the bug is caused
by some quite unexpected behaviour in Juju in the local provider case,
for which I don't think it'd be reasonable to adapt CI to detect.

I thought that bug represented a class of potential bugs not covered by
CI because of a side-effect of the way that CI tests were run, but now
it seems to me that the bug stands alone.

** Changed in: juju-core
   Status: Triaged = Invalid

** Changed in: juju-core (Ubuntu)
   Status: Triaged = Invalid

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

Title:
  QA tests provide a local ubuntu user, causing tests to pass when
  they should fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1332820/+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 1338993] Re: Full Screen Mode does not work with open-vm-tools and Kubuntu 14.10

2014-07-08 Thread Marco Parillo
** Description changed:

  I normally use the VMware Player Easy Install for Kubuntu (and other
  flavors), but for some reason it seems to hang on Kubuntu 14.10 Alpha 1.
  So I tried the install later and then installing VMware Tools manually
  (the way I have to for NetRunner), and that seemed to hang also. But on
- Fedora, there is an open-vm-tools package, which I had never heard of
- before, so I tried it in Kubuntu 14.10. It seemed to install smoothly,
- but the full screen mode does not work (that is my display stays small).
- Should this work (in other words, is it a bug), or am I missing the
- point of this package on Ubuntu.
+ Fedora, there is an open-vm-tools RPM package, which I had never heard
+ of before, so I tried it in Kubuntu 14.10 (sudo apt-get update then sudo
+ apt-get install open-vm-tools). It seemed to install smoothly, but the
+ full screen mode does not work (that is my display stays small). Should
+ this work (in other words, is it a bug), or am I missing the point of
+ this package on Ubuntu.

** Tags added: utopic

** Description changed:

  I normally use the VMware Player Easy Install for Kubuntu (and other
  flavors), but for some reason it seems to hang on Kubuntu 14.10 Alpha 1.
  So I tried the install later and then installing VMware Tools manually
  (the way I have to for NetRunner), and that seemed to hang also. But on
- Fedora, there is an open-vm-tools RPM package, which I had never heard
- of before, so I tried it in Kubuntu 14.10 (sudo apt-get update then sudo
- apt-get install open-vm-tools). It seemed to install smoothly, but the
- full screen mode does not work (that is my display stays small). Should
- this work (in other words, is it a bug), or am I missing the point of
- this package on Ubuntu.
+ Fedora, there is an open-vm-tools RPM package in their default KDE spin,
+ which I had never heard of before, so I tried it in Kubuntu 14.10 (sudo
+ apt-get update then sudo apt-get install open-vm-tools). It seemed to
+ install smoothly, but the full screen mode does not work (that is my
+ display stays small). Should this work (in other words, is it a bug), or
+ am I missing the point of this package on Ubuntu.

** Description changed:

  I normally use the VMware Player Easy Install for Kubuntu (and other
  flavors), but for some reason it seems to hang on Kubuntu 14.10 Alpha 1.
  So I tried the install later and then installing VMware Tools manually
  (the way I have to for NetRunner), and that seemed to hang also. But on
  Fedora, there is an open-vm-tools RPM package in their default KDE spin,
  which I had never heard of before, so I tried it in Kubuntu 14.10 (sudo
  apt-get update then sudo apt-get install open-vm-tools). It seemed to
  install smoothly, but the full screen mode does not work (that is my
  display stays small). Should this work (in other words, is it a bug), or
- am I missing the point of this package on Ubuntu.
+ am I missing the point of this package on Ubuntu?

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

Title:
  Full Screen Mode does not work with open-vm-tools and Kubuntu 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1338993/+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 1336687] Re: Initscript chown to user nagios hardcoded regardless of configuration

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

 IMHO the initscript should either not try to chown the piddir at all,
or at least parse this setting from /etc/default or any other config,

I agree that this would be nice.

 ...but the way the package is right now makes unpractical or simply
impossible to run the service reliably unless with the default nagios
user.

Can you not just modify the initscript, given that you're modifying the
default configuration manually already? It's a conffile - the package
manager will honour your changes, with the only disadvantage being that
if the packaged initscript changes on upgrade, you'll be prompted to
resolve the conflict manually.

As I believe there's an easy workaround available, I think this is of
Wishlist importance.

I also suggest that you check what Debian does, file a bug there if has
the same behaviour and a bug isn't already filed, etc. As Ubuntu's
packaging is based on the Debian one, we would prefer changes to come
from Debian where relevant.

** Changed in: nagios-nrpe (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Initscript chown to user nagios hardcoded regardless of configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/1336687/+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 1312532] Re: [systemd] Factorize lxcbr0 setup and use it for all init systems

2014-07-08 Thread Michael Vogt
It seems like the importance of this bug should be increased given that
we aim for systemd?

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

Title:
  [systemd] Factorize lxcbr0 setup and use it for all init systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1312532/+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 1307473] Re: guest hang due to missing clock interrupt

2014-07-08 Thread John Johansen
Ondergetekende, can you provide further details to why you believe Bug
#1326367 is causing this? Would you be willing to test a
3.11.0-24-generic kernel (reported stable) + the futex fix, or a chosen
stable version of the 3.13 or 3.15 kernel with just the futex fix. To
verify that the futex fix is the problem?

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

Title:
  guest hang due to missing clock interrupt

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1307473/+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 1337831] Re: Quickstart crashes when used with juju 1.20

2014-07-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/juju-quickstart

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

Title:
  Quickstart crashes when used with juju 1.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-quickstart/+bug/1337831/+subscriptions

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


[Bug 1257082] Re: MAAS does not use NTP servers specified in DHCPD options

2014-07-08 Thread C de-Avillez
@James Troup: actually, NTP *can* jump time on start up via the -g
parameter. See http://www.eecis.udel.edu/~mills/ntp/html/ntpd.html.

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

Title:
  MAAS does not use NTP servers specified in DHCPD options

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1257082/+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 1043588] Re: sudo restart lxc-net does not kill/restart dnsmasq

2014-07-08 Thread Pablo RUTH
*** This bug is a duplicate of bug 703800 ***
https://bugs.launchpad.net/bugs/703800

@jneff yes the same for me, so the workaround doesn't work... because
the post-stop script try do delete the bridge but there is an error
bridge lxcbr0 is still up; can't delete it if all containers are not
stopped. After that if you try so start lxc-net there is a test if [ -d
/sys/class/net/${LXC_BRIDGE} ]; then so as the bridge is already up the
script exit and will not launch dnsmasq... I'm right?

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

Title:
  sudo restart lxc-net does not kill/restart dnsmasq

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1043588/+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 1339021] [NEW] package mysql-server-5.5 5.5.37-0ubuntu0.13.10.1 [modified: usr/share/mysql/errmsg-utf8.txt usr/share/mysql/mysql_test_data_timezone.sql] failed to install/upgrade: ErrorMessage: s

2014-07-08 Thread Mathieu Poussin
Public bug reported:

Crashed during trusty upgrade

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mysql-server-5.5 5.5.37-0ubuntu0.13.10.1 [modified: 
usr/share/mysql/errmsg-utf8.txt usr/share/mysql/mysql_test_data_timezone.sql]
ProcVersionSignature: Ubuntu 3.11.0-20.35-generic 3.11.10.6
Uname: Linux 3.11.0-20-generic x86_64
NonfreeKernelModules: vboxpci vboxnetadp vboxnetflt vboxdrv
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Tue Jul  8 13:52:41 2014
DuplicateSignature: package:mysql-server-5.5:5.5.37-0ubuntu0.13.10.1 [modified: 
usr/share/mysql/errmsg-utf8.txt 
usr/share/mysql/mysql_test_data_timezone.sql]:ErrorMessage: subprocess new 
pre-installation script returned error exit status 1
ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
InstallationDate: Installed on 2013-05-17 (416 days ago)
InstallationMedia: Ubuntu-Server 13.04 Raring Ringtail - Release amd64 
(20130423.1)
Logs.var.log.daemon.log:
 
MarkForUpload: True
MySQLConf.etc.mysql.conf.d..keepme: 
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['mysql', 'test', 'ibdata1', 'mysql_upgrade_info', 
'phpmyadmin', 'ib_logfile1', 'ib_logfile0', 'auto.cnf', 'debian-5.5.flag', 
'debian-5.6.flag', 'performance_schema']
ProcCmdline: BOOT_IMAGE=/vmlinuz-3.11.0-20-generic 
root=UUID=417e6cbd-06a5-4be5-b4dc-5129bcac5ec1 ro rootflags=subvol=@
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 5.5.37-0ubuntu0.13.10.1 [modified: 
usr/share/mysql/errmsg-utf8.txt usr/share/mysql/mysql_test_data_timezone.sql] 
failed to install/upgrade: ErrorMessage: subprocess new pre-installation script 
returned error exit status 1
UpgradeStatus: Upgraded to trusty on 2014-07-08 (0 days ago)

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


** Tags: amd64 apport-package third-party-packages 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/1339021

Title:
  package mysql-server-5.5 5.5.37-0ubuntu0.13.10.1 [modified:
  usr/share/mysql/errmsg-utf8.txt
  usr/share/mysql/mysql_test_data_timezone.sql] failed to
  install/upgrade: ErrorMessage: subprocess new pre-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1339021/+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 1337831] Re: Quickstart crashes when used with juju 1.20

2014-07-08 Thread Launchpad Bug Tracker
This bug was fixed in the package juju-quickstart - 1.4.1-0ubuntu1

---
juju-quickstart (1.4.1-0ubuntu1) utopic; urgency=medium

  * New upstream release.
- Includes support for Juju 1.20 (LP: #1337831).
 -- Robie Basak robie.ba...@ubuntu.com   Tue, 08 Jul 2014 10:57:02 +

** Changed in: juju-quickstart (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Quickstart crashes when used with juju 1.20

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-quickstart/+bug/1337831/+subscriptions

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


Re: [Bug 1328958] Re: Local provider run on server images requires an ubuntu user

2014-07-08 Thread Max Brustkern
The deployments I've been doing all need swift, so I had to get canonistack
working anyway.  I'll retry this later this week.

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

Title:
  Local provider run on server images requires an ubuntu user

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1328958/+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 1324992] Re: freeipmi patch for HP moonshot ARM cartridges with I2c

2014-07-08 Thread Manoj Iyer
Installed the package that dannf provided and ran the exact same command
that works for Shashi with his version of freeipmi+patches:

ubuntu@c3n3:~$ sudo bmc-info --no-probing --driver-type=SSIF 
--driver-address=0x10 --driver-device=/dev/i2c-2 --get-device-id --debug
=
Get Device ID Request
=
SSIF Header:

[   0h] = lun[ 2b]
[   6h] = net_fn[ 6b]
IPMI Command Data:
--
[   1h] = cmd[ 8b]
ipmi_cmd_get_device_id: internal system error
ubuntu@c3n3:~$

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

Title:
  freeipmi patch for HP moonshot ARM cartridges with I2c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1324992/+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 1337894] Re: [MIR] python-termstyle

2014-07-08 Thread Colin Watson
Moved to main.

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

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

Title:
  [MIR] python-termstyle

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-termstyle/+bug/1337894/+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 1333686] Re: [MIR] python-rednose

2014-07-08 Thread Colin Watson
Moved to main.

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

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

Title:
  [MIR] python-rednose

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-rednose/+bug/1333686/+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 1339245] [NEW] No reporting of failure on install with LDAP username collision

2014-07-08 Thread houstonbofh
Public bug reported:

Ubuntu 12.04.2
nagios-nrpe-server 2.12-5ubuntu1.2


This is an edge case, but it took me a while to solve, and I could find nothing 
on it with Google...

If...
You have samba, winbind and kerbos as part of an AD domain, (May also be a 
problem in NIS)
and you have an AD user 'nagios',
and you install the nagios-nrpe-server package...

Everything installs just fine with no errors, but the service will not
run.  Eventually, you will find an error in syslog, Warning: Could not
get group entry for 'nagios' and Error: NRPE daemon cannot be run as
user/group root! which gives you a hint.  There is no 'nagios' user or
group.  But when using 'useradd' it will fail to add 'nagios' saying
useradd: user 'nagios' already exists in spite of not finding it in
the /etc/passwd or /etc/group files...  Eventually, you find an old
account in AD from a prior admin's aborted attempt to install nagios
under Windows...  You remove the AD account, add the local account, and
everything works.

The problem is the lack of reporting of any issues on install.  It
should either use the AD account to run, or report that it can not
create the local account.

** Affects: nagios-nrpe (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  No reporting of failure on install with LDAP username collision

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/1339245/+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 1335502] Re: Samba4 does not work with IPv6

2014-07-08 Thread Seth Arnold
** Information type changed from Private Security to Public Security

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

Title:
  Samba4 does not work with IPv6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1335502/+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 1242376] Re: reload php5-fpm crashes

2014-07-08 Thread Ondřej Surý
I have no idea why there's nothing in the logs, but I can say for sure
that the PID of the master process *DOES NOT* change between reloads
(the execve() call exchange the running code, but not the PID of the
process).

The easy thing how to check if the pool.d/* processes do reload is to
change some easily visible parameter like socket path and issue a reload
and then check if the socket path has changed.

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

Title:
  reload php5-fpm crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1242376/+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 1335502] Re: Samba4 does not work with IPv6

2014-07-08 Thread Seth Arnold
I have trouble believing such a common daemon is so brittle in the face
of IPv6; further investigation would be very helpful.

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

Title:
  Samba4 does not work with IPv6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1335502/+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 1242376] Re: reload php5-fpm crashes

2014-07-08 Thread Panagiotis Moustafellos
I am aware what execve() call does.
So there must be an inconsistency between 5.3.x php fpm and the one under your 
ppa?
Centos 6.4;
[root@cygnus ~]# php -v
PHP 5.3.3 (cli) (built: Dec 11 2013 03:29:57) 
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube 
Ltd., and
with Xdebug v2.2.0rc1, Copyright (c) 2002-2012, by Derick Rethans
[root@cygnus ~]# service php-fpm status
php-fpm (pid  1334) is running...
[root@cygnus ~]# kill -USR2 1334
[root@cygnus ~]# service php-fpm status
php-fpm (pid  12361) is running...

Ubuntu 12.04
pmoust@webserver01:~$ ps aux | grep fpm | grep master
root 1202 13.0 0.0 609140 11236 ? Ss 09:19 0:00 php-fpm: master process 
(/etc/php5/fpm/php-fpm.conf)
pmoust@webserver01:~$ sudo kill -USR2 1202
pmoust@webserver01:~$ ps aux | grep fpm | grep master
root 5271 10.6 0.0 609140 11228 ? Ss 09:24 0:00 php-fpm: master process 
(/etc/php5/fpm/php-fpm.conf)

But on php5-fpm of 14.04 under your ppa the master process of *fpm* does
not change?

I'll check as soon as I am back at the office whether opcache is
flushed/changed parameters are applied etc after issuing -1 or -USR2
using your PPA.

Thanks for your effort, my team and I have already voted in for your
patch to be merged upstream.

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

Title:
  reload php5-fpm crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1242376/+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 1242376] Re: reload php5-fpm crashes

2014-07-08 Thread Ondřej Surý
PHP 5.3 was first version to have php-fpm integrated, so I guess there
might have been a room for improvement.

I haven't packaged FPM in Debian squeeze, so I cannot confirm the PHP
5.3 behaviour.

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

Title:
  reload php5-fpm crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1242376/+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 1337437] Re: maas needs utopic support

2014-07-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~blake-rouse/maas/ubuntu-releases-simplestreams

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

Title:
  maas needs utopic support

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1337437/+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 1282861] Re: crash on content-encoding:gzip http responses

2014-07-08 Thread Stuart Bishop
** Also affects: python-swiftclient (Ubuntu Utopic)
   Importance: Undecided
   Status: Confirmed

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

** Changed in: python-swiftclient (Ubuntu Utopic)
   Status: Confirmed = Fix Released

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

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

Title:
  crash on content-encoding:gzip http responses

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-swiftclient/+bug/1282861/+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 1339341] [NEW] Missing patches to work on python=3.3

2014-07-08 Thread Joel Rivera
Public bug reported:

While investigating an issue from the cherrypy mailing list I found that
the problem is related to the ubuntu package cherrypy 3.2.2-4ubuntu5 .

This is the mentioned thread:

https://groups.google.com/d/msg/cherrypy-users/CAJfxhEg_24/WlIoR4fHTvYJ

There are a couple of bugs in cherrypy=3.2.4 with  python=3.3. I have
examined the packaged version and the patches and already covers a Timer
object issue for 3.3 but is missing this one.

https://bitbucket.org/cherrypy/cherrypy/issue/1170/bug-in-check_port-
running-python-33


You can just add the other patch to cover this case:

https://bitbucket.org/cherrypy/cherrypy/commits/9820107d4ffb

It is rather small and self-contained. Or just package any
cherrypy=3.2.4  don't know what is the usual procedure on the
ubuntu/debian packaging world.

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

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

Title:
  Missing patches to work on python=3.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cherrypy3/+bug/1339341/+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 1335502] Re: Samba4 does not work with IPv6

2014-07-08 Thread Thiago Martins
Hey Seth,

I completely agree with you... If true, this problem is serious (and
unbelievable, it seems that Canonical have no Q.A. to deal with IPv6, or
something like that, I do not want to be rude, but make Ubuntu a better
O.S.) but, in the end of the day, I managed to make it work.

To make Samba4 safer against this problem (that come by default), we
need to provision the domain passing the following option: --function-
level=2008_R2 to samba-tool.

Example with IPv6 working on Samba4 AD DC:

---
samba-tool domain provision --realm domain.com.br --domain DOMAIN --adminpass 
Test1234Lol --server-role=dc --use-rfc2307 --function-level=2008_R2
---


This way, Samba4 will behave okay when you have IPv6 on your network.


Samba4 AD DC with IPv6 enabled:

---
root@ubuntu-ad-1:~# host -t SRV _ldap._tcp.domain.com.br
_ldap._tcp.domain.com.br has SRV record 0 100 389 ubuntu-ad-1.domain.com.br.

root@ubuntu-ad-1:~# host ubuntu-ad-1.domain.com.br
ubuntu-ad-1.domain.com.br has address 192.168.1.221
ubuntu-ad-1.domain.com.br has IPv6 address 2008:xxx:200:3f6::10
---


Also, I noted that, 2008_R2 level do NOT fix this if you just tries to raise 
up your Samba AD DC, after enabling IPv6, for example, by doing:

---
samba-tool domain level raise --domain-level 2008_R2 --forest-level 2008_R2
---

It will not fix the problem... You need to start from scratch, using
2008_R2 level from the beginning, to not hit this problem.

So, this is still a BUG but, less serious if you not use the defaults
to provision your domain at first...

Cheers!
Thiago

** Description changed:

  Hello guys,
  
  I'm playing with Samba4 and, with IPv4, it works great but, when we
  enable IPv6, nothing works.
  
  Here is how to reproduce it:
  
  Resume of the procedure that works (IPv4-Only):
  
  SOURCE: http://www.tiltingatlinux.com/2014/04/basic-samba4-domain-
  controler-on-ubuntu.html
  
  ---
  1- Install Ubuntu 14.04;
  
  2- Configure /etc/hosts  /etc/network/interfaces according;
  
  4- Install Samba4, like this: apt-get install samba krb5-user
  smbclient;
  
  5- Provision domain with: samba-tool domain provision --realm
  domain.com.br --domain DOMAIN --adminpass Test1234Lol --server-role=dc
  --use-rfc2307;
  
  6- Reboot  Done!
  ---
  
  Everything works as expected but, since my network is based on IPv6, I
  need to enable it in Samba and... It does not work...
  
  Resume of the procedure that does not work (Dual-Stacked):
  
  ---
  1- Install Ubuntu 14.04;
  
  2- Configure /etc/hosts  /etc/network/interfaces, like this:
  
  -
  auto eth0
  
  iface eth0 inet6 static
   address 2008:xxx:200:3f6::10
   netmask 64
   gateway 2008:xxx:200:3f6::1
  
  iface eth0 inet static
   address 192.168.1.221
   netmask 24
   gateway 192.168.1.1
   dns-domain domain.com.br
   dns-search domain.com.br
   dns-nameservers 192.168.1.221
  
  -- hosts:
  
  127.0.0.1 localhost.localdomain   localhost
  2008:xxx:200:3f6::10   ubuntu-ad-1.domain.com.br  ubuntu-ad-1
- 192.168.15.221ubuntu-ad-1.domain.com.br   ubuntu-ad-1
+ 192.168.1.221 ubuntu-ad-1.domain.com.br   ubuntu-ad-1
  -
  
  4- Install Samba4, like this: apt-get install samba krb5-user
  smbclient;
  
  5- Provision domain with: samba-tool domain provision --realm
  domain.com.br --domain DOMAIN --adminpass Test1234Lol --server-role=dc
  --use-rfc2307;
  
  6- Reboot and... Nothing is working, Samba isn't listening on 53, 389, etc...
  ---
  
  Is there any workarounds to deal with it?
  
  Thanks!
  Thiago

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

Title:
  Samba4 does not work with IPv6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1335502/+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 1339434] [NEW] Samba4 get stuck after a server reboot, if IPv6 is enabled.

2014-07-08 Thread Thiago Martins
Public bug reported:

Guys,

I'm trying to deploy Samba4 AD DC with IPv6 and I'm facing a hard time
(LP #1335502)... First, it didn't worked as-is, now, after enabling
IPv6 in Samba4 AD DC, it does not come up after a server reboot, it get
stucked, look:

---
root@ubuntu-ad-1:~# host -t SRV _ldap._tcp.tcmc.com.br
_ldap._tcp.tcmc.com.br has SRV record 0 100 389 ubuntu-ad-1.tcmc.com.br.
root@ubuntu-ad-1:~# reboot

Broadcast message from administrativo@ubuntu-ad-1
 (/dev/pts/2) at 22:10 ...

The system is going down for reboot NOW!
root@ubuntu-ad-1:~# Connection to 192.168.15.221 closed by remote host.
Connection to 192.168.15.221 closed.

--

tmartins@zion:~$ ssh administrativo@192.168.15.221
administrativo@192.168.15.221's password:
Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.13.0-30-generic x86_64)

 * Documentation:  https://help.ubuntu.com/
Last login: Tue Jul  8 22:09:22 2014 from 192.168.0.104
administrativo@ubuntu-ad-1:~$ sudo -i
[sudo] password for administrativo:
root@ubuntu-ad-1:~# host -t SRV _ldap._tcp.tcmc.com.br
Host _ldap._tcp.tcmc.com.br not found: 3(NXDOMAIN)
root@ubuntu-ad-1:~#
---

Then, I tried:

---
root@ubuntu-ad-1:~# pidof samba
675

root@ubuntu-ad-1:~# pidof smbd
791 719

root@ubuntu-ad-1:~# host -t SRV _ldap._tcp.tcmc.com.br
Host _ldap._tcp.tcmc.com.br not found: 3(NXDOMAIN)
---

See it?!

Now I'm doing:

---
root@ubuntu-ad-1:~# ps xfa

  461 ?S  0:00 avahi-daemon: running [ubuntu-ad-1.local]
  462 ?S  0:00  \_ avahi-daemon: chroot helper
  675 ?S  0:00 samba -D
  719 ?Ss 0:00  \_ /usr/sbin/smbd -D --option=server role 
check:inhibit=yes --f
  791 ?S  0:00  \_ /usr/sbin/smbd -D --option=server role 
check:inhibit=yes
  728 ?Ss 0:00 /usr/sbin/cups-browsed
  745 ?S  0:00 upstart-file-bridge --daemon

---

So, samba is stucked, I'm not seeing the others samba child process as
usual, then I tried:

---
root@ubuntu-ad-1:~# service samba-ad-dc stop
stop: Unknown instance:

root@ubuntu-ad-1:~# killall samba smbd
root@ubuntu-ad-1:~#

root@ubuntu-ad-1:~# service samba-ad-dc start
samba-ad-dc start/running, process 1446

root@ubuntu-ad-1:~# host -t SRV _ldap._tcp.tcmc.com.br
_ldap._tcp.tcmc.com.br has SRV record 0 100 389 ubuntu-ad-1.tcmc.com.br.
---

Back online!!

I believe that there is something wrong with the Samba4 init scripts
when we have IPv6 enabled.

Cheers!
Thiago

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

** Description changed:

  Guys,
  
  I'm trying to deploy Samba4 AD DC with IPv6 and I'm facing a hard time
  (LP #1335502)... First, it didn't worked as-is, now, after enabling
- IPv6 in Samba4, it doe not come up after a server reboot, it get
+ IPv6 in Samba4 AD DC, it does not come up after a server reboot, it get
  stucked, look:
  
  ---
  root@ubuntu-ad-1:~# host -t SRV _ldap._tcp.tcmc.com.br
  _ldap._tcp.tcmc.com.br has SRV record 0 100 389 ubuntu-ad-1.tcmc.com.br.
  root@ubuntu-ad-1:~# reboot
  
  Broadcast message from administrativo@ubuntu-ad-1
-   (/dev/pts/2) at 22:10 ...
+  (/dev/pts/2) at 22:10 ...
  
  The system is going down for reboot NOW!
  root@ubuntu-ad-1:~# Connection to 192.168.15.221 closed by remote host.
  Connection to 192.168.15.221 closed.
  
  --
  
  tmartins@zion:~$ ssh administrativo@192.168.15.221
- administrativo@192.168.15.221's password: 
+ administrativo@192.168.15.221's password:
  Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.13.0-30-generic x86_64)
  
-  * Documentation:  https://help.ubuntu.com/
+  * Documentation:  https://help.ubuntu.com/
  Last login: Tue Jul  8 22:09:22 2014 from 192.168.0.104
  administrativo@ubuntu-ad-1:~$ sudo -i
- [sudo] password for administrativo: 
+ [sudo] password for administrativo:
  root@ubuntu-ad-1:~# host -t SRV _ldap._tcp.tcmc.com.br
  Host _ldap._tcp.tcmc.com.br not found: 3(NXDOMAIN)
- root@ubuntu-ad-1:~# 
+ root@ubuntu-ad-1:~#
  ---
  
  Then, I tried:
  
  ---
  root@ubuntu-ad-1:~# pidof samba
  675
  
  root@ubuntu-ad-1:~# pidof smbd
  791 719
  
  root@ubuntu-ad-1:~# host -t SRV _ldap._tcp.tcmc.com.br
  Host _ldap._tcp.tcmc.com.br not found: 3(NXDOMAIN)
  ---
  
  See it?!
  
  Now I'm doing:
  
  ---
  root@ubuntu-ad-1:~# ps xfa
  
-   461 ?S  0:00 avahi-daemon: running [ubuntu-ad-1.local]
-   462 ?S  0:00  \_ avahi-daemon: chroot helper
-   675 ?S  0:00 samba -D
-   719 ?Ss 0:00  \_ /usr/sbin/smbd -D --option=server role 
check:inhibit=yes --f
-   791 ?S  0:00  \_ /usr/sbin/smbd -D --option=server role 
check:inhibit=yes
-   728 ?Ss 0:00 /usr/sbin/cups-browsed
-   745 ?S  0:00 upstart-file-bridge --daemon
+   461 ?S  0:00 avahi-daemon: running [ubuntu-ad-1.local]
+   462 ?S  0:00  \_ avahi-daemon: chroot helper
+   675 ?S  0:00 samba -D
+   719 ?Ss 0:00  \_ /usr/sbin/smbd -D --option=server role 
check:inhibit=yes --f
+   791 ?   

[Bug 1335502] Re: Samba4 does not work with IPv6

2014-07-08 Thread Thiago Martins
Just for the record, after enabling IPv6 in Samba4 AD DC, I'm now
facing another small problem, which is:

https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1339434

Regards,
Thiago

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

Title:
  Samba4 does not work with IPv6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1335502/+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 1339434] Re: Samba4 get stuck after a server reboot, if IPv6 is enabled.

2014-07-08 Thread Thiago Martins
BTW, if in an IPv4-Only environment, then Samba4 AD DC works okay
after rebooting the server. This problem appear only in a Dual-Stacked
(not tried it in a IPv6-Only network) env.

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

Title:
  Samba4 get stuck after a server reboot, if IPv6 is enabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1339434/+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 1335652] Re: phpinfo() Type Confusion Information Leak Vulnerability

2014-07-08 Thread Kurt Cancemi
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4721

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

Title:
  phpinfo() Type Confusion Information Leak Vulnerability

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1335652/+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 1287111] Re: package amavisd-new-postfix 1:2.7.1-2ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

** Changed in: amavisd-new (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package amavisd-new-postfix 1:2.7.1-2ubuntu3 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/amavisd-new/+bug/1287111/+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 1339512] [NEW] libvirtError XML error: cpu feature 'rdtscp' specified more than once

2014-07-08 Thread yanal
Public bug reported:

Hi there,

I have configured controller node (controller) and two compute nodes
(compute 1 and compute 2) using icehouse openstack on three virtual
machines which run Ubuntu 14.04 LTS.

I'm trying to live migrate one instance from compute1 to compute2
through dashboard/command-line and I got migration error and the status
of the instance is 'migrating'

I check the log /var/log/nova/nova-conductor.log   and I got the
following:

ERROR oslo.messaging._drivers.common [-] Returning exception Migration error: 
Remote error: libvirtError XML error: CPU feature `rdtscp' specified more than 
once
[u'Traceback (most recent call last):\n', u'  File 
/usr/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py, line 133, 
in _dispatch_and_reply\nincoming.message))\n', u'  File 
/usr/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py, line 176, 
in _dispatch\nreturn self._do_dispatch(endpoint, method, ctxt, args)\n', u' 
 File /usr/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py, line 
122, in _do_dispatch\nresult = getattr(endpoint, method)(ctxt, 
**new_args)\n', u'  File /usr/lib/python2.7/dist-packages/nova/exception.py, 
line 88, in wrapped\npayload)\n', u'  File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/excutils.py, line 68, 
in __exit__\nsix.reraise(self.type_, self.value, self.tb)\n', u'  File 
/usr/lib/python2.7/dist-packages/nova/exception.py, line 71, in wrapped\n
return f(self, context, *args, **kw)\n', u'  File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 309, in 
decorated_function\n
 e, sys.exc_info())\n', u'  File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/excutils.py, line 68, 
in __exit__\nsix.reraise(self.type_, self.value, self.tb)\n', u'  File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 296, in 
decorated_function\nreturn function(self, context, *args, **kwargs)\n', u'  
File /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 4418, in 
check_can_live_migrate_destination\nblock_migration, disk_over_commit)\n', 
u'  File /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 
4189, in check_can_live_migrate_destination\n
self._compare_cpu(source_cpu_info)\n', u'  File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 4331, in 
_compare_cpu\nLOG.error(m, {\'ret\': ret, \'u\': u})\n', u'  File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/excutils.py, line 68, 
in __exit__\nsix.reraise(self.type_, self.value, self.tb)\n', u'  File 
/usr/lib/python2.7
 /dist-packages/nova/virt/libvirt/driver.py, line 4327, in _compare_cpu\n
ret = self._conn.compareCPU(cpu.to_xml(), 0)\n', u'  File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 179, in doit\n
result = proxy_call(self._autowrap, f, *args, **kwargs)\n', u'  File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 139, in proxy_call\n 
   rv = execute(f,*args,**kwargs)\n', u'  File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 77, in tworker\n
rv = meth(*args,**kwargs)\n', u'  File 
/usr/lib/python2.7/dist-packages/libvirt.py, line 3191, in compareCPU\nif 
ret == -1: raise libvirtError (\'virConnectCompareCPU() failed\', 
conn=self)\n', ulibvirtError: XML error: CPU feature `rdtscp' specified more 
than once\n]. to caller
2014-07-09 00:47:29.886 2248 ERROR oslo.messaging._drivers.common [-] 
['Traceback (most recent call last):\n', '  File 
/usr/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py, line 133, 
in _dispatch_and_reply\nincoming.message))\n', '  File 
/usr/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py, line 176, 
in _dispatch\nreturn self._do_dispatch(endpoint, method, ctxt, args)\n', '  
File /usr/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py, line 
122, in _do_dispatch\nresult = getattr(endpoint, method)(ctxt, 
**new_args)\n', '  File 
/usr/lib/python2.7/dist-packages/oslo/messaging/rpc/server.py, line 139, in 
inner\nreturn func(*args, **kwargs)\n', '  File 
/usr/lib/python2.7/dist-packages/nova/conductor/manager.py, line 681, in 
migrate_server\nblock_migration, disk_over_commit)\n', '  File 
/usr/lib/python2.7/dist-packages/nova/conductor/manager.py, line 783, in 
_live_migrate\nraise exception.MigrationError(reason=ex)\n', 
 'MigrationError: Migration error: Remote error: libvirtError XML error: CPU 
feature `rdtscp\' specified more than once\n[u\'Traceback (most recent call 
last):\\n\', u\'  File 
/usr/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py, line 133, 
in _dispatch_and_reply\\nincoming.message))\\n\', u\'  File 
/usr/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py, line 176, 
in _dispatch\\nreturn self._do_dispatch(endpoint, method, ctxt, args)\\n\', 
u\'  File /usr/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py, 
line 122, in _do_dispatch\\nresult = 

Re: [14.04] KVM Windows 2008 R2 Guest, Fica lento inexplicavelmente

2014-07-08 Thread Armindo Silva
The version of the qemu package on that ppa is older than the one currently
on trusty repos.

I have a similar problem, I updated a host from 13.10 to 14.04 and since
then some of the virtual machines have been experiencing network connection
problems - the connection freezes and pinging them goes from a couple of ms
to several seconds. I made some preliminary tests like changing the network
devices to and from virtio but the problem still persists.
Rebooting the virtual machines solves this for a couple of hours.

Any ideas/pointers?
Thank you.

Regards,
Armindo



On Tue, Jul 8, 2014 at 3:06 AM, Serge Hallyn serge.hal...@ubuntu.com
wrote:

 Hi,

 could you re-try with the qemu version from
 ppa:ubuntu-virt/virt-daily-upstream
 (https://launchpad.net/~ubuntu-virt/+archive/virt-daily-upstream) and
 let us know if that still has the same issue?

 Quoting Osvaldo Filho (arquivos...@gmail.com):
  [14.04] KVM Windows 2008 R2 Guest, Fica lento inexplicavelmente
 
  Ubuntu 14.04 Server
  qemu-kvm  2.0.0+dfsg-2ubuntu1. amd64
  libvirt-bin  1.2.2-0ubuntu13.1
  Linux 3.13.0-30-generic #55-Ubuntu SMP
 
  sysctl.conf
 
  kernel.sched_min_granularity_ns=1000
  kernel.sched_wakeup_granularity_ns=1500
  vm.dirty_ratio=10
  vm.dirty_background_ratio=5
  vm.swappiness=10
  kern.timecounter.hardware=ACPI-fast
 
  win2k8r2.xml
  ...
features
  acpi/
  apic/
  pae/
  hyperv
relaxed state='on'/
vapic state='on'/
spinlocks state='on' retries='4096'/
  /hyperv
/features
cpu mode='custom' match='exact'
  model fallback='allow'core2duo/model
  vendorIntel/vendor
/cpu
clock offset='localtime'
  timer name='hypervclock' present='yes'/
  timer name='hpet' present='no'/
/clock
  ...

  --
  ubuntu-server mailing list
  ubuntu-server@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
  More info: https://wiki.ubuntu.com/ServerTeam


 --
 ubuntu-server mailing list
 ubuntu-server@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
 More info: https://wiki.ubuntu.com/ServerTeam




-- 



--
The only way of discovering the limits of the possible is to venture a
little way past them into the impossible.
Sir Arthur C. Clarke
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: [14.04] KVM Windows 2008 R2 Guest, Fica lento inexplicavelmente

2014-07-08 Thread Serge Hallyn
Quoting Armindo Silva (deathon2l...@gmail.com):
 The version of the qemu package on that ppa is older than the one currently
 on trusty repos.

It's actually a newer source.  I'm going to push a better named
version (with today's git head) later today, which should be easier
to install and test with.

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam