[Bug 1158141] Re: apache2 forward proxy socket read error

2015-10-08 Thread Robie Basak
Alain,

I'm trying to help, and I'm sorry that you feel that I'm snubbing users.
I'm happy to take feedback on what I should be doing instead. Please can
you explain how you think I've snubbed users here?

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

Title:
  apache2 forward proxy socket read error

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

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


[Bug 1158141] Re: apache2 forward proxy socket read error

2015-10-08 Thread AlainKnaff
Same problem here.

Works fine with 1.9.0+svn250-3

Broken with 1.9.0+svn250-5 (Package for vivid, installed on a trusty)


Btw, Robie, if you snub one user, in reality you also snub hundreds of others 
who find his bug report by googling for the same symptoms, so please be a bit 
more helpful. It reflects badly on the community.

... and if it is not the same problem, maybe the real bug is that the
error message is just so goddamn vague. Even with -v (verbose) there was
not more detail than "error: Socket read error".

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

Title:
  apache2 forward proxy socket read error

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

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


[Bug 1158141] Re: apache2 forward proxy socket read error

2015-10-08 Thread AlainKnaff
Found it.

Actually it was due to both a pecularity in the proxy server I wanted to
get through, and a bug in how proxytunnel sets SNI.

It seems that our proxy server ignores SNI in SSLv3, but considers it in
TLSv1.

And proxytunnel sets the wrong SNI.

proxytunnel ---> proxy1 (the one I want to get through)  ---> proxy2 (my
Apache) ---> ssh.

After sending CONNECT proxy2:443 to the proxy1 (in order to be connected
through to proxy2), it starts negotiating the SSL session with proxy2.
It would be logical to base that negotiation on the host name of proxy2.
However, proxytunnel mistakenly includes proxy1 as the SNI in that
negotiation.

With the result that the "evil" proxy1, which snoops at the initial part
of the negotiation (which is still clear-text...), sees that SNI, then
ignores the host that it got in the CONNECT header, and instead attempts
to connect to the host that it saw in the SNI, which would be itself
(proxy1 instead of proxy2).

In my case, just dropping the SNI setting code in stream_enable_ssl in
pstream.c fixed the issue.

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

Title:
  apache2 forward proxy socket read error

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

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


[Bug 1497087] Re: updates from trusty to vivid will fail when juju-core is installed

2015-10-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/juju-core

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

Title:
  updates from trusty to vivid will fail when juju-core is installed

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

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


[Bug 1500916] Re: [needs-packaging] 1.24.6 is not packaged in Vivid

2015-10-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/juju-core

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

Title:
  [needs-packaging] 1.24.6 is not packaged in Vivid

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

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


[Bug 1317705] Re: Commissioning x86_64 node never completes, sitting at grub prompt, pserv py tbs

2015-10-08 Thread Paul Gear
@brian-murray, it appears this was not released into trusty-updates as
mentioned above:

root@myserver:~$ apt-cache policy python-txtftp
python-txtftp:
  Installed: 0.1~bzr38-0ubuntu4~14.04.1
  Candidate: 0.1~bzr38-0ubuntu4~14.04.1
  Version table:
 *** 0.1~bzr38-0ubuntu4~14.04.1 0
500 http://archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 
Packages
100 /var/lib/dpkg/status
 0.1~bzr38-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

I've installed it from -proposed and confirmed that it fixes the oops on
one system.

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

Title:
  Commissioning x86_64 node never completes, sitting at grub prompt,
  pserv py tbs

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

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


[Bug 1500683] Re: By default DNSSEC is enabled with automatic keys

2015-10-08 Thread Robie Basak
** Changed in: bind9 (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  By default DNSSEC is enabled with automatic keys

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

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


[Bug 1500684] Re: update to 5.6.20 or above for security fixes

2015-10-08 Thread Liang Chen
** Summary changed:

- update to 5.6.20 for security fixes
+ update to 5.6.20 or above for security fixes

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

Title:
  update to 5.6.20 or above for security fixes

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

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


[Bug 898124] Re: Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2 oneiric 2.0.5-5 precise)

2015-10-08 Thread Bug Watch Updater
** Changed in: libapache2-mod-perl2 (Debian)
   Status: Unknown => 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/898124

Title:
  Missing Files for Apache2::SizeLimit in libapache2-mod-perl2 (2.0.5-2
  oneiric 2.0.5-5 precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-perl2/+bug/898124/+subscriptions

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


[Bug 1504068] [NEW] nsupdate results in error: update failed: NOTIMP

2015-10-08 Thread Daniel Eiteneuer
Public bug reported:

Hello!
I would like to update my BIND configuration from the command line, but I just 
get the error:

/usr/bin/nsupdate -k /etc/bind/Kupdate_key.+157+10019.private
> update add new.domain 300 A 1.2.3.4
> send
; TSIG error with server: expected a TSIG or SIG(0)
update failed: NOTIMP

The BIND log keeps empty upon this command.
Does NOTIMP mean NOT IMPLEMENTED?

I created a TSIG key with:
dnssec-keygen -a HMAC-MD5 -b 512 -n HOST update_key
I added these lines to named.conf.local:

key dyndns {
algorithm HMAC-MD5;
secret "mysecret";
};

zone "subdomain.domain.com.zone" IN {
type master;
file "/etc/bind/subdomain.domain.com.zone";
allow-update { key dyndns; };
};

I extracted the string for mysecret from Kupdate_key.+157+10019.private.

I'm using Ubuntu 14.04.3 (kernel 3.19.0-30-generic) and bind 9.9.5 (version 
1:9.9.5.dfsg-3ubuntu0.5).
Does anbody know, why this does not work?

Regards
Nuesel

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


** Tags: notimp nsupdate tsig

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

Title:
  nsupdate results in error: update failed: NOTIMP

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

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


[Bug 1499364] Re: package irqbalance 1.0.6-3ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-10-08 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: New => 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/1499364

Title:
  package irqbalance 1.0.6-3ubuntu1.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1499155] Re: Description of mysql-server package wrong/misleading

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

This is a fair point. But the problem is effectively fixed in the latest
release of Ubuntu where only mysql 5.6 is available. I don't expect
we'll be doing a release with two versions concurrently again. I also
don't think it's appropriate to change the package description the
release that is already out.

I'll mark this bug Fix Released to represent that it is fixed in the
latest release.

> metapackage depending on a conservative default version

Note that on 14.04 MySQL 5.6 is available in universe only, so for
example you won't get security updates with it unless updated packaging
is prepared, tested and contributed to the security team.

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

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

Title:
  Description of mysql-server package wrong/misleading

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

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


[Bug 1504068] Re: nsupdate results in error: update failed: NOTIMP

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

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

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

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

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

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

Title:
  nsupdate results in error: update failed: NOTIMP

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

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


[Bug 1504109] [NEW] Strange generation when COMPOSER_PATH not set

2015-10-08 Thread Merlijn Sebrechts
Public bug reported:

Use-case: You are just starting with Charm Layers, made some layers
locally (in JUJU_REPOSITORY/layers) referenced them with layer:mylayer
and generate the Charm. COMPOSER_PATH is unset

What I expect: Charm compose throws an error saying "I couldn't find the
layer remotely and COMPOSER_PATH is unset. Please set COMPOSER_PATH if
you are referencing local layers".

What I get: Charm gets generated without errors. However, there is no
hooks directory, so when deploying the Charm, you get strange errors
such as "unit is not assigned to machine".

Common use-case and common error for someone who starts using charm
layers so the warning should be very informative.

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

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

Title:
  Strange generation when COMPOSER_PATH not set

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

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


[Bug 1245604] [NEW] "killall -u snmp" in a pre-install step kills any running snmpd

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

If I am running snmpd (which I was) and I install snmp (which I did), it
kills snmpd due to a pre-install step of the snmp package that calls a
'killall -u snmp' :(

Found the pre-install step here:

user@host3:~$ cat  /var/lib/dpkg/info/snmp.preinst 
#! /bin/sh

set -e

action="$1"

killall -u snmp  2>/dev/null || true

if [ "$action" = upgrade ]
then
  if [ -L /usr/share/doc/snmp ]; then
rm -f /usr/share/doc/snmp
  fi
  if [ -d /usr/doc/snmp ]; then
rm -rf /usr/doc/snmp
  fi
fi


exit 0

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: net-snmp (Debian)
 Importance: Unknown
 Status: New

-- 
"killall -u snmp" in a pre-install step kills any running snmpd
https://bugs.launchpad.net/bugs/1245604
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 1504105] [NEW] Strange error when layered charm destination exists

2015-10-08 Thread Merlijn Sebrechts
Public bug reported:

Use-case: You have a "normal" Charm and you start porting it to
composer. You copy the charm from /trusty/mycharm to /layers/mycharm.
You start splitting the charm in layers and run `charm generate mycharm`

Expected result: You get an error explaining that the Charm
/trusty/mycharm already exists, and would be overwritten by `charm
generate`

Result you get: The following error message:

composer: Added unexpected file, should be in a base layer: 
juju-client/config.yaml
Traceback (most recent call last):
  File "/tmp/charm-tools/bin/charm-generate", line 9, in 
load_entry_point('charm-tools==1.7.1', 'console_scripts', 
'charm-generate')()
  File 
"/tmp/charm-tools/local/lib/python2.7/site-packages/charmtools/compose/__init__.py",
 line 468, in main
composer()
  File 
"/tmp/charm-tools/local/lib/python2.7/site-packages/charmtools/compose/__init__.py",
 line 392, in __call__
self.validate()
  File 
"/tmp/charm-tools/local/lib/python2.7/site-packages/charmtools/compose/__init__.py",
 line 384, in validate
"Unable to continue due to unexpected modifications (try --force)")
ValueError: Unable to continue due to unexpected modifications (try --force)


I think my use-case will happen a lot with people just starting with charms 
layers. It would be great if the error message could be a little more 
explanatory, and not give a python traceback...

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

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

Title:
  Strange error when layered charm destination exists

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

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


[Bug 1245604] Re: "killall -u snmp" in a pre-install step kills any running snmpd

2015-10-08 Thread Robie Basak
** Changed in: net-snmp (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: net-snmp (Ubuntu)
   Importance: Undecided => High

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

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

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

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


[Bug 1503779] Re: package spamassassin 3.4.0-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-10-08 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/1503779

Title:
  package spamassassin 3.4.0-1ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

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


[Bug 304393] Re: cups: 127.0.0.1:631 - Address already in use.

2015-10-08 Thread Robie Basak
** Also affects: fedora via
   https://bugzilla.redhat.com/show_bug.cgi?id=103401
   Importance: Unknown
   Status: Unknown

** Summary changed:

- cups: 127.0.0.1:631 - Address already in use.
+ rpcbind grabs ports used by other daemons such as cupsd

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

Title:
  rpcbind grabs ports used by other daemons such as cupsd

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

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


[Bug 525674] Re: apt-check hangs, preventing login via SSH

2015-10-08 Thread Scott Moser
hey. saw this in my inbox, and very happy! thank you for working on
this.

one note, in update-notifier-3.164/data/update-motd-updates-available

+trap cleanup EXIT
+tmpfile=$(mktemp)

if tmpfile was set in the environment prior to this program running, and
you exited for some reason between those two, then you'd rm the
previously set 'tmpfile'.

the easy fix is to just declare 'tmpfile=' before trapping cleanup.

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

Title:
  apt-check hangs, preventing login via SSH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/525674/+subscriptions

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


[Bug 1400517] Re: Please update Tomcat7 in trusty-security to >= 7.0.55 to enable easier server info hiding

2015-10-08 Thread Alex Kiss
** Changed in: tomcat7 (Ubuntu)
 Assignee: (unassigned) => Alex Kiss (sysrex)

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

Title:
  Please update Tomcat7 in trusty-security to >= 7.0.55 to enable easier
  server info hiding

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

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


[Bug 1504159] [NEW] fuser does not terminate at computer shutdown

2015-10-08 Thread FroggleWoggle
Public bug reported:

Incomplete shutdown

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: psmisc 22.21-2build1
ProcVersionSignature: Ubuntu 3.19.0-30.33-generic 3.19.8-ckt6
Uname: Linux 3.19.0-30-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.5
Architecture: amd64
Date: Wed Oct  7 19:24:29 2015
Dependencies:
 gcc-5-base 5.1~rc1-0ubuntu1
 libc6 2.21-0ubuntu4
 libgcc1 1:5.1~rc1-0ubuntu1
 libtinfo5 5.9+20140712-2ubuntu2
 multiarch-support 2.21-0ubuntu4
ExecutablePath: /bin/fuser
InstallationDate: Installed on 2012-06-25 (1199 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
OmitPids: 2476 2176 8024 1690 675 8077 778 1101 639 8093 857 624 648 2459 698 
675 8077 778 1101 639 8093 857 624 648 698
ProcCmdline: fuser /var/lib/dpkg/lock
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: psmisc
Title: fuser does not terminate at computer shutdown
UpgradeStatus: Upgraded to vivid on 2015-05-31 (129 days ago)

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


** Tags: amd64 apport-bug shutdown-hang vivid

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

Title:
  fuser does not terminate at computer shutdown

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

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


[Bug 1451537] Re: python-greenlet fails to build in trusty with updated python 2.7.9

2015-10-08 Thread Matthias Klose
the package built and passes the tests on all architectures.


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

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

Title:
  python-greenlet fails to build in trusty with updated python 2.7.9

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

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


[Bug 1245604] Re: "killall -u snmp" in a pre-install step kills any running snmpd

2015-10-08 Thread Robie Basak
** Changed in: net-snmp (Ubuntu)
 Assignee: (unassigned) => ChristianEhrhardt (paelzer)

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

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

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

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


[Bug 1358835] Comment bridged from LTC Bugzilla

2015-10-08 Thread bugproxy
--- Comment From thierry.fa...@fr.ibm.com 2015-03-05 10:05 EDT---
Verified:
gcc test.c -ldl -o test
ubuntu@vm19:~$ ./test 80
80
cpu 80 belongs to node 2
ubuntu@vm19:~$ numactl -H
available: 4 nodes (0-3)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
node 0 size: 969 MB
node 0 free: 445 MB
node 1 cpus: 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
node 1 size: 1022 MB
node 1 free: 777 MB
node 2 cpus: 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 
121 122 123 124 125 126 127
node 2 size: 1022 MB
node 2 free: 37 MB
node 3 cpus: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
node 3 size: 1017 MB
node 3 free: 907 MB
node distances:
node   0   1   2   3
0:  10  40  40  40
1:  40  10  40  40
2:  40  40  10  40
3:  40  40  40  10
ubuntu@vm19:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"

--- Comment From mainam...@in.ibm.com 2015-03-19 05:43 EDT---
The test described in the bug fails in Ubuntu 14.04.2.

The following packages were tried as well: libnuma1 2.0.9~rc5-1ubuntu3
and numactl  2.0.9~rc5-1ubuntu3

In all cases the test failed. The efix for 14.04.1 provided by Thierry
Fauck worked but it was not used  in 14.04.02

--- Comment From mainam...@in.ibm.com 2015-03-25 10:41 EDT---
Any updates on this?

--- Comment From thierry.fa...@fr.ibm.com 2015-04-08 07:54 EDT---
Commit 573609fb2711b6c09090cc3fef9a771ae9eb246b sent to maintainers

>From 573609fb2711b6c09090cc3fef9a771ae9eb246b Mon Sep 17 00:00:00 2001
From: Thierry FAUCK - IBM LTC 
Date: Tue, 7 Apr 2015 17:53:34 +0200
Subject: [PATCH] libnuma.so On ppc64el, cpu number are not contigous

Commit 32075635db57c3d5efe12f8fb569af857e01ccad issuea warning message
/sys not mounted when it find a non existent cpu number, and that's the
default for multinode on ppc64el bare metal installed system. This patch
removes the message when the /sys entry doesn't exist, but use the return
code.

Signed-off-by: Thierry FAUCK - IBM LTC 

modified:   libnuma.c
---
libnuma.c |   22 +-
1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/libnuma.c b/libnuma.c
index 3717d5b..98aa10f 100644
--- a/libnuma.c
+++ b/libnuma.c
@@ -1276,11 +1276,13 @@ numa_node_to_cpus_v1(int node, unsigned long *buffer, 
int bufferlen)
sprintf(fn, "/sys/devices/system/node/node%d/cpumap", node);
f = fopen(fn, "r");
if (!f || getdelim(, , '\n', f) < 1) {
-   numa_warn(W_nosysfs2,
-  "/sys not mounted or invalid. Assuming one node: %s",
+   if (f) {
+   numa_warn(W_nosysfs2,
+ "/sys not mounted or invalid. Assuming one node: %s",
strerror(errno));
-   numa_warn(W_nosysfs2,
-  "(cannot open or correctly parse %s)", fn);
+   numa_warn(W_nosysfs2,
+ "(cannot open or correctly parse %s)", fn);
+   }
bitmask.maskp = (unsigned long *)mask;
bitmask.size  = buflen_needed * 8;
numa_bitmask_setall();
@@ -1355,11 +1357,13 @@ numa_node_to_cpus_v2(int node, struct bitmask *buffer)
sprintf(fn, "/sys/devices/system/node/node%d/cpumap", node);
f = fopen(fn, "r");
if (!f || getdelim(, , '\n', f) < 1) {
-   numa_warn(W_nosysfs2,
-  "/sys not mounted or invalid. Assuming one node: %s",
- strerror(errno));
-   numa_warn(W_nosysfs2,
-  "(cannot open or correctly parse %s)", fn);
+   if (f) {
+   numa_warn(W_nosysfs2,
+ "/sys not mounted or invalid. Assuming one node: %s",
+ strerror(errno));
+   numa_warn(W_nosysfs2,
+ "(cannot open or correctly parse %s)", fn);
+   }
numa_bitmask_setall(mask);
err = -1;
}
--
1.7.9.5

--- Comment From amda...@us.ibm.com 2015-06-01 20:02 EDT---
Has this patch been accepted by maintainers?   The Canonical status is fix 
released.  Is there a fix that should be pulled and tested?

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

Title:
  numa_node_of_cpu() returns warning  when cpu_index > 79

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

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

[Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2015-10-08 Thread Luis Henriques
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
vivid' to 'verification-done-vivid'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-vivid

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

Title:
  maas wily deployment to HP Proliant m400 arm64 server cartridge fails

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

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


[Bug 1504200] Re: libecap2 FTBFS due to gcc5 transition

2015-10-08 Thread Tiago Stürmer Daitx
While there is a newer libecap in -proposed (1.0), the current squid3
version is under the 3.3 series, which can only be build with libecap
0.20.

In order to use the libecap in version available in proposed we would
need to update squid to 3.5, so while that does not happen it would be
good to fix libecap FTBFS and allow the currently packaged squid 3.3 to
be build.

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

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

Title:
  libecap2 FTBFS due to gcc5 transition

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

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


[Bug 1504200] Re: libecap2 FTBFS due to gcc5 transition

2015-10-08 Thread Tiago Stürmer Daitx
* GCC5 transition (LP: #1504200)
  - d/control: rename libecap2 to libecap2v5
  - d/rules: call dh_clean to remove *.debhelper.log files
  - d/libecap2v5.symbols: update symbols

** Patch added: "libecap_0.2.0-1ubuntu6.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/libecap/+bug/1504200/+attachment/4488758/+files/libecap_0.2.0-1ubuntu6.debdiff

** Tags added: patch

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

Title:
  libecap2 FTBFS due to gcc5 transition

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

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


[Bug 1504200] [NEW] libecap2 FTBFS due to gcc5 transition

2015-10-08 Thread Tiago Stürmer Daitx
Public bug reported:

Currently libecap2 FTBFS on a rebuild with a few symbol changes due to
gcc5 transition.

rebuild FTBFS: http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test
/test-rebuild-20151001-wily.html#ubuntu-server

Log from 
https://launchpad.net/ubuntu/+archive/test-rebuild-20151001/+build/8031290
=
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libecap2/DEBIAN/symbols doesn't match 
completely debian/libecap2.symbols
--- debian/libecap2.symbols (libecap2_0.2.0-1ubuntu5_amd64)
+++ dpkg-gensymbolshtUyNq   2015-10-02 02:33:20.177489000 +
@@ -15,8 +15,10 @@
  _ZN7libecap12methodDeleteE@Base 0.2.0
  _ZN7libecap12protocolHttpE@Base 0.2.0
  _ZN7libecap12protocolWaisE@Base 0.2.0
- _ZN7libecap13TextExceptionC1ERKSsPKci@Base 0.2.0
- _ZN7libecap13TextExceptionC2ERKSsPKci@Base 0.2.0
+ 
_ZN7libecap13TextExceptionC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKci@Base
 0.2.0-1ubuntu5
+#MISSING: 0.2.0-1ubuntu5# _ZN7libecap13TextExceptionC1ERKSsPKci@Base 0.2.0
+ 
_ZN7libecap13TextExceptionC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKci@Base
 0.2.0-1ubuntu5
+#MISSING: 0.2.0-1ubuntu5# _ZN7libecap13TextExceptionC2ERKSsPKci@Base 0.2.0
  _ZN7libecap13TextExceptionD0Ev@Base 0.2.0
  _ZN7libecap13TextExceptionD1Ev@Base 0.2.0
  _ZN7libecap13TextExceptionD2Ev@Base 0.2.0
@@ -42,14 +44,19 @@
  _ZN7libecap23metaAuthenticatedGroupsE@Base 0.2.0
  (arch=armhf i386 powerpc)_ZN7libecap4Area14FromTempBufferEPKcj@Base 0.2.0
  (arch=any-amd64)_ZN7libecap4Area14FromTempBufferEPKcm@Base 0.2.0
- _ZN7libecap4Area14FromTempStringERKSs@Base 0.2.0
+ 
_ZN7libecap4Area14FromTempStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base
 0.2.0-1ubuntu5
+#MISSING: 0.2.0-1ubuntu5# _ZN7libecap4Area14FromTempStringERKSs@Base 0.2.0
  _ZN7libecap4Name6NextIdEv@Base 0.2.0
  _ZN7libecap4Name9TheLastIdE@Base 0.2.0
- _ZN7libecap4NameC1ERKSs@Base 0.2.0
- _ZN7libecap4NameC1ERKSsi@Base 0.2.0
+ 
_ZN7libecap4NameC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 
0.2.0-1ubuntu5
+ 
_ZN7libecap4NameC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi@Base 
0.2.0-1ubuntu5
+#MISSING: 0.2.0-1ubuntu5# _ZN7libecap4NameC1ERKSs@Base 0.2.0
+#MISSING: 0.2.0-1ubuntu5# _ZN7libecap4NameC1ERKSsi@Base 0.2.0
  _ZN7libecap4NameC1Ev@Base 0.2.0
- _ZN7libecap4NameC2ERKSs@Base 0.2.0
- _ZN7libecap4NameC2ERKSsi@Base 0.2.0
+ 
_ZN7libecap4NameC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 
0.2.0-1ubuntu5
+ 
_ZN7libecap4NameC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi@Base 
0.2.0-1ubuntu5
+#MISSING: 0.2.0-1ubuntu5# _ZN7libecap4NameC2ERKSs@Base 0.2.0
+#MISSING: 0.2.0-1ubuntu5# _ZN7libecap4NameC2ERKSsi@Base 0.2.0
  _ZN7libecap4NameC2Ev@Base 0.2.0
  _ZN7libecap4NameD1Ev@Base 0.2.0
  _ZN7libecap4NameD2Ev@Base 0.2.0
@@ -58,9 +65,9 @@
  _ZN7libecap6MyHostEv@Base 0.2.0
  _ZN7libecap7Message10addTrailerEv@Base 0.2.0
  _ZN7libecap7Message7trailerEv@Base 0.2.0
- (optional)_ZN7libecap7MessageD0Ev@Base 0.2.0
- (optional)_ZN7libecap7MessageD1Ev@Base 0.2.0
- (optional)_ZN7libecap7MessageD2Ev@Base 0.2.0
+#MISSING: 0.2.0-1ubuntu5# (optional)_ZN7libecap7MessageD0Ev@Base 0.2.0
+#MISSING: 0.2.0-1ubuntu5# (optional)_ZN7libecap7MessageD1Ev@Base 0.2.0
+#MISSING: 0.2.0-1ubuntu5# (optional)_ZN7libecap7MessageD2Ev@Base 0.2.0
  _ZN7libecap7adapter7Service11reconfigureERKNS_7OptionsE@Base 0.2.0
  _ZN7libecap7adapter7Service4stopEv@Base 0.2.0
  _ZN7libecap7adapter7Service5startEv@Base 0.2.0
@@ -81,22 +88,24 @@
  _ZN7libecaplsERSoRKNS_4AreaE@Base 0.2.0
  _ZNK7libecap13TextException4whatEv@Base 0.2.0
  _ZNK7libecap13TextException5printERSo@Base 0.2.0
- _ZNK7libecap4Area8toStringEv@Base 0.2.0
+ _ZNK7libecap4Area8toStringB5cxx11Ev@Base 0.2.0-1ubuntu5
+#MISSING: 0.2.0-1ubuntu5# _ZNK7libecap4Area8toStringEv@Base 0.2.0
  _ZNK7libecap4Name12assignHostIdEi@Base 0.2.0
  _ZNK7libecap4Name14assignedHostIdEv@Base 0.2.0
  _ZNK7libecap7Message7trailerEv@Base 0.2.0
  _ZNK7libecap8BodySize7badSizeEv@Base 0.2.0
- 
(optional)_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base 
0.2.0
- (optional)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 0.2.0
- (optional)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 0.2.0
- (optional)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 0.2.0
+#MISSING: 0.2.0-1ubuntu5# 
(optional)_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base 
0.2.0
+#MISSING: 0.2.0-1ubuntu5# 
(optional)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 0.2.0
+#MISSING: 0.2.0-1ubuntu5# 
(optional)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 0.2.0
+#MISSING: 0.2.0-1ubuntu5# 
(optional)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 0.2.0
  _ZNSt3tr110shared_ptrIN7libecap4host4HostEED1Ev@Base 0.2.0
  

[Bug 1503698] Re: FTBFS due to broken unit tests

2015-10-08 Thread Łukasz Zemczak
After applying the patch there are still test failures. The first two
(in tests/test_41_response.py) can be fixed by:

https://github.com/rohe/pysaml2/commit/ee3d828f80ff18082f89e219e0b48faf0dab45ca

The final failure needs to be fixed manually. The test_eptid_mongo_db
test from tests/test_75_mongodb.py fails as the test should not run if a
MongoDB is not running - but the test is invalidly written and times
out, causing a failure. The change is trivial and after applying it it
builds fine, but I want to forward it upstream before proposing a
debdiff.

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

Title:
  FTBFS due to broken unit tests

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

-- 
Ubuntu-server-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-10-08 Thread Jeffrey Hutzelman
2.4.7-1ubuntu4.7 fixes my problem.

-- 
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 1503698] Re: FTBFS due to broken unit tests

2015-10-08 Thread Łukasz Zemczak
Ok, prepared a debdiff fixing all FTBFS issues. Almost all the fixes
that are part of distro patches in this version are cherry-picked from
upstream (will contact them about certain aspects of the testing suite).
Debian seems to prepare for switching to a newer python-pysaml2 (3.0.0
in experimental), not sure if it make sense to forward there.

Could someone sponsor this for me? Thanks!

** Patch added: "Proposed new version of python-pysaml2 with fixes for the 
FTBFS"
   
https://bugs.launchpad.net/ubuntu/+source/python-pysaml2/+bug/1503698/+attachment/4488990/+files/python-pysaml2_2.4.0-0ubuntu2.debdiff

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

Title:
  FTBFS due to broken unit tests

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

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


[Bug 1504283] [NEW] libvirt 1.2.2-0ubuntu13 source package fails to build

2015-10-08 Thread Ben LeMasurier
Public bug reported:

* Built on 14.04 via debuild


libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/target/./src -I.. 
-I../gnulib/lib -I/target/./gnulib/lib -I../include -I/target/./include 
-I/target/./src/util -DIN_LIBVIRT -I/target/./src/conf -I/target/./src/xenxs 
-export-dynamic -I/usr/include/libxml2 -W -Waddress -Wall -Warray-bounds 
-Wattributes -Wbad-function-cast -Wbuiltin-macro-redefined -Wcast-align 
-Wchar-subscripts -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp 
-Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero 
-Wdouble-promotion -Wempty-body -Wendif-labels -Wextra -Wformat-contains-nul 
-Wformat-extra-args -Wformat-security -Wformat-y2k -Wformat-zero-length 
-Wformat=2 -Wfree-nonheap-object -Wignored-qualifiers -Wimplicit 
-Wimplicit-function-declaration -Wimplicit-int -Winit-self -Winline 
-Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wjump-misses-init 
-Wlogical-op -Wmain -Wmaybe-uninitialized -Wmissing-braces 
-Wmissing-declarations -Wmissing-field-initializers -Wmissing-format-
 attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-parameter-type 
-Wmissing-prototypes -Wmudflap -Wmultichar -Wnarrowing -Wnested-externs 
-Wnonnull -Wnormalized=nfc -Wold-style-declaration -Wold-style-definition 
-Woverflow -Woverride-init -Wpacked-bitfield-compat -Wparentheses 
-Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wreturn-type 
-Wsequence-point -Wshadow -Wsizeof-pointer-memaccess -Wstrict-aliasing 
-Wstrict-prototypes -Wsuggest-attribute=const -Wsuggest-attribute=format 
-Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wswitch -Wsync-nand 
-Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas 
-Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function 
-Wunused-label -Wunused-local-typedefs -Wunused-parameter -Wunused-result 
-Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros 
-Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings 
-Wno-sign-compare -Wjump-misses-init -Wno-format-non
 literal -Wframe-larger-than=4096 -fstack-protector-all 
--param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables 
-fdiagnostics-show-option -funit-at-a-time -fipa-pure-const 
-Wno-suggest-attribute=pure -Wno-suggest-attribute=const -Werror -g -O2 -c 
/target/./src/libxl/libxl_driver.c  -fPIC -DPIC -o 
.libs/libvirt_driver_libxl_impl_la-libxl_driver.o
/target/./src/libxl/libxl_driver.c:765:5: error: initialization from 
incompatible pointer type [-Werror]
 .event_occurs = libxlEventHandler,
 ^
/target/./src/libxl/libxl_driver.c:765:5: error: (near initialization for 
'ev_hooks.event_occurs') [-Werror]
/target/./src/libxl/libxl_driver.c: In function 'libxlVmStart':
/target/./src/libxl/libxl_driver.c:965:43: error: too few arguments to function 
'libxl_domain_create_restore'
   restore_fd, NULL, NULL);
   ^
In file included from /target/./src/libxl/libxl_driver.c:30:0:
/usr/include/libxl.h:651:5: note: declared here
 int libxl_domain_create_restore(libxl_ctx *ctx, libxl_domain_config *d_config,
 ^
cc1: all warnings being treated as errors
make[4]: *** [libvirt_driver_libxl_impl_la-libxl_driver.lo] Error 1
make[4]: Leaving directory `/target/debian/build/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/target/debian/build/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/target/debian/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/target/debian/build'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1364:
dpkg-buildpackage -rfakeroot -D -us -uc -nc -b failed

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


** Tags: libvirt trusty

** Tags added: libvirt trusty

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

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

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

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


[Bug 1504340] Re: Upgrade from 1.5 to 1.9 fails in network migration

2015-10-08 Thread Andres Rodriguez
** Also affects: maas
   Importance: Undecided
   Status: New

** No longer affects: maas (Ubuntu)

** Changed in: maas
Milestone: None => 1.9.0

** Changed in: maas
   Importance: Undecided => Critical

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

Title:
  Upgrade from 1.5 to 1.9 fails in network migration

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

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


[Bug 1504200] Re: libecap2 FTBFS due to gcc5 transition

2015-10-08 Thread Tiago Stürmer Daitx
libecap3 has been deleted from -proposed, it is now ok to apply this
fix.

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

Title:
  libecap2 FTBFS due to gcc5 transition

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

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


[Bug 1501566] Re: squid3 FTBFS due to missing --name arg to pod2man

2015-10-08 Thread Tiago Stürmer Daitx
libecap3 was been deleted. I have created LP: #1504200 to handle the
gcc5 transition. After it gets sponsored it should be ok to apply this
fix.

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

Title:
  squid3 FTBFS due to missing --name arg to pod2man

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

-- 
Ubuntu-server-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-10-08 Thread Tiago Stürmer Daitx
libecap3 was been deleted. I have created LP: #1504200 to handle the
gcc5 transition. After it gets sponsored it should be ok to apply the
squid debdiff.

-- 
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/squid/+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 1504340] [NEW] Upgrade from 1.5 to 1.9 fails in network migration

2015-10-08 Thread John George
Public bug reported:

Attempted to upgrade Trusty from 1.5 to 1.9.
Please see the output below.

jenkins@juju-qa-maas-server-1:~$ sudo apt-get upgrade maas
[sudo] password for jenkins: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  avahi-daemon avahi-utils erlang-asn1 erlang-base erlang-corba erlang-crypto
  erlang-diameter erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit
  erlang-ic erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon
  erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools
  erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools
  erlang-webtool erlang-xmerl libavahi-core7 libdaemon0 libjs-raphael
  libnss-mdns libodbc1 libsctp1 lksctp-tools pwgen python-amqp python-amqplib
  python-anyjson python-billiard python-celery python-cl python-dateutil
  python-iscpy python-kombu python-lockfile python-mailer python-memcache
  python-oops python-oops-amqp python-oops-datedir-repo python-oops-twisted
  python-oops-wsgi python-txamqp python-txlongpoll rabbitmq-server
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  squid-deb-proxy
The following NEW packages will be installed:
  libjs-angularjs maas-proxy
The following packages have been kept back:
  linux-generic linux-headers-generic linux-image-generic
The following packages will be upgraded:
  maas maas-cli maas-cluster-controller maas-common maas-dhcp maas-dns
  maas-region-controller maas-region-controller-min python-django-maas
  python-maas-client python-maas-provisioningserver
11 upgraded, 2 newly installed, 1 to remove and 3 not upgraded.
Need to get 2,542 kB of archives.
After this operation, 12.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://ppa.launchpad.net/maas-maintainers/experimental/ubuntu/ 
trusty/main python-maas-provisioningserver all 
1.9.0~alpha3+bzr4363-0ubuntu1~trusty1 [211 kB]
Get:2 http://ppa.launchpad.net/maas-maintainers/experimental/ubuntu/ 
trusty/main maas-cluster-controller all 1.9.0~alpha3+bzr4363-0ubuntu1~trusty1 
[33.0 kB]
Get:3 http://ppa.launchpad.net/maas-maintainers/experimental/ubuntu/ 
trusty/main maas-region-controller all 1.9.0~alpha3+bzr4363-0ubuntu1~trusty1 
[23.0 kB]
Get:4 http://ppa.launchpad.net/maas-maintainers/experimental/ubuntu/ 
trusty/main maas-dns all 1.9.0~alpha3+bzr4363-0ubuntu1~trusty1 [21.4 kB]
Get:5 http://ppa.launchpad.net/maas-maintainers/experimental/ubuntu/ 
trusty/main maas-region-controller-min all 
1.9.0~alpha3+bzr4363-0ubuntu1~trusty1 [1,330 kB]
Get:6 http://ppa.launchpad.net/maas-maintainers/experimental/ubuntu/ 
trusty/main python-django-maas all 1.9.0~alpha3+bzr4363-0ubuntu1~trusty1 [500 
kB]
Get:7 http://us.archive.ubuntu.com/ubuntu/ trusty/universe libjs-angularjs all 
1.2.11-1 [272 kB]
Get:8 http://ppa.launchpad.net/maas-maintainers/experimental/ubuntu/ 
trusty/main maas-cli all 1.9.0~alpha3+bzr4363-0ubuntu1~trusty1 [34.2 kB]
Get:9 http://ppa.launchpad.net/maas-maintainers/experimental/ubuntu/ 
trusty/main python-maas-client all 1.9.0~alpha3+bzr4363-0ubuntu1~trusty1 [26.8 
kB]
Get:10 http://ppa.launchpad.net/maas-maintainers/experimental/ubuntu/ 
trusty/main maas-common all 1.9.0~alpha3+bzr4363-0ubuntu1~trusty1 [21.3 kB]
Get:11 http://ppa.launchpad.net/maas-maintainers/experimental/ubuntu/ 
trusty/main maas-dhcp all 1.9.0~alpha3+bzr4363-0ubuntu1~trusty1 [23.8 kB]
Get:12 http://ppa.launchpad.net/maas-maintainers/experimental/ubuntu/ 
trusty/main maas-proxy all 1.9.0~alpha3+bzr4363-0ubuntu1~trusty1 [23.5 kB]
Get:13 http://ppa.launchpad.net/maas-maintainers/experimental/ubuntu/ 
trusty/main maas all 1.9.0~alpha3+bzr4363-0ubuntu1~trusty1 [21.2 kB]
Fetched 2,542 kB in 1s (2,255 kB/s)   
Preconfiguring packages ...
(Reading database ... 76605 files and directories currently installed.)
Preparing to unpack 
.../python-maas-provisioningserver_1.9.0~alpha3+bzr4363-0ubuntu1~trusty1_all.deb
 ...
Unpacking python-maas-provisioningserver 
(1.9.0~alpha3+bzr4363-0ubuntu1~trusty1) over (1.5.4+bzr2294-0ubuntu1.1) ...
Preparing to unpack 
.../maas-cluster-controller_1.9.0~alpha3+bzr4363-0ubuntu1~trusty1_all.deb ...
maas-cluster-celery stop/waiting
maas-pserv stop/waiting
Obsolete conffile /etc/maas/bootresources.yaml has been modified by you.
Saving as /etc/maas/bootresources.yaml.dpkg-bak ...
Obsolete conffile /etc/maas/maas_local_celeryconfig_cluster.py has been 
modified by you.
Saving as /etc/maas/maas_local_celeryconfig_cluster.py.dpkg-bak ...
Moving obsolete conffile /etc/init/maas-cluster-celery.conf out of the way...
Moving obsolete conffile /etc/init/maas-pserv.conf out of the way...
Moving obsolete conffile /etc/maas/maas-cluster-http.conf out of the way...
Moving obsolete conffile /etc/maas/templates/power/mscm.template out of the 
way...
Moving obsolete conffile 

[Bug 1503698] Re: FTBFS due to broken unit tests

2015-10-08 Thread Barry Warsaw
There's a typo in the changelog.  It's "d/control" not "d/rules".  I'll
fix that when I sponsor.   Other than that, the debdiff looks great and
a local build succeeds.  Thanks!

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

Title:
  FTBFS due to broken unit tests

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

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


[Bug 1503698] Re: FTBFS due to broken unit tests

2015-10-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/wily/python-pysaml2/wily-
proposed

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

Title:
  FTBFS due to broken unit tests

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

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


[Bug 1468897] Re: multipath creates binding for Removable(USB) drives

2015-10-08 Thread Brian Murray
Hello Mike, or anyone else affected,

Accepted multipath-tools into trusty-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/multipath-
tools/0.4.9-3ubuntu7.6 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags removed: verification-failed

** Tags added: verification-needed

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

Title:
  multipath creates binding for Removable(USB) drives

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

-- 
Ubuntu-server-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-10-08 Thread Tiago Stürmer Daitx
This patch also fixes LP: #1501566 and LP: #1496924.

** Patch added: "squid3_3.3.8-1ubuntu16.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1496223/+attachment/4489239/+files/squid3_3.3.8-1ubuntu16.debdiff

** Patch removed: "fixes for this bug as well as LP: #1501566 and LP: #1496924"
   
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1496223/+attachment/4480476/+files/squid3_3.3.8-1ubuntu16.debdiff

-- 
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/squid/+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 1386637] Re: multipath shows non-mpath disks as being multipath

2015-10-08 Thread Brian Murray
Hello bugproxy, or anyone else affected,

Accepted multipath-tools into trusty-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/multipath-
tools/0.4.9-3ubuntu7.6 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags removed: verification-failed

** Tags added: verification-needed

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

Title:
  multipath shows non-mpath disks as being multipath

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

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


[Bug 1504357] [NEW] qemu-slof stage1 crashes when linked with binutils 2.25.1

2015-10-08 Thread William Grant
Public bug reported:

qemu-slof stage1 crashes when linked with wily's binutils 2.25.1.
stage2.c's TOC string references end up pointing to the wrong place and
it branches to invalid memory.

The breaking bfd change is a27e685 "Align .TOC. for PowerPC64". Aligning
the TOC to 256 bytes rather than 8 fixes the crash.

** Affects: slof (Ubuntu)
 Importance: High
 Assignee: William Grant (wgrant)
 Status: In Progress

** Changed in: slof (Ubuntu)
 Assignee: (unassigned) => William Grant (wgrant)

** Changed in: slof (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  qemu-slof stage1 crashes when linked with binutils 2.25.1

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

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


[Bug 1504354] Re: Invalid memory access on ap_server_config_defines

2015-10-08 Thread Ubuntu Foundations Team Bug Bot
The attachment "debdiff containing the upstream patch" 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 apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1504354

Title:
  Invalid memory access on ap_server_config_defines

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

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


[Bug 1490361] Re: IncompatibleObjectVersion: Version 1.2 of PciDeviceList is not supported

2015-10-08 Thread yanchen
** Changed in: nova (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  IncompatibleObjectVersion: Version 1.2 of PciDeviceList is not
  supported

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

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


[Bug 1504354] [NEW] Invalid memory access on ap_server_config_defines

2015-10-08 Thread Jeffrey Hutzelman
Public bug reported:

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

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

This is upstream PR 56008 and 57328.


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

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

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


[Regression Potential]
Low.

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

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

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

** Affects: apache2
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: bz.apache.org/bugzilla/ #57328
   https://bz.apache.org/bugzilla/show_bug.cgi?id=57328

** Also affects: apache2 via
   https://bz.apache.org/bugzilla/show_bug.cgi?id=57328
   Importance: Unknown
   Status: Unknown

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

Title:
  Invalid memory access on ap_server_config_defines

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

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


[Bug 1504354] Re: Invalid memory access on ap_server_config_defines

2015-10-08 Thread Jeffrey Hutzelman
** Patch added: "debdiff containing the upstream patch"
   
https://bugs.launchpad.net/apache2/+bug/1504354/+attachment/4489268/+files/server_config_defines.debdiff

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

Title:
  Invalid memory access on ap_server_config_defines

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

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


[Bug 1504354] Re: Invalid memory access on ap_server_config_defines

2015-10-08 Thread Bug Watch Updater
Launchpad has imported 4 comments from the remote bug at
https://bz.apache.org/bugzilla/show_bug.cgi?id=57328.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-12-08T11:16:20+00:00 A-abfalterer wrote:

Created attachment 32268
Patch to dump elements of ap_server_config_defines after a graceful restart, 
includes also fix for the problem

== Reproduction ==

1) Find attached a patch for server/core.c that dumps the elements of
ap_server_config_defines after a graceful restart.

2) Define some variables in httpd.conf, e.g.

Define arg1=val1
Define arg2=val2
Define arg3=val4

3) By doing some graceful restarts (5-10 times), the increasing number
of array elements with invalid memory references can be observerd. The
problem can be reproduced each time.

== Explanation ==

After a graceful restart, the reset_config_defines() function in
server/core.c resets ap_server_config_defines back to its original
pointer saved_server_config_defines. Henceforth, variable definitions
(by means of Define) are stored in the original array, and thus, leading
to invalid memory access upon next graceful restarts.

== Solution == 
A fix to the problem can be found in the provided patch file and be enabled by 
setting the macro constant WITH_FIX to 1.

Regards, Armin

Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1504354/comments/0


On 2014-12-08T14:35:43+00:00 Ylavic-dev wrote:

Committed in r1643825.

I first misread your patch and started working on a much more
complicated one, until I realized yours was the minimal/only change
needed.

Thanks for the analysis and patch Armin, will propose it for 2.4.x.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1504354/comments/1


On 2014-12-08T14:39:06+00:00 Ylavic-dev wrote:

*** Bug 56008 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1504354/comments/2


On 2015-01-23T08:10:03+00:00 Ylavic-dev wrote:

Backported to 2.4.11 (unreleased) in r1651083, available in upcoming
2.4.12.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1504354/comments/3


** Changed in: apache2
   Status: Unknown => Fix Released

** Changed in: apache2
   Importance: Unknown => Critical

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

Title:
  Invalid memory access on ap_server_config_defines

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

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


[Bug 1454070] Re: Upgrading to 1.3.0-0ubuntu1.1 causes a large number of connections

2015-10-08 Thread Launchpad Bug Tracker
[Expired for python-oslo.messaging (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: python-oslo.messaging (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Upgrading to 1.3.0-0ubuntu1.1 causes a large number of connections

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

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


[Bug 1503698] Re: FTBFS due to broken unit tests

2015-10-08 Thread Launchpad Bug Tracker
This bug was fixed in the package python-pysaml2 - 2.4.0-0ubuntu2

---
python-pysaml2 (2.4.0-0ubuntu2) wily; urgency=medium

  * debian/control:
- Depend on python-pymongo versions 3.0 and higher
  * debian/patches/fix-build-against-new-pymongo.patch:
- Cherry-pick fix pysaml2 with python-pymongo 3.0
  * debian/patches/fix-test-failures.patch:
- Fix the newly failing test failures (LP: #1503698)

 -- Łukasz 'sil2100' Zemczak   Thu, 08 Oct
2015 20:16:42 +0200

** Changed in: python-pysaml2 (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  FTBFS due to broken unit tests

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

-- 
Ubuntu-server-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-10-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/squid3

-- 
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/squid/+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 1496924] Re: squid3 FTBFS due to bad libecap3 dependency and logical-not-parentheses warning

2015-10-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/squid3

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

Title:
  squid3 FTBFS due to bad libecap3 dependency and logical-not-
  parentheses warning

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

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


[Bug 1499838] Re: ipmi-locate causes synchronous external abort on ARM

2015-10-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/wily/freeipmi/wily-proposed

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

Title:
  ipmi-locate causes synchronous external abort on ARM

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

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