[Bug 1494183] [NEW] nginx/1.4.6 on 14.04 LTS x86_64, init.d script does not have proper error handling

2015-09-10 Thread Radoslav Stefanov
Public bug reported:

If for some reason Nginx can not start, the init.d script does not
detect a problem.

=
root@vm-web1-qa4:~# su web
web@vm-web1-qa4:/root$ service nginx start
web@vm-web1-qa4:/root$ echo $?
0
web@vm-web1-qa4:/root$ ps aux | grep -v grep | grep nginx
=

Bellow I have removed /dev/null redirect to make it a bit noisy (why redirect 
to /dev/null in the first place?)
=
root@vm-web1-qa4:~# service nginx start
nginx: [emerg] open() "/var/log/nginx/domain.com/access.log" failed (2: No such 
file or directory)
root@vm-web1-qa4:~# echo $?
0
=

=
root@vm-web1-qa4:~# /etc/init.d/nginx start
nginx: [emerg] open() "/var/log/nginx/domain.com/access.log" failed (2: No such 
file or directory)
root@vm-web1-qa4:~# echo $?
0
=

In the example above I have moved /var/log/domain.com directory to
/var/log/domain.com.bk directory [ to break Nginx ] and the init.d
script does not report any error. Instead it just returns 0 for success.

This breaks a lot of scripts that depend on return codes. When there is
a problem and Nginx has not started for whatever reason, the
/etc/init.d/nginx should be able to detect it and print appropriate
error code.

Ubuntu 14.04 LTS 64 bit
Nginx 1.4.6

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

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

Title:
  nginx/1.4.6 on 14.04 LTS x86_64, init.d script does not have proper
  error handling

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

-- 
Ubuntu-server-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] Re: LTE: ISST:leeklp4 no mpath choices for install ubuntu 15.10

2015-09-10 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools - 0.5.0-7ubuntu4

---
multipath-tools (0.5.0-7ubuntu4) wily; urgency=medium

  * Disable -fexceptions on multipath-udeb (LP: #1489379): the flag causes
libchecktur.so to link with libgcc_s.so.1 (even with -static-libgcc),
which is not available in the installer environment.
- debian/patches/disable-fexceptions-udeb.patch: conditionally disable
  -fexceptions with CFLAGS_DISABLE_FEXCEPTIONS.
- debian/rules: set CFLAGS_DISABLE_FEXCEPTIONS to build multipath-udeb.

 -- Mauricio Faria de Oliveira   Thu, 03
Sep 2015 07:29:59 -0400

** Changed in: multipath-tools (Ubuntu)
   Status: Triaged => Fix Released

-- 
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 1480900] Re: ancient squid causes security risk

2015-09-10 Thread Amos Jeffries
duplicate of
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1473691

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

Title:
  ancient squid causes security risk

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

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


[Bug 1480900] Re: ancient squid causes security risk

2015-09-10 Thread Amos Jeffries
*** This bug is a duplicate of bug 1473691 ***
https://bugs.launchpad.net/bugs/1473691

** This bug has been marked a duplicate of bug 1473691
   Update to latest upstream stable release (3.5)

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

Title:
  ancient squid causes security risk

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

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


[Bug 1494156] [NEW] duplicated pipeline support meter check when publish samples

2015-09-10 Thread Liusheng
Public bug reported:

see[1], when publishing sample with sample pipeline, it will check the
samples supported by the source definition of the pipeline or not,  but
the samples is always supported by this pipeline, because when setup
polling tasks, the pollster has been checked and matched corresponding
pipeline, see[2]. so the samples from the pollsters is always supported
by the pipeline.  this check has no affect of the publishing result, but
will cost cpu resources if we have a complex pipeline definition.

[1]
https://github.com/openstack/ceilometer/blob/stable/kilo/ceilometer/pipeline.py#L503

[2]
https://github.com/openstack/ceilometer/blob/stable/kilo/ceilometer/agent/base.py#L274-L283

** Affects: ceilometer
 Importance: Undecided
 Status: New

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

** No longer affects: ceilometer (Ubuntu)

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

Title:
  duplicated pipeline support meter check when publish samples

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

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


[Bug 1494183] Re: nginx/1.4.6 on 14.04 LTS x86_64, init.d script does not have proper error handling

2015-09-10 Thread Thomas Ward
*** This bug is a duplicate of bug 1413555 ***
https://bugs.launchpad.net/bugs/1413555

** This bug has been marked a duplicate of bug 1413555
   init script fails with error code 0 when configuration test doesn't pass

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

Title:
  nginx/1.4.6 on 14.04 LTS x86_64, init.d script does not have proper
  error handling

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

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


[Bug 1462383] Re: ceilometer-common with mongodb-autoreconnect.patch regression in vivid

2015-09-10 Thread James Page
Looking upstream,this was fixed in 2015.1.1:

https://github.com/openstack/ceilometer/commit/21d882c96cbbaeb8b78ff91e06e3615be97bff07

So vivid/kilo should be OK now (but was not at the point of release -
apologies for that).

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

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

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

Title:
  ceilometer-common with mongodb-autoreconnect.patch regression in vivid

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

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


[Bug 1471561] Re: Typo in python-oslo packages: "transtional"

2015-09-10 Thread Launchpad Bug Tracker
This bug was fixed in the package python-oslo.i18n - 2.5.0-1

---
python-oslo.i18n (2.5.0-1) experimental; urgency=medium

  [ James Page ]
  * Drop python-pip from BD's, not required.
  * Fixup typo in transitional package description (LP: #1471561).

  [ Thomas Goirand ]
  * Setting LANG=en_US.UTF-8 to avoid FTBFS (Closes: #795681).
  * New upstream release.
  * Fixed (build-)depends for this release.
  * Dropped Python 3.2 patches.
  * Using github tags instead of PyPi for the watch file.

 -- Thomas Goirand   Tue, 25 Aug 2015 22:50:33 +0200

** Changed in: python-oslo.i18n (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Typo in python-oslo packages: "transtional"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddtp-ubuntu/+bug/1471561/+subscriptions

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


[Bug 1484652] Re: keystone_authtoken section incorrect for Kilo

2015-09-10 Thread James Page
Docs now look OK for Ubuntu; the packaging provides configuration files
as generated from the upstream codebase.

Marking Invalid for Ubuntu.

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

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

Title:
  keystone_authtoken section incorrect for Kilo

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

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


[Bug 1473691] Re: Update to latest upstream stable release (3.5)

2015-09-10 Thread Amos Jeffries
** Description changed:

- Squid's latest stable upstream version is currently 3.5.6 and fixes
+ Squid's latest stable upstream version is currently 3.5.7 and fixes
  important bugs, such as the inability to fall back to IPv4 if a websites
  IPv6 connectivity is broken (e.g. http://readlist.com/lists/squid-
  cache.org/squid-users/11/58389.html). Please update the package from
- 3.3.8 to 3.5.6, or, at the very least, update it to version 3.4.8 that
+ 3.3.8 to 3.5.7, or, at the very least, update it to version 3.4.8 that
  Debian already has in its stable distribution (Jessie, and Wheezy
  backports too).
  
  Question 268037 already asked the same - here's the filed bug.

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

Title:
  Update to latest upstream stable release (3.5)

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

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


[Bug 1488056] Re: Rejected send message, 10 matched rules; type="method_return", sender=":1.84"

2015-09-10 Thread Jean-Pierre Rupp
@michael.heuberger, it works fine for me already with the packages
currently available from the Ubuntu repositories. If you downgraded the
DNS packages, you can upgrade them to the latest version. It works very
well for me. Just upgrade your whole Ubuntu 15.04 system.

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

Title:
  Rejected send message, 10 matched rules; type="method_return",
  sender=":1.84"

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

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


[Bug 1433924] Re: "Too much data for sort() with no index." While Getting Resources

2015-09-10 Thread James Page
b3 has been uploaded to wily - setting to Fix Released.

** Also affects: ceilometer (Ubuntu Wily)
   Importance: Undecided
   Status: New

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

** Also affects: ceilometer (Ubuntu Vivid)
   Importance: Undecided
   Status: New

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

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

** Changed in: ceilometer (Ubuntu Vivid)
   Status: New => Triaged

** Changed in: ceilometer (Ubuntu Trusty)
   Status: New => Triaged

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

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

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

Title:
  "Too much data for sort() with no index." While Getting Resources

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

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


[Bug 1491406] Re: augeas-lenses-1.2.0 - NagiosCfg lens broken for /etc/nagios.cfg due to spaces

2015-09-10 Thread poinck
At https://github.com/hercules-
team/augeas/issues/292#issuecomment-138634149 it was suggested to use
the Augeas PPA from
https://launchpad.net/~raphink/+archive/ubuntu/augeas

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

Title:
  augeas-lenses-1.2.0 - NagiosCfg lens broken for /etc/nagios.cfg due to
  spaces

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

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


[Bug 1097032] Re: Please provide GNUTLS support in squid

2015-09-10 Thread Amos Jeffries
Upstream bug tracker for this is http://bugs.squid-
cache.org/show_bug.cgi?id=2741. The (very basic) initial stages have
been added to squid-3.5 which is now available in Debian repositories -
and enabled. There is still a lot to be done though, so it may not be
generally useful for a few versions.

** Bug watch added: Squid Bugzilla #2741
   http://bugs.squid-cache.org/show_bug.cgi?id=2741

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

Title:
  Please provide GNUTLS support in squid

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

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


[Bug 1488056] Re: Rejected send message, 10 matched rules; type="method_return", sender=":1.84"

2015-09-10 Thread Jean-Pierre Rupp
I removed the holds on all aforementioned packages, and upgraded them to
the latest versions from repositories a few minutes ago. I am not
experiencing problems anymore. DNS works fine.

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

Title:
  Rejected send message, 10 matched rules; type="method_return",
  sender=":1.84"

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

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


[Bug 1304496] Re: add --version to squid3

2015-09-10 Thread Amos Jeffries
The -v command line option is already available.

If that is not providing a version number then your package is more than
10 years old, contains some severe security vulnerabilities and
desperately needs upgrading.

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

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

Title:
  add --version to squid3

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

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


[Bug 1492425] Re: multipath-tools: wily: the quilt patch handle_spaces_in_rev_attr.patch is misapplied

2015-09-10 Thread bugproxy
** Tags removed: severity-high
** Tags added: severity-critical

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

Title:
  multipath-tools: wily: the quilt patch handle_spaces_in_rev_attr.patch
  is misapplied

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

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


[Bug 1488056] Re: Rejected send message, 10 matched rules; type="method_return", sender=":1.84"

2015-09-10 Thread Michael Heuberger
@Jean-Pierre Great! When will this be available via apt-get? This bug is
bugging me for a long time ...

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

Title:
  Rejected send message, 10 matched rules; type="method_return",
  sender=":1.84"

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

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


[Bug 1473903] Re: parted will generate two devices when adding one partition on mpath device

2015-09-10 Thread Mathieu Trudel-Lapierre
Don't both device names actually work fine though? I couldn't find any
blocking issue to leaving both in place, since they don't seem to
interfere with any operation of the system. This would certainly
constitute the least-intrusive change, on account that there would be no
change required.

Otherwise, there doesn't seem to be a straightforward way to fix this.
We basically have two not great options to contend with (unless someone
else can think of another):

1) Patch parted to write -part partitions instead of -p.
This is fine for the installed system, but means we'd need to revert SRUs 
already done for multipath-tools in the installer -- where we expect to see -p 
partitions always, and rewrite them to -part at the end (since there will be 
just kpartx on the installed system), modify partman-multipath to pick up all 
partitions and make them -part. There remains the issue of rewriting fstab 
later on, when comes the time to migrate to multipath 0.5.0 (which changes the 
partition names in other ways too, so unavoidable).

2) Fix kpartx rules either by disabling them or making them use -p only.
This would fix the installed system (since parted creates p partitions itself) 
and detected partitions on drives at boot would show up correctly, but we'd 
need to do other SRU changes to installer bits to not rewrite /etc/fstab to use 
-part as a partition separator. This is apparently a simpler change, but means 
we also need to deal with changing fstab on upgrade for those who use -part, 
which makes it dangerous and very intrusive.

I'd love to get some guidance on this, but I'm thinking not changing
anything for now is the best option; although if there is any effect in
having both devices show up and we need to stop it, then 1) would be
best.

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

Title:
  parted will generate two devices when adding one partition on mpath
  device

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

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


[Bug 1470890] Re: [SRU] cc_apt_configure does not understand regions

2015-09-10 Thread Dan Watkins
** Changed in: cloud-init
   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/1470890

Title:
  [SRU] cc_apt_configure does not understand regions

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

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


[Bug 1470880] Re: [SRU] GCE datasource reports availability zones incorrectly

2015-09-10 Thread Dan Watkins
** Changed in: cloud-init
   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/1470880

Title:
  [SRU] GCE datasource reports availability zones incorrectly

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

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


[Bug 1386869] Re: -host in auto.master not mounting nfs exports

2015-09-10 Thread Greg Stachowski
This bug has now appeared in 14.04 LTS after the upgrade to autofs
5.0.7-3ubuntu3.2 (a couple of weeks ago, it doesn't manifest until
autofs was restarted at reboot). The fix in #4 doesn't work. Can we get
the 5.0.8-1ubuntu1.2 package backported to 14.04 ASAP? For an LTS
release breaking autofs and leaving it without a fix is unacceptable.

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

Title:
  -host in auto.master not mounting nfs exports

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

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


[Bug 1490796] Re: [SRU] cloud-init must check/format Azure ephemeral disks each boot

2015-09-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty/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/1490796

Title:
  [SRU] cloud-init must check/format Azure ephemeral disks each boot

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

-- 
Ubuntu-server-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-10 Thread Jeffrey Hutzelman
The upstream patch (see attached debdiff) corrects the problem for me,
for an internal test case that is unfortunately too complex to share.

** Patch added: "debdiff containing the upstream patch"
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1445914/+attachment/4460591/+files/wstunnel-ssl.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 1461242] Re: cloud-init does not generate ed25519 keys

2015-09-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/trusty/cloud-init/trusty-1461242

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

Title:
  cloud-init does not generate ed25519 keys

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

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


[Bug 1469260] Re: [SRU] Custom vendor data causes cloud-init failure on 0.7.5

2015-09-10 Thread Felipe Reyes
Rebased patch on top of latest cloud-init available in trusty-updates.

** Patch removed: "lp1469260_trusty.debdiff"
   
https://bugs.launchpad.net/cloud-init/+bug/1469260/+attachment/4434870/+files/lp1469260_trusty.debdiff

** Patch added: "lp1469260_trusty.debdiff"
   
https://bugs.launchpad.net/cloud-init/+bug/1469260/+attachment/4460581/+files/lp1469260_trusty.debdiff

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

Title:
  [SRU] Custom vendor data causes cloud-init failure on 0.7.5

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

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


[Bug 1398997] Re: cloud-init does not have the SmartOS data source as a configuration option

2015-09-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty/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/1398997

Title:
  cloud-init does not have the SmartOS data source as a configuration
  option

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

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


[Bug 1464253] Re: [SRU] CloudStack data source will always set password to "HTTP/1.0 200 OK" on CloudStack 4.5.1 and later

2015-09-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty/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/1464253

Title:
  [SRU] CloudStack data source will always set password to "HTTP/1.0 200
  OK" on CloudStack 4.5.1 and later

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

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


[Bug 1469260] Re: [SRU] Custom vendor data causes cloud-init failure on 0.7.5

2015-09-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty/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/1469260

Title:
  [SRU] Custom vendor data causes cloud-init failure on 0.7.5

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

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


[Bug 1490727] Re: "Invalid IPC credentials" after corosync, pacemaker service restarts

2015-09-10 Thread Billy Olsen
** Branch linked: lp:~billy-olsen/charms/trusty/hacluster/trunk-
lp1490727

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

Title:
  "Invalid IPC credentials" after corosync, pacemaker service restarts

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

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


[Bug 1490727] Re: "Invalid IPC credentials" after corosync, pacemaker service restarts

2015-09-10 Thread David Britton
** Tags removed: landscape-release-29
** Tags added: kanban

** Also affects: landscape/cisco-odl
   Importance: Undecided
   Status: New

** Changed in: landscape/cisco-odl
   Importance: Undecided => High

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

Title:
  "Invalid IPC credentials" after corosync, pacemaker service restarts

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

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


[Bug 1490727] Re: "Invalid IPC credentials" after corosync, pacemaker service restarts

2015-09-10 Thread Landscape Builder
** Tags removed: kanban

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

Title:
  "Invalid IPC credentials" after corosync, pacemaker service restarts

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

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


[Bug 1490727] Re: "Invalid IPC credentials" after corosync, pacemaker service restarts

2015-09-10 Thread David Britton
** Also affects: landscape
   Importance: Undecided
   Status: New

** Also affects: landscape/release-29
   Importance: Undecided
   Status: New

** No longer affects: landscape

** Changed in: landscape/release-29
Milestone: None => 15.07

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

** Changed in: landscape
Milestone: None => 15.08

** Changed in: landscape
   Importance: Undecided => High

** Changed in: landscape/release-29
   Importance: Undecided => High

** Tags added: kanban

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

Title:
  "Invalid IPC credentials" after corosync, pacemaker service restarts

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

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


[Bug 1488056] Re: Rejected send message, 10 matched rules; type="method_return", sender=":1.84"

2015-09-10 Thread Michael Heuberger
i already have the latest ubuntu 15.04 - my log files should indicate
this. still, i experience weird dns issues.

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

Title:
  Rejected send message, 10 matched rules; type="method_return",
  sender=":1.84"

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

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


[Bug 1494441] Re: ppc64el: cannot find package "encoding"

2015-09-10 Thread Steve Langasek
Invalid for trunk because gccgo-go is only present in trusty.  for wily
this is fixed in the gcc-5 package.

** Also affects: gccgo-go (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: gccgo-go (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: gccgo-go (Ubuntu)
   Status: In Progress => Invalid

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

Title:
  ppc64el: cannot find package "encoding"

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

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


[Bug 1478087] Re: ISST-LTE: aureport -l couldn't print out login info on ubuntu 14.04.3

2015-09-10 Thread Tyler Hicks
** Also affects: shadow (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

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

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

** Also affects: shadow (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: openssh (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: audit (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: lightdm (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: shadow (Ubuntu Wily)
   Importance: Undecided
   Status: New

** Also affects: openssh (Ubuntu Wily)
   Importance: Undecided
   Status: New

** Also affects: audit (Ubuntu Wily)
   Importance: Undecided
 Assignee: Taco Screen team (taco-screen-team)
   Status: New

** Also affects: lightdm (Ubuntu Wily)
   Importance: Undecided
   Status: New

** No longer affects: audit (Ubuntu Trusty)

** No longer affects: audit (Ubuntu Vivid)

** No longer affects: audit (Ubuntu Wily)

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

** Changed in: lightdm (Ubuntu Wily)
   Status: New => Triaged

** Changed in: lightdm (Ubuntu Vivid)
   Status: New => Triaged

** Changed in: lightdm (Ubuntu Trusty)
   Status: New => Triaged

** Changed in: openssh (Ubuntu Trusty)
   Status: New => Triaged

** Changed in: openssh (Ubuntu Vivid)
   Status: New => Triaged

** Changed in: openssh (Ubuntu Wily)
   Status: New => Triaged

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

** Changed in: shadow (Ubuntu Vivid)
   Status: New => Triaged

** Changed in: shadow (Ubuntu Trusty)
   Status: New => Triaged

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

Title:
  ISST-LTE: aureport -l couldn't print out login info on ubuntu 14.04.3

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

-- 
Ubuntu-server-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-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
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 1494573] [NEW] 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-10 Thread Miguel Angel Hernandez Arrieta
Public bug reported:

he tenido este error, quien me puede ayudar.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: spamassassin 3.4.0-6
ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
Uname: Linux 3.19.0-26-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.4
Architecture: amd64
Date: Thu Sep 10 22:40:32 2015
DuplicateSignature: package:spamassassin:3.4.0-6:el subproceso instalado el 
script post-installation devolvió el código de salida de error 1
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationDate: Installed on 2015-08-25 (17 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.1
SourcePackage: spamassassin
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
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package vivid

-- 
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 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-10 Thread Miguel Angel Hernandez Arrieta
si pueden ayudarme, ojala desde la terminal, gracias.

-- 
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 1367286] Re: package irqbalance 1.0.6-2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 102

2015-09-10 Thread pirlo
D20: deferred_configure '/etc/init/irqbalance.conf' (= 
'/etc/init/irqbalance.conf') useredited=-1 distedited=-1 what=2
start: Job is already running: irqbalance
invoke-rc.d: initscript irqbalance, action "start" failed.
dpkg: Fehler beim Bearbeiten des Paketes irqbalance (--install):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
D02: post_script_tasks - ensure_diversions

-- 
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 1367286] Re: package irqbalance 1.0.6-2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 102

2015-09-10 Thread pirlo
manual stopping of irqbalance before starting the update did it for me!

-- 
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 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-10 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 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 1098654] Re: nginx vulnerable to MITM Attack [CVE-2011-4968]

2015-09-10 Thread Thomas Ward
Ubuntu Wily has a fix for this included as part of the 1.9.3-1ubuntu1
merge.  The fix for this issue was introduced in nginx 1.7.0.

** Also affects: nginx (Ubuntu Wily)
   Importance: Low
   Status: Confirmed

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

** Description changed:

  I am reporting this bug so there's a bug to track this in within
  Launchpad.  If/when a patch is approved upstream, this bug can be used
  as a reference point in the changelog when SRU-ing the fix into older
  releases.
  
  Confirmed as Debian Bug 697940.
  Confirmed as CVE-2011-4968.
  
  This has already been added to the Ubuntu Security Team Tracker at
  http://people.canonical.com/~ubuntu-security/cve/2011/CVE-2011-4968.html
  
  Information as follows comes from the Debian Bug:
  "When nginx is configured as a reverse proxy with an https origin server, it 
is vulnerable to a MITM attack, because it does not verify the certificate of 
the origin server.
  
  This is upstream's bug https://trac.nginx.org/nginx/ticket/13, and also
  CVE-2011-4968.
  
  It appears to have been known for over a year, but the proposed patches
  to resolve the problem appear to have never made it through the patch
  review process in upstream."
+ 
+ Sept. 10, 2015: This was 'fixed' upstream in nginx 1.7.0, with a commit
+ landing upstream about 17 months ago.  (see the changeset located at
+ 
https://trac.nginx.org/nginx/changeset/060c2e692b96a150b584b8e30d596be1f2defa9c/nginx
+ )

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

Title:
  nginx vulnerable to MITM Attack [CVE-2011-4968]

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

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


[Bug 1469214] Re: HP ProLiant m400 Server crashes with unhandled level 3 translation fault

2015-09-10 Thread dann frazier
** Changed in: irqbalance (Ubuntu Vivid)
   Status: Triaged => In Progress

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

** Changed in: irqbalance (Ubuntu Utopic)
   Status: Triaged => Won't Fix

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

Title:
  HP ProLiant m400 Server crashes with unhandled level 3 translation
  fault

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

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


[Bug 1494441] Re: ppc64el: cannot find package "encoding"

2015-09-10 Thread Michael Hudson-Doyle
This is really a packaging bug that I thought I'd fixed a seriously long
time ago, but apparently the fix never got into trusty. Let's do it
right (I guess the juju commit can be reverted in the mean time to fix
that task)

** Also affects: gccgo-go (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gccgo-go (Ubuntu)
   Status: New => In Progress

** Description changed:

+ [Impact]
+ There is a packaging bug that means that go packages that import the little 
used standard library package "encoding" fail to compile.
+ 
+ [Test case]
+ $ cat enctest.go 
+ package main
+ 
+ import (_ "encoding")
+ 
+ func main() {}
+ $ go run enctest.go 
+ enctest.go:3:9: cannot find package "encoding" in any of:
+   /usr/src/pkg/encoding (from $GOROOT)
+   ($GOPATH not set)
+ 
+ [Regression potential]
+ None that I can see.
+ 
+ Original description follows:
+ 
  Bug 1440940  has reappeared in ppc64el unit tests and now affects building 
binaries.
  
http://reports.vapour.ws/releases/3044/job/run-unit-tests-trusty-ppc64el/attempt/3787
- 
http://reports.vapour.ws/releases/3044/job/build-binary-trusty-ppc64el/attempt/323
+ 
http://reports.vapour.ws/releases/3044/job/build-binary-trusty-ppc64el/attempt/323
  
  make build
  skipping godeps
  go build github.com/juju/juju/...
  ../httprequest/marshal.go:8:2: cannot find package "encoding" in any of:
   /usr/src/pkg/encoding (from $GOROOT)
   /home/ubuntu/juju-core_1.26-alpha1/src/encoding (from $GOPATH)
  make: *** [build] Error 1
  
  Unlike the first occurrence, we now use a machine that only gets trusty-
  updates and has only ever been used to run "make test" on the unpacked
  tree. Binaries are built in pristine containers provisioned to match the
  Lp build conditions.

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

Title:
  ppc64el: cannot find package "encoding"

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

-- 
Ubuntu-server-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-10 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1143-0ubuntu1

---
cloud-init (0.7.7~bzr1143-0ubuntu1) wily; urgency=medium

  * New upstream snapshot.
* NoCloud: fix consumption of vendor-data (LP: #1493453)
* power_state: support power change only on 'condition'

 -- Scott Moser   Thu, 10 Sep 2015 16:20:44 -0400

** Changed in: cloud-init (Ubuntu Wily)
   Status: New => 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/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 1423626] Re: Inconsistent device naming depending on install method - biosdevname/no biosdevname

2015-09-10 Thread Blake Rouse
Curtin now write the udev rules in MAAS 1.9 using the name of the
interface set by commissioning or set by the user. The names will be
consistent across deployments.

D-I is not longer support is not something that should be used any more.

** Changed in: maas
   Status: Triaged => Fix Committed

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

Title:
  Inconsistent device naming depending on install method -
  biosdevname/no biosdevname

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

-- 
Ubuntu-server-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-10 Thread Claudio Kuenzler
Public bug reported:

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  0 0.0.0.0:80900.0.0.0:*