[Bug 1367165] [NEW] go crashes with SIGILL: illegal instruction

2014-09-09 Thread Klenov V
Public bug reported:

I've installed go to my old computer (Pintium III) with 'sudo apt-get install 
golang'.
It crashes every time with the following error message:

$go version
SIGILL: illegal instruction
PC=0x81a65b9

math.init·1()
   /usr/lib/go/src/pkg/math/pow10.go:34 +0x19 fp=0xb7444f34
math.init()
   /usr/lib/go/src/pkg/math/unsafe.go:21 +0x3e fp=0xb7444f38
strconv.init()
   /usr/lib/go/src/pkg/strconv/quote.go:442 +0x44 fp=0xb7444f4c
go/parser.init()
   /usr/lib/go/src/pkg/go/parser/parser.go:2441 +0x49 fp=0xb7444f58
main.init()
   /usr/lib/go/src/cmd/go/zdefaultcc.go:6 +0x44 fp=0xb7444f98
runtime.main()
   /usr/lib/go/src/pkg/runtime/proc.c:213 +0xd6 fp=0xb7444fcc
runtime.goexit()
   /usr/lib/go/src/pkg/runtime/proc.c:1394 fp=0xb7444fd0

eax 0x0
ebx 0x1891c080
ecx 0x189010a0
edx 0x1891c080
edi 0x1891c080
esi 0x20
ebp 0x0
esp 0xb7444f30
eip 0x81a65b9
eflags 0x10206
cs 0x73
fs 0x0
gs 0x33

$lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty

$cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 3
microcode : 0x10
cpu MHz : 702.663
cache size : 256 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fdiv_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pse36 mmx fxsr 
sse
bogomips : 1405.32
clflush size : 32
cache_alignment : 32
address sizes : 36 bits physical, 32 bits virtual
power management:

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

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

Title:
  go crashes with SIGILL: illegal instruction

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1367165/+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 1366174] Re: apache2 SEGV with multiple SSL sites

2014-09-09 Thread Robie Basak
Thank you for the detailed investigation upstream.

 If it's going to be difficult to fix this against 2.4.7, would getting
2.4.10 (the Utopic version) into trusty-backports be permissible? That
way at least I'd get security updates. I can confirm this builds out of
the box with no issues.

I think trusty-backports would be admissible, but note that security
updates to trusty-backports are done by community members (like universe
is), and isn't managed by Canonical.

I guess we'll need to wait and see what the correct upstream fix is. But
now that you've isolated it, it looks like a fix would be more isolated
and suitable for cherry-picking?

** Changed in: apache2 (Ubuntu)
   Status: New = Triaged

** Changed in: apache2 (Ubuntu)
   Importance: Medium = High

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

Title:
  apache2 SEGV with multiple SSL sites

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1366174/+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 1367214] [NEW] Newly installed openssh-server and upstart: status: Unknown job: ssh

2014-09-09 Thread Ivan Voras
Public bug reported:

Just after installing openssh-server, there is no ssh service in the
initctl's list. Consequently, the SSH server cannot be started:

# initctl start ssh
initctl: Unknown job: ssh

# dpkg -l | grep ssh
ii  openssh-client 1:6.6p1-2ubuntu2 
 i386 secure shell (SSH) client, for secure access to remote 
machines
ii  openssh-server 1:6.6p1-2ubuntu2 
 i386 secure shell (SSH) server, for secure access from remote 
machines

# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION=Ubuntu 14.04.1 LTS

# initctl reload-configuration
# initctl list | grep ssh
ssh-agent start/running

# ps axuw | grep ssh
ivoras1578  0.0  0.0   4216   200 ?Ss   Sep08   0:00 ssh-agent -s
root 11810  0.0  0.0   6168   852 pts/2S+   11:26   0:00 grep ssh

# initctl start ssh
initctl: Unknown job: ssh

Running /etc/init.d/ssh does not do anything since the script exits, AFAIK in 
the upstart check.
Running service ssh restart results in:

# service ssh restart
stop: Unknown job: ssh
start: Unknown job: ssh

After rebooting the machine, sshd is started (!), but still not visible
in initctl list (!!) and running /etc/init.d/ssh still doesn't do
anything (!!!), as well as the service command returning the same
Unknown job: ssh error.

Exactly the same problem happens with the php5-fpm service. I've also
installed nginx and while it can be controlled by using
/etc/init.d/nginx , it is not visible in initctl list.

The question is - how do I control the services in Ubuntu 14.04? This is
a fresh install, the ssh service was the first service installed.

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

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

Title:
  Newly installed openssh-server and upstart: status: Unknown job: ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1367214/+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 1367214] Re: Newly installed openssh-server and upstart: status: Unknown job: ssh

2014-09-09 Thread Ivan Voras
As an update, the ssh.conf file exists in /etc/init :

# ls /etc/init/*ssh*
/etc/init/ssh.conf

and it looks correct (I haven't modified any files in /etc/init).

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

Title:
  Newly installed openssh-server and upstart: status: Unknown job: ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1367214/+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 1366983] Re: /etc/cron.daily/spamassassin should support auto-updating 3rd party rulesets

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

On the basis of your report this sounds like a great idea, but I am not
familiar with spamassassin details.

It sounds like this is a feature that would apply to Debian too. Since
the spamassassin packaging in Ubuntu is derived from Debian's, it would
be best to check if the bug applies to Debian also, and report it there
if appropriate.

** Changed in: spamassassin (Ubuntu)
   Importance: Undecided = Wishlist

** Tags added: needs-upstream-report

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

Title:
  /etc/cron.daily/spamassassin should support auto-updating 3rd party
  rulesets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1366983/+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 1365130] Re: django-admin prints spurious messages to stdout, breaking scripts

2014-09-09 Thread Raphaël Badin
** Branch linked: lp:~rvb/maas/fix-region-admin-cli

** Changed in: python-django (Ubuntu)
   Status: New = In Progress

** Changed in: python-django (Ubuntu)
 Assignee: (unassigned) = Raphaël Badin (rvb)

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

Title:
  django-admin prints spurious messages to stdout, breaking scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1365130/+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 1290813] Re: /etc/swift/container-server.conf is missing container-sync section

2014-09-09 Thread Martin Pitt
Reopening. The change in
http://launchpadlibrarian.net/171995491/swift_1.13.1~rc1-0ubuntu1_1.13.1~rc1-0ubuntu2.diff.gz
appears to be for something entirely different than the container-sync
config.

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

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

Title:
  /etc/swift/container-server.conf is missing container-sync section

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/swift/+bug/1290813/+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 1024475] Re: libnss-ldap causes boot hang on Ubuntu 12.04 Precise

2014-09-09 Thread Graham Eames
Having recently run into this and spent some time debugging it would
appear that one potential cause is if you have edited /etc/ldap.conf and
do not have a new line at the end of the file (so in our case copying a
standard config in as part of a deployment script)

When the libnss-ldap init script is run on shutdown it updates ldap.conf
with the nss_initgroups_ignoreusers directive, but appends it to the end
of the last line in the file rather than putting it on a new line

As such the last line which did read

ldap_version 3

ended up reading

ldap_version 3nss_initgroups_ignoreusers.

rather than

ldap_version 3
nss_initgroups_ignoreusers..

By ensuring we have a new line character at the end of the config file,
when the init script runs we end up with the correct content in the file
and the boot completes as expected rather than hanging

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

Title:
  libnss-ldap causes boot hang on Ubuntu 12.04 Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1024475/+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 1367214] Re: Newly installed openssh-server and upstart: status: Unknown job: ssh

2014-09-09 Thread Ivan Voras
There is more information at
https://answers.launchpad.net/ubuntu/+source/openssh/+question/254248 .

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

Title:
  Newly installed openssh-server and upstart: status: Unknown job: ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1367214/+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 1366174] Re: apache2 SEGV with multiple SSL sites

2014-09-09 Thread Alex Bligh
Robie: removing the reference to certinfo_free where
X509_get_ex_new_index is called within ssl_stapling_ex_init works around
the 2.4.10 bug at the expense of a memory leak. I haven't (yet) verified
this entirely fixes 2.4.7 though I suspect it will. I'll test that in a
bit.

Obviously this solution is pretty foul, but is probably better than the
current situation. A better solution from upstream would be welcomed.

The underlying issue is that not all SSL resources are being correctly
individually freed, and for various reasons the cleanup function can't
be used to clean them all up.  If I've understood this bug right, any
apache config that uses SSL is vulnerable to a crash on startup; it just
needs to be reasonably complex (sufficiently complex to cause dlopen()
to choose a different memory address to load the SSL module).

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

Title:
  apache2 SEGV with multiple SSL sites

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1366174/+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 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2014-09-09 Thread Louis Bouchard
** Changed in: maas (Ubuntu)
   Importance: Undecided = Medium

** Changed in: maas (Ubuntu)
 Assignee: (unassigned) = Louis Bouchard (louis-bouchard)

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

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2014-09-09 Thread Louis Bouchard
This is caused by maas-cluster-controller's postinst script that runs
the following, which changes the ownership :

# Give appropriate permissions
chown -R maas:maas /var/lib/maas/
chown -R maas:maas /var/log/maas  
chmod -R 775 /var/log/maas/oops

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2014-09-09 Thread Louis Bouchard
** Also affects: maas (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: maas (Ubuntu Trusty)
   Status: New = Confirmed

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

** Changed in: maas (Ubuntu Trusty)
 Assignee: (unassigned) = Louis Bouchard (louis-bouchard)

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1366174] Re: apache2 SEGV with multiple SSL sites

2014-09-09 Thread Alex Bligh
I can confirm that the above workaround fixes 2.4.7, both my testcase
and our real world version. I attach a patch. This is probably 'better
than nothing'.

** Patch added: Patch to avoid calling certinfo_free (ugly workaround)
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1366174/+attachment/4199615/+files/apache2-dont-use-certinfo-free.patch

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

Title:
  apache2 SEGV with multiple SSL sites

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1366174/+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 1367266] [NEW] missing dependancy for python-pexpect for maas-region-controller

2014-09-09 Thread Louis Bouchard
Public bug reported:

Foreword

It is agreed upon that installing maas-region-controller by itself is
not correct

maas version : 1.5.2+bzr2282-0ubuntu0.2

When installing the maas-region-controller by itself, the installation hangs 
after the following python backtrace :
...
verifying database maasdb exists: success.
dbconfig-common: flushing administrative password
Traceback (most recent call last):
  File /usr/bin/django-admin, line 5, in module
management.execute_from_command_line()
  File /usr/lib/python2.7/dist-packages/django/core/management/__init__.py, 
line 399, in execute_from_command_line
utility.execute()
  File /usr/lib/python2.7/dist-packages/django/core/management/__init__.py, 
line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
242, in run_from_argv
self.execute(*args, **options.__dict__)
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
284, in execute
self.validate()
  File /usr/lib/python2.7/dist-packages/django/core/management/base.py, line 
310, in validate
num_errors = get_validation_errors(s, app)
  File /usr/lib/python2.7/dist-packages/django/core/management/validation.py, 
line 34, in get_validation_errors
for (app_name, error) in get_app_errors().items():
  File /usr/lib/python2.7/dist-packages/django/db/models/loading.py, line 
196, in get_app_errors
self._populate()
  File /usr/lib/python2.7/dist-packages/django/db/models/loading.py, line 78, 
in _populate
self.load_app(app_name)
  File /usr/lib/python2.7/dist-packages/django/db/models/loading.py, line 99, 
in load_app
models = import_module('%s.models' % app_name)
  File /usr/lib/python2.7/dist-packages/django/utils/importlib.py, line 40, 
in import_module
__import__(name)
  File /usr/lib/python2.7/dist-packages/maasserver/models/__init__.py, line 
44, in module
from maasserver.models.bootimage import BootImage
  File /usr/lib/python2.7/dist-packages/maasserver/models/bootimage.py, line 
26, in module
from maasserver.models.nodegroup import NodeGroup
  File /usr/lib/python2.7/dist-packages/maasserver/models/nodegroup.py, line 
35, in module
from maasserver.refresh_worker import refresh_worker
  File /usr/lib/python2.7/dist-packages/maasserver/refresh_worker.py, line 
21, in module
from provisioningserver.tasks import refresh_secrets
  File /usr/lib/python2.7/dist-packages/provisioningserver/tasks.py, line 49, 
in module
from provisioningserver.custom_hardware.virsh import probe_virsh_and_enlist
  File 
/usr/lib/python2.7/dist-packages/provisioningserver/custom_hardware/virsh.py, 
line 18, in module
import pexpect
ImportError: No module named pexpect

This is caused by a missing depedency on python-pexpect.  Installing
python-pexpect prior to installing maas-region-controller is a valid
workaround

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

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

Title:
  missing dependancy for python-pexpect for maas-region-controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1367266/+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 1004494] Re: Job not run message after any attempt to run a job using bconsole

2014-09-09 Thread Tim Ritberg
Problem still exists in Ubuntu 14.04 LTS.

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

Title:
  Job not run message after any attempt to run a job using bconsole

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1004494/+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 1367286] [NEW] package irqbalance 1.0.6-2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 102

2014-09-09 Thread Alexander Mazuruk
Public bug reported:

it appeared while update through Software Updater

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: irqbalance 1.0.6-2
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
Date: Tue Sep  9 15:12:09 2014
DuplicateSignature: package:irqbalance:1.0.6-2:subprocess new pre-removal 
script returned error exit status 102
ErrorMessage: subprocess new pre-removal script returned error exit status 102
InstallationDate: Installed on 2014-08-30 (9 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: irqbalance
Title: package irqbalance 1.0.6-2 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 102
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: irqbalance (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 irqbalance in Ubuntu.
https://bugs.launchpad.net/bugs/1367286

Title:
  package irqbalance 1.0.6-2 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 102

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1367286/+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 1321354] Re: open samba shares become unresponsive if unused for 15 minutes

2014-09-09 Thread Bud
PS... The error message window I continually receive says:

Could not display smb://xxx//.
Error: Software caused connection abort
Please select another viewer and try again.

Occurs with: Files 3.10.1  AND  Nemo 1.8.4

Thanks,
Bud

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

Title:
  open samba shares become unresponsive if unused for 15 minutes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1321354/+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 1367286] Re: package irqbalance 1.0.6-2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 102

2014-09-09 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 irqbalance in Ubuntu.
https://bugs.launchpad.net/bugs/1367286

Title:
  package irqbalance 1.0.6-2 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 102

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1367286/+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 1350810] Re: Shift-F2 no longer working in Byobu in Ubuntu 14.10 (utopic) with tmux 1.9

2014-09-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/tmux

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

Title:
  Shift-F2 no longer working in Byobu in Ubuntu 14.10 (utopic) with tmux
  1.9

To manage notifications about this bug go to:
https://bugs.launchpad.net/tmux/+bug/1350810/+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 1362199] Re: [FFe] apparmor abstract, anonymous and netlink socket mediation

2014-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tlsdate - 0.0.7-1.1ubuntu1

---
tlsdate (0.0.7-1.1ubuntu1) utopic; urgency=medium

  * debian/control: Suggests apparmor = 2.8.96~2541-0ubuntu4~
  * debian/patches/apparmor-ubuntu.patch: update for unix and netlink socket
mediation (LP: #1362199)
 -- Jamie Strandboge ja...@ubuntu.com   Tue, 02 Sep 2014 20:11:13 -0500

** Changed in: tlsdate (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  [FFe] apparmor abstract, anonymous and netlink socket mediation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1362199/+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 1350810] Re: Shift-F2 no longer working in Byobu in Ubuntu 14.10 (utopic) with tmux 1.9

2014-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tmux - 1.9-6ubuntu1

---
tmux (1.9-6ubuntu1) utopic; urgency=medium

  * Cherry-pick fix from upstream Git:
+ upstream-2056a9ef9e.diff: fix Shift-Fkeys, LP: #1350810
 -- Dustin Kirkland kirkl...@ubuntu.com   Tue, 09 Sep 2014 07:55:48 -0500

** Changed in: tmux (Ubuntu Utopic)
   Status: Confirmed = Fix Released

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

Title:
  Shift-F2 no longer working in Byobu in Ubuntu 14.10 (utopic) with tmux
  1.9

To manage notifications about this bug go to:
https://bugs.launchpad.net/tmux/+bug/1350810/+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 1367297] [NEW] package apache2 2.2.22-1ubuntu1.7 failed to install/upgrade: ErrorMessage: unable to stat `./var/www' (which I was about to install): Transport endpoint is not connected

2014-09-09 Thread gnusam
Public bug reported:

just made a do-release-upgrade. Apache2 upgrade failed an proposed for a
bug-report. Here i am.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: apache2 2.2.22-1ubuntu1.7
ProcVersionSignature: Ubuntu 3.2.0-60.91-generic-pae 3.2.55
Uname: Linux 3.2.0-60-generic-pae i686
Apache2ConfdDirListing: ['phpmyadmin.conf', 'charset', 'security', 
'other-vhosts-access-log', 'localized-error-pages']
Apache2Modules: Error: [Errno 2] No such file or directory
ApportVersion: 2.0.1-0ubuntu17.7
Architecture: i386
Date: Tue Sep  9 15:42:38 2014
Dependencies:
 
ErrorMessage: ErrorMessage: unable to stat `./var/www' (which I was about to 
install): Transport endpoint is not connected
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
MarkForUpload: True
SourcePackage: apache2
Title: package apache2 2.2.22-1ubuntu1.7 failed to install/upgrade: 
ErrorMessage: unable to stat `./var/www' (which I was about to install): 
Transport endpoint is not connected
UpgradeStatus: Upgraded to trusty on 2014-09-09 (0 days ago)

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


** Tags: apport-package i386 trusty

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

Title:
  package apache2 2.2.22-1ubuntu1.7 failed to install/upgrade:
  ErrorMessage: unable to stat `./var/www' (which I was about to
  install): Transport endpoint is not connected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1367297/+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 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2014-09-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~louis-bouchard/+junk/mytest

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1296607] Re: MIR: python-kazoo; new taskflow version needs python-kazoo from universe

2014-09-09 Thread Michael Terry
** No longer affects: python-taskflow (Ubuntu)

** No longer affects: python-repoze.sphinx.autointerface (Ubuntu)

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

Title:
  MIR: python-kazoo; new taskflow version needs python-kazoo from
  universe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kazoo/+bug/1296607/+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 1366868] Re: kvm: dompmwakeup fails if domain becomes pmsuspended

2014-09-09 Thread Chris J Arges
** Description changed:

  [Impact]
  
  When using KVM, if one suspends the VM using actual power suspending
  code, the guest cannot resume using 'virsh dompmwakeup'.
  
  [Test Case]
  
  1) Create a KVM VM and install Trusty using libvirt (although qemu alone will 
also exhibit this problem)
  2) Inside the vm run (as root): 'echo mem  /sys/power/state'
  3) From the hypervisor run 'virsh dompmwakeup domain name'
  4) The domain should resume
  
- So far I've noticed that on Utopic this works fine, while on Trusty this
- fails; a bisect is needed.
+ [Fix]
+ Commit ee777ea8f45dac1db978abfd53642b95ec78ac2e backported to v2.0.0 fixes 
the issue.

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

Title:
  kvm: dompmwakeup fails if domain becomes pmsuspended

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1366868/+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 1359656] Re: Install the Database service in OpenStack Installation Guide for Ubuntu 12.04/14.04 (LTS)  - icehouse

2014-09-09 Thread Anne Gentle
** Changed in: openstack-trove (Ubuntu)
   Status: New = Confirmed

** Changed in: openstack-manuals
   Status: New = Confirmed

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

Title:
  Install the Database service in OpenStack Installation Guide for
  Ubuntu 12.04/14.04 (LTS)  - icehouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1359656/+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 1365647] Re: [FFE] Please sync python-xstatic-angular-cookies 1.2.16.1-2 from Debian (unstable)

2014-09-09 Thread Colin Watson
Ack.  Sync accepted.

** Package changed: ubuntu = python-xstatic-angular-cookies (Ubuntu)

** Changed in: python-xstatic-angular-cookies (Ubuntu)
   Status: New = Fix Released

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

Title:
  [FFE] Please sync python-xstatic-angular-cookies 1.2.16.1-2 from
  Debian (unstable)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-xstatic-angular-cookies/+bug/1365647/+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 1365645] Re: [FFE] Please sync python-xstatic-jquery-ui 1.10.1.1+debian+dfsg1-1 from Debian (unstable)

2014-09-09 Thread Colin Watson
Ack.  Sync accepted.

** Package changed: ubuntu = python-xstatic-jquery-ui (Ubuntu)

** Changed in: python-xstatic-jquery-ui (Ubuntu)
   Status: New = Fix Released

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

Title:
  [FFE] Please sync python-xstatic-jquery-ui 1.10.1.1+debian+dfsg1-1
  from Debian (unstable)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-xstatic-jquery-ui/+bug/1365645/+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 1365652] Re: [FFE] Please sync python-hurry.filesize 0.9-1 from Debian (unstable)

2014-09-09 Thread Colin Watson
Ack.  Sync accepted.

** Package changed: ubuntu = python-hurry.filesize (Ubuntu)

** Changed in: python-hurry.filesize (Ubuntu)
   Status: New = Fix Released

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

Title:
  [FFE] Please sync python-hurry.filesize 0.9-1 from Debian (unstable)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-hurry.filesize/+bug/1365652/+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 1365641] Re: [FFE] Please sync python-xstatic-angular-mock 1.2.16.1-2 from Debian (unstable)

2014-09-09 Thread Colin Watson
Ack.  Sync accepted.

** Package changed: ubuntu = python-xstatic-angular-mock (Ubuntu)

** Changed in: python-xstatic-angular-mock (Ubuntu)
   Status: New = Fix Released

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

Title:
  [FFE] Please sync python-xstatic-angular-mock 1.2.16.1-2 from Debian
  (unstable)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-xstatic-angular-mock/+bug/1365641/+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 1365639] Re: [FFE] Please sync python-xstatic-jquery.quicksearch 2.0.4.1-1 from Debian (unstable)

2014-09-09 Thread Colin Watson
Ack.  Sync accepted.

** Package changed: ubuntu = python-xstatic-jquery.quicksearch (Ubuntu)

** Changed in: python-xstatic-jquery.quicksearch (Ubuntu)
   Status: New = Fix Released

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

Title:
  [FFE] Please sync python-xstatic-jquery.quicksearch 2.0.4.1-1 from
  Debian (unstable)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-xstatic-jquery.quicksearch/+bug/1365639/+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 1365632] Re: [FFE] Please sync python-xstatic-bootstrap-datepicker 0.0.0.1-2 from Debian (unstable)

2014-09-09 Thread Colin Watson
Ack.  Sync accepted.

** Package changed: ubuntu = python-xstatic-bootstrap-datepicker
(Ubuntu)

** Changed in: python-xstatic-bootstrap-datepicker (Ubuntu)
   Status: New = Fix Released

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

Title:
  [FFE] Please sync python-xstatic-bootstrap-datepicker 0.0.0.1-2 from
  Debian (unstable)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-xstatic-bootstrap-datepicker/+bug/1365632/+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 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2014-09-09 Thread Nobuto MURATA
** Branch linked: lp:~louis-
bouchard/ubuntu/utopic/maas/lp1346703_rsyslog_ownership

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1366174] Re: apache2 SEGV with multiple SSL sites

2014-09-09 Thread Ubuntu Foundations Team Bug Bot
The attachment Patch to avoid calling certinfo_free (ugly workaround)
seems to be a patch.  If it isn't, please remove the patch flag from
the attachment, remove the patch tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  apache2 SEGV with multiple SSL sites

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1366174/+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 1360471] Re: [SRU] update walinuxagent to 2.0.8

2014-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 2.0.8-0ubuntu1~12.04.0

---
walinuxagent (2.0.8-0ubuntu1~12.04.0) precise; urgency=medium

  * Backport from 14.10 to 12.04 (LP: #1360471).
 -- Ben Howard ben.how...@ubuntu.com   Fri, 29 Aug 2014 11:10:13 -0600

** Changed in: walinuxagent (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  [SRU] update walinuxagent to 2.0.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1360471/+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 1360471] Update Released

2014-09-09 Thread Chris J Arges
The verification of the Stable Release Update for walinuxagent has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  [SRU] update walinuxagent to 2.0.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1360471/+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 1360471] Re: [SRU] update walinuxagent to 2.0.8

2014-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 2.0.8-0ubuntu1~14.04.0

---
walinuxagent (2.0.8-0ubuntu1~14.04.0) trusty; urgency=medium

  * Straight backport to 14.04 from 14.10 (LP: #1360471).
 -- Ben Howard ben.how...@ubuntu.com   Fri, 29 Aug 2014 10:59:29 -0600

** Changed in: walinuxagent (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

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

Title:
  [SRU] update walinuxagent to 2.0.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1360471/+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 1366868] Re: kvm: dompmwakeup fails if domain becomes pmsuspended

2014-09-09 Thread Serge Hallyn
Thanks, we can combine this SRU with bug 1324174.

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

Title:
  kvm: dompmwakeup fails if domain becomes pmsuspended

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1366868/+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 1190986] Re: [SRU] ERROR Nonce already used

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

** Changed in: juju (Ubuntu Trusty)
   Status: New = Confirmed

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

Title:
  [SRU] ERROR Nonce already used

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1190986/+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 1366868] Re: kvm: dompmwakeup fails if domain becomes pmsuspended

2014-09-09 Thread Chris J Arges
** Description changed:

  [Impact]
  
  When using KVM, if one suspends the VM using actual power suspending
  code, the guest cannot resume using 'virsh dompmwakeup'.
  
  [Test Case]
  
  1) Create a KVM VM and install Trusty using libvirt (although qemu alone will 
also exhibit this problem)
  2) Inside the vm run (as root): 'echo mem  /sys/power/state'
  3) From the hypervisor run 'virsh dompmwakeup domain name'
  4) The domain should resume
  
  [Fix]
- Commit ee777ea8f45dac1db978abfd53642b95ec78ac2e backported to v2.0.0 fixes 
the issue.
+ Commit db76ec6291df8a03c2cc82ea1249049383cca392 backported to v2.0.0 fixes 
the issue.

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

Title:
  kvm: dompmwakeup fails if domain becomes pmsuspended

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1366868/+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 1366868] Re: kvm: dompmwakeup fails if domain becomes pmsuspended

2014-09-09 Thread Chris J Arges
** Also affects: seabios (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: qemu (Ubuntu Trusty)

** No longer affects: qemu (Ubuntu)

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

** Changed in: seabios (Ubuntu Trusty)
 Assignee: (unassigned) = Chris J Arges (arges)

** Changed in: seabios (Ubuntu Trusty)
   Status: New = In Progress

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

** Description changed:

  [Impact]
  
- When using KVM, if one suspends the VM using actual power suspending
- code, the guest cannot resume using 'virsh dompmwakeup'.
+ When using qemu/kvm/libvirt, if one suspends the VM using actual power
+ suspending code, the guest cannot resume using 'virsh dompmwakeup'.
  
  [Test Case]
  
  1) Create a KVM VM and install Trusty using libvirt (although qemu alone will 
also exhibit this problem)
  2) Inside the vm run (as root): 'echo mem  /sys/power/state'
  3) From the hypervisor run 'virsh dompmwakeup domain name'
  4) The domain should resume
- 
- [Fix]
- Commit db76ec6291df8a03c2cc82ea1249049383cca392 backported to v2.0.0 fixes 
the issue.

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

Title:
  kvm: dompmwakeup fails if domain becomes pmsuspended

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seabios/+bug/1366868/+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: [SRU] maas needs utopic support

2014-09-09 Thread Corey Bryant
Hi Chris,

I tested 1.5.4+bzr2294-0ubuntu1 from trusty-proposed using a virtual
maas setup and I was able to successfully bootstrap and deploy utopic
nodes .

Thanks,
Corey

** 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 maas in Ubuntu.
https://bugs.launchpad.net/bugs/1337437

Title:
  [SRU] 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 1367214] Re: Newly installed openssh-server and upstart: status: Unknown job: ssh

2014-09-09 Thread Seth Arnold
I believe this is an upstart issue, the tools appear to be selecting
user tasks rather than system tasks. Try adding --system to your various
commands:

sarnold@hunt:~$ initctl --system status ssh
ssh start/running, process 1352
sarnold@hunt:~$ initctl status ssh
initctl: Unknown job: ssh


** Package changed: openssh (Ubuntu) = upstart (Ubuntu)

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

Title:
  Newly installed openssh-server and upstart: status: Unknown job: ssh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1367214/+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 1081509] Re: freeradius + mysql fails to start

2014-09-09 Thread Florin Andrei
Wow, this is an old bug, still not fixed. I've stumbled upon this exact
same problem last week. It's due to the fact that the freeradius service
starts way too early.

Happens every time on Ubuntu 14.04.

apt-get update
apt-get dist-upgrade
apt-get install freeradius freeradius-mysql

I had the MySQL server already installed at this point, pulled as
dependency for another package

Configure FreeRadius to use MySQL for authorization.

reboot

Now check syslog:

#
Sep  9 12:17:55 yubi1 freeradius[970]: rlm_sql (sql): Driver rlm_sql_mysql 
(module rlm_sql_mysql) loaded and linked
Sep  9 12:17:55 yubi1 freeradius[970]: rlm_sql (sql): Attempting to connect to 
radius@localhost:/radius
Sep  9 12:17:55 yubi1 freeradius[970]: rlm_sql (sql): Attempting to connect 
rlm_sql_mysql #0
Sep  9 12:17:55 yubi1 freeradius[970]: rlm_sql_mysql: Starting connect to MySQL 
server for #0
Sep  9 12:17:55 yubi1 freeradius[970]: rlm_sql_mysql: Couldn't connect socket 
to MySQL server radius@localhost:radius
Sep  9 12:17:55 yubi1 freeradius[970]: rlm_sql_mysql: Mysql error 'Can't 
connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Sep  9 12:17:55 yubi1 freeradius[970]: rlm_sql (sql): Failed to connect DB 
handle #0
Sep  9 12:17:55 yubi1 freeradius[970]: Loaded virtual server default
Sep  9 12:17:55 yubi1 freeradius[970]: Loaded virtual server inner-tunnel
Sep  9 12:17:55 yubi1 freeradius[970]:  ... adding new socket proxy address * 
port 36585
Sep  9 12:17:55 yubi1 freeradius[970]: Ready to process requests.
Sep  9 12:17:55 yubi1 kernel: [4.588328] vboxsf: Successfully loaded 
version 4.3.14 (interface 0x00010004)
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql (sql): Driver rlm_sql_mysql 
(module rlm_sql_mysql) loaded and linked
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql (sql): Attempting to connect to 
radius@localhost:/radius
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql (sql): Attempting to connect 
rlm_sql_mysql #0
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql_mysql: Starting connect to 
MySQL server for #0
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql (sql): Connected new DB handle, 
#0
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql (sql): Attempting to connect 
rlm_sql_mysql #1
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql_mysql: Starting connect to 
MySQL server for #1
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql (sql): Connected new DB handle, 
#1
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql (sql): Attempting to connect 
rlm_sql_mysql #2
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql_mysql: Starting connect to 
MySQL server for #2
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql (sql): Connected new DB handle, 
#2
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql (sql): Attempting to connect 
rlm_sql_mysql #3
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql_mysql: Starting connect to 
MySQL server for #3
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql (sql): Connected new DB handle, 
#3
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql (sql): Attempting to connect 
rlm_sql_mysql #4
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql_mysql: Starting connect to 
MySQL server for #4
Sep  9 12:17:56 yubi1 freeradius[1256]: rlm_sql (sql): Connected new DB handle, 
#4
Sep  9 12:17:56 yubi1 freeradius[1256]: Loaded virtual server default
Sep  9 12:17:56 yubi1 freeradius[1256]: Loaded virtual server inner-tunnel
Sep  9 12:17:56 yubi1 freeradius[1263]: Failed binding to authentication 
address * port 1812: Address already in use 
Sep  9 12:17:56 yubi1 freeradius[1263]: /etc/freeradius/radiusd.conf[240]: 
Error binding to port for 0.0.0.0 port 1812
Sep  9 12:17:57 yubi1 /etc/mysql/debian-start[1313]: Upgrading MySQL tables if 
necessary.
Sep  9 12:17:57 yubi1 /etc/mysql/debian-start[1316]: /usr/bin/mysql_upgrade: 
the '--basedir' option is always ignored
Sep  9 12:17:57 yubi1 /etc/mysql/debian-start[1316]: Looking for 'mysql' as: 
/usr/bin/mysql
Sep  9 12:17:57 yubi1 /etc/mysql/debian-start[1316]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
Sep  9 12:17:57 yubi1 /etc/mysql/debian-start[1316]: This installation of MySQL 
is already upgraded to 5.5.38, use --force if you still need to run 
mysql_upgrade
Sep  9 12:17:57 yubi1 /etc/mysql/debian-start[1327]: Checking for insecure root 
accounts.
Sep  9 12:17:57 yubi1 /etc/mysql/debian-start[1332]: Triggering myisam-recover 
for all MyISAM tables
#

As it's clear from the logs, the problem is that the FreeRadius service
starts before MySQL, but FreeRadius depends on MySQL.

It should start after MySQL, just like many other services do.

This is the relevant software:

# dpkg -l | grep -e freeradius -e mysql
ii  freeradius  2.1.12+dfsg-1.2ubuntu8amd64 
   high-performance and highly configurable RADIUS server
ii  freeradius-common   2.1.12+dfsg-1.2ubuntu8all   
   FreeRADIUS common files
ii  freeradius-mysql

[Bug 1367422] [NEW] [FFE] Upgrade to 1.2.8

2014-09-09 Thread Serge Hallyn
Public bug reported:

The lastest libvirt release is 1.2.8.  This includes a number of
bugfixes and memory leaks since 1.2.6.  Uploading this to Utopic will
make backporting of bug-fixes in SRUs easier.

The lp:qa-regression-testing scripts/test-libvirt.py has been run
against this package, showing only the following to failures (which
appear to be due to virt-install changes)

==
FAIL: test_virt_install_cdrom (__main__.LibvirtTestVirtinst)
Test virt-install --cdrom
--
Traceback (most recent call last):
  File ./test-libvirt.py, line 1241, in test_virt_install_cdrom
self.assertTrue(s in report, result + report)
AssertionError: Could not find 'Creating storage' in:
WARNING  /tmp/tmpQSxt2f/qatest-virtinst.img may not be accessible by the 
hypervisor. You will need to grant the 'libvirt-qemu' user search permissions 
for the following directories: ['/tmp/tmpQSxt2f']
WARNING  CDROM media does not print to the text console by default, so you 
likely will not see text install output. You might want to use --location.

Starting install...
Allocating 'qatest-virtinst.img' |  10 MB 00:00
Creating domain...   |0 B 00:00
Domain installation still in progress. You can reconnect to
the console to complete the installation process.

==
FAIL: test_virt_install_location (__main__.LibvirtTestVirtinst)
Test virt-install --location
--
Traceback (most recent call last):
  File ./test-libvirt.py, line 1333, in test_virt_install_location
self.assertTrue(s in report, result + report)
AssertionError: Could not find 'Creating domain' in:
WARNING  No 'console' seen in --extra-args, a 'console=ttyS0' kernel argument 
is likely required to see text install output from the guest.

Starting install...
Retrieving file MANIFEST...  | 1.7 kB 00:00 ...
Retrieving file MANIFEST...  | 1.7 kB 00:00 ...
Retrieving file linux... | 7.7 MB 00:00 ...
Retrieving file initrd.gz... |  16 MB 00:00 ...
Allocating 'qatest-virtinst.qcow2'   |  10 MB 00:00
ERRORinternal error: process exited while connecting to monitor: qemu: 
could not load kernel 
'/home/serge/.cache/virt-manager/boot/virtinst-linux.Dqu1zu': Permission denied

Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
  virsh --connect qemu:///session start qatest-virtinst
otherwise, please restart your installation.

Installing into a VM from my ppa (where it is called ~ppa2), I get:

serge@us1:/etc/apparmor.d/libvirt$ sudo apt-get install libvirt-bin
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  at-spi2-core colord colord-data dconf-gsettings-backend dconf-service 
fontconfig hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data 
libatspi2.0-0 libcairo-gobject2 libcairo2 libcolord2
  libcolorhug2 libcups2 libdatrie1 libdconf1 libexif12 libgd3 
libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgphoto2-6 libgphoto2-l10n 
libgphoto2-port10 libgraphite2-3 libgtk-3-0 libgtk-3-bin libgtk-3-common
  libgtk-vnc-2.0-0 libgudev-1.0-0 libgusb2 libgvnc-1.0-0 libharfbuzz0b 
libieee1284-3 libjasper1 libjbig0 liblcms2-2 libltdl7 libmirclient8 
libmirclientplatform-mesa libmircommon1 libpango-1.0-0
  libpangocairo-1.0-0 libpangoft2-1.0-0 libprotobuf8 libpulse-mainloop-glib0 
libsane libsane-common libspice-client-glib-2.0-8 libspice-client-gtk-3.0-4 
libthai-data libthai0 libtiff5 libusbredirhost1 libv4l-0
  libv4lconvert0 libvpx1 libwayland-client0 libwayland-cursor0 libxcb-render0 
libxcb-shm0 libxcomposite1 libxcursor1 libxi6 libxinerama1 libxkbcommon0 
libxpm4 libxrandr2 libxtst6 python-libxml2
  python-urlgrabber spice-client-glib-usb-acl-helper
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libvirt0
Suggested packages:
  radvd lvm2
The following NEW packages will be installed:
  libvirt-bin libvirt0
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/7,255 kB of archives.
After this operation, 18.5 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Selecting previously unselected package libvirt0.
(Reading database ... 64402 files and directories currently installed.)
Preparing to unpack .../libvirt0_1.2.8-0ubuntu1~ppa2_amd64.deb ...
Unpacking libvirt0 (1.2.8-0ubuntu1~ppa2) ...
Selecting previously unselected package libvirt-bin.
Preparing to unpack .../libvirt-bin_1.2.8-0ubuntu1~ppa2_amd64.deb ...
Unpacking 

[Bug 1287841] Re: FFE: libvirt-python 1.2.2

2014-09-09 Thread Serge Hallyn
** Changed in: libvirt-python (Ubuntu)
   Status: New = Fix Released

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

Title:
  FFE: libvirt-python 1.2.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt-python/+bug/1287841/+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 1367425] [NEW] [FFE] Upgrade to 1.2.8

2014-09-09 Thread Serge Hallyn
Public bug reported:

This will be needed for libvirt-python to match libvirt if the libvirt
FFE for 1.2.8 (bug 1367422) is approved.

The changelog follows:

 2014-09-01 Pavel Hrdina  phrd...@redhat.com
 
 Implement API bindings for virDomainBlockCopy
 
 
 2014-09-01 Pavel Hrdina  phrd...@redhat.com
 
 API: Implement bindings for virDomainListGetStats
 Implement the function by returning a list of tuples instead the array
 of virDomainStatsRecords and store the typed parameters as dict.
 
 
 
 2014-09-01 Peter Krempa  pkre...@redhat.com
 
 API: Implement bindings for virConnectGetAllDomainStats
 Implement the function by returning a list of tuples instead the array
 of virDomainStatsRecords and store the typed parameters as dict.
 
 
 
 2014-09-01 Peter Krempa  pkre...@redhat.com
 
 API: Skip 'virDomainStatsRecordListFree'
 The new API function doesn't make sense to be exported in python. The
 bindings will return native types instead of the struct array.
 
 
 
 2014-09-01 Pavel Hrdina  phrd...@redhat.com
 
 generator: resolve one level of enum reference
 In the libvirt.h we have one enum defined by references from another
 enum and it leads in wrong order of definitons in python code. To
 prevent this we should resolve that references before we generate the
 python code.
 
 For now we have only one level of references so we will count with that
 in the generator but we should update it in the future to be more
 flexible.
 
 
 
 2014-08-19 Mo Yuxiang  moyuxi...@huawei.com
 
 build: Fix build warning on libvirt-python
 On compiling libvirt-python, we get such a warning:
 
 libvirt-qemu-override.c: In function 
‘libvirt_qemu_virConnectDomainQemuMonitorEventRegister’:
 libvirt-qemu-override.c:304: warning: suggest explicit braces to avoid 
ambiguous ‘else’
 
 Py_DECREF is a macro using if/else on older Python releases.
 The solution is to add braces.
 Python 2.7 and newer has the macro wrapped in a do { } while(0) block.
 
 
 
 2014-08-11 Zhou Yimin  zhouyi...@huawei.com
 
 Fix libvirt_longlongWrap returning a very large value
 If hypervisor is not Xen, the errs in struct _virDomainBlockStats will be 
-1.
 But in KVM when we call domain.blockStats(), errs is 18446744073709551615.
 
 To fix that, this patch has two changes:
 1. Replace use of the PyLong_FromUnsignedLongLong with PyLong_FromLongLong
 in function libvirt_longlongWrap
 2. If the paramemter of libvirt_longlongWrap is unsigned long long,
 use libvirt_ulonglongWrap instead because of above change.
 
 After this patch, errs is -1 which is consistent with virDomainBlockStats 
api.
 
 
 
 2014-08-04 Eric Blake  ebl...@redhat.com
 
 maint: document use of libvirt's run script
 Ever since libvirt commit 78c09530, it's easier to just use the
 run script.
 
 * README: Mention run script.
 
 
 
 2014-08-04 Eric Blake  ebl...@redhat.com
 
 Bump version to 1.2.8 for new dev cycle
 
 
 2014-07-29 Jiri Denemark  jiri.denem...@gmail.com
 
 spec: Reorganize to satisfy buggy spectool
 spectool parses a specfile and strips everything but a preamble.
 However, if the first section is preceded by %if clause, it keeps it
 there which then makes rpmbuild complain about unmatched %if. Let's make
 the buggy tool happy by moving sections around so that the first one is
 not in any conditional.
 
 
 2014-07-22 Martin Kletzander  mklet...@redhat.com
 
 Bump version to 1.2.7 for new dev cycle

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

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

Title:
  [FFE] Upgrade to 1.2.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt-python/+bug/1367425/+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 1081509] Re: freeradius + mysql fails to start

2014-09-09 Thread Florin Andrei
As a stop-gap measure, I've added this to /etc/rc.local:

(sleep 10; service freeradius stop; service freeradius start) 

The first time freeradius is launched, it fails as usual. But then it's
stopped and started again, and this time around seems to work fine.

A longer sleep time might be needed on busier systems.

It's not a proper fix, it's just something to prevent my systems from
failing until the bug is truly fixed.

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

Title:
  freeradius + mysql fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1081509/+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 1324174] Re: qemu should attempt to re-load kvm_intel to enable nesting at first install

2014-09-09 Thread Serge Hallyn
** Description changed:

-  Otherwise user may be confused as to why nesting is not enabled until a
+ Otherwise user may be confused as to why nesting is not enabled until a
  reboot.
+ 
+ SRU Justification:
+ 1. Impact: Users who install a new intel-baesd machine and immediately start
+ a VM will not be able to start nested VMs.
+ 2. Development fix: reload kvm_intel when qemu is installed, if nesting was
+ not yet enabled
+ 3. Stable fix: same as development fix
+ 4. Test case: Set up a new trusty host. install qemu-kvm.  (do not reboot)
+ create a vm, and in that vm try to start another kvm vm.
+ 5. Regression potential:  We only unload and reload the kvm_intel module if
+ nesting was not already enabled.  This should cause no regression.

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

Title:
  qemu should attempt to re-load kvm_intel to enable nesting at first
  install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1324174/+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 1307778] Re: getent group on trusty returns only local groups

2014-09-09 Thread Thiago Martins
I'm facing the same problem... I'm desperately looking for a winbind
replacement. Can someone, please, point one?! NSS + LDAP ?

Winbind have so many problems... Right now, `wbinfo -u` works, but
`getent passwd` shows only half of AD users... Just terrible... It
behaves differently from machine to machine, even using the very same
setup across an office...  :-/

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

Title:
  getent group on trusty returns only local groups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1307778/+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 1367455] [NEW] MAC address for node's IPMI is reversed looked up to yield IP address using case sensitive comparison

2014-09-09 Thread Alan Mimms
Public bug reported:

The comparison used in provisioningserver/utils/__init__.py:
find_ip_via_arp(mac) compares MAC addresses to the output of an arp -n
command using case sensitive comparison. This MAC address may be entered
by a user in a web UI and often is NOT cut/pasted from ARP but rather
from the IPMI vendor's display, which may display the MAC address in
uppercase.

For a fix, I strongly recommend doing these things to make this more
friendly:

1. Trim all whitespace from the supplied MAC address before comparison.

2. Trim all delimiters too - both on the supplied MAC address and from
the output column of the arp -n it's being compared with.

3. Translate both the supplied MAC address and the arp -n column data
to lowercase or uppercase for comparison or use a case-insensitive match
in the for loop.

- DIFF -

diff /usr/lib/python2.7/dist-packages/provisioningserver/utils/__init__.py 
__init__.py
46a47
 import re
824a826,827
 mac = mac.lower()
 mac = re.sub('[^0-9a-f]', '', mac)
829c832,833
 if len(columns) == 5 and columns[2] == mac:
---
 col = re.sub('[^0-9a-f]', '', columns[2])
 if len(columns) == 5 and col == mac:

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

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

Title:
  MAC address for node's IPMI is reversed looked up to yield IP address
  using case sensitive comparison

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1367455/+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 1367464] [NEW] Backup operation seems to be duplicating information

2014-09-09 Thread Nick Triantafyllidis
Public bug reported:

Using the backup operation from the interactive menu to produce the GPT
information into a file I have spotted some duplicate entries in the
first sectors of the disk regarding the EFI part. Using the dd utility
to read the first 34 512B sectors of the disk that contain the same
information we see a different output.

This is the information dumped by gdisk in hex format up to the first
partition entry:

  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
*
01c0  01 00 ee fe ff ff 01 00  00 00 af 6d 70 74 00 00  |...mpt..|
01d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
*
01f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..U.|
0200  45 46 49 20 50 41 52 54  00 00 01 00 5c 00 00 00  |EFI PART\...|
0210  4c ce 5a 3b 00 00 00 00  01 00 00 00 00 00 00 00  |L.Z;|
0220  af 6d 70 74 00 00 00 00  22 00 00 00 00 00 00 00  |.mpt...|
0230  8e 6d 70 74 00 00 00 00  64 94 93 05 8b a7 19 4a  |.mptd..J|
0240  a3 43 25 8d 49 af 5a f5  02 00 00 00 00 00 00 00  |.C%.I.Z.|
0250  80 00 00 00 80 00 00 00  54 b1 bd 01 00 00 00 00  |T...|
0260  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
*
0400  45 46 49 20 50 41 52 54  00 00 01 00 5c 00 00 00  |EFI PART\...|
0410  ae 76 c7 98 00 00 00 00  af 6d 70 74 00 00 00 00  |.v...mpt|
0420  01 00 00 00 00 00 00 00  22 00 00 00 00 00 00 00  |...|
0430  8e 6d 70 74 00 00 00 00  64 94 93 05 8b a7 19 4a  |.mptd..J|
0440  a3 43 25 8d 49 af 5a f5  8f 6d 70 74 00 00 00 00  |.C%.I.Z..mpt|
0450  80 00 00 00 80 00 00 00  54 b1 bd 01 00 00 00 00  |T...|
0460  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
*
0600  28 73 2a c1 1f f8 d2 11  ba 4b 00 a0 c9 3e c9 3b  |(s*..K;|
0610  b0 50 21 33 79 46 a1 4c  bb 66 21 f1 91 08 19 ab  |.P!3yF.L.f!.|
0620  00 08 00 00 00 00 00 00  ff 07 10 00 00 00 00 00  ||
0630  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  || 

You can see the duplicate info between sectors 0x0200-0x0260 and
0x0400-0x0460.


The same information produced by dd utility (dd if=/dev/sda of=/root/dump1 
count=34 bs=512)

  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
*
01c0  01 00 ee fe ff ff 01 00  00 00 af 6d 70 74 00 00  |...mpt..|
01d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
*
01f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..U.|
0200  45 46 49 20 50 41 52 54  00 00 01 00 5c 00 00 00  |EFI PART\...|
0210  4c ce 5a 3b 00 00 00 00  01 00 00 00 00 00 00 00  |L.Z;|
0220  af 6d 70 74 00 00 00 00  22 00 00 00 00 00 00 00  |.mpt...|
0230  8e 6d 70 74 00 00 00 00  64 94 93 05 8b a7 19 4a  |.mptd..J|
0240  a3 43 25 8d 49 af 5a f5  02 00 00 00 00 00 00 00  |.C%.I.Z.|
0250  80 00 00 00 80 00 00 00  54 b1 bd 01 00 00 00 00  |T...|
0260  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
*
0400  28 73 2a c1 1f f8 d2 11  ba 4b 00 a0 c9 3e c9 3b  |(s*..K;|
0410  b0 50 21 33 79 46 a1 4c  bb 66 21 f1 91 08 19 ab  |.P!3yF.L.f!.|
0420  00 08 00 00 00 00 00 00  ff 07 10 00 00 00 00 00  ||
0430  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
*
0480  af 3d c6 0f 83 84 72 47  8e 79 3d 69 d8 47 7d e4  |.=rG.y=i.G}.|
0490  1a 08 44 4d ae 19 83 4b  a9 27 ff 57 9a 89 d2 e1  |..DM...K.'.W|
04a0  00 08 10 00 00 00 00 00  ff 6f 71 73 00 00 00 00  |.oqs|
04b0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
*
0500  6d fd 57 06 ab a4 c4 43  84 e5 09 33 c8 4b 4f 4f  |m.WC...3.KOO|
0510  18 7b 1b bc 57 22 6e 45  9b a9 81 22 a3 f4 e3 14  |.{..WnE...|
0520  00 70 71 73 00 00 00 00  ff 67 70 74 00 00 00 00  |.pqs.gpt|
0530  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ||
*
4400

As you can see the duplicate EFI information is missing and the GPT
information starts on sector 0x0400 as it should.

I am using GPT fdisk (gdisk) version 0.8.8 under Ubuntu  Server 14.04.

Thanks,
Nick

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

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

Title:
  Backup operation seems to be duplicating information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdisk/+bug/1367464/+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 1367455] Re: MAC address for node's IPMI is reversed looked up to yield IP address using case sensitive comparison

2014-09-09 Thread Alan Mimms
OK the diff was useless, and I'm sorry. But I'm not a python weenie, nor
do I do diffs everyday for bug reports. The code, which is trivial to
someone who writes python all the time, is easy in any case. Thank you
for playing.

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

Title:
  MAC address for node's IPMI is reversed looked up to yield IP address
  using case sensitive comparison

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1367455/+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 1367455] Re: MAC address for node's IPMI is reversed looked up to yield IP address using case sensitive comparison

2014-09-09 Thread Alan Mimms
Oh and the proposed code has a bug too - don't look at columns[2]
without checking for len(columns) == 5. Sheesh.

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

Title:
  MAC address for node's IPMI is reversed looked up to yield IP address
  using case sensitive comparison

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1367455/+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 1367495] [NEW] Bridge still not created if bind9 is on

2014-09-09 Thread Dan Kegel
Public bug reported:

This is probably a dup of bug 1240757, created just so I could upload
the data requested in that bug report.

On a fresh, probably vanilla, ubuntu 14.04 server, I tried using ubuntu 14.04's 
default lxc.
It created containers fine, but they failed to start, complaining
  lxc-start: failed to attach 'veth9HNUS9' to the bridge 'lxcbr0' : No such 
device
/var/log/upstart/lxc-net.log says
  dnsmasq: failed to create listening socket for 10.0.3.1: Address already in 
use

This didn't happen on a desktop 14.04 instance, where bind9 is not
installed by default.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: lxc 1.0.5-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
Date: Tue Sep  9 16:39:34 2014
ProcEnviron:
 LANGUAGE=en_US:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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


** Tags: amd64 apparmor apport-bug trusty

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

Title:
  Bridge still not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367495/+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 1367513] [NEW] --log-to-socket invalid socket protocol

2014-09-09 Thread John Trenholm
Public bug reported:

Description:Ubuntu 14.04.1 LTS
Release:14.04
Python 2.7.6


Hello,
I'm using gunicorn's --log-to-socket feature and on trusty I get an error which 
prevents gunicorn from starting. The error bails with Socket error 91: Invalid 
protocol.  This is due to a change in Python's 2.7.6 sockets.py.

It appears that upstream has already patched this bug with the following
commit. Would it be possible to patch this for the community?

https://github.com/benoitc/gunicorn/commit/24bfae8508b7d55898e8a421268856b38ed29fbc
#diff-3f0ccdab4e1ca658f432ac7feb652cca

The expected behavior is that I can specify the unix socket protocol
type at startup.

/usr/bin/gunicorn --bind=unix:/var/run/nginx/thing.sock --backlog=64
--workers=8 --max-requests=2000 --timeout=60 --user www-data --group
www-data --umask 0022 --log-syslog --log-syslog-to
unix:///dev/log#dgram --log-syslog-facility local0 --log-syslog-prefix
thing thing.wsgi:application

I've already resolved this in my own ppa, however I was hoping we could
get this patched rolled out for everyone.

Thank you,
John-William Trenholm

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

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

Title:
  --log-to-socket invalid socket protocol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gunicorn/+bug/1367513/+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 1325099] Re: Index.html is not correctly created when using startpanel command

2014-09-09 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/114544
Committed: 
https://git.openstack.org/cgit/openstack/horizon/commit/?id=5a1047d7568266abaf483af8f501df57f394d132
Submitter: Jenkins
Branch:master

commit 5a1047d7568266abaf483af8f501df57f394d132
Author: Rob Cresswell rcres...@cisco.com
Date:   Fri Aug 15 07:03:05 2014 -0700

Index.html fix for startpanel command

Slight fix to horizon/conf index.html template. This is to fix the
TemplateDoesNotExist error arising from the incorrect template.

Change-Id: I60787d3986e8412630bcc506cb33ee5c742fbaad
Closes-Bug: 1325099


** Changed in: horizon
   Status: In Progress = Fix Committed

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

Title:
  Index.html is not correctly created when using startpanel command

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1325099/+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 1367455] Re: MAC address for node's IPMI is reversed looked up to yield IP address using case sensitive comparison

2014-09-09 Thread Julian Edwards
Heh, thank you for the report.  It's an easy change to make so I think
we can drop this in quickly.  The code is fundamentally flawed anyway
because it depends on the arp cache being primed, so there's a bit more
work to do yet to make it bulletproof.

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

** Changed in: maas
   Status: New = Triaged

** Changed in: maas
   Importance: Undecided = High

** Tags added: power trivial

** Changed in: maas
Milestone: None = 1.7.0

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

Title:
  MAC address for node's IPMI is reversed looked up to yield IP address
  using case sensitive comparison

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1367455/+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 1367527] [NEW] package libapache2-mod-php5 5.3.10-1ubuntu3.14 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 10

2014-09-09 Thread JAVAUX Julien
Public bug reported:

package libapache2-mod-php5 5.3.10-1ubuntu3.14 failed to
install/upgrade: le sous-processus script post-installation installé a
retourné une erreur de sortie d'état 10

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libapache2-mod-php5 5.3.10-1ubuntu3.14
ProcVersionSignature: Ubuntu 3.2.0-68.102-generic-pae 3.2.62
Uname: Linux 3.2.0-68-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.7
AptOrdering:
 libapache2-mod-php5: Configure
 php5: Configure
 php5-cli: Configure
 php5-mysql: Configure
Architecture: i386
Date: Wed Sep 10 02:35:13 2014
DpkgTerminalLog:
 Paramétrage de libapache2-mod-php5 (5.3.10-1ubuntu3.14) ...
 dpkg : erreur de traitement de libapache2-mod-php5 (--configure) :
  le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 10
DuplicateSignature: package:libapache2-mod-php5:5.3.10-1ubuntu3.14:le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 10
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 10
InstallationMedia: Ubuntu 10.04.3 LTS Lucid Lynx - Release i386 (20110720.1)
MarkForUpload: True
SourcePackage: php5
Title: package libapache2-mod-php5 5.3.10-1ubuntu3.14 failed to 
install/upgrade: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 10
UpgradeStatus: Upgraded to precise on 2014-09-09 (0 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package libapache2-mod-php5 5.3.10-1ubuntu3.14 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1367527/+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 1367527] Re: package libapache2-mod-php5 5.3.10-1ubuntu3.14 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 10

2014-09-09 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 php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1367527

Title:
  package libapache2-mod-php5 5.3.10-1ubuntu3.14 failed to
  install/upgrade: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1367527/+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 1367547] [NEW] qemu-img convert -O raw is broken in trusty

2014-09-09 Thread Paul Collins
Public bug reported:

qemu-img convert -O raw with yields a file of the correct length with no
content, e.g.:

$ qemu-img convert -O raw trusty-server-cloudimg-amd64-disk1.img 
trusty-server-cloudimg-amd64-disk1.raw
$ ls -l trusty-*
-rw-rw-r-- 1 paul paul  255590912 Sep 10 09:14 
trusty-server-cloudimg-amd64-disk1.img
-rw-r--r-- 1 paul paul 2361393152 Sep 10 15:13 
trusty-server-cloudimg-amd64-disk1.raw
$ du -sh trusty-*
244Mtrusty-server-cloudimg-amd64-disk1.img
0   trusty-server-cloudimg-amd64-disk1.raw
$ dpkg-query -W qemu-utils
qemu-utils  2.0.0+dfsg-2ubuntu1.3
$ lsb_release -c
Codename:   trusty
$ _

qemu-img in precise and in utopic both seem to work correctly, e.g.:

$ qemu-img convert -O raw trusty-server-cloudimg-amd64-disk1.img 
trusty-server-cloudimg-amd64-disk1.raw
$ ls -l trusty-*
-rw-r--r-- 1 paul paul  255590912 Sep  9 21:14 
trusty-server-cloudimg-amd64-disk1.img
-rw-r--r-- 1 paul paul 2361393152 Sep 10 03:16 
trusty-server-cloudimg-amd64-disk1.raw
$ du -sh trusty-*
244Mtrusty-server-cloudimg-amd64-disk1.img
801Mtrusty-server-cloudimg-amd64-disk1.raw
$ dpkg-query -W qemu-utils
qemu-utils  2.1+dfsg-4ubuntu1
$ lsb_release -c
Codename:   utopic
$ _

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

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

** Also affects: qemu (Ubuntu Trusty)
   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/1367547

Title:
  qemu-img convert -O raw is broken in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1367547/+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 1367547] Re: qemu-img convert -O raw is broken in trusty

2014-09-09 Thread Paul Collins
I can't reproduce this in a freshly created trusty VM, so this may be
something strange with my machine. Marking Invalid for now.

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

** Changed in: qemu (Ubuntu Trusty)
   Status: New = 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/1367547

Title:
  qemu-img convert -O raw is broken in trusty

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