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

2015-08-26 Thread Eric Desrochers
** Changed in: ntp (Ubuntu Precise)
 Assignee: (unassigned) = Eric Desrochers (eric-desrochers-z)

** Changed in: ntp (Ubuntu Vivid)
 Assignee: (unassigned) = Eric Desrochers (eric-desrochers-z)

** Changed in: ntp (Ubuntu Precise)
   Status: New = Confirmed

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

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

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

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


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

2015-08-26 Thread Eric Desrochers
** Changed in: ntp (Ubuntu Precise)
   Importance: Undecided = Medium

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

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

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

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

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


[Bug 1487118] Re: [MIR] python-mistralclient

2015-08-26 Thread Colin Watson
Moved to main.

** Changed in: python-mistralclient (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-mistralclient in Ubuntu.
https://bugs.launchpad.net/bugs/1487118

Title:
  [MIR] python-mistralclient

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

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


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

2015-08-26 Thread Eric Desrochers
debdiff for precise


** Description changed:

+ [Impact]
+ 
+  * User experienced repeated segfaults at the same instruction pointer
+ 
+ i/o error on routing socket No buffer space available - disabling
+ segfault at 31 ip 0031 sp 79f11788 error 14 in 
libpthread-2.15.so[7f967a5d9000+18000] 
+ 
+ The remove_ and delete_ functions remove the current element from the
+ asyncio_reader_list, and free it, respectively.
+ 
+ We then return back to the loop at the top, wherein the asyncio_reader 
variable still points at the now-freed element, whose contents are (in theory) 
now scrambled
+ by having link pointers, etc, from internal malloc state overlaying the data.
+ 
+ [Test Case]
+ 
+ You can easily reproduce the bug by :
+ 
+ - Lowering the sysctl value net.core.rmem_max
+ 
+ $ sysctl -w net.core.wmem_max=LOWER_VALUE
+ This sets the max OS send buffer size for all types of connections.
+ 
+ - Adding multiple network interfaces and static routes.
+ 
+ [Regression Potential]
+ 
+ None expected since the fix is already available upstream
+ (https://github.com/ntp-project/ntp.git) and Debian package.
+ 
+ If after installing the patch, user are receiving this kind of message in 
/var/log/syslog : routing socket reports: No buffer space available.
+ The next step, would be to increase the net.core.rmem_max and 
net.core.wmem_max values equally until the routing socket reports: No buffer 
space available message no longer showed up.
+ 
+ [Other Info]
+ 
+ NTP upstream (https://github.com/ntp-project/ntp.git)
+ [Bug 2224] Use-after-free in routing socket code after dropping root. - 
Commit: d6df9d3
+ [Bug 2890] Ignore ENOBUFS on routing netlink socket. - Commit: db47bd4 
+ 
+ The use-after-free bug has been fix in Debian release (closes: #795315)
+ Will submit the ignore-ENOBUFS-on-routing-netlink-socket in Debian in the 
next days.
+ 
+ [Original Description]
+ 
  We have 1 server (among hundreds) that its ntp service is crashing.
  
  A few minute/seconds after a start attempts we can see the following in 
syslog:
  ntpd[2729]: peers refreshed
  ntpd[2729]: Listening on routing socket on fd #49 for interface updates
  ntpd[2729]: i/o error on routing socket No buffer space available - disabling
  kernel: [157516.495224] ntpd[2729]: segfault at 31 ip 0031 sp 
79f11788 error 14 in libpthread-2.15.so[7f967a5d9000+18000]
  
  OS: Ubuntu 12.04.4 LTS
  Kernel: 3.11.0-19-generic
  
  I tried to compare it to other servers, and the only thing I could find that 
is different is that while it's up (before it crashes) I can see the following 
when running lsof | grep ntp:
  ntpd 2729 ntp 49u sock 0,7 0t0 2473952565 can't identify protocol.

** Tags added: verification-done

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

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

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

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

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


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

2015-08-26 Thread Eric Desrochers
debdiff for precise

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

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

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

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


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

2015-08-26 Thread Eric Desrochers
debdiff for precise

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

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

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

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


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

2015-08-26 Thread Eric Desrochers
debdiff for precise

** Patch added: debdiff for precise
   
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1481388/+attachment/4452908/+files/lp1481388_precise.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/1481388

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

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

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


[Bug 551701] Re: odbc_config missing

2015-08-26 Thread Breno Leitão
I just tried with a patch as simple as the following and it worked fine:

--- debian/unixodbc-dev.install.old 2015-08-26 14:30:49.871058695 -0400
+++ debian/unixodbc-dev.install 2015-08-26 14:31:13.927645420 -0400
@@ -5,3 +5,4 @@ usr/lib/*/libodbc.a
 usr/lib/*/libodbccr.a
 usr/lib/*/libodbcinst.a
 usr/include/*
+usr/bin/odbc_config

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

Title:
  odbc_config missing

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

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


[Bug 1457517] Re: Unable to boot from volume when flavor disk too small

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

** Changed in: nova (Ubuntu)
   Status: New = Confirmed

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

Title:
  Unable to boot from volume when flavor disk too small

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

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


[Bug 1447916] Re: iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module failed to build

2015-08-26 Thread myname
I am affect by this bug aswell, the mentioned fix still resulted in the
same error , I will post details when I am back on the machine.

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

Title:
  iscsitarget-dkms 1.4.20.3+svn499-0ubuntu2: iscsitarget kernel module
  failed to build

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

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


[Bug 1488781] Re: package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2015-08-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package nginx-core 1.6.2-5ubuntu3.1 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/nginx/+bug/1488781/+subscriptions

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


[Bug 1488781] [NEW] package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2015-08-26 Thread ricardo
Public bug reported:

i dont know

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: nginx-core 1.6.2-5ubuntu3.1
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.3
Architecture: amd64
Date: Mon Aug 24 10:34:42 2015
DuplicateSignature: package:nginx-core:1.6.2-5ubuntu3.1: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-12 (13 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.1
SourcePackage: nginx
Title: package nginx-core 1.6.2-5ubuntu3.1 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1
UpgradeStatus: Upgraded to vivid on 2015-08-12 (13 days ago)

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


** Tags: amd64 apport-package third-party-packages vivid

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

Title:
  package nginx-core 1.6.2-5ubuntu3.1 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/nginx/+bug/1488781/+subscriptions

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


[Bug 1487196] Re: [MIR] python-automaton

2015-08-26 Thread Colin Watson
** Changed in: python-automaton (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-automaton in Ubuntu.
https://bugs.launchpad.net/bugs/1487196

Title:
  [MIR] python-automaton

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

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


[Bug 1477668] Re: [MIR] python-pymysql

2015-08-26 Thread Colin Watson
Moved to main.

** Changed in: python-pymysql (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-pymysql in Ubuntu.
https://bugs.launchpad.net/bugs/1477668

Title:
  [MIR] python-pymysql

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

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


[Bug 1397250] Re: SIGPIPE not caught in do_atfork_child()

2015-08-26 Thread Jon Grimm
@brianquigley, Thanks for responding. Indeed, may have to wait unless I
can find someone that can reproduce and/or speak to impacting them
rather than theoretical.

FWIW, debian sid has 265.. and does not have a patch with the fix yet
either.

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

Title:
  SIGPIPE not caught in do_atfork_child()

To manage notifications about this bug go to:
https://bugs.launchpad.net/nss-ldap/+bug/1397250/+subscriptions

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


[Bug 1489096] [NEW] [FFE] Please sync python-troveclient (1.2.0-3) from Debian (experimental)

2015-08-26 Thread Corey Bryant
Public bug reported:

A new version of python-troveclient is required by OpenStack heat to
enable the package to build.

Note.  It looks like there's an issue with the versioning in Ubuntu.
The version in Ubuntu (1:1.0.9-0ubuntu1) is newer than the version in Debian 
(1.2.0-3)

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

** Description changed:

+ A new version of python-troveclient is required by OpenStack heat to
+ enable the package to build.
+ 
  Note.  It looks like there's an issue with the versioning in Ubuntu.
  The version in Ubuntu (1:1.0.9-0ubuntu1) is newer than the version in Debian 
(1.2.0-3)

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

Title:
  [FFE] Please sync python-troveclient (1.2.0-3) from Debian
  (experimental)

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

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


[Bug 1481289] Re: PHP 5.5.9 Default socket timeout being not honoured by application

2015-08-26 Thread Robie Basak
This seems non-trivial now, since the SRU would need to be a minimal
patch and the upstream patches include extensive refactoring which are
not necessarily relevant for the bugfix and the adjusting of which will
carry additional regression risk to existing users. So I am removing the
bitesize tag accordingly.

** Tags removed: bitesize

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

Title:
  PHP 5.5.9 Default socket timeout being not honoured by application

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

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


[Bug 1397250] Re: SIGPIPE not caught in do_atfork_child()

2015-08-26 Thread Bryan Quigley
@jgrimm
If I had an environment for testing it, it's long since been deleted.I 
worked it on behalf of someone else, they've since moved to sssd.  I think 
going forward if we can get version 266 for 16.04 that would be fine..

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

Title:
  SIGPIPE not caught in do_atfork_child()

To manage notifications about this bug go to:
https://bugs.launchpad.net/nss-ldap/+bug/1397250/+subscriptions

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


[Bug 1321425] Re: irqbalance spams syslog about affinity_hint subset empty

2015-08-26 Thread Robie Basak
Hi Jorge,

Thank you for the debdiffs. They seem to have excessive whitespace noise
though, which I don't see in the upstream commit you picked. Is there an
errant editor setting that has caused this? The same noise was also
uploaded to Wily which isn't ideal. Additionally there's noise for
example in the Trusty debdiff changing an unrelated quilt patch.

Could you please adjust the SRU debdiffs to not contain anything apart
from the fix that we need here? Everything else in the debdiffs looks
fine to me - assuming the rest of the quilt patch content matches the
upstream commit exactly, the changelog message, bug reference and dep3
headers all look OK.

Feel free to ping me once you have updated these for sponsorship.

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

Title:
  irqbalance spams syslog about affinity_hint subset empty

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

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


[Bug 1487192] Re: [MIR] python-oslo.reports, python-oslo.cache

2015-08-26 Thread Colin Watson
Both moved to main, along with the python3-dogpile.cache binary.

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

** Changed in: python-oslo.reports (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.reports in Ubuntu.
https://bugs.launchpad.net/bugs/1487192

Title:
  [MIR] python-oslo.reports, python-oslo.cache

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

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


[Bug 1489073] [NEW] Mailman mail-wrapper: Group mismatch error. after aptitude updates on 8/24/2015

2015-08-26 Thread Chris Hoogendyk
Public bug reported:

Ubuntu 12.04 LTS system in operation. Mailman lists were working prior
to doing updates with aptitude. After running updates on 8/24/2015,
mailman stopped working. mail.log shows, e.g.:

Aug 26 11:06:01 eclogite sm-mta[27095]: t7QF60VP027095: Milter accept: message
Aug 26 11:06:01 eclogite Mailman mail-wrapper: Group mismatch error.  Mailman 
expected the mail#012wrapper script to be executed as group daemon, 
but#012the system's mail server executed the mail script as#012group smmsp.  
Try tweaking the mail server to run the#012script as group daemon, or re-run 
configure, #012providing the command line option `--with-mail-gid=smmsp'.
Aug 26 11:06:01 eclogite sm-mta[27096]: t7QF60VP027095: 
to=|/var/lib/mailman/mail/mailman post probeusers, 
ctladdr=probeus...@geo.umass.edu (116/0), delay=00:00:00, xdelay=00:00:00, 
mailer=prog, pri=31648, dsn=5.3.0, stat=unknown mailer error 2
Aug 26 11:06:01 eclogite sm-mta[27096]: t7QF60VP027095: t7QF61VO027096: DSN: 
unknown mailer error 2

Since mailman and all the components of the mail system are aptitude
packages, fixing it from my end is not elementary. Subsequent aptitude
updates would likely break anything I tried to fix.

The specific updates that were run on 8/24/2015 were as follows:

chrisho@eclogite:~$ sudo aptitude upgrade
Resolving dependencies...   
The following NEW packages will be installed:
  linux-headers-3.2.0-89{a} linux-headers-3.2.0-89-generic{a} 
linux-image-3.2.0-89-generic{a}
The following packages will be upgraded:
  libsnmp-base libsnmp-perl libsnmp15 linux-headers-server linux-image-server 
linux-libc-dev linux-server openssh-client openssh-server tzdata
10 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 55.7 MB of archives. After unpacking 218 MB will be used.
Do you want to continue? [Y/n/?] y

(followed by a reboot)

I don't know quite how that connects with sendmail and/or mailman, but
it is the only thing that changed about the system.

mailman is:

chrisho@eclogite:~$ aptitude show mailman
Package: mailman 
State: installed
Automatically installed: no
Version: 1:2.1.14-3ubuntu0.2

sendmail is:

chrisho@eclogite:~$ aptitude show sendmail
Package: sendmail
State: installed
Automatically installed: no
Version: 8.14.4-2ubuntu2.1

Ubuntu is:

chrisho@eclogite:~$ lsb_release -rd
Description:Ubuntu 12.04.5 LTS
Release:12.04

We run aptitude update and upgrade routinely, so everything should be at
the latest for 12.04 LTS.

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

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

Title:
  Mailman mail-wrapper: Group mismatch error. after aptitude updates on
  8/24/2015

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

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


[Bug 1422307] Re: qemu-nbd corrupts files

2015-08-26 Thread Serge Hallyn
** Changed in: qemu (Ubuntu Trusty)
   Importance: Medium = High

** Changed in: qemu (Ubuntu Trusty)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

Title:
  qemu-nbd corrupts files

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

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


[Bug 1457639] Re: qemu-img qcow2 conversion hangs on large core systems

2015-08-26 Thread Serge Hallyn
** Changed in: qemu (Ubuntu Vivid)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

Title:
  qemu-img qcow2 conversion hangs on large core systems

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

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


[Bug 1461012] Re: Hugepage and KSM not configured correctly under systemd

2015-08-26 Thread Serge Hallyn
** Changed in: qemu (Ubuntu Vivid)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

Title:
  Hugepage and KSM not configured correctly under systemd

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

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


[Bug 1489071] Re: slapd expose server filestructure when issue lpadsearch with special query

2015-08-26 Thread Ryan Tandy
Please read https://help.ubuntu.com/community/ShellGlobbing to
understand how your shell interprets the * character.

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

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

Title:
  slapd expose server filestructure when issue lpadsearch with special
  query

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1489071/+subscriptions

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


[Bug 1489071] Re: slapd expose server filestructure when issue lpadsearch with special query

2015-08-26 Thread Olli-Pekka Wallin
how to drop ?

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

** Changed in: developer-portal
   Status: New = Invalid

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

Title:
  slapd expose server filestructure when issue lpadsearch with special
  query

To manage notifications about this bug go to:
https://bugs.launchpad.net/developer-portal/+bug/1489071/+subscriptions

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


[Bug 1457639] Re: qemu-img qcow2 conversion hangs on large core systems

2015-08-26 Thread Serge Hallyn
** Changed in: qemu (Ubuntu Vivid)
 Assignee: Serge Hallyn (serge-hallyn) = (unassigned)

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

Title:
  qemu-img qcow2 conversion hangs on large core systems

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

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


[Bug 1488050] Re: Unable to connect to Upstart

2015-08-26 Thread Michael Heuberger
i think the duplicate status is wrong. the other bug has NO apport
information. this one ticket has more information

** This bug is no longer a duplicate of bug 1487805
   Unable to connect to Upstart

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

Title:
   Unable to connect to Upstart

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

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


[Bug 1487805] Re: Unable to connect to Upstart

2015-08-26 Thread Michael Heuberger
*** This bug is a duplicate of bug 1488050 ***
https://bugs.launchpad.net/bugs/1488050

** This bug has been marked a duplicate of bug 1488050
Unable to connect to Upstart

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

Title:
  Unable to connect to Upstart

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

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


[Bug 1457639] Re: qemu-img qcow2 conversion hangs on large core systems

2015-08-26 Thread dann frazier
** Changed in: qemu (Ubuntu Vivid)
   Status: Confirmed = In Progress

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

Title:
  qemu-img qcow2 conversion hangs on large core systems

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

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


[Bug 1375821] Re: ifupdown doesn't bring loopback to state up

2015-08-26 Thread Alex Gottschalk
Please port this fix to trusty

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

Title:
  ifupdown doesn't bring loopback to state up

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

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


[Bug 1461012] Re: Hugepage and KSM not configured correctly under systemd

2015-08-26 Thread Serge Hallyn
** Changed in: qemu (Ubuntu Vivid)
 Assignee: Serge Hallyn (serge-hallyn) = (unassigned)

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

Title:
  Hugepage and KSM not configured correctly under systemd

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

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


[Bug 1422307] Re: qemu-nbd corrupts files

2015-08-26 Thread Serge Hallyn
** Changed in: qemu (Ubuntu Trusty)
 Assignee: Serge Hallyn (serge-hallyn) = (unassigned)

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

Title:
  qemu-nbd corrupts files

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

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


[Bug 1488050] Re: Unable to connect to Upstart

2015-08-26 Thread Brian Murray
*** This bug is a duplicate of bug 1487805 ***
https://bugs.launchpad.net/bugs/1487805

** This bug has been marked a duplicate of bug 1487805
   Unable to connect to Upstart

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

Title:
   Unable to connect to Upstart

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

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


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

2015-08-26 Thread Ubuntu Foundations Team Bug Bot
The attachment debdiff for precise 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 the bug report.
https://bugs.launchpad.net/bugs/1481388

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

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

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


[Bug 1404396] Re: [regression] vgabios - seabios breaks (my) 16-bit applications

2015-08-26 Thread Serge Hallyn
** Description changed:

+ ===
+ Impact: Unable to run 16-bit applications in windows
+ Fix: turn off VGA_ALLOCATE_EXTRA_STACK
+ Test case: (see comment #21)
+ Regression potential: This stops the allocation of extra vga stack so could
+   conceivably break other applications.  However all tests cases in
+   the qemu regression tests pass, and this has been enabled for some
+   time in wily.
+ ===
  Upgrading from Ubuntu Precise to Ubuntu Trusty broke one of my guests.
  
  I've recently upgraded a host from Ubuntu Precise (qemu-kvm-1.0) to
  Ubuntu Trusty (qemu 2.0.0). I have a Windows 2008 32-bit OS running on a
  64-bit VM that runs a 16-bit line of business application. (While I
  realize that upgrade the application is the right answer, I can't.)
  The Windows VM boots, but the business application crashes on startup.
  Changing the VM to be a 32-bit VM doesn't help.
  
  After several hours of compiling and testing intermediate qemu versions,
  I accidentally stumbled into the real issue. Trusty has switched from
  vgabios to seabios:
  
  PRECISE $ ls -la /usr/share/qemu/vgabios*
  lrwxrwxrwx 1 root root 22 Dec 10 18:37 /usr/share/qemu/vgabios.bin - 
../vgabios/vgabios.bin
  lrwxrwxrwx 1 root root 29 Dec 10 18:37 /usr/share/qemu/vgabios-cirrus.bin - 
../vgabios/vgabios.cirrus.bin
  lrwxrwxrwx 1 root root 26 Dec 10 18:37 /usr/share/qemu/vgabios-qxl.bin - 
../vgabios/vgabios.qxl.bin
  lrwxrwxrwx 1 root root 29 Dec 10 18:37 /usr/share/qemu/vgabios-stdvga.bin - 
../vgabios/vgabios.stdvga.bin
  lrwxrwxrwx 1 root root 29 Dec 10 18:37 /usr/share/qemu/vgabios-vmware.bin - 
../vgabios/vgabios.vmware.bin
  
  TRUSTY $ ls -la /usr/share/qemu/vgabios*
  lrwxrwxrwx 1 root root 29 Dec 10 18:50 /usr/share/qemu/vgabios.bin - 
../seabios/vgabios-isavga.bin
  lrwxrwxrwx 1 root root 29 Dec 10 18:50 /usr/share/qemu/vgabios-cirrus.bin - 
../seabios/vgabios-cirrus.bin
  lrwxrwxrwx 1 root root 26 Dec 10 18:50 /usr/share/qemu/vgabios-qxl.bin - 
../seabios/vgabios-qxl.bin
  lrwxrwxrwx 1 root root 29 Dec 10 18:50 /usr/share/qemu/vgabios-stdvga.bin - 
../seabios/vgabios-stdvga.bin
  lrwxrwxrwx 1 root root 29 Dec 10 18:50 /usr/share/qemu/vgabios-vmware.bin - 
../seabios/vgabios-vmware.bin
  
  I installed the vgabios package and made my own tree of symlinks:
  
  $ ls -l /usr/share/wiktel-server-vmhost/vgabios/
  total 0
  lrwxrwxrwx 1 root root 27 Dec 17 00:40 bios.bin - /usr/share/seabios/bios.bin
  lrwxrwxrwx 1 root root 23 Dec 17 00:40 keymaps - /usr/share/qemu/keymaps
  lrwxrwxrwx 1 root root 30 Dec 17 00:40 vgabios.bin - 
/usr/share/vgabios/vgabios.bin
  lrwxrwxrwx 1 root root 37 Dec 17 00:40 vgabios-cirrus.bin - 
/usr/share/vgabios/vgabios.cirrus.bin
  lrwxrwxrwx 1 root root 34 Dec 17 00:40 vgabios-qxl.bin - 
/usr/share/vgabios/vgabios.qxl.bin
  lrwxrwxrwx 1 root root 37 Dec 17 00:40 vgabios-stdvga.bin - 
/usr/share/vgabios/vgabios.stdvga.bin
  lrwxrwxrwx 1 root root 37 Dec 17 00:40 vgabios-vmware.bin - 
/usr/share/vgabios/vgabios.vmware.bin
  
  Then I added this to the guest XML:
  domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'
-   qemu:commandline
- qemu:arg value='-L'/
- qemu:arg value='/usr/share/wiktel-server-vmhost/vgabios'/
-   /qemu:commandline
+   qemu:commandline
+ qemu:arg value='-L'/
+ qemu:arg value='/usr/share/wiktel-server-vmhost/vgabios'/
+   /qemu:commandline
  /domain
  
  This makes it work. Is this the long-term answer? Or should this change
  from vgabios to seabios be reverted? Or should libvirt be modified to
  accept rom file=... for video, as discussed here:
  https://bugzilla.redhat.com/show_bug.cgi?id=811227#c9 Or should I try to
  get the seabios developers to help debug and fix this?

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

Title:
  [regression] vgabios - seabios breaks (my) 16-bit applications

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

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


[Bug 1448692] Re: package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-08-26 Thread Robie Basak
*** This bug is a duplicate of bug 1488453 ***
https://bugs.launchpad.net/bugs/1488453

** This bug has been marked a duplicate of bug 1488453
   Package postinst always fail on first install when using systemd

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

Title:
  package openhpid 2.14.1-1.3ubuntu2 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/openhpi/+bug/1448692/+subscriptions

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


[Bug 1487766] Re: package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2015-08-26 Thread Robie Basak
*** This bug is a duplicate of bug 1488453 ***
https://bugs.launchpad.net/bugs/1488453

** This bug has been marked a duplicate of bug 1488453
   Package postinst always fail on first install when using systemd

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

Title:
  package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

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

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


[Bug 1448221] Re: package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2015-08-26 Thread Robie Basak
*** This bug is a duplicate of bug 1488453 ***
https://bugs.launchpad.net/bugs/1488453

** This bug has been marked a duplicate of bug 1488453
   Package postinst always fail on first install when using systemd

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

Title:
  package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

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

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


[Bug 1488669] [NEW] consider building with golang-go on wily-arm64

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

I'm not sure the process by which this should be decided, but there is a
'real' golang-go package on arm64 now and it should be possible to build
docker with it.

(there is a real golang-go package on ppc64le too, but the cgo support
isn't good enough to build docker)

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

-- 
consider building with golang-go on wily-arm64
https://bugs.launchpad.net/bugs/1488669
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 1488668] [NEW] ftbfs on wily-ppc64el

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

The type of syscall.RawSockaddr.Data for gccgo changed in wily recently
and this breaks docker. It is fixed by this libcontainer fix:

https://github.com/docker/libcontainer/commit/024e2020d50c6052f2b63f6c8ba551aa72b37bca

which does not seem to be part of any docker commit yet.

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


** Tags: ftbfs
-- 
ftbfs on wily-ppc64el 
https://bugs.launchpad.net/bugs/1488668
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 1488666] [NEW] patch required to build with Go 1.5

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

Any uploads of docker.io will need to have this change:

https://github.com/docker/docker/commit/6f89a8ee1ba6b598dc1f76e829d6db6f830cdb8e

applied to build on wily.

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


** Tags: ftbfs
-- 
patch required to build with Go 1.5
https://bugs.launchpad.net/bugs/1488666
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 1488453] Re: Package postinst always fail on first install when using systemd

2015-08-26 Thread Robie Basak
** Bug watch added: Debian Bug tracker #785287
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785287

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

** Tags added: bitesize

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

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

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

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


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

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

We have 1 server (among hundreds) that its ntp service is crashing.

A few minute/seconds after a start attempts we can see the following in syslog:
ntpd[2729]: peers refreshed
ntpd[2729]: Listening on routing socket on fd #49 for interface updates
ntpd[2729]: i/o error on routing socket No buffer space available - disabling
kernel: [157516.495224] ntpd[2729]: segfault at 31 ip 0031 sp 
79f11788 error 14 in libpthread-2.15.so[7f967a5d9000+18000]

OS: Ubuntu 12.04.4 LTS
Kernel: 3.11.0-19-generic

I tried to compare it to other servers, and the only thing I could find that is 
different is that while it's up (before it crashes) I can see the following 
when running lsof | grep ntp:
ntpd 2729 ntp 49u sock 0,7 0t0 2473952565 can't identify protocol.

** Affects: ntp (Ubuntu)
 Importance: Low
 Assignee: Eric Desrochers (eric-desrochers-z)
 Status: Confirmed

** Affects: ntp (Ubuntu Precise)
 Importance: Undecided
 Status: New

** Affects: ntp (Ubuntu Trusty)
 Importance: Undecided
 Assignee: Eric Desrochers (eric-desrochers-z)
 Status: Confirmed

** Affects: ntp (Ubuntu Vivid)
 Importance: Undecided
 Status: New

** Affects: ntp (Ubuntu Wily)
 Importance: Low
 Assignee: Eric Desrochers (eric-desrochers-z)
 Status: Confirmed

-- 
NTP : Use-after-free in routing socket code after dropping root
https://bugs.launchpad.net/bugs/1481388
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

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


Re: [Bug 1488669] Re: consider building with golang-go on wily-arm64

2015-08-26 Thread Michael Hudson-Doyle
I guess it might reveal bugs in our go arm64 implementation.

Has gccgo been working out OK for docker? Might be worth checking what
upstream think, I guess.

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

Title:
  consider building with golang-go on wily-arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1488669/+subscriptions

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


[Bug 1487936] Re: $DOCKER_OPTS missing in systemd's docker.service

2015-08-26 Thread Robie Basak
Thanks. Since a bug in packages shipped by an external repository would
not be a bug in Ubuntu, marking the Ubuntu bug task as Invalid.

** Changed in: docker.io (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  $DOCKER_OPTS missing in systemd's docker.service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1487936/+subscriptions

-- 
Ubuntu-server-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-08-26 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Importance - Low for now, since the only reported user impact is
additional log entries.

** Changed in: dnsmasq (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq 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/dnsmasq/+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 1488453] [NEW] Package postinst always fail on first install when using systemd

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

This happened when I did apt-get install libopenhpi-dev

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: openhpid 2.14.1-1.3ubuntu2
ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
Uname: Linux 3.19.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1.3
Architecture: amd64
Date: Tue Aug 25 12:13:47 2015
DuplicateSignature: package:openhpid:2.14.1-1.3ubuntu2:underprocessen 
installerade post-installation-skript gav felkod 1
ErrorMessage: underprocessen installerade post-installation-skript gav felkod 1
InstallationDate: Installed on 2014-12-14 (253 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4.1
SourcePackage: openhpi
Title: package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: 
underprocessen installerade post-installation-skript gav felkod 1
UpgradeStatus: Upgraded to vivid on 2015-04-24 (122 days ago)

** Affects: openhpi (Ubuntu)
 Importance: High
 Status: Confirmed

** Affects: openhpi (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: amd64 apport-package bitesize systemd-boot vivid
-- 
Package postinst always fail on first install when using systemd
https://bugs.launchpad.net/bugs/1488453
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 1484497] [NEW] [Wily] wakes up green drives without a valid reason

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

Hi,

a minimalist Wily server install, around 4.5 GiB small does cause
endless spin downs and spin ups, so that green drives get damaged. I
maintain an around 37.5 GiB large Arch Linux install, quasi using the
same software used by the Wily install and in addition a little bit more
software, which isn't used by the Wily install. For Arch Linux I don't
experience this issue. I expect the same for an Ubuntu install.

I'm already hunting the culprit, see
https://lists.ubuntu.com/archives/ubuntu-studio-devel/2015-August/006570.html 
and
https://lists.ubuntu.com/archives/ubuntu-studio-devel/2015-August/006571.html,
but run out of ideas.

The claim the install is 2 GiB small is a typo, the backup archive is of
that size.

However, assumed Ubuntu won't contribute to
http://andrewmcconnell.photoshelter.com/gallery/GoLuiBLHIsmM this
feature should be removed from the defaults.

$ lsb_release -rd
Description:Ubuntu Wily Werewolf (development branch)
Release:15.10

Regards,
Ralf

** Affects: smartmontools (Ubuntu)
 Importance: Medium
 Status: Confirmed


** Tags: kernel-bug-exists-upstream
-- 
[Wily] wakes up green drives without a valid reason
https://bugs.launchpad.net/bugs/1484497
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 1435706] Re: DevLossTO, FastIoFailTO settings do not match multipath.conf expected values

2015-08-26 Thread Tore Anderson
I verified that this bug is *NOT* fixed by trying the exact identical
configuration (which is as minimal as possible) both with Ubuntu Trusty
and with Scientific Linux 6 (RHEL6 clone). The test machine is a Cisco
B200M2 blade server, using the Cisco VIC FCoE HBA (fnic.ko driver). The
storage array is an EMC VNX5300, which is reached via FCoE (inside the
Cisco UCS infrastructure) and then traditional FC fabric.

The following console output is taken with Trusty installed. Note that
it was fully upgraded. After creating /etc/multipath.conf with the
indicated contents, update-initramfs was run and the system rebooted,
just to make sure the settings had taken effect. As you can see from the
output, the dev_loss_tmo and fast_io_fail_tmo settings are *NOT*
applied:

=-=-=-=-=-=-=-=
tore@ucstest-osl2:~$ cat /etc/multipath.conf
devices {
device {
vendor  .*
product .*
fast_io_fail_tmo3
dev_loss_tmo2147483647
}
}

multipaths {
multipath {
wwid 3600601603a71320022967e0a1f38e411
alias bootvolume
}
}
tore@ucstest-osl2:~$ sudo multipath -ll
bootvolume (3600601603a71320022967e0a1f38e411) dm-0 DGC,VRAID
size=50G features='1 queue_if_no_path' hwhandler='1 emc' wp=rw
|-+- policy='round-robin 0' prio=1 status=active
| |- 0:0:1:0 sdb 8:16 active ready running
| `- 1:0:1:0 sdd 8:48 active ready running
`-+- policy='round-robin 0' prio=0 status=enabled
  |- 1:0:0:0 sdc 8:32 active ready running
  `- 0:0:0:0 sda 8:0  active ready running
tore@ucstest-osl2:~$ grep . /sys/class/fc_remote_ports/rport-*/*tmo
/sys/class/fc_remote_ports/rport-0:0-0/dev_loss_tmo:30
/sys/class/fc_remote_ports/rport-0:0-0/fast_io_fail_tmo:off
/sys/class/fc_remote_ports/rport-0:0-1/dev_loss_tmo:30
/sys/class/fc_remote_ports/rport-0:0-1/fast_io_fail_tmo:off
/sys/class/fc_remote_ports/rport-0:0-2/dev_loss_tmo:30
/sys/class/fc_remote_ports/rport-0:0-2/fast_io_fail_tmo:off
/sys/class/fc_remote_ports/rport-1:0-0/dev_loss_tmo:30
/sys/class/fc_remote_ports/rport-1:0-0/fast_io_fail_tmo:off
/sys/class/fc_remote_ports/rport-1:0-1/dev_loss_tmo:30
/sys/class/fc_remote_ports/rport-1:0-1/fast_io_fail_tmo:off
/sys/class/fc_remote_ports/rport-1:0-2/dev_loss_tmo:30
/sys/class/fc_remote_ports/rport-1:0-2/fast_io_fail_tmo:off
tore@ucstest-osl2:~$ uname -r
3.13.0-62-generic
tore@ucstest-osl2:~$ md5sum /etc/multipath.conf
27a62898e80a0bcd7e62b5f2e8d675ff  /etc/multipath.conf
tore@ucstest-osl2:~$ echo 3 | sudo tee 
/sys/class/fc_remote_ports/rport-*/fast_io_fail_tmo
3
tore@ucstest-osl2:~$ echo 2147483647 | sudo tee 
/sys/class/fc_remote_ports/rport-*/dev_loss_tmo
2147483647
tore@ucstest-osl2:~$ grep . /sys/class/fc_remote_ports/rport-*/*tmo
/sys/class/fc_remote_ports/rport-0:0-0/dev_loss_tmo:2147483647
/sys/class/fc_remote_ports/rport-0:0-0/fast_io_fail_tmo:3
/sys/class/fc_remote_ports/rport-0:0-1/dev_loss_tmo:2147483647
/sys/class/fc_remote_ports/rport-0:0-1/fast_io_fail_tmo:3
/sys/class/fc_remote_ports/rport-0:0-2/dev_loss_tmo:2147483647
/sys/class/fc_remote_ports/rport-0:0-2/fast_io_fail_tmo:3
/sys/class/fc_remote_ports/rport-1:0-0/dev_loss_tmo:2147483647
/sys/class/fc_remote_ports/rport-1:0-0/fast_io_fail_tmo:3
/sys/class/fc_remote_ports/rport-1:0-1/dev_loss_tmo:2147483647
/sys/class/fc_remote_ports/rport-1:0-1/fast_io_fail_tmo:3
/sys/class/fc_remote_ports/rport-1:0-2/dev_loss_tmo:2147483647
/sys/class/fc_remote_ports/rport-1:0-2/fast_io_fail_tmo:3
tore@ucstest-osl2:~$ dpkg -l multipath-tools
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  
Architecture Description
+++-==---=
ii  multipath-tools0.4.9-3ubuntu7.4 amd64   
 maintain multipath block
=-=-=-=-=-=-=-=

This shows the exact same multipath.conf file being used on SL6, and in
this case the sysfs settings *ARE* applied when the multipath map is
registered (no reboot required):

=-=-=-=-=-=-=-=
[root@ucstest-osl2 ~]# uname -r
2.6.32-358.23.2.el6.x86_64
[root@ucstest-osl2 ~]# rpm -qa device-mapper-multipath
device-mapper-multipath-0.4.9-80.el6.x86_64
[root@ucstest-osl2 ~]# grep . /sys/class/fc_remote_ports/rport-*/*tmo
/sys/class/fc_remote_ports/rport-1:0-0/dev_loss_tmo:30
/sys/class/fc_remote_ports/rport-1:0-0/fast_io_fail_tmo:off
/sys/class/fc_remote_ports/rport-1:0-1/dev_loss_tmo:30
/sys/class/fc_remote_ports/rport-1:0-1/fast_io_fail_tmo:off
/sys/class/fc_remote_ports/rport-1:0-2/dev_loss_tmo:30
/sys/class/fc_remote_ports/rport-1:0-2/fast_io_fail_tmo:off
/sys/class/fc_remote_ports/rport-2:0-0/dev_loss_tmo:30

[Bug 1316293] Re: unable to start

2015-08-26 Thread Andre Schlegel
Similar Problem with BackupPC un Ubuntu 14.04:

http://sourceforge.net/p/backuppc/mailman/backuppc-
users/thread/alpine.DEB.2.10.1505121831320.27187%40diaspar.physics.unc.edu/#msg34107271

Removing ssl start_tls from /etc/ldap.conf allows BackupPC to start.
Both applicaions using perl:

perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-gnu-
thread-multi

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

Title:
  unable to start

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

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


[Bug 1428663] Re: Samba on Power8: please merge fix from 14.10 to 14.04.01

2015-08-26 Thread Robie Basak
*** This bug is a duplicate of bug 1472584 ***
https://bugs.launchpad.net/bugs/1472584

Thank you for taking the time to report this bug and helping to make
Ubuntu better.

This is in progress and already tracked in bug 1472584 - we track fixes
for multiple releases in the same bug, so marking this as a duplicate.

** This bug has been marked a duplicate of bug 1472584
   ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3 on ppc64el

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

Title:
  Samba on Power8: please merge fix from 14.10 to 14.04.01

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

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


[Bug 1488453] Re: package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: underprocessen installerade post-installation-skript gav felkod 1

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

It looks like openhpid is not expected to work until it is configured.
The package ships OPENHPI_UNCONFIGURED = YES in
/etc/openhpi/openhpi.conf. This causes a maintainer script failure on
first install of the package. I think this has probably happened since
the systemd switch and that the previous Sys V init script was probably
just a noop.

To fix this problem, you should adjust /etc/openhpi/openhpi.conf to your
needs and then run sudo dpkg --configure -a to restart the daemon and
fix the package installation.

So this bug is part user error since /etc/openhpi/openhpi.conf needs
configuring manually, but also part packaging bug because the package
will never install successfully the first time.

** Summary changed:

- package openhpid 2.14.1-1.3ubuntu2 failed to install/upgrade: underprocessen 
installerade post-installation-skript gav felkod 1
+ Package postinst always fail on first install when using systemd

** Tags added: systemd-boot

** Changed in: openhpi (Ubuntu)
   Importance: Undecided = High

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

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

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

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


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

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

** Changed in: openhpi (Ubuntu)
   Status: New = Confirmed

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

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

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

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


[Bug 1488214] Re: package php5-json 1.3.6-1build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-08-26 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: php-json (Ubuntu)
   Status: New = Incomplete

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

Title:
  package php5-json 1.3.6-1build1 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/php-json/+bug/1488214/+subscriptions

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


[Bug 1488962] [NEW] systemd does not notice when apache2 service fails

2015-08-26 Thread Dr. Jens Rosenboom
Public bug reported:

The systemd service generated from /etc/init.d/apache2 via systemd-sysv-
generator contains the line

RemainAfterExit=yes

causing systemd to ignore crashes of the service. In order to reproduce
this, add a non-existing address to /etc/apache2/ports.conf, which will
cause the apache2 service to fail.

However, systemctl status apache2 will still show active(exited),
e.g. will not recognize the service as failed. In particular, systemctl
is-failed apache2 will still return active instead of failed.

Expected result: systemctl is-failed apache2 should return failed,
so that monitoring script can detect the error.

The solution would probably be to include a proper native systemd
service definition instead of using the converted sysv service.

$ apt-cache policy apache2
apache2:
  Installed: 2.4.10-9ubuntu1.1
  Candidate: 2.4.10-9ubuntu1.1
  Version table:
 *** 2.4.10-9ubuntu1.1 0
500 http://eu.archive.ubuntu.com/ubuntu/ vivid-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ vivid-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2.4.10-9ubuntu1 0
500 http://eu.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages

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

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

Title:
  systemd does not notice when apache2 service fails

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

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


[Bug 1406105] Re: Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS

2015-08-26 Thread Robie Basak
Thanks! This looks good. I particularly appreciate the effort you took
to figure through any upgrade path issues and the comprehensive coverage
you have of that in the Regression Potential section. This gives me much
more confidence in sponsoring this.

One very minor nitpick - I used version 2.1.12+dfsg-1.2ubuntu8.1 instead
of 2.1.12+dfsg-1.2ubuntu9 to make it clear that this is an SRU.
Technically 2.1.12+dfsg-1.2ubuntu9 would work in this case though and
the SRU team have no specific policy against it. More information on
picking a version number here (for version numbers, the same scheme
works for both security and SRUs):
https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation#Update_the_packaging

Uploaded. Thanks again!

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

Title:
  Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu
  14.04 LTS

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

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


[Bug 1481289] Re: PHP 5.5.9 Default socket timeout being not honoured by application

2015-08-26 Thread Ryan Harper
If someone can pull together a working set of patches that pulls in the
changes needed for the current version in trusty that can apply along
with a test-case, then we can pick up reviewing those for SRU.

** Changed in: php5 (Ubuntu)
   Status: Incomplete = Triaged

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

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

Title:
  PHP 5.5.9 Default socket timeout being not honoured by application

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

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


[Bug 1477174] Re: [SRU] 0.80.10 stable release

2015-08-26 Thread Chris J Arges
Hello James, or anyone else affected,

Accepted ceph into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/ceph/0.80.10-0ubuntu1.14.04.2 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-done

** Tags added: verification-needed

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

Title:
  [SRU] 0.80.10 stable release

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

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


[Bug 1486560] Re: package golang-go 2:1.4.2-3ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in package golang-go.tools 0.0~hg20140703-4

2015-08-26 Thread Brian Murray
** Also affects: golang (Ubuntu Wily)
   Importance: High
 Assignee: Michael Hudson-Doyle (mwhudson)
   Status: In Progress

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

Title:
  package golang-go 2:1.4.2-3ubuntu2 failed to install/upgrade: trying
  to overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in
  package golang-go.tools 0.0~hg20140703-4

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

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


[Bug 1475247] Re: ceph-disk-prepare --zap-disk hang

2015-08-26 Thread Chris J Arges
Hello Adam, or anyone else affected,

Accepted ceph into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/ceph/0.80.10-0ubuntu1.14.04.2 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!

** Changed in: ceph (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  ceph-disk-prepare --zap-disk hang

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

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


[Bug 1488216] Re: package golang-go 2:1.5~rc1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in package golang-go.tools 0.0~hg20140703-4

2015-08-26 Thread Brian Murray
*** This bug is a duplicate of bug 1486560 ***
https://bugs.launchpad.net/bugs/1486560

** This bug has been marked a duplicate of bug 1486560
   package golang-go 2:1.4.2-3ubuntu2 failed to install/upgrade: trying to 
overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in package 
golang-go.tools 0.0~hg20140703-4

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

Title:
  package golang-go 2:1.5~rc1-0ubuntu1 failed to install/upgrade: trying
  to overwrite '/usr/lib/go/pkg/tool/linux_amd64/vet', which is also in
  package golang-go.tools 0.0~hg20140703-4

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

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


[Bug 1481289] Re: PHP 5.5.9 Default socket timeout being not honoured by application

2015-08-26 Thread Ryan Harper
If someone can pull together a working set of patches that pulls in the
changes needed for the current version in trusty that can apply along
with a test-case, then we can pick up reviewing those for SRU.

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

Title:
  PHP 5.5.9 Default socket timeout being not honoured by application

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

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


[Bug 1406105] Re: Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS

2015-08-26 Thread Chris J Arges
Hello Sebastian, or anyone else affected,

Accepted freeradius into trusty-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/freeradius/2.1.12+dfsg-1.2ubuntu8.1
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!

** Changed in: freeradius (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu
  14.04 LTS

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

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


[Bug 1475247] Re: ceph-disk-prepare --zap-disk hang

2015-08-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/ceph

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

Title:
  ceph-disk-prepare --zap-disk hang

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

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


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

2015-08-26 Thread Robie Basak
Thanks Wesley, this looks good.

Some minor changes please:

1) Please could you add an Origin: header to the debdiff? Something like
Origin: upstream,
https://github.com/apache/httpd/commit/f0529e54b8d889322b5113eb623e263556bfa28e;
or Origin: backport,
https://github.com/apache/httpd/commit/f0529e54b8d889322b5113eb623e263556bfa28e;
depending on whether you had to tweak the diff or not. Sorry I didn't
mention this on IRC before - I saw the Closes/LP thing on a quick glance
but I didn't review properly.

2) Please could you note what's going on with the new
DirectoryCheckHandler directive in the debian/changelog entry? In
particular, I think it should answer: should users expect any behaviour
changes when updating and not changing anything; and what users need to
do to fix the bug after the update is applied (set DirectoryCheckHandler
to something?)

3) Given that the directive is being added, it should probably be noted
in the Regression Potential section, along with stating whether default
behaviour is being changed or not, and we should probably add a test
case to the Test Case section to make sure that the path that shouldn't
change is also exercised to ensure that it indeed hasn't changed.

I think I'm asking for 2 and 3 really because I don't feel that I yet
have clarity on exactly which way round the new directive works, and
what expectations are with regard to behaviour changes on the SRU update
(rather than against 2.2). I understand that parity against 2.2 is
needed to fix the bug, but from an SRU and regression perspective it's
behaviour changes on the SRU update itself that I'm bothered about.
Essentially, it comes down to: how are we ensuring that no user will
scream at us for breaking behaviour in pushing this SRU?

I'm sorry that this is a bit more complicated that I originally expected
when I asked you to look at this because of the behaviour issue.

With these changes, assuming it builds and you've tested it then I'm
happy to sponsor an upload. Thanks!

Log from IRC:

11:30 rbasak mdeslaur: around? I'm looking at sponsoring bug 1394403 -
as you're looked at it before I'd like your opinion please.

11:30 ubottu bug 1394403 in apache2 (Ubuntu Trusty) RewriteRule of
^$ is broken [Medium,Confirmed] https://launchpad.net/bugs/1394403

11:31 rbasak when I asked magicalChicken to look at it I didn't
realise the upstream fix would add a configuration directive. But it
looks like it's safe as it defaults to the same behaviour. Had you
considered this already? Does it also look reasonable to you?

11:31 rbasak I also think we should include the documentation update
in our backport - better than not having it in the SRU IMHO.

12:10 mdeslaur rbasak: I'm ok with the new config option...I've added
options before to packages as security updates, so it's not like we
haven't done it before. The option will change the behaviour though, but
cases where it will break something are unlikely

12:10 mdeslaur rbasak: for the documentation, meh...if it were man
pages, I'd push for it...but the static web documentation, meh

12:10 mdeslaur rbasak: especially since there are localized versions
of the documentation and we'd only be updating the english version

12:11 mdeslaur rbasak: the only thing is perhaps add what the option
is and how the default has changed to the changelog

12:16 rbasak mdeslaur: OK. Thanks!

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

Title:
  RewriteRule of ^$ is broken

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

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


[Bug 1481931] Re: [SRU] walinuxagent incorrectly handles http error for HPC workloads

2015-08-26 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 2.0.14-0ubuntu1~14.04.1

---
walinuxagent (2.0.14-0ubuntu1~14.04.1) trusty; urgency=medium

  * Added missing upstart job (LP: #1481931).

 -- Ben Howard ben.how...@ubuntu.com  Fri, 14 Aug 2015 15:02:53 -0600

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

Title:
  [SRU] walinuxagent incorrectly handles http error for HPC workloads

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

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


[Bug 1472584] Update Released

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

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

Title:
  ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3 on ppc64el

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

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


[Bug 1409904] Re: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes

2015-08-26 Thread Launchpad Bug Tracker
This bug was fixed in the package libmlx4 - 1.0.6-1ubuntu0.1

---
libmlx4 (1.0.6-1ubuntu0.1) vivid; urgency=medium

  * Add checksum offload support capability (LP: #1409904)

 -- Rafael David Tinoco (Inaddy) ina...@ubuntu.com  Tue, 21 Jul 2015
08:31:10 -0500

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

Title:
  Needed patches for InfiniBand Support: Flow Steering and Offload
  Support + Fixes

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

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


[Bug 1409904] Re: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes

2015-08-26 Thread Launchpad Bug Tracker
This bug was fixed in the package libibverbs - 1.1.8-1ubuntu1.1

---
libibverbs (1.1.8-1ubuntu1.1) vivid; urgency=medium

  * Add checksum offload support capability (LP: #1409904)

 -- Rafael David Tinoco (Inaddy) ina...@ubuntu.com  Tue, 21 Jul 2015
08:10:03 -0500

** Changed in: libibverbs (Ubuntu Vivid)
   Status: Fix Committed = Fix Released

** Changed in: libmlx4 (Ubuntu Vivid)
   Status: Fix Committed = Fix Released

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

Title:
  Needed patches for InfiniBand Support: Flow Steering and Offload
  Support + Fixes

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

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


[Bug 1472584] Re: ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3 on ppc64el

2015-08-26 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:4.1.6+dfsg-1ubuntu2.14.04.9

---
samba (2:4.1.6+dfsg-1ubuntu2.14.04.9) trusty; urgency=medium

  * debian/patches/0001-byteorder-do-not-assume-PowerPC-is-big-endian.patch:
deal with the fact that POWER8 can be little-endian, so don't use special
instructions to write in little-endian in that case. (LP: #1472584)

 -- Mathieu Trudel-Lapierre mathieu...@ubuntu.com  Wed, 12 Aug 2015
21:09:22 -0400

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

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

Title:
  ISST-LTE: Samba server doesn't work well on Ubuntu 14.04.3 on ppc64el

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

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


[Bug 1406105] Re: Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu 14.04 LTS

2015-08-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/freeradius

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

Title:
  Broken logrotate script in freeradius-2.1.12+dfsg-1.2ubuntu8 on Ubuntu
  14.04 LTS

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

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


[Bug 1409904] Re: Needed patches for InfiniBand Support: Flow Steering and Offload Support + Fixes

2015-08-26 Thread Launchpad Bug Tracker
This bug was fixed in the package tgt - 1:1.0.43-0ubuntu4.1

---
tgt (1:1.0.43-0ubuntu4.1) vivid; urgency=medium

  * iSER: Add Discovery support (LP: #1409904)

 -- Rafael David Tinoco (Inaddy) ina...@ubuntu.com  Tue, 21 Jul 2015
08:02:51 -0500

** Changed in: tgt (Ubuntu Vivid)
   Status: Fix Committed = Fix Released

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

Title:
  Needed patches for InfiniBand Support: Flow Steering and Offload
  Support + Fixes

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

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


[Bug 1481931] Re: [SRU] walinuxagent incorrectly handles http error for HPC workloads

2015-08-26 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 2.0.14-0ubuntu1~12.04.1

---
walinuxagent (2.0.14-0ubuntu1~12.04.1) precise; urgency=medium

  * Add missing upstart job (LP: 1481931).

 -- Ben Howard ben.how...@ubuntu.com  Fri, 14 Aug 2015 14:38:10 -0600

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

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

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

Title:
  [SRU] walinuxagent incorrectly handles http error for HPC workloads

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

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


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

2015-08-26 Thread Bug Watch Updater
** Changed in: openhpi (Debian)
   Status: Unknown = New

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

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

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

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


[Bug 1409904] Update Released

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

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

Title:
  Needed patches for InfiniBand Support: Flow Steering and Offload
  Support + Fixes

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

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


[Bug 1397250] Re: SIGPIPE not caught in do_atfork_child()

2015-08-26 Thread Jon Grimm
Interestingly rebuilding 265-3ubuntu2 with DEBUG enabled...  the code
path of do_child_atfork() isn't even hitting (no debug statements from
that function emitted).   do_child_atfork() is where the proposed fix
touches.

Additionally, I backleveled my trusty VM to 264-2.2ubuntu4.  The
testreproducer didn't segfault there either.

@BryanQuigley: Are you able to reproduce this bug?  I may have to rely
up on you or the reporter to test if so.  The fix is straight-
forward/upstream.. I'm just loathe to fix something that i can't prove
fixes anything..

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

Title:
  SIGPIPE not caught in do_atfork_child()

To manage notifications about this bug go to:
https://bugs.launchpad.net/nss-ldap/+bug/1397250/+subscriptions

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


[Bug 1458052] Re: [SRU] Azure Datasource writes user password in plain text

2015-08-26 Thread Patricia Gaughen
** Changed in: cloud-init (Ubuntu)
   Status: Fix Released = Fix Committed

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

Title:
  [SRU] Azure Datasource writes user password in plain text

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

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


[Bug 1404396] Re: [regression] vgabios - seabios breaks (my) 16-bit applications

2015-08-26 Thread Serge Hallyn
Actually, I just got a failure from the qa regression tests:

==
FAIL: test_virtio_net (__main__.QemuGuestVirtio)
Test virtio net
--
Traceback (most recent call last):
  File ./test-qemu.py, line 1441, in test_virtio_net
self._ssh_cmd(['lsmod'], search=virtio_net)
  File ./test-qemu.py, line 1203, in _ssh_cmd
self.assertEquals(expected, rc, result + report)
AssertionError: Got exit code 255, expected 0
Connection timed out during banner exchange

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

Title:
  [regression] vgabios - seabios breaks (my) 16-bit applications

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

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


[Bug 1485694] Re: Keystone raises an exception when it receives incorrectly encoded parameters

2015-08-26 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/213796
Committed: 
https://git.openstack.org/cgit/openstack/keystone/commit/?id=ef5f60305ce756a0832106ffa98a2314435a402d
Submitter: Jenkins
Branch:master

commit ef5f60305ce756a0832106ffa98a2314435a402d
Author: Sean Perry sean.pe...@hp.com
Date:   Mon Aug 17 10:25:22 2015 -0700

Prevent exception for invalidly encoded parameters

An exception occurs in the WebOb library when it tries to decode a
parameter that is not valid UTF8. To avoid this let's wrap the section
using the WebOb code and raise a ValidationError so the user gets
proper feedback instead of a UnknownError and a server 500 response.

Change-Id: I6781770a6c5b317eaef84064ef61b9c838d22bc2
Closes-Bug: 1485694


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

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

Title:
  Keystone raises an exception when it receives incorrectly encoded
  parameters

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

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


[Bug 1489265] [NEW] package python-samba 2:4.1.6+dfsg-1ubuntu2.14.04.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 239

2015-08-26 Thread Bhavin Hirpara
Public bug reported:

I dont know what the bug is . just popup when i was working

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: python-samba 2:4.1.6+dfsg-1ubuntu2.14.04.9
ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
Uname: Linux 3.13.0-62-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.12
Architecture: amd64
BothFailedConnect: Yes
Date: Thu Aug 27 10:44:19 2015
DuplicateSignature: 
package:python-samba:2:4.1.6+dfsg-1ubuntu2.14.04.9:subprocess installed 
post-installation script returned error exit status 239
ErrorMessage: subprocess installed post-installation script returned error exit 
status 239
InstallationDate: Installed on 2015-08-01 (25 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
NmbdLog:
 
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.4
 apt  1.0.1ubuntu2.10
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package python-samba 2:4.1.6+dfsg-1ubuntu2.14.04.9 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 239
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package python-samba 2:4.1.6+dfsg-1ubuntu2.14.04.9 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 239

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

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


[Bug 1489265] Re: package python-samba 2:4.1.6+dfsg-1ubuntu2.14.04.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 239

2015-08-26 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 samba in Ubuntu.
https://bugs.launchpad.net/bugs/1489265

Title:
  package python-samba 2:4.1.6+dfsg-1ubuntu2.14.04.9 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 239

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

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