[Bug 613022] Re: ssh daemon hangs after publickey packet sent

2015-09-15 Thread Ben Howard
Closing this out as crufty. If this is seen again, please reopen.

** Changed in: openssh (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  ssh daemon hangs after publickey packet sent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/613022/+subscriptions

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


[Bug 1422919] Re: [SRU] Ephemeral device on G5 instances is incorrect due to GPT partition tables

2015-09-15 Thread Ben Howard
** Changed in: cloud-init (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  [SRU] Ephemeral device on G5 instances is incorrect due to GPT
  partition tables

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1422919/+subscriptions

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


[Bug 1077147] Re: Package walinuxagent version 1.1

2015-09-15 Thread Ben Howard
This was fix released a long time ago. Resolving


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

** No longer affects: ubuntu-ubuntu-server

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

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

** Changed in: walinuxagent (Ubuntu)
 Assignee: (unassigned) => Ben Howard (utlemming)

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

Title:
  Package walinuxagent version 1.1

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

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


[Bug 1496223] Re: squid3 FTBFS due to linux-libc-dev and libc6-dev headers mismatch

2015-09-15 Thread Tiago Stürmer Daitx
Note that the attached debdiff only fixes 2 of the 3 issues:
- libecap2 dependency
- logical-not-parentheses warning

Still pending:
- headers mismatch

** Patch added: "debdiff to fix libecap dependency and logical-not-parentheses 
warning"
   
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1496223/+attachment/4465698/+files/squid3_3.3.8-1ubuntu16-FTBFS.debdiff

** Tags added: ftbfs

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

Title:
  squid3 FTBFS due to linux-libc-dev and libc6-dev headers mismatch

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

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


[Bug 1489379] Comment bridged from LTC Bugzilla

2015-09-15 Thread bugproxy
--- Comment From cha...@us.ibm.com 2015-09-16 01:07 EDT---
I can see the multipath choices on the installation menu and able to install 
the rootvg on one of the multipath disk using SAN storages. System boots up 
normal after all.

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

Title:
  LTE: ISST:leeklp4 no mpath choices for install ubuntu 15.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1489379/+subscriptions

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


[Bug 1496223] [NEW] squid3 FTBFS due to linux-libc-dev and libc6-dev headers mismatch

2015-09-15 Thread Tiago Stürmer Daitx
Public bug reported:

Note: currently squid3 fails due to libecap3-dev dependency, this is
easily fixed by going back to libecap2-dev (only squid 3.5+ will build
with libecap3-dev [1]).

After libecap2-dev dependency fix, squid then fails due to "logical-not-
parentheses".

g++ -DHAVE_CONFIG_H  -I../.. -I../../include -I../../lib -I../../src 
-I../../include  -isystem /usr
/include/mit-krb5 -isystem /usr/include/mit-krb5  -I.  -I/usr/include/libxml2 
-D_FORTIFY_SOURCE=2 -
isystem /usr/include/mit-krb5 -isystem /usr/include/mit-krb5 
-I/usr/include/libxml2 -Wall -Wpointer
-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -m64 -g -O2 -fPIE 
-fstack-protector-st
rong -Wformat -Werror=format-security -std=c++0x -c -o lru/store_repl_lru.o 
lru/store_repl_lru.cc
heap/store_repl_heap.cc: In function 'StoreEntry* 
heap_purgeNext(RemovalPurgeWalker*)':
heap/store_repl_heap.cc:224:36: error: logical not is only applied to the left 
hand side of compari
son [-Werror=logical-not-parentheses]
 if (!heap_nodes(heap->theHeap) > 0)
^

Fixing that, it then fails due to mismatching headers between linux-
libc-dev_4.2.0-10.11 and libc6-dev_2.21-0ubuntu4.

In file included from /usr/include/linux/netfilter.h:7:0,
 from /usr/include/linux/netfilter_ipv4.h:8,
 from Intercept.cc:99:
/usr/include/linux/in.h:28:16: error: redeclaration of 'IPPROTO_IP'
   IPPROTO_IP = 0,  /* Dummy protocol for TCP  */
^
In file included from /usr/include/arpa/inet.h:22:0,
 from ../../include/util.h:42,
 from ../../include/Array.h:39,
 from ../../src/comm/forward.h:4,
 from ../../src/comm/Connection.h:40,
 from Intercept.cc:34:
/usr/include/netinet/in.h:42:5: note: previous declaration ' 
IPPROTO_IP'
 IPPROTO_IP = 0,/* Dummy protocol for TCP.  */
 ^
In file included from /usr/include/linux/netfilter.h:7:0,
 from /usr/include/linux/netfilter_ipv4.h:8,
 from Intercept.cc:99:
/usr/include/linux/in.h:30:18: error: redeclaration of 'IPPROTO_ICMP'
   IPPROTO_ICMP = 1,  /* Internet Control Message Protocol */
  ^
In file included from /usr/include/arpa/inet.h:22:0,
 from ../../include/util.h:42,
 from ../../include/Array.h:39,
 from ../../src/comm/forward.h:4,
 from ../../src/comm/Connection.h:40,
 from Intercept.cc:34:
/usr/include/netinet/in.h:44:5: note: previous declaration ' 
IPPROTO_ICMP'
 IPPROTO_ICMP = 1,/* Internet Control Message Protocol.  */
 ^


Tried to ignore "#include linux/netfilter.h" in src/ip/Intercept.cc:99
to no avail as build fails later on due to missing "SO_ORIGINAL_DST" in
Intercept.cc. Removing arpa and netinet header inclusions also lead to
eventual build failures due to missing symbols.

So far I have found no way to have squid linking solely to either the
kernel or libc without disabling netfilter altogether.

[1] http://wiki.squid-
cache.org/ConfigExamples/ContentAdaptation/eCAP#Build_eCAP_library

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


** Tags: ftbfs

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

Title:
  squid3 FTBFS due to linux-libc-dev and libc6-dev headers mismatch

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

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


[Bug 1394403] Re: RewriteRule of "^$" is broken

2015-09-15 Thread Wesley Wiedenmeier
I can confirm that the package in trusty-proposed resolves the issue for
me in a trusty vm with the default values set. I think it should be good
to go into trusty-updates.

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

Title:
  RewriteRule of "^$" is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1394403/+subscriptions

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


[Bug 928990] Re: fsck / dirty filesystem on instance is death

2015-09-15 Thread Ben Howard
** Changed in: cloud-init (Ubuntu)
   Status: Triaged => Won't Fix

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

Title:
  fsck / dirty filesystem on instance is death

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/928990/+subscriptions

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


[Bug 1496210] [NEW] multipath-tools lacks the default settings for IBM 2810XIV storage system

2015-09-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

---Problem Description---
multipath-tools is lacking the settings for IBM 2810XIV storage system

Specially, the lack of queue_if_no_path is problematic on PowerVM LPM (live 
partition migration) operations, 
because I/O errors will trigger filesystem errors, which on ext4 remount the fs 
in read-only mode, by default.

Please incorporate this upstream commit in 15.10, 15.04 and 14.04:
864162b08067d3e55d52996846d10a046956c6d6 Add default values for IBM XIV 
Storage System.

---uname output---
Ubuntu 15.10, 15.04, and 14.04
 
---Additional Hardware Info---
IBM 2810XIV Storage 

The upstream commit applies cleanly on 15.10 (0.5.0-based) and 15.04,
14.04 (0.4.9-based).

** Affects: multipath-tools (Ubuntu)
 Importance: Undecided
 Assignee: Taco Screen team (taco-screen-team)
 Status: New


** Tags: architecture-ppc64le bugnameltc-130558 severity-high 
targetmilestone-inin1510
-- 
multipath-tools lacks the default settings for IBM 2810XIV storage system
https://bugs.launchpad.net/bugs/1496210
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to multipath-tools 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 1450960] Re: dev file system is mounted without nosuid

2015-09-15 Thread Serge Hallyn
I have no objection to the lxc patches, however I do have concerns that
they could cause breakages, so we need to make sure all the testcases
pass.

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

Title:
  dev file system is mounted without nosuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1450960/+subscriptions

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


[Bug 1349949] Re: Juju's mongodb does not need to log every command in syslog

2015-09-15 Thread Alexis Bruemmer
** Changed in: juju-core/1.25
Milestone: 1.25-beta1 => 1.25-beta2

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

Title:
  Juju's mongodb does not need to log every command in syslog

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

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


[Bug 1495805] Re: package nginx-core 1.9.3-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-09-15 Thread Thomas Ward
Do you have Apache or some other service set up and running on Port 80
already?

If so, disable that service (or at least stop the service) before
running `apt-get install -f` or similar to finish configuration.  You
have a "cannot bind to port" error as a result of something else being
bound to the port already, which does not indicate a bug in this
package.

(Check the output of `systemctl status -l nginx` to see the error
messages which point out the failure code.)

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

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

Title:
  package nginx-core 1.9.3-1ubuntu1 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/nginx/+bug/1495805/+subscriptions

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


[Bug 1496210] Re: multipath-tools lacks the default settings for IBM 2810XIV storage system

2015-09-15 Thread Luciano Chavez
** Package changed: ubuntu => multipath-tools (Ubuntu)

** Changed in: multipath-tools (Ubuntu)
 Assignee: (unassigned) => Taco Screen team (taco-screen-team)

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

Title:
  multipath-tools lacks the default settings for IBM 2810XIV storage
  system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1496210/+subscriptions

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


[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-09-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ntp

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

Title:
  NTP : Use-after-free in routing socket code after dropping root

To manage notifications about this bug go to:
https://bugs.launchpad.net/ntp/+bug/1481388/+subscriptions

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


[Bug 1493049] Re: memory corruption during live-migration in TCG mode

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

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

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

Title:
  memory corruption during live-migration in TCG mode

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

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


[Bug 1493049] Re: memory corruption during live-migration in TCG mode

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

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

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

Title:
  memory corruption during live-migration in TCG mode

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

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


[Bug 1495586] Re: screen crashed with SIGABRT

2015-09-15 Thread Apport retracing service
*** This bug is a duplicate of bug 1466992 ***
https://bugs.launchpad.net/bugs/1466992

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1466992, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1495586/+attachment/4464160/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1495586/+attachment/4464162/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1495586/+attachment/4464165/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1495586/+attachment/4464166/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1495586/+attachment/4464167/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1495586/+attachment/4464168/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1495586/+attachment/4464169/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1466992
   screen crashed with SIGABRT

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  screen crashed with SIGABRT

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

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


[Bug 1488815] Re: Kernel traces with skb_warn_bad_offload showing up during an AIO deployment on Ubuntu 14.04

2015-09-15 Thread Christian Felsing
Problem depends on guest. Steps to reproduce on Ubuntu 14.04 64bit
server kernel 3.19.0-28-generic and qemu-kvm.

* set up a guest with virt-manager and set up a virtio ethernet interface
* install FreeBSD 10.1 64bit as guest
* set up an usable IP address on vtnet0 (FreeBSD name of virtio ethernet)

Make some traffic and check dmesg. After some time "skb_warn_bad_offload" 
occurs in dmesg on host.
Problem does not occur if e1000 is used instead of virtio, as recommended for 
FreeBSD on kvm.

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

Title:
  Kernel traces with skb_warn_bad_offload showing up during an AIO
  deployment on Ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-ansible/+bug/1488815/+subscriptions

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


[Bug 1488815] Re: Kernel traces with skb_warn_bad_offload showing up during an AIO deployment on Ubuntu 14.04

2015-09-15 Thread Christian Felsing
** Also affects: qemu-kvm (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Kernel traces with skb_warn_bad_offload showing up during an AIO
  deployment on Ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-ansible/+bug/1488815/+subscriptions

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


[Bug 1446974] Re: python-greenlet coredump on Power8 LE guest

2015-09-15 Thread Tony Breeds
Version 0.4.9 should work on ppc64le.

Upgrading the ubuntu package 0.4.9 to that OR including:
https://github.com/python-greenlet/greenlet/commit/9ad99fb5b9db916ca81bd3f5717c67e20384f7e0
 ; and
https://github.com/python-greenlet/greenlet/commit/4d0c450852a2b0cf6307cf6ca53dcdeea357cd48

should resolve this issue.

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

Title:
  python-greenlet coredump on Power8 LE guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-greenlet/+bug/1446974/+subscriptions

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


[Bug 1453160] Re: [SRU] missing binaries in Ubuntu heat packages

2015-09-15 Thread Tom Fifield
** No longer affects: openstack-manuals

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

Title:
  [SRU] missing binaries in Ubuntu heat packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1453160/+subscriptions

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


[Bug 1491620] Re: ply 3.4-5 ftbfs with Python 3.5

2015-09-15 Thread Bug Watch Updater
** Changed in: ply (Debian)
   Status: New => Fix Released

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

Title:
  ply 3.4-5 ftbfs with Python 3.5

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

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


[Bug 1466992] Re: screen crashed with SIGABRT

2015-09-15 Thread Axel Beckert
Hi Anders,

this crash seems to happen regularily at yours, but so far only at
yours. At least this bug report doesn't seem to contain the information
from the screen-dbg package and the two duplicates don't contain any
stacktrace at all. Any chance to get a stacktrace with the debug package
installed.

It would be also nice to know what you did, when it happened so I can
maybe reproduce it.

Does any of these sound familiar?
https://savannah.gnu.org/search/?Search=Suchen=crash+seg_of_search=bugs_group_id=4235=0#options

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

Title:
  screen crashed with SIGABRT

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

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


[Bug 1446974] Re: python-greenlet coredump on Power8 LE guest

2015-09-15 Thread Hang Liu
The patch fixed the problem, I just got the environment to verify it.
Thanks!

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

Title:
  python-greenlet coredump on Power8 LE guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-greenlet/+bug/1446974/+subscriptions

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


[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-15 Thread Ben Howard
Ah, nevermind, I was able to get in before Snappy turned off SSH.  So
the code path is definately not working.

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

Title:
  Snappy should enable SSH when credentials are provided

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1494816/+subscriptions

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


[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-15 Thread Ben Howard
On Azure, this fails:
Sep 15 16:59:19 localhost [CLOUDINIT] util.py[DEBUG]: Running command 
['snappy', 'list'] with allowed return codes [0] (shell=False, ca
pture=True)
Sep 15 16:59:19 localhost [CLOUDINIT] cc_snappy.py[DEBUG]: setting enablement 
of ssh to: False
Sep 15 16:59:19 localhost [CLOUDINIT] util.py[DEBUG]: Running command 
['systemctl', 'stop', 'ssh'] with allowed return codes [0] (shell
=False, capture=True)
Sep 15 16:59:19 localhost [CLOUDINIT] util.py[DEBUG]: Writing to 
/etc/ssh/sshd_not_to_be_run - wb: [420] 11 bytes
Sep 15 16:59:19 localhost [CLOUDINIT] handlers.py[DEBUG]: finish: 
modules-config/config-snappy: SUCCESS: config-snappy ran successfully
Sep 15 16:59:19 localhost [CLOUDINIT] stages.py[DEBUG]: Running module 
grub-dpkg () with 
frequency once-per-instance
Sep 15 16:59:19 localhost [CLOUDINIT] handlers.py[DEBUG]: start: 
modules-config/config-grub-dpk


And then on EC2:
Sep 15 17:28:13 localhost [CLOUDINIT] util.py[DEBUG]: Writing to 
/var/lib/cloud/instances/i-8cd9432f/sem/config_snappy - wb: [420] 24 bytes
Sep 15 17:28:13 localhost [CLOUDINIT] helpers.py[DEBUG]: Running config-snappy 
using lock ()
Sep 15 17:28:13 localhost [CLOUDINIT] util.py[DEBUG]: Reading from 
/etc/system-image/channel.ini (quiet=True)
Sep 15 17:28:13 localhost [CLOUDINIT] util.py[DEBUG]: Read 212 bytes from 
/etc/system-image/channel.ini
Sep 15 17:28:13 localhost [CLOUDINIT] cc_snappy.py[DEBUG]: snappy command is 
'snappy'
Sep 15 17:28:13 localhost [CLOUDINIT] util.py[DEBUG]: Running command 
['snappy', 'list'] with allowed return codes [0] (shell=False, capture=True)
Sep 15 17:28:13 localhost [CLOUDINIT] cc_snappy.py[DEBUG]: setting enablement 
of ssh to: False
Sep 15 17:28:13 localhost [CLOUDINIT] util.py[DEBUG]: Running command 
['systemctl', 'stop', 'ssh'] with allowed return codes [0] (shell=False, 
capture=True)
Sep 15 17:28:13 localhost [CLOUDINIT] util.py[DEBUG]: Writing to 
/etc/ssh/sshd_not_to_be_run - wb: [420] 11 bytes


But interestingly enough, SSH is still running and I am able to login. 

It looks like this is a problem:
=== modified file 'cloudinit/config/cc_snappy.py'
--- cloudinit/config/cc_snappy.py   2015-09-11 20:52:26 +
+++ cloudinit/config/cc_snappy.py   2015-09-15 17:36:18 +
@@ -280,7 +280,7 @@
  pkg_op['op'], pkg_op['name'], e)
 
 # Default to disabling SSH
-ssh_enabled = mycfg.get('ssh_enabled', "auto")
+ssh_enabled = cfgin.get('ssh_enabled', "auto")
 
 # If the user has not explicitly enabled or disabled SSH, then enable it
 # when password SSH authentication is requested or there are SSH keys


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

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

Title:
  Snappy should enable SSH when credentials are provided

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1494816/+subscriptions

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


[Bug 1495805] Re: package nginx-core 1.9.3-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-09-15 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 nginx in Ubuntu.
https://bugs.launchpad.net/bugs/1495805

Title:
  package nginx-core 1.9.3-1ubuntu1 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/nginx/+bug/1495805/+subscriptions

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


[Bug 1495805] Re: package nginx-core 1.9.3-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-09-15 Thread Steve Beattie
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a "regular" (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package nginx-core 1.9.3-1ubuntu1 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/nginx/+bug/1495805/+subscriptions

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


[Bug 1495853] [NEW] puppet service enable broken on ubuntu vivid for services shipping sysvinit and systemd support

2015-09-15 Thread Tero Marttila
Public bug reported:

Running Puppet on Ubuntu 15.04 Vivid:

$ lsb_release -d
Description:Ubuntu 15.04

$ apt-cache policy puppet-common
puppet-common:
Installed: 3.7.2-1ubuntu2

Using the bird package as an example:

$ dpkg -L bird | vgrep service unit files
/lib/systemd/system/bird.service
/lib/systemd/system/bird6.service
/etc/init.d/bird6
/etc/init.d/bird
/etc/init/bird.conf
/etc/init/bird6.conf

Puppet appears to choose the debian provider for the bird service, over
the systemd provider:

$ sudo puppet resource --debug --param provider --param enable service 
bird
Debug: Runtime environment: puppet_version=3.7.2, ruby_version=2.1.2, 
run_mode=user, default_encoding=UTF-8
...
Debug: /Service[bird]: Provider debian does not support features 
flaggable; not managing attribute flags
...
Debug: Service bird found in both debian and init; skipping the init 
version
...
Debug: /Service[bird.service]: Provider systemd does not support 
features flaggable; not managing attribute flags
...
Debug: Executing '/etc/init.d/bird status'
service { 'bird':
  ensure   => 'stopped',
  enable   => 'true',
  provider => 'debian',
}

This means that while `ensure => running/stopped` works:

$ sudo puppet resource --debug --param provider service bird 
ensure=stopped
Debug: Executing '/etc/init.d/bird status'
Debug: Executing '/etc/init.d/bird stop'
Notice: /Service[bird]/ensure: ensure changed 'running' to 'stopped'
Debug: Finishing transaction 3255100
Debug: Storing state
Debug: Stored state in 0.13 seconds
Debug: Executing '/etc/init.d/bird status'
service { 'bird':
  ensure   => 'stopped',
  provider => 'debian',
}

The service `enabled => true/false` state does not:

$ sudo puppet resource --debug --param provider service bird 
enable=false
Debug: Executing '/etc/init.d/bird status'
Debug: Executing '/usr/sbin/update-rc.d bird disable'
Notice: /Service[bird]/enable: enable changed 'true' to 'false'
Debug: Finishing transaction 23676980
Debug: Storing state
Debug: Stored state in 0.12 seconds
Debug: Executing '/etc/init.d/bird status'
service { 'bird':
  ensure   => 'stopped',
  enable   => 'false',
  provider => 'debian',
}
$ sudo puppet resource --debug --param provider service bird enable=true
Debug: Executing '/etc/init.d/bird status'
Debug: Executing '/usr/sbin/update-rc.d -f bird remove'
Debug: Executing '/usr/sbin/update-rc.d bird defaults'
Notice: /Service[bird]/enable: enable changed 'false' to 'true'
Debug: Finishing transaction 12984740
Debug: Storing state
Debug: Stored state in 0.14 seconds
Debug: Executing '/etc/init.d/bird status'
service { 'bird':
  ensure   => 'stopped',
  enable   => 'true',
  provider => 'debian',
}
$ ls /etc/rc?.d/*bird*
/etc/rc0.d/K01bird   /etc/rc1.d/K01bird6  /etc/rc3.d/K01bird6  
/etc/rc4.d/S02bird   /etc/rc6.d/K01bird
/etc/rc0.d/K01bird6  /etc/rc2.d/K01bird6  /etc/rc3.d/S02bird   
/etc/rc5.d/K01bird6  /etc/rc6.d/K01bird6
/etc/rc1.d/K01bird   /etc/rc2.d/S02bird   /etc/rc4.d/K01bird6  
/etc/rc5.d/S02bird
$ sudo systemctl is-enabled bird
disabled

I presume that systemd ignores any sysvinit configuration (/etc/rc?.d/*)
for services that have a native systemd unit, and is thus blind to any
state inspected/changed by puppet's debian service provider.

Workaround is to explcitly use the systemd provider for the service
shipping a native systemd service unit:

$ sudo puppet resource --debug --param provider --param enable service 
bird provider=systemd enable=true
Warning: Setting manifest is deprecated in puppet.conf. See 
http://links.puppetlabs.com/env-settings-deprecations
Debug: Executing '/bin/systemctl is-active bird'
Debug: Executing '/bin/systemctl is-enabled bird'
Debug: Executing '/bin/systemctl enable bird'
Notice: /Service[bird]/enable: enable changed 'false' to 'true'
Debug: Finishing transaction 14759420
Debug: Storing state
Debug: Stored state in 0.20 seconds
Debug: Executing '/bin/systemctl is-active bird'
Debug: Executing '/bin/systemctl is-enabled bird'
service { 'bird':
  ensure   => 'stopped',
  enable   => 'true',
  provider => 'systemd',
}
$ sudo systemctl is-enabled bird
enabled

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, 

[Bug 1495895] [NEW] Unable to attach rados block device to instances

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

Attaching rbd devices to libvirt/qemu managed instances currently fails
with:

2015-09-15 09:47:09.369+: 31908: error :
qemuMonitorJSONCheckError:381 : internal error: unable to execute QEMU
command 'device_add': Property 'virtio-blk-device.drive' can't find
value 'drive-virtio-disk1'

I *think* that rbd support may have been accidentally dropped from qemu
(qemu-system-x86 no longer depends on it and --enable-rbd is missing in
debian rules).

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: qemu-system-x86 1:2.3+dfsg-5ubuntu5
ProcVersionSignature: Ubuntu 4.2.0-7.7-generic 4.2.0
Uname: Linux 4.2.0-7-generic x86_64
ApportVersion: 2.18.1-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Sep 15 10:55:16 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-11-25 (293 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141124)
KvmCmdLine:
 COMMAND STAT  EUID  RUID   PID  PPID %CPU COMMAND
 kvm-irqfd-clean S<   0 0   375 2  0.0 [kvm-irqfd-clean]
MachineType: LENOVO 2324CTO
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-7-generic.efi.signed 
root=UUID=d03faa3b-5b36-44a5-b02e-deccef3ebcbb ro default_hugepagesz=1GB 
hugepagesz=1G hugepages=1 iommu=pt intel_iommu=on
SourcePackage: qemu
UpgradeStatus: Upgraded to wily on 2015-05-26 (111 days ago)
dmi.bios.date: 01/14/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: G2ET91WW (2.51 )
dmi.board.asset.tag: Not Available
dmi.board.name: 2324CTO
dmi.board.vendor: LENOVO
dmi.board.version: Win8 Pro DPK TPG
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET91WW(2.51):bd01/14/2013:svnLENOVO:pn2324CTO:pvrThinkPadX230:rvnLENOVO:rn2324CTO:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2324CTO
dmi.product.version: ThinkPad X230
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug wily

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

Title:
  Unable to attach rados block device to instances

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

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


[Bug 1487609] Re: FTBFS on wily

2015-09-15 Thread James Page
Resolved with 2.4.0 upload.

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

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

Title:
  FTBFS on wily

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

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


[Bug 1495853] Re: puppet service enable broken on ubuntu vivid for services shipping sysvinit and systemd support

2015-09-15 Thread Tero Marttila
Note that the same scenario behaves correctly under Debian jessie, with
the patched debian service provider in version 3.7.2-3:

https://bugs.debian.org/775795

Similar example on a Debian jessie system:

$ sudo lsb_release -d
Description:Debian GNU/Linux 8.2 (jessie)
$ apt-cache policy puppet
puppet:
  Installed: 3.7.2-4
  Candidate: 3.7.2-4
  Version table:
 *** 3.7.2-4 0
500 http://apt/debian/ jessie/main amd64 Packages
100 /var/lib/dpkg/status
$ dpkg -L bird | vgrep ...
/etc/init/bird.conf
/etc/init/bird6.conf
/etc/init.d/bird
/etc/init.d/bird6
/lib/systemd/system/bird.service
/lib/systemd/system/bird6.service

$ sudo puppet resource --debug --param provider --param enable service 
bird
Debug: Executing '/usr/sbin/service bird status'
Debug: Executing '/bin/systemctl show -pSourcePath bird'
Debug: Executing '/bin/systemctl is-enabled bird'
service { 'bird':
  ensure   => 'running',
  enable   => 'true',
  provider => 'debian',
}
$ sudo puppet resource --debug --param provider --param enable service 
bird enable=false
Debug: Executing '/usr/sbin/service bird status'
Debug: Executing '/bin/systemctl show -pSourcePath bird'
Debug: Executing '/bin/systemctl is-enabled bird'
Debug: Executing '/bin/systemctl disable bird'
Notice: /Service[bird]/enable: enable changed 'true' to 'false'
Debug: Finishing transaction 16554200
Debug: Storing state
Debug: Stored state in 0.29 seconds
Debug: Executing '/usr/sbin/service bird status'
Debug: Executing '/bin/systemctl show -pSourcePath bird'
Debug: Executing '/bin/systemctl is-enabled bird'
service { 'bird':
  ensure   => 'running',
  enable   => 'false',
  provider => 'debian',
}
$ sudo puppet resource --debug --param provider --param enable service 
bird enable=true
Debug: Executing '/usr/sbin/service bird status'
Debug: Executing '/bin/systemctl show -pSourcePath bird'
Debug: Executing '/bin/systemctl is-enabled bird'
Debug: Executing '/bin/systemctl enable bird'
Notice: /Service[bird]/enable: enable changed 'false' to 'true'
Debug: Finishing transaction 18953360
Debug: Storing state
Debug: Stored state in 0.21 seconds
Debug: Executing '/usr/sbin/service bird status'
Debug: Executing '/bin/systemctl show -pSourcePath bird'
Debug: Executing '/bin/systemctl is-enabled bird'
service { 'bird':
  ensure   => 'running',
  enable   => 'true',
  provider => 'debian',
}


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

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

Title:
  puppet service enable broken on ubuntu vivid with debian provider

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

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


[Bug 1495895] Re: Unable to attach rados block device to instances

2015-09-15 Thread James Page
** Description changed:

  Attaching rbd devices to libvirt/qemu managed instances currently fails
  with:
  
  2015-09-15 09:47:09.369+: 31908: error :
  qemuMonitorJSONCheckError:381 : internal error: unable to execute QEMU
  command 'device_add': Property 'virtio-blk-device.drive' can't find
  value 'drive-virtio-disk1'
  
  I *think* that rbd support may have been accidentally dropped from qemu
- (qemu-system-x86 no longer depends on it and --enable-rbd is missing in
- debian rules).
+ (qemu-system-x86 no longer depends on it).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: qemu-system-x86 1:2.3+dfsg-5ubuntu5
  ProcVersionSignature: Ubuntu 4.2.0-7.7-generic 4.2.0
  Uname: Linux 4.2.0-7-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Sep 15 10:55:16 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-25 (293 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141124)
  KvmCmdLine:
-  COMMAND STAT  EUID  RUID   PID  PPID %CPU COMMAND
-  kvm-irqfd-clean S<   0 0   375 2  0.0 [kvm-irqfd-clean]
+  COMMAND STAT  EUID  RUID   PID  PPID %CPU COMMAND
+  kvm-irqfd-clean S<   0 0   375 2  0.0 [kvm-irqfd-clean]
  MachineType: LENOVO 2324CTO
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-7-generic.efi.signed 
root=UUID=d03faa3b-5b36-44a5-b02e-deccef3ebcbb ro default_hugepagesz=1GB 
hugepagesz=1G hugepages=1 iommu=pt intel_iommu=on
  SourcePackage: qemu
  UpgradeStatus: Upgraded to wily on 2015-05-26 (111 days ago)
  dmi.bios.date: 01/14/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET91WW (2.51 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2324CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET91WW(2.51):bd01/14/2013:svnLENOVO:pn2324CTO:pvrThinkPadX230:rvnLENOVO:rn2324CTO:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2324CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

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

Title:
  Unable to attach rados block device to instances

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

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


[Bug 1495853] Re: puppet service enable broken on ubuntu vivid with debian provider

2015-09-15 Thread Robie Basak
I wonder if this is related to bug 1457957?  Ryan, as you're assigned
that bug, could you take a look at this one at the same time please?

** Changed in: puppet (Ubuntu)
 Assignee: (unassigned) => Ryan Harper (raharper)

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

Title:
  puppet service enable broken on ubuntu vivid with debian provider

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

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


[Bug 1457957] Re: puppet uses upstart for service status checks in vivid

2015-09-15 Thread Robie Basak
Is this related to bug 1495853?

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

Title:
  puppet uses upstart for service status checks in vivid

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

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


[Bug 1495853] Re: puppet service enable broken on ubuntu vivid with debian provider

2015-09-15 Thread Tero Marttila
** Summary changed:

- puppet service enable broken on ubuntu vivid for services shipping sysvinit 
and systemd support
+ puppet service enable broken on ubuntu vivid with debian provider

** Description changed:

  Running Puppet on Ubuntu 15.04 Vivid:
  
-   $ lsb_release -d
-   Description:Ubuntu 15.04
+  $ lsb_release -d
+  Description: Ubuntu 15.04
  
-   $ apt-cache policy puppet-common
-   puppet-common:
-   Installed: 3.7.2-1ubuntu2
+  $ apt-cache policy puppet-common
+  puppet-common:
+   Installed: 3.7.2-1ubuntu2
  
- Using the bird package as an example:
+ Using the bird package as an example, which ships both sysvinit and
+ systemd service files:
  
-   $ dpkg -L bird | vgrep service unit files
-   /lib/systemd/system/bird.service
-   /lib/systemd/system/bird6.service
-   /etc/init.d/bird6
-   /etc/init.d/bird
-   /etc/init/bird.conf
-   /etc/init/bird6.conf
+  $ dpkg -L bird | vgrep service unit files
+  /lib/systemd/system/bird.service
+  /lib/systemd/system/bird6.service
+  /etc/init.d/bird6
+  /etc/init.d/bird
+  /etc/init/bird.conf
+  /etc/init/bird6.conf
  
  Puppet appears to choose the debian provider for the bird service, over
  the systemd provider:
  
-   $ sudo puppet resource --debug --param provider --param enable service 
bird
-   Debug: Runtime environment: puppet_version=3.7.2, ruby_version=2.1.2, 
run_mode=user, default_encoding=UTF-8
-   ...
-   Debug: /Service[bird]: Provider debian does not support features 
flaggable; not managing attribute flags
-   ...
-   Debug: Service bird found in both debian and init; skipping the init 
version
-   ...
-   Debug: /Service[bird.service]: Provider systemd does not support 
features flaggable; not managing attribute flags
-   ...
-   Debug: Executing '/etc/init.d/bird status'
-   service { 'bird':
- ensure   => 'stopped',
- enable   => 'true',
- provider => 'debian',
-   }
+  $ sudo puppet resource --debug --param provider --param enable service bird
+  Debug: Runtime environment: puppet_version=3.7.2, ruby_version=2.1.2, 
run_mode=user, default_encoding=UTF-8
+  ...
+  Debug: /Service[bird]: Provider debian does not support features flaggable; 
not managing attribute flags
+  ...
+  Debug: Service bird found in both debian and init; skipping the init version
+  ...
+  Debug: /Service[bird.service]: Provider systemd does not support features 
flaggable; not managing attribute flags
+  ...
+  Debug: Executing '/etc/init.d/bird status'
+  service { 'bird':
+    ensure   => 'stopped',
+    enable   => 'true',
+    provider => 'debian',
+  }
  
  This means that while `ensure => running/stopped` works:
  
-   $ sudo puppet resource --debug --param provider service bird 
ensure=stopped
-   Debug: Executing '/etc/init.d/bird status'
-   Debug: Executing '/etc/init.d/bird stop'
-   Notice: /Service[bird]/ensure: ensure changed 'running' to 'stopped'
-   Debug: Finishing transaction 3255100
-   Debug: Storing state
-   Debug: Stored state in 0.13 seconds
-   Debug: Executing '/etc/init.d/bird status'
-   service { 'bird':
- ensure   => 'stopped',
- provider => 'debian',
-   }
+  $ sudo puppet resource --debug --param provider service bird ensure=stopped
+  Debug: Executing '/etc/init.d/bird status'
+  Debug: Executing '/etc/init.d/bird stop'
+  Notice: /Service[bird]/ensure: ensure changed 'running' to 'stopped'
+  Debug: Finishing transaction 3255100
+  Debug: Storing state
+  Debug: Stored state in 0.13 seconds
+  Debug: Executing '/etc/init.d/bird status'
+  service { 'bird':
+    ensure   => 'stopped',
+    provider => 'debian',
+  }
  
  The service `enabled => true/false` state does not:
  
-   $ sudo puppet resource --debug --param provider service bird 
enable=false
-   Debug: Executing '/etc/init.d/bird status'
-   Debug: Executing '/usr/sbin/update-rc.d bird disable'
-   Notice: /Service[bird]/enable: enable changed 'true' to 'false'
-   Debug: Finishing transaction 23676980
-   Debug: Storing state
-   Debug: Stored state in 0.12 seconds
-   Debug: Executing '/etc/init.d/bird status'
-   service { 'bird':
- ensure   => 'stopped',
- enable   => 'false',
- provider => 'debian',
-   }
-   $ sudo puppet resource --debug --param provider service bird enable=true
-   Debug: Executing '/etc/init.d/bird status'
-   Debug: Executing '/usr/sbin/update-rc.d -f bird remove'
-   Debug: Executing '/usr/sbin/update-rc.d bird defaults'
-   Notice: /Service[bird]/enable: enable changed 'false' to 'true'
-   Debug: Finishing transaction 12984740
-   Debug: Storing state
-   Debug: Stored state in 0.14 seconds
-   Debug: Executing '/etc/init.d/bird status'
-   service { 'bird':
- ensure   => 'stopped',
- enable   => 'true',
- provider => 

[Bug 1402106] Re: pserv.log full of "Duplicate ACK for blocknum" errors

2015-09-15 Thread Gavin Panella
python-txtftp's logging is generally too verbose. It's useful in some
situations, but more often we just want it to be quiet, or at least
allow us to redirect its logs elsewhere.

** Also affects: python-tx-tftp (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: python-tx-tftp
   Importance: Undecided
   Status: New

** No longer affects: python-tx-tftp (Ubuntu)

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

Title:
  pserv.log full of  "Duplicate ACK for blocknum" errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1402106/+subscriptions

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


[Bug 1488815] Re: Kernel traces with skb_warn_bad_offload showing up during an AIO deployment on Ubuntu 14.04

2015-09-15 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/223292
Committed: 
https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=cdcfa92b8e9604b82c7c3f8aca6fb3776df56552
Submitter: Jenkins
Branch:kilo

commit cdcfa92b8e9604b82c7c3f8aca6fb3776df56552
Author: Matthew Kassawara 
Date:   Tue Sep 1 09:12:50 2015 -0500

Disable scatter-gather offload on host bridges

Disable scatter-gather offload on host bridges to eliminate
kernel traces that may impact container connectivity. Only
addressing AIO interfaces for now as host configuration for
actual deployments resides in documentation.

Change-Id: Ia66b2bb64b9ace66f5fa3ca8edcc9909af54a4f2
Partial-Bug: #1488815
Co-Authored-By: Evan Callicoat 
(cherry picked from commit 6f6a37fce832be1b3acf0d6a1702ffcee4a33e85)


** Tags added: in-kilo

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

Title:
  Kernel traces with skb_warn_bad_offload showing up during an AIO
  deployment on Ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-ansible/+bug/1488815/+subscriptions

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


[Bug 1495895] Re: Unable to attach rados block device to instances

2015-09-15 Thread Ubuntu Foundations Team Bug Bot
The attachment "qemu_system_common_depend_on_qemu_block_extra.debdiff"
seems to be a debdiff.  The ubuntu-sponsors team has been subscribed to
the bug report so that they can review and hopefully sponsor the
debdiff.  If the attachment isn't a patch, please remove the "patch"
flag from the attachment, remove the "patch" tag, and if you are member
of the ~ubuntu-sponsors, unsubscribe the team.

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

** Tags added: patch

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

Title:
  Unable to attach rados block device to instances

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

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


[Bug 1495895] Re: Unable to attach rados block device to instances

2015-09-15 Thread Ryan Harper
Have qemu-system-common and qemu-utils depend on qemu-block-extra
otherwise the packaging change changes expected behavior; namely before
the packaging change users could install qemu-system-x86 (and others
arches) and expect to use curl or rbd as a qemu block backend.  After
the packaging change users now are suggested to install qemu-block-extra
but it's not immediately clear that qemu itself has missing features now
due to the missing libraries.  This breaks charms and other scripts
which have expected qemu to have specific features present.  Resolve
this by having a dependency on the extra package which contains the
block function.

** Patch added: "qemu_system_common_depend_on_qemu_block_extra.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1495895/+attachment/4465318/+files/qemu_system_common_depend_on_qemu_block_extra.debdiff

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

Title:
  Unable to attach rados block device to instances

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

-- 
Ubuntu-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 1494602] Re: qemu-system-x86 nested virtualisation is broken on AMD system

2015-09-15 Thread Serge Hallyn
no, since you've provided the information it should be reset to New,
thanks :)

 status: new


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

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

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

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

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


[Bug 1434684] [NEW] Pacemaker is not started and stopped automatically with Corosync

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

In Ubuntu 12.04 with:
# dpkg -l |egrep "pacemaker|corosync"
ii  corosync 1.4.2-2ubuntu0.2  
Standards-based cluster framework (daemon and modules)
ii  pacemaker1.1.6-2ubuntu3.3  HA 
cluster resource manager

When I start corosync, it'll start the pacemaker resources:
# ps aux |egrep "(heartbeat|corosync)"
root 27043  0.2  0.0 511172  3756 ?Ssl  19:43   0:00 
/usr/sbin/corosync
root 27051  0.0  0.0  84716  3124 ?S19:43   0:00 
/usr/lib/heartbeat/stonithd
109  27052  0.1  0.1  88768  5856 ?S19:43   0:00 
/usr/lib/heartbeat/cib
root 27053  0.1  0.0  97432  3256 ?S19:43   0:00 
/usr/lib/heartbeat/lrmd
109  27054  0.0  0.0  84756  3364 ?S19:43   0:00 
/usr/lib/heartbeat/attrd
109  27055  0.0  0.0  79040  2872 ?S19:43   0:00 
/usr/lib/heartbeat/pengine
109  27056  0.0  0.0  95476  4028 ?S19:43   0:00 
/usr/lib/heartbeat/crmd

When I stop corosync, it'll stop them as well.

In Ubuntu 14.04 with:
# dpkg -l |egrep "pacemaker|corosync"
ii  corosync2.3.3-1ubuntu1   amd64  
  Standards-based cluster framework (daemon and modules)
ii  crmsh   1.2.5+hg1034-1ubuntu4all
  CRM shell for the pacemaker cluster manager
ii  libcorosync-common4 2.3.3-1ubuntu1   amd64  
  Standards-based cluster framework, common library
ii  pacemaker   1.1.10+git20130802-1ubuntu2.3amd64  
  HA cluster resource manager
ii  pacemaker-cli-utils 1.1.10+git20130802-1ubuntu2.3amd64  
  Command line interface utilities for Pacemaker

When I start corosync, it will NOT start the pacemaker resources. I need
to start pacemaker manually (service pacemaker start or
/etc/init.d/pacemaker start).

This results in nothing working until I figured that out. Yielding errors such 
as:
---
# crm status
Could not establish cib_ro connection: Connection refused (111)
ERROR: crm_mon exited with code 107 and said: Connection to cluster failed: 
Transport endpoint is not connected
---
# crm_mon
Attempting connection to the cluster...Could not establish cib_ro connection: 
Connection refused (111)
---

In my testing, both the precise and trusty releases had Pacemaker in the 
service.d directory as such:
---
service {
  name: pacemaker
  ver:  0
}
---

Is this a bug or is it expected that Pacemaker is no longer started and
stopped by corosync ?

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

-- 
Pacemaker is not started and stopped automatically with Corosync
https://bugs.launchpad.net/bugs/1434684
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 1495529] Re: illegal ASN1 data type for timestamp

2015-09-15 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

apport-collect 1495529

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

Once done, please change the bug status back to New. Thanks!

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

** Bug watch added: bugs.php.net/ #66636
   http://bugs.php.net/bug.php?id=66636

** Also affects: php via
   http://bugs.php.net/bug.php?id=66636
   Importance: Unknown
   Status: Unknown

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

Title:
  illegal ASN1 data type for timestamp

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1495529/+subscriptions

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


[Bug 1494573] Re: package spamassassin 3.4.0-6 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2015-09-15 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: spamassassin (Ubuntu)
   Status: New => Incomplete

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

Title:
  package spamassassin 3.4.0-6 failed to install/upgrade: el subproceso
  instalado el script post-installation devolvió el código de salida de
  error 1

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

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


[Bug 1483159] Re: Canonical naming for non-x86 architectures

2015-09-15 Thread James Page
The original source of this bug is incorrect configuration of the
'architecture' property in a glance image; if the standard Ubuntu/Debian
architecture names are used, then they don't match the architecture that
nova-compute/libvirt detect on the hypervisors, and instances can't be
scheduled appropriately.

I've proposed a fix to simplestreams (a distribution tool for images)
but it would be nice if openstack could be a little friendlier in
mapping the distro architecture names into canonical forms as well.

** Changed in: nova (Ubuntu)
   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/1483159

Title:
  Canonical naming for non-x86 architectures

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1483159/+subscriptions

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


[Bug 1483415] Re: iscsitarget-dkms fails to build on 14.04

2015-09-15 Thread Galip Ermis
Nice workaround Stefan. At least I can go on now.

root@file01:~# dpkg -i iscsitarget-dkms_1.4.20.3+svn499-0ubuntu2.1_all.deb
(Reading database ... 101359 files and directories currently installed.)
Preparing to unpack iscsitarget-dkms_1.4.20.3+svn499-0ubuntu2.1_all.deb ...

--
Deleting module version: 1.4.20.3+svn499
completely from the DKMS tree.
--
Done.
Unpacking iscsitarget-dkms (1.4.20.3+svn499-0ubuntu2.1) over 
(1.4.20.3+svn499-0ubuntu2) ...
Setting up iscsitarget-dkms (1.4.20.3+svn499-0ubuntu2.1) ...

Creating symlink /var/lib/dkms/iscsitarget/1.4.20.3+svn499/source ->
 /usr/src/iscsitarget-1.4.20.3+svn499

DKMS: add completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area
make KERNELRELEASE=3.19.0-28-generic -C /lib/modules/3.19.0-28-generic/build 
M=/var/lib/dkms/iscsitarget/1.4.20.3+svn499/build
cleaning build area

DKMS: build completed.

iscsi_trgt:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.19.0-28-generic/updates/dkms/

depmod...

DKMS: install completed.

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

Title:
  iscsitarget-dkms fails to build on 14.04

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

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


[Bug 1349949] Re: Juju's mongodb does not need to log every command in syslog

2015-09-15 Thread Robie Basak
Can someone please describe what work needs doing against the mongodb
task here, please? And is the juju-mongodb package relevant here? If you
need a newer version, which version do you need exactly?

It might be worth updating the bug description to describe the current
plans to fix this bug, as there are a number of options described in the
comments and it isn't clear to me what the plan is or what bug tasks
track what actions.

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

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

Title:
  Juju's mongodb does not need to log every command in syslog

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

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


[Bug 1483159] Re: Canonical naming for non-x86 architectures

2015-09-15 Thread James Page
** Also affects: simplestreams
   Importance: Undecided
   Status: New

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

Title:
  Canonical naming for non-x86 architectures

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1483159/+subscriptions

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


[Bug 1494869] Re: OPENSSL_CONF confuses dig, host, nslookup

2015-09-15 Thread Dirk
Thx for ACK'ing!


It's not happening in 15.10 as reported in 
https://github.com/drwetter/testssl.sh/issues/134.

I filed this bug with Debian too (not visible yet). Due to limited time
however I won't be able to check whether it's in the vanilla sources or
someplace else, sorry!

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

Title:
  OPENSSL_CONF confuses dig, host, nslookup

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

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


[Bug 1316812] Re: ubuntu qemu-kvm package attempts to start a service and fails

2015-09-15 Thread Colin Watson
** Changed in: fuel
 Assignee: Registry Administrators (registry) => (unassigned)

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

Title:
  ubuntu qemu-kvm package attempts to start a service and fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/fuel/+bug/1316812/+subscriptions

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


[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-09-15 Thread Marc Deslauriers
** Bug watch added: Debian Bug tracker #795315
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795315

** Also affects: ntp (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795315
   Importance: Unknown
   Status: Unknown

** Bug watch added: bugs.ntp.org/ #2224
   http://bugs.ntp.org/show_bug.cgi?id=2224

** Also affects: ntp via
   http://bugs.ntp.org/show_bug.cgi?id=2224
   Importance: Unknown
   Status: Unknown

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

Title:
  NTP : Use-after-free in routing socket code after dropping root

To manage notifications about this bug go to:
https://bugs.launchpad.net/ntp/+bug/1481388/+subscriptions

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


[Bug 1487645] Re: glance image-show does not output correctly

2015-09-15 Thread Doug Hellmann
** Changed in: python-glanceclient
   Status: Fix Committed => Fix Released

** Changed in: python-glanceclient
Milestone: None => 1.1.0

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

Title:
  glance image-show does not output correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-glanceclient/+bug/1487645/+subscriptions

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


[Bug 1494920] Re: package sa-compile 3.4.0-3ubuntu2.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 25

2015-09-15 Thread Robie Basak
Thank you for your report.

This looks like a local configuration problem, rather than a bug in
Ubuntu.

You can find pointers to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Since we use this bug tracker to track bugs in Ubuntu, rather than
configuration problems, I'm marking this bug as Invalid. This helps us
to focus on fixing bugs in Ubuntu.

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: spamassassin (Ubuntu)
   Status: New => Invalid

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

Title:
  package sa-compile 3.4.0-3ubuntu2.1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 25

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

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


[Bug 1495630] Re: package bind9 1:9.9.5.dfsg-3ubuntu0.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-09-15 Thread Robie Basak
Thank you for your report.

This looks like a local configuration problem, rather than a bug in
Ubuntu. Specifically you appear to have deleted bind9 configuration
files on your system, so the bind9 service cannot be expected to work.

You can find pointers to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Since we use this bug tracker to track bugs in Ubuntu, rather than
configuration problems, I'm marking this bug as Invalid. This helps us
to focus on fixing bugs in Ubuntu.

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: New => Invalid

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

Title:
  package bind9 1:9.9.5.dfsg-3ubuntu0.5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 100

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

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


[Bug 1495674] Re: libmysqlclient.so.18 segmentation fault on mysql_close_free_options

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

Ubuntu does not ship libmysqlclient18 version 5.7.5-m15-1ubuntu14.04, so
it seems to me that this is not a bug in Ubuntu. Instead you should
report this bug with the party that provided that package to you.

Since this isn't a bug in Ubuntu, I'm marking this bug as Invalid in
Ubuntu for now. If you can reproduce the bug with Apache, MySQL and PHP
packages that ship with Ubuntu, or otherwise can demonstrate that this
bug is in something that Ubuntu shipped rather than with an external
source, then please provide exact steps to reproduce and then change the
bug status back to New. Thanks!

** Changed in: mysql-5.5 (Ubuntu)
   Status: New => Invalid

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

Title:
  libmysqlclient.so.18 segmentation fault on mysql_close_free_options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1495674/+subscriptions

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


[Bug 1494920] Re: package sa-compile 3.4.0-3ubuntu2.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 25

2015-09-15 Thread Robie Basak
>From log:

Configurando sa-compile (3.4.0-3ubuntu2.1) ...
Running sa-compile (may take a long time)
Can't exec "rm": No existe el archivo o el directorio at /usr/bin/sa-compile 
line 374, <$fh> line 1.
make: chmod: No se encontró el programa
make: *** [blib/lib/Mail/SpamAssassin/CompiledRegexps/.exists] Error 127
command 'make >>/tmp/.spamassassin4207X8vhEqtmp/log' failed: exit 2
dpkg: error al procesar el paquete sa-compile (--configure):
 el subproceso instalado el script post-installation devolvió el código de 
salida de error 25

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

Title:
  package sa-compile 3.4.0-3ubuntu2.1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 25

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

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


[Bug 1494869] Re: OPENSSL_CONF confuses dig, host, nslookup

2015-09-15 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I appreciate the quality of this bug report and I'm sure
it'll be helpful to others experiencing the same issue.

This sounds like an upstream bug to me. Please can you verify this by
building directly from the appropriate latest upstream sources? If this
can be confirmed as an upstream bug, the best route to getting it fixed
in Ubuntu in this case would be to file an upstream bug if you're able
to do that. Otherwise, I'm not sure what we can do directly in Ubuntu to
fix the problem.

If you do end up filing an upstream bug, please link to it from here.
Thanks!

** Tags added: needs-upstream-report

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

Title:
  OPENSSL_CONF confuses dig, host, nslookup

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

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


[Bug 1494869] Re: OPENSSL_CONF confuses dig, host, nslookup

2015-09-15 Thread Robie Basak
Importance -> Low since I presume that "the environment variable
OPENSSL_CONF is defined in a certain way" applies to only a minority of
users.

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

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

Title:
  OPENSSL_CONF confuses dig, host, nslookup

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

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


[Bug 1494141] [NEW] HAProxy 1.5 init script does not terminate processes

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

On a new installation of Ubuntu 14.04.3 LTS I installed HAProxy 1.5 from
trusty-backports (1.5.4-1ubuntu2.1~ubuntu14.04.1).

When I restarted HAProxy, I got random HTTP 503 although the backend
servers were all working fine. By checking netstat, I saw that HAProxy
was listening multiple times on the frontend ports.

It seems that the init script coming with the installation does not work
correctly. The processes are not terminated correctly when using stop
(or restart, in this matter, either).

Only with a kill I was able to correctly terminate the HAProxy
processes.

The following output should show more clarity:

root@mylinux:~# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
4653/haproxy
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
4221/haproxy
tcp0  0 0.0.0.0:80  0.0.0.0:*   LISTEN  
956/nginx
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
855/sshd
tcp0  0 0.0.0.0:80900.0.0.0:*   LISTEN  
4653/haproxy
tcp0  0 0.0.0.0:80900.0.0.0:*   LISTEN  
4221/haproxy
tcp0  0 0.0.0.0:80990.0.0.0:*   LISTEN  
4653/haproxy
tcp0  0 0.0.0.0:80990.0.0.0:*   LISTEN  
4221/haproxy
tcp6   0  0 :::22   :::*LISTEN  
855/sshd

root@mylinux:~# service haproxy stop
 * Stopping haproxy haproxy 
  [ OK ]

root@mylinux:~# service haproxy status
haproxy not running.

root@mylinux:~# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
4653/haproxy
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
4221/haproxy
tcp0  0 0.0.0.0:80  0.0.0.0:*   LISTEN  
956/nginx
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
855/sshd
tcp0  0 0.0.0.0:80900.0.0.0:*   LISTEN  
4653/haproxy
tcp0  0 0.0.0.0:80900.0.0.0:*   LISTEN  
4221/haproxy
tcp0  0 0.0.0.0:80990.0.0.0:*   LISTEN  
4653/haproxy
tcp0  0 0.0.0.0:80990.0.0.0:*   LISTEN  
4221/haproxy
tcp6   0  0 :::22   :::*LISTEN  
855/sshd

root@mylinux:~# killall haproxy

root@mylinux:~# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name
tcp0  0 0.0.0.0:80  0.0.0.0:*   LISTEN  
956/nginx
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
855/sshd
tcp6   0  0 :::22   :::*LISTEN  
855/sshd

root@mylinux:~# service haproxy start
 * Starting haproxy haproxy 
  [ OK ]

root@mylinux:~# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
8205/haproxy
tcp0  0 0.0.0.0:80  0.0.0.0:*   LISTEN  
956/nginx
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
855/sshd
tcp0  0 0.0.0.0:80900.0.0.0:*   LISTEN  
8205/haproxy
tcp0  0 0.0.0.0:80990.0.0.0:*   LISTEN  
8205/haproxy
tcp6   0  0 :::22   :::*LISTEN  
855/sshd

root@mylinux:~# service haproxy restart
 * Restarting haproxy haproxy   
  [ OK ]

root@nzzad-lb01-test:~# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
8286/haproxy
tcp0  0 0.0.0.0:80800.0.0.0:*   LISTEN  
8205/haproxy
tcp0  0 0.0.0.0:80  0.0.0.0:*   LISTEN  
956/nginx
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
855/sshd
tcp0   

[Bug 1495918] [NEW] Wrong syntax for dom0_mem in grub.d/xen.cfg

2015-09-15 Thread Anthony PERARD
Public bug reported:

In the file /etc/default/grub.d/xen.cfg, a bogus syntax is given as
example for dom0_mem=.

A proper example would be: "dom0_mem=[M],max:[M]"

The syntax is described in those two files in the xen sources:
- xen/arch/x86/domain_build.c
- docs/misc/xen-command-line.markdown

This issue can be found in at least Ubuntu Trusty and Wily.

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

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

Title:
  Wrong syntax for dom0_mem in grub.d/xen.cfg

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

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


[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

2015-09-15 Thread Ben Howard
Okay, culprit found:

=== modified file 'cloudinit/config/cc_snappy.py'
--- cloudinit/config/cc_snappy.py   2015-09-11 20:52:26 +
+++ cloudinit/config/cc_snappy.py   2015-09-15 17:52:52 +
@@ -63,7 +63,7 @@
 BUILTIN_CFG = {
 'packages': [],
 'packages_dir': '/writable/user-data/cloud-init/snaps',
-'ssh_enabled': False,
+'ssh_enabled': "auto",
 'system_snappy': "auto",
 'config': {},
 }

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

Title:
  Snappy should enable SSH when credentials are provided

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1494816/+subscriptions

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


[Bug 1496057] [NEW] The dep-8 test of iscsitarget should check the kernel module as well

2015-09-15 Thread Stefan Bader
Public bug reported:

Right now the dep-8 test checks whether the daemon can be started.
Practically the daemon can even without the dkms kernel module
available, though it makes not that much sense as for being useful this
is also required. The module is already build but the outcome of that
stage is not verified.

Make this more useful by modprobing the module as part of the test.

** Affects: iscsitarget (Ubuntu)
 Importance: Medium
 Assignee: Stefan Bader (smb)
 Status: In Progress

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

** Changed in: iscsitarget (Ubuntu)
   Status: New => In Progress

** Changed in: iscsitarget (Ubuntu)
 Assignee: (unassigned) => Stefan Bader (smb)

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

Title:
  The dep-8 test of iscsitarget should check the kernel module as well

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

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


[Bug 1493597] Re: [backport] open-vm-tools from 15.10 to 14.04/15.04

2015-09-15 Thread Ben Howard
** Also affects: trusty-backports
   Importance: Undecided
   Status: New

** Also affects: vivid-backports
   Importance: Undecided
   Status: New

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

Title:
  [backport] open-vm-tools from 15.10 to 14.04/15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1493597/+subscriptions

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


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

2015-09-15 Thread Jeffrey Hutzelman
Try this one.  Note I omitted the Author tag.  It's not clear to me that
it's intended to name the author of the upstream patch, which in any
case is available in the upstream bug, the upstream commit, and the
debian/changelog entry.  I myself have no authorship stake in this
patch.

Note that while the upstream commit also patches the CHANGES file, I've
omitted that, because the addition is to a section (Changes with Apache
2.5.0) that doesn't exist in 2.4.7.  This file doesn't appear to make it
into any binary packages in any event.

** Patch added: "wstunnel-ssl-002.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1445914/+attachment/4465275/+files/wstunnel-ssl-002.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/1445914

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1445914/+subscriptions

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


[Bug 1488453] Re: Package postinst always fail on first install when using systemd

2015-09-15 Thread Robie Basak
** Changed in: openhpi (Ubuntu)
 Assignee: Jon Grimm (jgrimm) => (unassigned)

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

Title:
  Package postinst always fail on first install when using systemd

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

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


[Bug 1434684] Re: Pacemaker is not started and stopped automatically with Corosync

2015-09-15 Thread Louis Bouchard
** Changed in: corosync (Ubuntu)
 Assignee: (unassigned) => Louis Bouchard (louis-bouchard)

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

Title:
  Pacemaker is not started and stopped automatically with Corosync

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

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


[Bug 1488453] Re: Package postinst always fail on first install when using systemd

2015-09-15 Thread Robie Basak
** Changed in: openhpi (Ubuntu)
 Assignee: (unassigned) => Scott Moser (smoser)

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

Title:
  Package postinst always fail on first install when using systemd

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

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


[Bug 1494141] Re: HAProxy 1.5 init script does not terminate processes

2015-09-15 Thread Louis Bouchard
** Changed in: haproxy (Ubuntu)
 Assignee: (unassigned) => Louis Bouchard (louis-bouchard)

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

Title:
  HAProxy 1.5 init script does not terminate processes

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

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


[Bug 1495988] Re: ProxyErrorOverride leads to slow 404 responses

2015-09-15 Thread Sven
** Description changed:

  Like described in #53420 [1] there is a bug in Apache 2.4.x which is
  fixed in 2.4.11.
  
  This bug leads to slow 404 responses when ProxyErrorOverride is
  activated.
  
  
  When setting ProxyErrorOverride to "On" to get the httpd-ErrorDocument
  instead of the backend-errordoc, httpd is waiting "ProxyTimeout" seconds
  to respond to the client, even though the response is already read from
  backend server.
  
  
  The bug is fixed in 2.4.11 [2]. Is there any chance to get this fix into
  the Ubuntu package for 14.04 LTS?
  
- 
  [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=53420
  [2] https://svn.apache.org/viewvc?view=revision=1621601
+ 
+ ---
+ $ apt-cache policy apache2
+ apache2:
+   Installed: 2.4.7-1ubuntu4.5
+   Candidate: 2.4.7-1ubuntu4.5
+   Version table:
+  *** 2.4.7-1ubuntu4.5 0
+ 500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
+ 500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  2.4.7-1ubuntu4 0
+ 500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
+ ---

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

Title:
  ProxyErrorOverride leads to slow 404 responses

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

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


[Bug 1493453] Re: vendor_data isn't parsed properly when using the nocloud datasource

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

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

Title:
  vendor_data isn't parsed properly when using the nocloud datasource

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1493453/+subscriptions

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


[Bug 1494816] Re: Snappy should enable SSH when credentials are provided

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

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

Title:
  Snappy should enable SSH when credentials are provided

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1494816/+subscriptions

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


[Bug 1495988] [NEW] ProxyErrorOverride leads to slow 404 responses

2015-09-15 Thread Sven
Public bug reported:

Like described in #53420 [1] there is a bug in Apache 2.4.x which is
fixed in 2.4.11.

This bug leads to slow 404 responses when ProxyErrorOverride is
activated.


When setting ProxyErrorOverride to "On" to get the httpd-ErrorDocument
instead of the backend-errordoc, httpd is waiting "ProxyTimeout" seconds
to respond to the client, even though the response is already read from
backend server.


The bug is fixed in 2.4.11 [2]. Is there any chance to get this fix into
the Ubuntu package for 14.04 LTS?


[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=53420
[2] https://svn.apache.org/viewvc?view=revision=1621601

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

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

Title:
  ProxyErrorOverride leads to slow 404 responses

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

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


[Bug 1495895] Re: Unable to attach rados block device to instances

2015-09-15 Thread Ryan Harper
Looks like the rbd driver has been broken out into a separate package[1]

qemu-block-extra

If you install that does that fix your issue?

1. qemu (1:2.2+dfsg-6exp) unstable; urgency=medium

   Since Debian release 2.2+dfsg-6exp, a new package named qemu-block-extra
   has been created and some less frequently used block backends has been
   split out of main qemu-system binaries and from qemu-img binary to
   this new package.  The backends which has been split are:
 curl
 iscsi
 rbd (ceph/rados)
 ssh
   If you use any of these, please install qemu-block-extra package in
   addition to qemu-system-* or qemu-utils package, because without it
   these block backends wont work anymore.

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

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

Title:
  Unable to attach rados block device to instances

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

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


[Bug 1495908] [NEW] [MIR] python-jsonpath-rw-ext

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

[Availability]
Universe

[Rationale]
New dependency for ceilometer

[Security]
No security history

[Quality assurance]
Package builds ok, unit tests executed

[Dependencies]
All in main

[Standards compliance]
OK

[Maintenance]
ubuntu-server/ubuntu-openstack

** Affects: python-jsonpath-rw-ext (Ubuntu)
 Importance: High
 Status: New

** Changed in: python-jsonpath-rw-ext (Ubuntu)
   Importance: Undecided => High

** Changed in: python-jsonpath-rw-ext (Ubuntu)
Milestone: None => ubuntu-15.09

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

Title:
  [MIR] python-jsonpath-rw-ext

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-jsonpath-rw-ext/+bug/1495908/+subscriptions

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


[Bug 1483159] Re: Canonical naming for non-x86 architectures

2015-09-15 Thread James Page
https://review.openstack.org/#/c/211041/

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

** Changed in: nova (Ubuntu)
 Assignee: (unassigned) => James Page (james-page)

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

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

Title:
  Canonical naming for non-x86 architectures

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1483159/+subscriptions

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


[Bug 514989] Re: PHP process output (?) that breaks bash completion

2015-09-15 Thread Robie Basak
It sounds like this is either an upstream bug in either libedit or PHP's
libedit support, or is behaviour by design that is causing an unintended
interaction with bash completion. This should be sent upstream to reach
a resolution; I don't see that any action can be taken in Ubuntu to fix
it.

** Tags added: needs-upstream-report

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

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

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

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


[Bug 1494573] Re: package spamassassin 3.4.0-6 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2015-09-15 Thread Robie Basak
>From log:

Configurando spamassassin (3.4.0-6) ...
Aviso: El directorio personal /var/lib/spamassassin que especificó ya existe.
Añadiendo el usuario del sistema `debian-spamd' (UID 121) ...
Añadiendo un nuevo usuario `debian-spamd' (UID 121) con grupo `debian-spamd' ...
useradd: existing lock file /etc/passwd.lock without a PID
useradd: no se pudo bloquear /etc/passwd, inténtelo de nuevo.
adduser: `/usr/sbin/useradd -d /var/lib/spamassassin -g debian-spamd -s /bin/sh 
-u 121 debian-spamd' devolvió el código de error 1. Saliendo.
dpkg: error al procesar el paquete spamassassin (--configure):
 el subproceso instalado el script post-installation devolvió el código de 
salida de error 1

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

Title:
  package spamassassin 3.4.0-6 failed to install/upgrade: el subproceso
  instalado el script post-installation devolvió el código de salida de
  error 1

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

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


[Bug 1483159] Re: Canonical naming for non-x86 architectures

2015-09-15 Thread James Page
** Branch linked: lp:~james-page/simplestreams/full-arch-support

** Changed in: simplestreams
   Status: New => In Progress

** Changed in: simplestreams
 Assignee: (unassigned) => James Page (james-page)

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

Title:
  Canonical naming for non-x86 architectures

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1483159/+subscriptions

-- 
Ubuntu-server-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

2015-09-15 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: irqbalance (Ubuntu)
   Status: Confirmed => Incomplete

-- 
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 1483159] Re: Canonical naming for non-x86 architectures

2015-09-15 Thread Daniel Berrange
This is simply user error - OpenStack has a documented list of required
architecture values

http://docs.openstack.org/cli-reference/content/chapter_cli-glance-
property.html

Nova should not have to apply workarounds for every possible way the
user can specify incorrect architecture names.

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

Title:
  Canonical naming for non-x86 architectures

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1483159/+subscriptions

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


[Bug 1474294] Re: Please merge antlr3 3.2-11 (universe) from Debian unstable (main)

2015-09-15 Thread Marc Deslauriers
Looks like this all got synced. Marking as fix released.

** Changed in: plexus-compiler (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: maven-compiler-plugin (Ubuntu)
   Status: Confirmed => Fix Released

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

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

Title:
  Please merge antlr3  3.2-11 (universe) from Debian unstable (main)

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

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


[Bug 1483159] Re: Canonical naming for non-x86 architectures

2015-09-15 Thread Scott Moser
Daniel,
Your suggestion that openstack should not be in charge of "fixing" strings does 
make sense, but it should at least be configurable to reject invalid strings 
for well known properties.  That way the user fails the upload (or the property 
set) rather than arbitrary failure further down the line.

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

Title:
  Canonical naming for non-x86 architectures

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1483159/+subscriptions

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


[Bug 1495895] Re: Unable to attach rados block device to instances

2015-09-15 Thread Ryan Harper
we're definitely missing librbd linking in wily which was present
before.  Looking at the build scripts, it it appears for linux-amd64 we
emit the enable-rbd, so the next question is why we didn't actually
compile and link against it.

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

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

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

Title:
  Unable to attach rados block device to instances

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

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


[Bug 1483159] Re: Canonical naming for non-x86 architectures

2015-09-15 Thread Launchpad Bug Tracker
** Branch linked: lp:simplestreams

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

Title:
  Canonical naming for non-x86 architectures

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1483159/+subscriptions

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


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

2015-09-15 Thread Marc Deslauriers
Thanks for the debdiff. The patch looks good, but could you please add
proper DEP-3 patch tags, including the Origin tag?

For example:

Description: xxx
Origin: upstream, https://svn.apache.org/viewvc?view=revision=1594625
Author: xxx

See the following for more information:

http://dep.debian.net/deps/dep3/

Thanks!

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1445914/+subscriptions

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


[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-09-15 Thread Launchpad Bug Tracker
This bug was fixed in the package ntp - 1:4.2.6.p5+dfsg-3ubuntu7

---
ntp (1:4.2.6.p5+dfsg-3ubuntu7) wily; urgency=medium

  * Fix use-after-free in routing socket code (LP: #1481388)
- debian/patches/use-after-free-in-routing-socket.patch
  fix logic in ntpd/ntp_io.c
  * Fix to ignore ENOBUFS on routing netlink socket
- debian/patches/ignore-ENOBUFS-on-routing-netlink-socket.patch
  fix logic in ntpd/ntp_io.c

 -- Eric Desrochers   Wed, 02 Sep 2015
09:57:16 -0400

** Changed in: ntp (Ubuntu Wily)
   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/1481388

Title:
  NTP : Use-after-free in routing socket code after dropping root

To manage notifications about this bug go to:
https://bugs.launchpad.net/ntp/+bug/1481388/+subscriptions

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


[Bug 1394403] Re: RewriteRule of "^$" is broken

2015-09-15 Thread Marc Deslauriers
Wesley, have you gotten a chance to test the package in trusty-proposed?

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

Title:
  RewriteRule of "^$" is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1394403/+subscriptions

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


[Bug 1495908] Re: [MIR] python-jsonpath-rw-ext

2015-09-15 Thread Matthias Klose
this looks ok.

Override component to main
python-jsonpath-rw-ext 0.1.7-1 in wily: universe/misc -> main
python-jsonpath-rw-ext 0.1.7-1 in wily amd64: universe/python/optional/100% -> 
main
python-jsonpath-rw-ext 0.1.7-1 in wily arm64: universe/python/optional/100% -> 
main
python-jsonpath-rw-ext 0.1.7-1 in wily armhf: universe/python/optional/100% -> 
main
python-jsonpath-rw-ext 0.1.7-1 in wily i386: universe/python/optional/100% -> 
main
python-jsonpath-rw-ext 0.1.7-1 in wily powerpc: universe/python/optional/100% 
-> main
python-jsonpath-rw-ext 0.1.7-1 in wily ppc64el: universe/python/optional/100% 
-> main
python-jsonpath-rw-ext-doc 0.1.7-1 in wily amd64: universe/doc/optional/100% -> 
main
python-jsonpath-rw-ext-doc 0.1.7-1 in wily arm64: universe/doc/optional/100% -> 
main
python-jsonpath-rw-ext-doc 0.1.7-1 in wily armhf: universe/doc/optional/100% -> 
main
python-jsonpath-rw-ext-doc 0.1.7-1 in wily i386: universe/doc/optional/100% -> 
main
python-jsonpath-rw-ext-doc 0.1.7-1 in wily powerpc: universe/doc/optional/100% 
-> main
python-jsonpath-rw-ext-doc 0.1.7-1 in wily ppc64el: universe/doc/optional/100% 
-> main
python3-jsonpath-rw-ext 0.1.7-1 in wily amd64: universe/python/optional/100% -> 
main
python3-jsonpath-rw-ext 0.1.7-1 in wily arm64: universe/python/optional/100% -> 
main
python3-jsonpath-rw-ext 0.1.7-1 in wily armhf: universe/python/optional/100% -> 
main
python3-jsonpath-rw-ext 0.1.7-1 in wily i386: universe/python/optional/100% -> 
main
python3-jsonpath-rw-ext 0.1.7-1 in wily powerpc: universe/python/optional/100% 
-> main
python3-jsonpath-rw-ext 0.1.7-1 in wily ppc64el: universe/python/optional/100% 
-> main
19 publications overridden.


** Changed in: python-jsonpath-rw-ext (Ubuntu)
   Status: New => Fix Released

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

Title:
  [MIR] python-jsonpath-rw-ext

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-jsonpath-rw-ext/+bug/1495908/+subscriptions

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


[Bug 1483159] Re: Canonical naming for non-x86 architectures

2015-09-15 Thread James Page
I don't think its unreasonable to map well know architecture names used
by distributions into something OpenStack understands - this is not
'every possible way' - its if the user makes and (somewhat
understandable) choice of using the Ubuntu/Debian architecture name for
their image.

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

Title:
  Canonical naming for non-x86 architectures

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1483159/+subscriptions

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


[Bug 1481388] Re: NTP : Use-after-free in routing socket code after dropping root

2015-09-15 Thread Marc Deslauriers
ACK on the debdiffs, thanks!

I've slightly modified the whitespace in the changelog and have added
the bug number, and have uploaded it to wily, and to the other releases
for processing by the SRU team.


** Tags removed: verification-done

** Changed in: ntp (Ubuntu Wily)
   Status: In Progress => Fix Committed

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

Title:
  NTP : Use-after-free in routing socket code after dropping root

To manage notifications about this bug go to:
https://bugs.launchpad.net/ntp/+bug/1481388/+subscriptions

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


[Bug 1450960] Re: dev file system is mounted without nosuid

2015-09-15 Thread Launchpad Bug Tracker
This bug was fixed in the package initramfs-tools - 0.120ubuntu4

---
initramfs-tools (0.120ubuntu4) wily; urgency=medium

  * init: Mount /dev with "nosuid". Thanks "Daniel". (LP: #1450960)

 -- Martin Pitt   Tue, 15 Sep 2015 07:20:43
+0200

** Changed in: initramfs-tools (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  dev file system is mounted without nosuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1450960/+subscriptions

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