[Bug 1398999] Re: Block migrate with attached volumes copies volumes to themselves

2015-10-12 Thread Pawel Koniszewski
** Changed in: nova
   Importance: Undecided => High

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

Title:
  Block migrate with attached volumes copies volumes to themselves

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1398999/+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 1134592] Re: isc-dhcp 4.2.4-5's DHCPREQUEST messages no longer match ignore regex

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

** Changed in: logcheck (Ubuntu)
   Status: New => Confirmed

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

Title:
  isc-dhcp 4.2.4-5's DHCPREQUEST messages no longer match ignore regex

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logcheck/+bug/1134592/+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 1501772] Fix proposed to neutron (stable/juno)

2015-10-12 Thread OpenStack Infra
Fix proposed to branch: stable/juno
Review: https://review.openstack.org/233546

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

Title:
  Metadata proxy process errors with binary user_data

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1501772/+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 1465935] Re: kvm_irqchip_commit_routes: Assertion `ret == 0' failed

2015-10-12 Thread Stefan Bader
Just saw kernel version 3.2 mentioned. So this seems to be a mix of
older base OS (Precise) and a more recent qemu (maybe from Trusty). I am
trying to clarify how far this needs to be backported. So I think the
original qemu version in Precise is unaffected.

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

Title:
  kvm_irqchip_commit_routes: Assertion `ret == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1465935/+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 1465935] Re: kvm_irqchip_commit_routes: Assertion `ret == 0' failed

2015-10-12 Thread Stefan Bader
@Li Chengyuan, is your host OS really 12.04 (aka Precise)? Because in
12.04 the qemu version is 1.0 and the fix would not apply. I am not sure
that old qemu is even affected since the code is very different.
Backports of the fix seem only to make sense up (or back) to 14.04 (aka
Trusty) which would also match the qemu version 2.0 which you mentioned.

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

Title:
  kvm_irqchip_commit_routes: Assertion `ret == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1465935/+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 1465935] Re: kvm_irqchip_commit_routes: Assertion `ret == 0' failed

2015-10-12 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 1:2.3+dfsg-5ubuntu9

---
qemu (1:2.3+dfsg-5ubuntu9) wily; urgency=low

  * debian/patches/upstream-fix-irq-route-entries.patch
Fix "kvm_irqchip_commit_routes: Assertion 'ret == 0' failed"
(LP: #1465935)

 -- Stefan Bader   Fri, 09 Oct 2015 15:38:53
+0200

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

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

Title:
  kvm_irqchip_commit_routes: Assertion `ret == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1465935/+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 1505164] [NEW] python3.4 3.4.3 prevents installation of libapache2-mod-wsgi-py3

2015-10-12 Thread Mark Henwood
Public bug reported:

Steps to reproduce (using a docker container):

$ docker pull ubuntu:trusty

$ docker run --rm -it ubuntu:trusty /bin/bash

# lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04

# apt-get update

# apt-get install python3.4
python3.4 is already the newest version.

# python3 --version
Python 3.4.3

# dpkg -l python3.4
ii  python3.4 3.4.3-1ubuntu1~14.0

# apt-get install apache2
...

# apt-get install libapache2-mod-wsgi-py3
The following packages have unmet dependencies:
 libapache2-mod-wsgi-py3 : Depends: libpython3.4 (>= 3.4~b1) but it is not 
going to be installed
E: Unable to correct problems, you have held broken packages.

** Affects: mod-wsgi (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: python3.4 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Steps to reproduce (using a docker container):
  
  $ docker pull ubuntu:trusty
  
- $ docker run --rm -it ubuntu:trust /bin/bash
+ $ docker run --rm -it ubuntu:trusty /bin/bash
  
  # lsb_release -rd
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04
  
  # apt-get update
  
  # apt-get install python3.4
  python3.4 is already the newest version.
  
  # python3 --version
  Python 3.4.3
  
  # dpkg -l python3.4
  ii  python3.4 3.4.3-1ubuntu1~14.0
  
  # apt-get install apache2
  ...
  
  # apt-get install libapache2-mod-wsgi-py3
  The following packages have unmet dependencies:
-  libapache2-mod-wsgi-py3 : Depends: libpython3.4 (>= 3.4~b1) but it is not 
going to be installed
+  libapache2-mod-wsgi-py3 : Depends: libpython3.4 (>= 3.4~b1) but it is not 
going to be installed
  E: Unable to correct problems, you have held broken packages.

** Also affects: mod-wsgi (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- 3.4.3 prevents installation of libapache2-mod-wsgi-py3
+ python3.4 3.4.3 prevents installation of libapache2-mod-wsgi-py3

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

Title:
  python3.4 3.4.3 prevents installation of libapache2-mod-wsgi-py3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-wsgi/+bug/1505164/+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 1134592] Re: isc-dhcp 4.2.4-5's DHCPREQUEST messages no longer match ignore regex

2015-10-12 Thread frankster
I've been experiencing this irritation for the last year and a half and
I've finally diagnosed it.

The problem seems to be that the log line emitted by dhclient has
changed since the logcheck pattern was written. A sample log line is:

Oct 11 07:22:55 mythtv dhclient: DHCPREQUEST of 192.168.1.2 on eth0 to
192.168.1.1 port 67 (xid=0x2e36de11)


The current pattern in /etc/logcheck/ignore.d.server/dhclient is:

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhclient(-2.2.x)?:
DHCP(REQUEST|RELEASE) (of [.0-9]{7,15} )?on [[:alnum:].-]+ to
[.0-9]{7,15} port 67$

This doesn't match the final xid section of the log line, so the line
should be updated to something like the following:

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhclient(-2.2.x)?:
DHCP(REQUEST|RELEASE) (of [.0-9]{7,15} )?on [[:alnum:].-]+ to
[.0-9]{7,15} port 67 (\(xid=0x[[:alnum:]]+\))?$

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

Title:
  isc-dhcp 4.2.4-5's DHCPREQUEST messages no longer match ignore regex

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logcheck/+bug/1134592/+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 1134592] Re: isc-dhcp 4.2.4-5's DHCPREQUEST messages no longer match ignore regex

2015-10-12 Thread frankster
# cat /etc/issue.net 
Ubuntu 14.04.3 LTS

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

Title:
  isc-dhcp 4.2.4-5's DHCPREQUEST messages no longer match ignore regex

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logcheck/+bug/1134592/+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 1487242] Re: package squid3 3.3.8-1ubuntu6.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-10-12 Thread Robie Basak
If you can figure out how to get to this state from a fresh install, and
you can do it without editing the configuration file manually, then it
is probably a bug - please explain that, set the bug status back to New,
and I'll take another look.

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

Title:
  package squid3 3.3.8-1ubuntu6.3 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/squid3/+bug/1487242/+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 1504923] Re: package unixodbc 2.2.14p2-5ubuntu5 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

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

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.


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

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

Title:
  package unixodbc 2.2.14p2-5ubuntu5 failed to install/upgrade: package
  is in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unixodbc/+bug/1504923/+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 1505287] [NEW] xl doesn't handle disk scripts correctly

2015-10-12 Thread Vladimír Dudr
Public bug reported:

When set as follows

disk = [ 'script=block-drbd, vdev=xvda2, access=rw, target=domu-disk' ]

where domu-disk is drbd resource ( can be found as /dev/drbd_domu-disk).

xl create does start drbd-block script AFTER trying to attach disk and
launching bootloader, which results in fail as drbd resource cannot be
mounted in secondary role.

When conf changed to use target=/dev/drbd_domu-disk and setting drbd
resource to primary I can observer starting domain and crashing the
drbd-block (obviously, as /dev/drbd_domu-disk is not resource name), but
it proves that the script is fired after bootloader.

The script will be launched and disk attached correctly when using
kernel and ramdisk from outside of domu, which proves the wrong order of
firing the scripts and correctness of drbd-block itself.

/etc/xen/scripts/drbd-block I use had to be modified to work at least
this way. My diff is attached. When not modified the script just exits,
because xl does not have drbd backend and thus passing phy as backend
type.

There are some interesting talks in this thread: http://www.gossamer-
threads.com/lists/xen/users/380921 containing also some kind of patch

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

** Attachment added: "drbd-block.diff"
   
https://bugs.launchpad.net/bugs/1505287/+attachment/4492555/+files/drbd-block.diff

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

Title:
  xl doesn't handle disk scripts correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1505287/+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 1134592] [NEW] isc-dhcp 4.2.4-5's DHCPREQUEST messages no longer match ignore regex

2015-10-12 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

After upgrading my raring VMs to the latest isc-dhcp:

isc-dhcp (4.2.4-5ubuntu1) raring; urgency=low
isc-dhcp (4.2.4-5) unstable; urgency=medium

logcheck's email now includes DHCPREQUEST messages.  This is very
annoying when deployed in a OpenStack since the client does a DHCP
request every minute or so ;)

Here are some messages that are correctly filtered out:

$ zcat syslog.7.gz |grep DHCPRE | head -4
Feb 20 06:39:37 server-43cadf07-0162-4924-a329-f522bd6f0490 dhclient: 
DHCPREQUEST of 192.168.2.2 on eth0 to 192.168.2.1 port 67
Feb 20 06:40:30 server-43cadf07-0162-4924-a329-f522bd6f0490 dhclient: 
DHCPREQUEST of 192.168.2.2 on eth0 to 192.168.2.1 port 67
Feb 20 06:41:23 server-43cadf07-0162-4924-a329-f522bd6f0490 dhclient: 
DHCPREQUEST of 192.168.2.2 on eth0 to 192.168.2.1 port 67
Feb 20 06:42:15 server-43cadf07-0162-4924-a329-f522bd6f0490 dhclient: 
DHCPREQUEST of 192.168.2.2 on eth0 to 192.168.2.1 port 67

And here are messages now appearing in the email:

This email is sent by logcheck. If you no longer wish to receive
such mail, you can either deinstall the logcheck package or modify
its configuration file (/etc/logcheck/logcheck.conf).

System Events
=-=-=-=-=-=-=
Feb 27 08:02:48 server-43cadf07-0162-4924-a329-f522bd6f0490 dhclient: 
DHCPREQUEST of 192.168.2.2 on eth0 to 192.168.2.1 port 67 (xid=0x593f7ff6)
Feb 27 08:03:36 server-43cadf07-0162-4924-a329-f522bd6f0490 dhclient: 
DHCPREQUEST of 192.168.2.2 on eth0 to 192.168.2.1 port 67 (xid=0x593f7ff6)
Feb 27 08:04:28 server-43cadf07-0162-4924-a329-f522bd6f0490 dhclient: 
DHCPREQUEST of 192.168.2.2 on eth0 to 192.168.2.1 port 67 (xid=0x593f7ff6)
Feb 27 08:05:14 server-43cadf07-0162-4924-a329-f522bd6f0490 dhclient: 
DHCPREQUEST of 192.168.2.2 on eth0 to 192.168.2.1 port 67 (xid=0x593f7ff6)

It looks like the xid text is not matched.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: logcheck-database 1.3.15
ProcVersionSignature: Ubuntu 3.8.0-7.15-generic 3.8.0
Uname: Linux 3.8.0-7-generic x86_64
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Wed Feb 27 09:21:51 2013
Dependencies:
 
Ec2AMI: ami-000e
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: ec2-m1.small
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: logcheck
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ec2-images needs-upstream-report raring
-- 
isc-dhcp 4.2.4-5's DHCPREQUEST messages no longer match ignore regex
https://bugs.launchpad.net/bugs/1134592
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

-- 
Ubuntu-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 51925] [NEW] Wrong charset for German messages

2015-10-12 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

initially sent to the ubuntu-users mailing list when reported by the user using
reportbug


-- Forwarded message --
From: Cip-Admin 
To: Ubuntu Bug Tracking System 
Date: Sat, 24 Jun 2006 13:28:40 +0200
Subject: mailman: Wrong charset for German messages
Package: mailman
Version: 2.1.5-9ubuntu4
Severity: normal

The German Messages for Mailman are utf-8 encoded. However in
/usr/lib/mailman/Mailman/Defaults.py the German messages are added with
add_language('de',_('German'),  'iso-8859-1')

This results in messed up umlauts in the user's Webbrowser.

Change it to
add_language('de',_('German'),  'utf-8')
and everything works fine.


-- System Information:
Debian Release: testing/unstable
 APT prefers dapper-updates
 APT policy: (500, 'dapper-updates'), (500, 'dapper-security'), (500, 'dapper')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.20-xen-cip3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mailman depends on:
ii  apache2-mpm-prefork [ht 2.0.55-4ubuntu2  traditional model for Apache2
ii  cron3.0pl1-92ubuntu1 management of regular background p
ii  debconf 1.4.72ubuntu9Debian configuration management sy
ii  exim4-daemon-light [mai 4.60-3ubuntu3.1  lightweight exim MTA (v4) daemon
ii  libc6   2.3.6-0ubuntu20  GNU C Library: Shared libraries an
ii  logrotate   3.7.1-2  Log rotation utility
ii  pwgen   2.04-1ubuntu1Automatic Password generation
ii  python  2.4.2-0ubuntu3   An interactive high-level object-o
ii  ucf 2.004Update Configuration File: preserv

Versions of packages mailman recommends:
ii  base-passwd   3.5.11 Debian base system master password

-- debconf information:
* mailman/gate_news: false
* mailman/site_languages: de, en
 mailman/queue_files_present:
* mailman/used_languages: en
* mailman/default_server_language: de
* mailman/create_site_list:

** Affects: mailman (Ubuntu)
 Importance: Low
 Assignee: Ralph Janke (txwikinger)
 Status: Fix Released

** Affects: mailman (Ubuntu Precise)
 Importance: Medium
 Status: Triaged

** Affects: mailman (Debian)
 Importance: Unknown
 Status: Fix Released


** Tags: precise
-- 
Wrong charset for German messages
https://bugs.launchpad.net/bugs/51925
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

-- 
Ubuntu-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 51925] Re: Wrong charset for German messages

2015-10-12 Thread Robie Basak
This was reported fixed in Debian 2.1.16-2, and Wily has 2.1.20-1, so
marked Fix Released in Ubuntu. Looks like Precise is still affected,
though.

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

** Also affects: mailman (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: mailman (Ubuntu Precise)
   Status: New => Triaged

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

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

Title:
  Wrong charset for German messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/51925/+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 1504488] Re: package libapache2-mod-php5 5.6.4+dfsg-4ubuntu6.3 failed to install/upgrade: el subprocés s'ha instaŀlat el script post-installation retornà el codi d'eixida d'error 1

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

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.


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

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

Title:
  package libapache2-mod-php5 5.6.4+dfsg-4ubuntu6.3 failed to
  install/upgrade: el subprocés s'ha instaŀlat el script post-
  installation retornà el codi d'eixida d'error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1504488/+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 1477059] Re: package mysql-server-5.6 5.6.25-0ubuntu0.15.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-10-12 Thread Stefano Mtangoo
Which line should I comment, Specifically?

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

Title:
  package mysql-server-5.6 5.6.25-0ubuntu0.15.04.1 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/mysql-5.6/+bug/1477059/+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 1500768] Re: python3.4.3 SRU break requests

2015-10-12 Thread Matthias Klose
** Package changed: python3.4 (Ubuntu) => python-urllib3 (Ubuntu)

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

Title:
  python3.4.3 SRU break requests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-urllib3/+bug/1500768/+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 1407107] Re: package bind9 1:9.9.5.dfsg-4.3ubuntu0.1 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

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

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.


** Changed in: bind9 (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  package bind9 1:9.9.5.dfsg-4.3ubuntu0.1 failed to install/upgrade:
  subproces installed post-installation script gaf een foutwaarde 1
  terug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1407107/+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 1502363] Re: Linux bridge agent should include ebtables package and rootwrap rule

2015-10-12 Thread Tom Fifield
This still isn't fixed using the latest from the cloud archive today.

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

Title:
  Linux bridge agent should include ebtables package and rootwrap rule

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1502363/+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 1504354] [NEW] Invalid memory access on ap_server_config_defines

2015-10-12 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

A bug in the Apache2 HTTP server results in invalid memory references
in the ap_server_config_defines array after a graceful restart.  This
can result in server config variables defined by means of the Define
directive appearing to be undefined after a graceful restart.  This
can cause incorrect processing of configuration files.  It can also
cause the server to exit due to invalid configuration, even though
the configtest prior to reload succeeded.

This bug was reported upstream against Apache 2.4.6 and 2.4.10.  It
appears in the 2.4.7-1ubuntu4.7 found in trusty-proposed, but was
fixed in 2.4.12 and so does not appear in wily.

This is upstream PR 56008 and 57328.


[Test Case]
- apt-get install apache2
- Copy ifdefine-test.conf (attached) to /etc/apache2/sites-available
- a2ensite ifdefine-test.conf
- service apache2 restart
- Observe that http:///foo.html returns the default page
  (same as http:///)

- service apache2 reload
- Examine /var/log/apache2/error.log; observe the warning message
  "Config variable ${TEST2} is not defined"
- Observe that http:///foo.html now returns a 404.

With the bug fixed, the warning message will not appear, and the
foo.html URL will continue to work after the reload.


[Regression Potential]
Low.

The change is textually small (one line), but has a significant effect:
it ensures that a fresh copy is made of the array containing defined
variables each time the config file is read.  Without this, on reloads
the original array (containing variables defined on the command line)
is modified directly, causing it to contain string pointers that will
become invalid when the configuration memory pool is released.

The patch only changes what happens when the configuration pool is
released, avoiding leaking memory references across successive reads
of the config file.  As such, it is unlikely have any negative effect
on processing of the configuration, and extremely unlikely to have any
effect on operations once the server configuration has been read.

This change was applied upstream in December, 2014 and appears in the
upstream 2.4.12 release, which is in wily.  The patch also appears in
2.4.10-10+deb8u2, which has been in Debian stable for about 5 weeks.

** Affects: apache2
 Importance: Critical
 Status: Fix Released

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


** Tags: patch
-- 
Invalid memory access on ap_server_config_defines
https://bugs.launchpad.net/bugs/1504354
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

-- 
Ubuntu-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 1389954] Re: Make .lxc domain name resolution easier to discover and enable

2015-10-12 Thread Serge Hallyn
Hi,

personally in 15.10 I have

# Tell any system-wide dnsmasq instance to make sure to bind to interfaces
# instead of listening on 0.0.0.0
# WARNING: changes to this file will get lost if lxc is removed.
bind-interfaces
except-interface=lxcbr0
server=/lxc/10.0.3.1

in /etc/dnsmaq.d/lxc

and it does work:

ping precise-gui.lxc
PING precise-gui.lxc (10.0.3.57) 56(84) bytes of data.

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

Title:
  Make .lxc domain name resolution easier to discover and enable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1389954/+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 1481737] Re: HAProxy init script does not work correctly with nbproc configuration option

2015-10-12 Thread Louis Bouchard
** Patch removed: "lp1494141_fix_stop_failure.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1481737/+attachment/4473139/+files/lp1494141_fix_stop_failure.debdiff

** Patch added: "lp1481737_stop_multipid.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1481737/+attachment/4492590/+files/lp1481737_stop_multipid.debdiff

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

Title:
  HAProxy init script does not work correctly with nbproc configuration
  option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1481737/+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 1444944] Re: package nut-client 2.7.1-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-10-12 Thread Allen Webb
I think the problem is a dangling symlink:
/etc/systemd/system/nut-client.service -> 
/lib/systemd/system/nut-monitor.service

You can try this, but it doesn't fix the underlying problem it it just makes it 
so the package scripts don't fail. I was able to remove nut-client by running 
this command before removing it:
sudo touch /lib/systemd/system/nut-monitor.service

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

Title:
  package nut-client 2.7.1-1ubuntu3 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/nut/+bug/1444944/+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 1503611] [NEW] systemd: spamassassin not starting after upgrading to 15.04

2015-10-12 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

After upgrading Ubuntu from LTS to 15.04, spamassassin daemon does not
start anymore because it does not have a proper systemd configuration.
Attempts to enable it using `systemctl enable spamassassin` do also
fail.

root@atlas:/var/log# systemctl status -l spamassassin.service
● spamassassin.service - Perl-based spam filter using text analysis
   Loaded: loaded (/lib/systemd/system/spamassassin.service; disabled; vendor 
preset: enabled)
   Active: inactive (dead)
root@atlas:/var/log# systemctl enable spamassassin.service
Synchronizing state for spamassassin.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d spamassassin defaults
Executing /usr/sbin/update-rc.d spamassassin enable
root@atlas:/var/log# systemctl status -l spamassassin.service
● spamassassin.service - Perl-based spam filter using text analysis
   Loaded: loaded (/lib/systemd/system/spamassassin.service; enabled; vendor 
preset: enabled)
   Active: inactive (dead)

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


** Tags: systemd-boot
-- 
systemd: spamassassin not starting after upgrading to 15.04
https://bugs.launchpad.net/bugs/1503611
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

-- 
Ubuntu-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 1134592] Re: isc-dhcp 4.2.4-5's DHCPREQUEST messages no longer match ignore regex

2015-10-12 Thread Robie Basak
** Tags added: needs-upstream-report

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

Title:
  isc-dhcp 4.2.4-5's DHCPREQUEST messages no longer match ignore regex

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logcheck/+bug/1134592/+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 1505222] Re: strongSwan AppArmor prevents CRL caching

2015-10-12 Thread Ubuntu Foundations Team Bug Bot
The attachment "allow-crl-cache.patch" 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 strongswan in Ubuntu.
https://bugs.launchpad.net/bugs/1505222

Title:
  strongSwan AppArmor prevents CRL caching

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1505222/+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 1502363] Re: Linux bridge agent should include ebtables package and rootwrap rule

2015-10-12 Thread Tom Fifield
root@compute1:~# apt-cache showpkg neutron-plugin-linuxbridge-agent
Package: neutron-plugin-linuxbridge-agent
Versions: 
2:7.0.0~rc1-0ubuntu2~cloud0 
(/var/lib/apt/lists/ubuntu-cloud.archive.canonical.com_ubuntu_dists_trusty-updates_liberty_main_binary-amd64_Packages)
 (/var/lib/dpkg/status)
 Description Language: 
 File: 
/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_trusty_main_binary-amd64_Packages
  MD5: 954a060c661df8e8272f394f152b1457
 Description Language: en
 File: 
/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_trusty_main_i18n_Translation-en
  MD5: 954a060c661df8e8272f394f152b1457

1:2014.1.5-0ubuntu1 
(/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_trusty-updates_main_binary-amd64_Packages)
 Description Language: 
 File: 
/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_trusty_main_binary-amd64_Packages
  MD5: 954a060c661df8e8272f394f152b1457
 Description Language: en
 File: 
/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_trusty_main_i18n_Translation-en
  MD5: 954a060c661df8e8272f394f152b1457

1:2014.1.3-0ubuntu1.1 
(/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_trusty-security_main_binary-amd64_Packages)
 Description Language: 
 File: 
/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_trusty_main_binary-amd64_Packages
  MD5: 954a060c661df8e8272f394f152b1457
 Description Language: en
 File: 
/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_trusty_main_i18n_Translation-en
  MD5: 954a060c661df8e8272f394f152b1457

1:2014.1-0ubuntu1 
(/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_trusty_main_binary-amd64_Packages)
 Description Language: 
 File: 
/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_trusty_main_binary-amd64_Packages
  MD5: 954a060c661df8e8272f394f152b1457
 Description Language: en
 File: 
/var/lib/apt/lists/free.nchc.org.tw_ubuntu_dists_trusty_main_i18n_Translation-en
  MD5: 954a060c661df8e8272f394f152b1457


Reverse Depends: 
Dependencies: 
2:7.0.0~rc1-0ubuntu2~cloud0 - bridge-utils (0 (null)) neutron-plugin-ml2 (5 
2:7.0.0~rc1-0ubuntu2~cloud0) init-system-helpers (2 1.13~) sysv-rc (18 
2.88dsf-24) file-rc (2 0.8.16) python:any (2 2.6~) python (0 (null)) 
quantum-plugin-linuxbirdge-agent (3 1:2013.2~b2-0ubuntu1~) 
quantum-plugin-linuxbirdge-agent:i386 (3 1:2013.2~b2-0ubuntu1~) 
quantum-plugin-linuxbridge-agent (3 1:2013.2~b2-0ubuntu1~) 
quantum-plugin-linuxbridge-agent:i386 (3 1:2013.2~b2-0ubuntu1~) 
1:2014.1.5-0ubuntu1 - bridge-utils (0 (null)) neutron-plugin-linuxbridge (5 
1:2014.1.5-0ubuntu1) sysv-rc (18 2.88dsf-24) file-rc (2 0.8.16) python:any (0 
(null)) quantum-plugin-linuxbirdge-agent (3 1:2013.2~b2-0ubuntu1~) 
quantum-plugin-linuxbirdge-agent:i386 (3 1:2013.2~b2-0ubuntu1~) 
quantum-plugin-linuxbridge-agent (3 1:2013.2~b2-0ubuntu1~) 
quantum-plugin-linuxbridge-agent:i386 (3 1:2013.2~b2-0ubuntu1~) 
1:2014.1.3-0ubuntu1.1 - bridge-utils (0 (null)) neutron-plugin-linuxbridge (5 
1:2014.1.3-0ubuntu1.1) sysv-rc (18 2.88dsf-24) file-rc (2 0.8.16) python:any (0 
(null)) quantum-plugin-linuxbirdge-agent (3 1:2013.2~b2-0ubuntu1~) 
quantum-plugin-linuxbirdge-agent:i386 (3 1:2013.2~b2-0ubuntu1~) 
quantum-plugin-linuxbridge-agent (3 1:2013.2~b2-0ubuntu1~) 
quantum-plugin-linuxbridge-agent:i386 (3 1:2013.2~b2-0ubuntu1~) 
1:2014.1-0ubuntu1 - bridge-utils (0 (null)) neutron-plugin-linuxbridge (5 
1:2014.1-0ubuntu1) sysv-rc (18 2.88dsf-24) file-rc (2 0.8.16) python:any (0 
(null)) quantum-plugin-linuxbirdge-agent (3 1:2013.2~b2-0ubuntu1~) 
quantum-plugin-linuxbirdge-agent:i386 (3 1:2013.2~b2-0ubuntu1~) 
quantum-plugin-linuxbridge-agent (3 1:2013.2~b2-0ubuntu1~) 
quantum-plugin-linuxbridge-agent:i386 (3 1:2013.2~b2-0ubuntu1~) 
Provides: 
2:7.0.0~rc1-0ubuntu2~cloud0 - 
1:2014.1.5-0ubuntu1 - 
1:2014.1.3-0ubuntu1.1 - 
1:2014.1-0ubuntu1 - 
Reverse Provides:

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

Title:
  Linux bridge agent should include ebtables package and rootwrap rule

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1502363/+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 1502363] Re: Linux bridge agent should include ebtables package and rootwrap rule

2015-10-12 Thread Tom Fifield
2015-10-12 23:43:41.881 1092 INFO 
neutron.plugins.ml2.drivers.linuxbridge.agent.linuxbridge_neutron_agent 
[req-404c3fdf-1abf-4d55-afe3-be56bfe38939 - - - - -] LinuxBridge Agent RPC 
Daemon Started!
2015-10-12 23:43:41.888 1092 INFO oslo.messaging._drivers.impl_rabbit [-] 
Connecting to AMQP server on controller:5672
2015-10-12 23:43:41.899 1092 INFO oslo.messaging._drivers.impl_rabbit [-] 
Connected to AMQP server on controller:5672
2015-10-12 23:43:41.970 1092 ERROR neutron.agent.linux.utils 
[req-404c3fdf-1abf-4d55-afe3-be56bfe38939 - - - - -] 
Command: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 
'ebtables', '-L']
Exit code: 99
Stdin: 
Stdout: 
Stderr: /usr/bin/neutron-rootwrap: Unauthorized command: ebtables -L (no filter 
matched)

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

Title:
  Linux bridge agent should include ebtables package and rootwrap rule

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1502363/+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 1505288] [NEW] package nut-client 2.7.1-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2015-10-12 Thread Barry Warsaw
Public bug reported:

wily dist-upgrade caused this failure.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: nut-client 2.7.1-1ubuntu5
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu2
Architecture: amd64
Date: Mon Oct 12 11:50:28 2015
DuplicateSignature: package:nut-client:2.7.1-1ubuntu5:subprocess installed 
post-installation script returned error exit status 6
ErrorMessage: subprocess installed post-installation script returned error exit 
status 6
InstallationDate: Installed on 2011-07-12 (1552 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110705.1)
KernelVersion: Linux limelight 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 
15:35:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
RelatedPackageVersions:
 dpkg 1.18.2ubuntu4
 apt  1.0.10.2ubuntu1
SourcePackage: nut
Title: package nut-client 2.7.1-1ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 6
UpgradeStatus: Upgraded to wily on 2011-12-23 (1388 days ago)
modified.conffile..etc.nut.nut.conf: [modified]
modified.conffile..etc.nut.upsmon.conf: [modified]
mtime.conffile..etc.nut.nut.conf: 2013-01-25T12:08:09.115231
mtime.conffile..etc.nut.upsmon.conf: 2014-01-10T17:48:44.157921

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


** Tags: amd64 apport-package wily

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

Title:
  package nut-client 2.7.1-1ubuntu5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/1505288/+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 1505288] Re: package nut-client 2.7.1-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2015-10-12 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 nut in Ubuntu.
https://bugs.launchpad.net/bugs/1505288

Title:
  package nut-client 2.7.1-1ubuntu5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/1505288/+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 1505288] Re: package nut-client 2.7.1-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2015-10-12 Thread Barry Warsaw
% sudo apt-get install --reinstall nut-client
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
E: Internal Error, No file name for nut-client:amd64

What?

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

Title:
  package nut-client 2.7.1-1ubuntu5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/1505288/+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 1505288] Re: package nut-client 2.7.1-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2015-10-12 Thread Barry Warsaw
Removing the bogus symlink lets me at least remove nut, nut-client, and
nut-server and reinstall those packages.

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

Title:
  package nut-client 2.7.1-1ubuntu5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/1505288/+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 1314887] Re: ifupdown hook is missing in upstart script

2015-10-12 Thread Ubuntu Foundations Team Bug Bot
The attachment "amended-fix-for-1314887.patch" 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 openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1314887

Title:
  ifupdown hook is missing in upstart script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1314887/+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 1505288] Re: package nut-client 2.7.1-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 6

2015-10-12 Thread Barry Warsaw
More headscratchers:

% locate nut-client.service | xargs ls -l
lrwxrwxrwx 1 root root 39 Jan 10  2014 /etc/systemd/system/nut-client.service 
-> /lib/systemd/system/nut-monitor.service
-rw-r--r-- 1 root root  0 Jan 10  2014 
/var/lib/systemd/deb-systemd-helper-enabled/nut-client.service
% ls -l /etc/systemd/system/nut*
lrwxrwxrwx 1 root root 39 Jan 10  2014 /etc/systemd/system/nut-client.service 
-> /lib/systemd/system/nut-monitor.service

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

Title:
  package nut-client 2.7.1-1ubuntu5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/1505288/+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 1500768] [NEW] python3.4.3 SRU break requests

2015-10-12 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Sicne the upgade to python 3.4.3 on trusty, I'm getting this error when using a 
squid proxy:
https://jenkins.qa.ubuntu.com/view/All/job/udtc-trusty-tests/1946/label=ps-trusty-desktop-amd64-1,type=large/testReport/tests.large.test_android/AndroidSDKTests/test_default_android_sdk_install/

The code is using python-requests, with verify=True for ssl connection
(default). Some tests are testing that invalid certificates are
rejected:  https://github.com/ubuntu/ubuntu-
make/blob/master/umake/network/download_center.py#L129

Rerunning the same code with previous trusty package (3.4.0~trusty1)
doesn't show up this issue. It seems that SNI is broken for the trusty
version of python3-requests with 3.4.3. (See the FAQ http://www.python-
requests.org/en/latest/community/faq/ with "What are “hostname doesn’t
match” errors?" and the stackoverflow question.

I did run a test, grabbing requests 2.7 and backporting it to trusty (I
needed to as well to take python3-urllib3 willy version).

So, 3.4.3 has an incompatible change for existing projects and people
with proxys are starting to see some breakage like in
https://bugs.launchpad.net/ubuntu/+source/ubuntu-make/+bug/1499890.

Can we get it fix somehow, reverting the incompatible change breaking
SNI (I wonder if this is "Changed in version 3.4.3: This class now
performs all the necessary certificate and hostname checks by default.
To revert to the previous, unverified, behavior
ssl._create_unverified_context() can be passed to the context
parameter." in https://docs.python.org/3/library/http.client.html or
something else) so that existing code can either get a new compatible
python-requests or avoid incompatible changes in python 3.4.3?

** Affects: python-urllib3 (Ubuntu)
 Importance: High
 Status: Invalid

** Affects: python-urllib3 (Ubuntu Trusty)
 Importance: High
 Assignee: Matthias Klose (doko)
 Status: Triaged


** Tags: regression-update trusty
-- 
python3.4.3 SRU break requests
https://bugs.launchpad.net/bugs/1500768
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to python-urllib3 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 1505164] Re: python3.4 3.4.3 prevents installation of libapache2-mod-wsgi-py3

2015-10-12 Thread Robie Basak
It seems that I can't create a generic Ubuntu task since other Ubuntu
tasks already exist, so I'll leave this with the docker.io package for
now so we don't lose it.

I think we need a Launchpad project for cloud images if we don't already
have one.

** Also affects: docker.io (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: docker.io (Ubuntu)
   Importance: Undecided => High

** Changed in: docker.io (Ubuntu)
   Status: New => Triaged

** Summary changed:

- python3.4 3.4.3 prevents installation of libapache2-mod-wsgi-py3
+ Ubuntu Docker images incorrectly include packages from trusty-proposed

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

Title:
  Ubuntu Docker images incorrectly include packages from trusty-proposed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1505164/+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 1423631] Re: tap interface drops many packets on highload systems

2015-10-12 Thread sean redmond
I also see this bu only on Windows guests.

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

Title:
  tap interface drops many packets on highload systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1423631/+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 1314887] Re: ifupdown hook is missing in upstart script

2015-10-12 Thread Brian Turek
I realize it's a poor reason but I mimicked the network_interfaces
function /etc/init.d/openvswitch-switch.  Want me to switch it over to
use ifquery?

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

Title:
  ifupdown hook is missing in upstart script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1314887/+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 1505164] Re: python3.4 3.4.3 prevents installation of libapache2-mod-wsgi-py3

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

Confirmed - I have followed your reproduction steps and hit the same
issue.

The underlying reason however is not in the python3.4 nor mod-wsgi
packages. The issue is that the Docker "ubuntu:trusty" image seems to
include python3.4 version 3.4.3-1ubuntu1~14.04.1 from trusty-proposed
but does not (and should not) have trusty-proposed enabled in
sources.list. When apt later wants to install a matching libpython3.4,
it cannot find it.

So this is a bug in the Docker image, which incorrectly includes
packages from Ubuntu from trusty-proposed. I'll mark this Invalid
against the mod-wsgi and apache2 packages in Ubuntu as there is no fix
to be made in those packages. I'll add a generic Ubuntu task so we don't
forget this issue until I can track down who needs to be fixing the
Docker image.

** Changed in: mod-wsgi (Ubuntu)
   Status: New => Invalid

** Changed in: python3.4 (Ubuntu)
   Status: New => Invalid

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

Title:
  python3.4 3.4.3 prevents installation of libapache2-mod-wsgi-py3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-wsgi/+bug/1505164/+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 1505164] Re: Ubuntu Docker images incorrectly include packages from trusty-proposed

2015-10-12 Thread Ben Howard
Scratch comment #3.

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

Title:
  Ubuntu Docker images incorrectly include packages from trusty-proposed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1505164/+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 1423631] Re: tap interface drops many packets on highload systems

2015-10-12 Thread sean redmond
I was able to resolve this with the below udev rule:

# cat /etc/udev/rules.d/60-tap.rules
KERNEL=="tap*", RUN+="/sbin/ip link set %k txqueuelen 1"
#

I used the below to reload udev

udevadm control --reload-rules

I then used the below to apply the rules to already created interfaces:

udevadm trigger --attr-match=subsystem=net

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

Title:
  tap interface drops many packets on highload systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1423631/+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 1501772] Change abandoned on neutron (stable/juno)

2015-10-12 Thread OpenStack Infra
Change abandoned by Ihar Hrachyshka (ihrac...@redhat.com) on branch: stable/juno
Review: https://review.openstack.org/233546
Reason: Actually, we don't use oslo.log, neither py34 in Juno, so no need for 
the change.

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

Title:
  Metadata proxy process errors with binary user_data

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1501772/+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 199094] Re: hdparm.conf settings (other than apm) are lost on suspend/resume?

2015-10-12 Thread Graeme Hewson
I'm experiencing this in 15.04. With the change to systemd, the pm-utils
scripts are no longer run when the system resumes after suspend.

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

Title:
  hdparm.conf settings (other than apm) are lost on suspend/resume?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hdparm/+bug/199094/+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 1398999] Re: Block migrate with attached volumes copies volumes to themselves

2015-10-12 Thread Bartosz Fic
Selective block device migration feature was backported to libvirt 1.2.16 for 
ubuntu willy.
This patch provides block live migration of vm booted from image with attached 
devices on libvirt 1.2.16.

** Patch added: "Patch for Ubuntu willy with libvirt 1.2.16"
   
https://bugs.launchpad.net/nova/+bug/1398999/+attachment/4492397/+files/selective_block_migration_ubuntu.diff

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

Title:
  Block migrate with attached volumes copies volumes to themselves

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1398999/+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 1505224] [NEW] Ceph OSDs not started after reboot

2015-10-12 Thread Dr. Jens Rosenboom
Public bug reported:

There seems to be some issue with the udev triggers, either they do not
happen properly for partitions or they happen too early in the boot
process.

If I do a "ceph-disk activate /dev/sdXX" after the system has booted,
the OSD is starting just fine.

If I do a "udevadm trigger /sys/class/block/sdXX -c add", the OSD is
started fine as well.

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

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

Title:
  Ceph OSDs not started after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1505224/+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 1398999] Re: Block migrate with attached volumes copies volumes to themselves

2015-10-12 Thread Ubuntu Foundations Team Bug Bot
The attachment "Patch for Ubuntu willy with libvirt 1.2.16" 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 nova in Ubuntu.
https://bugs.launchpad.net/bugs/1398999

Title:
  Block migrate with attached volumes copies volumes to themselves

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1398999/+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 1505222] [NEW] strongSwan AppArmor prevents CRL caching

2015-10-12 Thread Brian Turek
Public bug reported:

If configured to do so, strongSwan will cache CRLs to /etc/ipsec.d/crls
but AppArmor blocks the creation of the file.  Here is the relevant
syslog line:

kernel: [400994.988829] audit: type=1400 audit(1444649911.842:37):
apparmor="DENIED" operation="mknod" profile="/usr/lib/ipsec/charon"
name="/etc/ipsec.d/crls/REDACTED.crl" pid=6098 comm="charon"
requested_mask="c" denied_mask="c" fsuid=0 ouid=0

Attached is a patch that gives charon r/w access to the
/etc/ipsec.d/crls directory.

Package info:
  strongswan:
Installed: 5.1.2-0ubuntu2.3
Candidate: 5.1.2-0ubuntu2.3

Ubuntu info:
  Description:Ubuntu 14.04.3 LTS
  Release:14.04

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

** Patch added: "allow-crl-cache.patch"
   
https://bugs.launchpad.net/bugs/1505222/+attachment/4492434/+files/allow-crl-cache.patch

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

Title:
  strongSwan AppArmor prevents CRL caching

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1505222/+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 1505164] Re: Ubuntu Docker images incorrectly include packages from trusty-proposed

2015-10-12 Thread Ben Howard
I am unable to repo this bug.

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

Title:
  Ubuntu Docker images incorrectly include packages from trusty-proposed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1505164/+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 199094] Re: hdparm.conf settings (other than apm) are lost on suspend/resume?

2015-10-12 Thread Torsten Krah
"Nice" thread about systemd + hdparm:

http://lists.freedesktop.org/archives/systemd-
devel/2012-June/005595.html

So it seems users should write their own udev rules to get this working
:-| or some custom distro specific stuff. Its really weird that this one
is still around after that many years which have passed now.

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

Title:
  hdparm.conf settings (other than apm) are lost on suspend/resume?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hdparm/+bug/199094/+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 1505164] Re: Ubuntu Docker images include packages deleted from trusty-updates

2015-10-12 Thread Dan Watkins
For avoidance of doubt, this problem was caused by the actions taken to
remedy bug 1500768. Workarounds to get an instance unstuck can be found
there.


Dan

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

Title:
  Ubuntu Docker images include packages deleted from trusty-updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1505164/+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 199094] Re: hdparm.conf settings (other than apm) are lost on suspend/resume?

2015-10-12 Thread Graeme Hewson
Also:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725284
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779412

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

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

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

Title:
  hdparm.conf settings (other than apm) are lost on suspend/resume?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hdparm/+bug/199094/+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 1505164] Re: Ubuntu Docker images include packages deleted from trusty-updates

2015-10-12 Thread Dan Watkins
Hi Mark, all,

At some point, Python 3.4.3 was released to the trusty archive. However,
a (serious) regression was found, and it was removed from the archive.
This image was built after the release, but before the removal, which
means it has ended up in a state that apt-get doesn't understand.

The fix for this is simply to release a new image; I have pinged Tianon,
the awesome community member who handles the Docker Ubuntu images, on
IRC (and subscribed him to this bug) to make that happen. He's based on
the West Coast, so the earliest we'll see this happen is in a few hours.

Apologies for the broken state that things ended up in; we strive to
produce images of the highest quality, and don't like it when we fall
short of that.


Thanks,

Dan

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

Title:
  Ubuntu Docker images include packages deleted from trusty-updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1505164/+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 1504496] Re: package lxc 1.1.4-0ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-10-12 Thread Nick Moffitt
I was hitting problems with lxc on just normal package upgrades in vivid
earlier, but I was able to dpkg --configure -a this problem away and
finish out the release upgrade by hand (apt-get dist-upgrade (noop),
apt-get autoremove, reboot)

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

Title:
  package lxc 1.1.4-0ubuntu0.1 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/lxc/+bug/1504496/+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 1245604] Re: "killall -u snmp" in a pre-install step kills any running snmpd

2015-10-12 Thread Launchpad Bug Tracker
This bug was fixed in the package net-snmp - 5.7.3+dfsg-1ubuntu2

---
net-snmp (5.7.3+dfsg-1ubuntu2) wily; urgency=medium

  * debian/snmp.preinst:
It turns out that the original motivation why killall was added is gone.
So we can just remove the killall introduced by Ubuntu LP #573391
(Closes: #781257, LP: #1245604)

 -- Christian Ehrhardt   Fri, 09 Oct
2015 13:18:25 +0200

** Changed in: net-snmp (Ubuntu)
   Status: Fix Committed => 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/1245604

Title:
  "killall -u snmp" in a pre-install step kills any running snmpd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1245604/+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 1505164] Re: Ubuntu Docker images include packages deleted from trusty-updates

2015-10-12 Thread Mark Henwood
Thank you @racb for taking the time to look into this and reassign it
correctly - apols for my clumsy assignment.

Dan @daniel-thewatkins - thanks dude.

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

Title:
  Ubuntu Docker images include packages deleted from trusty-updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1505164/+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 1245604] Re: "killall -u snmp" in a pre-install step kills any running snmpd

2015-10-12 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/net-snmp

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

Title:
  "killall -u snmp" in a pre-install step kills any running snmpd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1245604/+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 1505164] Re: Ubuntu Docker images include packages deleted from trusty-updates

2015-10-12 Thread Robie Basak
** Summary changed:

- Ubuntu Docker images incorrectly include packages from trusty-proposed
+ Ubuntu Docker images include packages deleted from trusty-updates

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

Title:
  Ubuntu Docker images include packages deleted from trusty-updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1505164/+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 1314887] Re: ifupdown hook is missing in upstart script

2015-10-12 Thread Brian Turek
Went ahead and created a new (and simpler) patch that uses ifquery.  See
attached

** Patch added: "amended-fix-for-1314887.patch"
   
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1314887/+attachment/4492519/+files/amended-fix-for-1314887.patch

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

Title:
  ifupdown hook is missing in upstart script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1314887/+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 1505164] Re: Ubuntu Docker images include packages deleted from trusty-updates

2015-10-12 Thread Ben Howard
This was caused by Bug #1500768.

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

Title:
  Ubuntu Docker images include packages deleted from trusty-updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1505164/+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 1505164] Re: Ubuntu Docker images incorrectly include packages from trusty-proposed

2015-10-12 Thread Dan Watkins
** Changed in: docker.io (Ubuntu)
 Assignee: (unassigned) => Dan Watkins (daniel-thewatkins)

** Changed in: docker.io (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  Ubuntu Docker images include packages deleted from trusty-updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1505164/+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 1504159] Re: fuser does not terminate at computer shutdown

2015-10-12 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

At a minimum, we need:

1. the specific steps or actions you took that caused you to encounter
the problem,

2. the behavior you expected, and

3. the behavior you actually encountered (in as much detail as
possible).

Once you have responded, please change the bug status back to New.
Thanks!

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

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

Title:
  fuser does not terminate at computer shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/psmisc/+bug/1504159/+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 1502178] Re: update squid from 3.3.8 to 3.3.14

2015-10-12 Thread Tiago Stürmer Daitx
** Tags added: patch

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

Title:
  update squid from 3.3.8 to 3.3.14

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1502178/+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 1461012] Re: Hugepage and KSM not configured correctly under systemd

2015-10-12 Thread Serge Hallyn
Quoting Dadio (domini...@ramaekers-stassart.be):
> I've investigated this issue in Willy:
> 
> Hugepages are now mounted on /dev/hugepages and not in /run/hugepages

Hi,

Note that /etc/init.d/qemu-kvm calls /usr/share/qemu/init/qemu-kvm-init
which mounts hugepages under /run/hugepages.

The /dev/hugepages mounts appears to be done by systemd.  We should
probably better coordinate, but filesystems really shouldn't be mounted
under /dev and we won't do this in a way that sacrifices compatibility
with other inits.

For now, setting KVM_HUGEPAGES=1 in /etc/default/qemu-kvm should
enable /run/hugepages on boot

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

Title:
  Hugepage and KSM not configured correctly under systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1461012/+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 1505339] [NEW] Creation external snapshot, apparmor problem

2015-10-12 Thread Dadio
Public bug reported:

When I try to create a external snapshot, I get an apparmor related
error:

virsh snapshot-create-as --domain PCVIRT1 PCVIRT1-SN1 --diskspec 
vda,file=/srv/poolVMS2/PCVIRT1-SN1.qcow2 --disk-only --atomic --quiesce
fout: internal error: kan AppArmor profiel 
'libvirt-2c9c04d7-f86d-df12-da9f-9847ac8b994f' niet vernieuwen
(freely translated - error: internal error: can't renew AppArmor profile 
'libvirt-xxx')

Domain XML:

  PCVIRT1
  2c9c04d7-f86d-df12-da9f-9847ac8b994f
  Job-processor van Autodesk. Deze PC zal periodiek taken opvragen 
bij Autodesk Vault en deze taken vervolgens uitvoeren.
  3145728
  3145728
  4
  
/machine
  
  
hvm

  
  




  
  
  

  
  
cpu64-rhel6

  
  

  
  destroy
  restart
  restart
  
/usr/bin/kvm-spice

  
  
  
  
  
  
  


  
  
  
  
  
  
  
  


  
  
  
  
  
  
  
  


  


  
  


  
  


  
  


  
  
  
  
  
  


  
  
  


  
  
  


  
  
  
  


  
  
  


  




  


  
  
  


  
  

  
  
libvirt-2c9c04d7-f86d-df12-da9f-9847ac8b994f
libvirt-2c9c04d7-f86d-df12-da9f-9847ac8b994f
  


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

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

Title:
  Creation external snapshot, apparmor problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1505339/+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 1504283] Re: libvirt 1.2.2-0ubuntu13 source package fails to build

2015-10-12 Thread Serge Hallyn
Thanks for the new info.

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

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

Title:
  libvirt 1.2.2-0ubuntu13 source package fails to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1504283/+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 1503286] Comment bridged from LTC Bugzilla

2015-10-12 Thread bugproxy
--- Comment From apu...@us.ibm.com 2015-10-12 20:37 EDT---
This patch did not make it into today build.
I tried to reinstall pearlp5 at hit the initramfs issues still.

This is blocking debug of 130680

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

Title:
  ISST-LTE: Boot of Ubuntu15.10 lpar fails: "mounting /dev/sdn2 on /root
  failed: Device or resource busy" [multipath]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1503286/+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 1505398] [NEW] Minicom doesn't unblock /dev/ttyUSB device after shutdown

2015-10-12 Thread Michael Brunner
Public bug reported:

Hello,

I use minicom with an USB Adapter to communicate with a cisco switch.
Everything went fine but when I close the program with ctrl+a, z and j, the 
lock at /dev/ttyUSB0 wasn't removed. :/

If I remove the file /var/lock/LCK..ttyUSB0, the device is unlocked.

Sorry for my bad english.

best regards,

michael

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: minicom 2.7-1
ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
Uname: Linux 3.19.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.15
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Oct 12 23:01:35 2015
EcryptfsInUse: Yes
SourcePackage: minicom
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages trusty

** Description changed:

  Hello,
  
- I use minicom to communicate with an USB Adapter to a cisco switch.
+ I use minicom with an USB Adapter to communicate with a cisco switch.
  Everything went fine but when I close the program with ctrl+a, z and j, the 
lock at /dev/ttyUSB0 wasn't removed. :/
  
- If I remove the file /var/lock/LCK..ttyUSB0, the lock was removed.
- 
+ If I remove the file /var/lock/LCK..ttyUSB0, the device is unlocked.
  
  Sorry for my bad english.
- 
  
  best regards,
  
  michael
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: minicom 2.7-1
  ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct 12 23:01:35 2015
  EcryptfsInUse: Yes
  SourcePackage: minicom
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Minicom doesn't unblock /dev/ttyUSB device after shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/minicom/+bug/1505398/+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 1505444] [NEW] Package missing file

2015-10-12 Thread Matt Kassawara
Public bug reported:

Creating a stack via heat (Liberty, 5.0.0~rc1-0ubuntu1~cloud0) generates
the following error due to a missing file:

INFO heat.engine.stack [-] Stack CREATE IN_PROGRESS (testStack): Stack CREATE 
started
INFO heat.engine.resource [-] creating Server "server" Stack "testStack" 
[6d7965e0-9690-4310-8a08-dc81eb8436df]
INFO heat.engine.resource [-] CREATE: Server "server" Stack "testStack" 
[6d7965e0-9690-4310-8a08-dc81eb8436df]
ERROR heat.engine.resource Traceback (most recent call last):
ERROR heat.engine.resource   File 
"/usr/lib/python2.7/dist-packages/heat/engine/resource.py", line 612, in 
_action_recorder
ERROR heat.engine.resource yield
ERROR heat.engine.resource   File 
"/usr/lib/python2.7/dist-packages/heat/engine/resource.py", line 682, in 
_do_action
ERROR heat.engine.resource yield self.action_handler_task(action, 
args=handler_args)
ERROR heat.engine.resource   File 
"/usr/lib/python2.7/dist-packages/heat/engine/scheduler.py", line 292, in 
wrapper
ERROR heat.engine.resource step = next(subtask)
ERROR heat.engine.resource   File 
"/usr/lib/python2.7/dist-packages/heat/engine/resource.py", line 653, in 
action_handler_task
ERROR heat.engine.resource handler_data = handler(*args)
ERROR heat.engine.resource   File 
"/usr/lib/python2.7/dist-packages/heat/engine/resources/openstack/nova/server.py",
 line 701, in handle_create
ERROR heat.engine.resource user_data_format=user_data_format)
ERROR heat.engine.resource   File 
"/usr/lib/python2.7/dist-packages/heat/engine/clients/os/nova.py", line 314, in 
build_userdata
ERROR heat.engine.resource read_cloudinit_file('config')).safe_substitute(
ERROR heat.engine.resource   File 
"/usr/lib/python2.7/dist-packages/heat/engine/clients/os/nova.py", line 297, in 
read_cloudinit_file
ERROR heat.engine.resource 'heat', 'cloudinit/%s' % fn).decode('utf-8')
ERROR heat.engine.resource   File "/usr/lib/python2.7/pkgutil.py", line 591, in 
get_data
ERROR heat.engine.resource return loader.get_data(resource_name)
ERROR heat.engine.resource   File "/usr/lib/python2.7/pkgutil.py", line 255, in 
get_data
ERROR heat.engine.resource return open(pathname, "rb").read()
ERROR heat.engine.resource IOError: [Errno 2] No such file or directory: 
'/usr/lib/python2.7/dist-packages/heat/cloudinit/config'
ERROR heat.engine.resource
INFO heat.engine.stack [-] Stack CREATE FAILED (testStack): Resource CREATE 
failed: IOError: resources.server: [Errno 2] No such file or directory: 
'/usr/lib/python2.7/dist-packages/heat/cloudinit/config'
INFO heat.engine.service [-] Stack create failed, status FAILED

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

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

Title:
  Package missing file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heat/+bug/1505444/+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 1465935] Re: kvm_irqchip_commit_routes: Assertion `ret == 0' failed

2015-10-12 Thread Li Chengyuan
@Stefan Bader,
The host OS is ubuntu 12.04, and we upgraded the QEMU to 2.0.0 from ubuntu 
cloud-archive repo.
https://wiki.ubuntu.com/ServerTeam/CloudArchive

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

Title:
  kvm_irqchip_commit_routes: Assertion `ret == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1465935/+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 1468804] Re: mysql stop/restart fails + breaking mysql + reboots

2015-10-12 Thread Launchpad Bug Tracker
[Expired for mysql-5.6 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.6 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  mysql stop/restart fails + breaking mysql + reboots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1468804/+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 1505473] [NEW] pollen does not start on boot

2015-10-12 Thread Paul Collins
Public bug reported:

ubuntu@keeton:~$ lsb_release -rc
Release:14.04
Codename:   trusty
ubuntu@keeton:~$ dpkg-query -W pollen
pollen  4.11-0ubuntu1
ubuntu@keeton:~$ _

pollen does not start on boot, due to an error in the upstart config:

ubuntu@keeton:~$ grep start /etc/init/pollen.conf 
start on start on runlevel [2345]
stop on start on runlevel [!2345]
# Ensure our device exists, and is a character device, before starting 
our server
ubuntu@keeton:~$ _

Deleting the second "start on" in each line seems to fix this.

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

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

Title:
  pollen does not start on boot

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