[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-31 Thread Steve Langasek
Removing packages from xenial:
php-pinba 1.0.0-2build6 in xenial
php5-pinba 1.0.0-2build6 in xenial amd64
php5-pinba 1.0.0-2build6 in xenial arm64
php5-pinba 1.0.0-2build6 in xenial armhf
php5-pinba 1.0.0-2build6 in xenial i386
php5-pinba 1.0.0-2build6 in xenial powerpc
php5-pinba 1.0.0-2build6 in xenial ppc64el
php5-pinba 1.0.0-2build6 in xenial s390x
Comment: php7 support not released, removed from Debian unstable; LP: #1547183
1 package successfully removed.


** Changed in: php-pinba (Ubuntu)
   Status: New => Fix Released

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-31 Thread Steve Langasek
Removing packages from xenial:
php-mysqlnd-ms 1.6.0-1build1 in xenial
php5-mysqlnd-ms 1.6.0-1build1 in xenial amd64
php5-mysqlnd-ms 1.6.0-1build1 in xenial arm64
php5-mysqlnd-ms 1.6.0-1build1 in xenial armhf
php5-mysqlnd-ms 1.6.0-1build1 in xenial i386
php5-mysqlnd-ms 1.6.0-1build1 in xenial powerpc
php5-mysqlnd-ms 1.6.0-1build1 in xenial ppc64el
php5-mysqlnd-ms 1.6.0-1build1 in xenial s390x
Comment: php5-only; LP: #1547183
1 package successfully removed.


** Changed in: php-mysqlnd-ms (Ubuntu)
   Status: New => Fix Released

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-31 Thread Steve Langasek
Removing packages from xenial:
php-ps 1.3.7-1ubuntu2 in xenial
php5-ps 1.3.7-1ubuntu2 in xenial amd64
php5-ps 1.3.7-1ubuntu2 in xenial arm64
php5-ps 1.3.7-1ubuntu2 in xenial armhf
php5-ps 1.3.7-1ubuntu2 in xenial i386
php5-ps 1.3.7-1ubuntu2 in xenial powerpc
php5-ps 1.3.7-1ubuntu2 in xenial ppc64el
Comment: FTBFS, removed from Debian testing, php5-only; LP: #1547183
1 package successfully removed.


** Changed in: php-ps (Ubuntu)
   Status: New => Fix Released

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

Title:
  Remove php5 specific packages from the archive

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

-- 
Ubuntu-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 1473691] Re: [FFe] squid: Update to latest upstream release (3.5)

2016-03-30 Thread Steve Langasek
On Wed, Mar 30, 2016 at 04:41:12AM -, Ryan Harper wrote:
> As far as I can see, the entire versioned code block here is wrong, and
> > you should *only* be restarting squid.

> The block (without my addition) is from debian itself.

Yes, and I believe it's wrong there also (unless their previous squid3
package, unlike ours, didn't stop itself in the prerm?)

> update-rc.d squid defaults 30 >/dev/null

OK, someone's living in 2005... The '30' sequence number is obsolete, and
also why is this not being driven by debhelper?

> However, this failed in our dist-upgrade from trusty scenario as the squid3
> service file no longer
> exists.  Reading your analysis; it seems that /etc/init.d/squid3 should
> still be on disk;
> but it was not.

No.  I said that in an upgrade from trusty, there *was no*
/etc/init.d/squid3 init script, only an /etc/init/squid3.conf upstart job.
And your maintainer script is removing /etc/init/squid3.conf on upgrade;
which is why the Debian logic fails.

> In the dist-upgrade from trusty case; I believe we can just use the squid
> restart.

Yes.

> In the upgrade from wily case, it's not clear to me why the
> /etc/init.d/squid3 service
> file would still be on disk when it wasn't when upgrading from trusty?

Because the wily version of the package *has* an /etc/init.d/squid3 file,
whereas the trusty package does not.  And nothing in the xenial package is
handling the removal of this stale conffile.

So:

 - fix the maintainer script to remove /etc/init.d/squid3 on upgrade
 - drop all the versioned upgrade logic and just call invoke-rc.d squid
  restart.

BTW, note that dpkg-maintscript-helper has to be called from several
different maintainer scripts with the same arguments, not just from the
preinst - the squid package already has several bugs because it's not doing
this correctly.  This is a royal pain to get right by hand, and all
right-thinking maintainers would use debian/squid.maintscript as documented
in dh_installdeb, instead of hand-editing maintainer scripts and trying to
keep them all in sync.  This *probably* will DTRT in the package, despite
the fact that squid3 is using the one-step-removed-from-obsolete debhelper
compat level 5.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

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

Title:
  [FFe] squid: Update to latest upstream release (3.5)

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

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


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

2016-03-29 Thread Steve Langasek
if test -d /etc/squid3 && dpkg --compare-versions "$2" lt '3.5'; then
   #
   # handle the case where we have /etc/squid3 but the init script is
   # named squid.
   #
   service=squid3
   if ! test -e /etc/init.d/$service ; then
   service=squid
   fi
   invoke-rc.d $service stop
   invoke-rc.d $service start
else
   invoke-rc.d squid restart
fi

I had to look very carefully at the packages in trusty and wily to try
to figure out what this code is supposed to do, and I'm still not sure.
At first I believed it was buggy, then I came to believe it was just
pointless, now I'm convinced again that it's buggy.

The trusty version of the squid3 package ships an /etc/init/squid3.conf upstart 
job and no init script.
The wily version of the squid3 package ships both an /etc/init/squid3.conf 
upstart job, and an /etc/init.d/squid3 init script.

You are first looking for a script named /etc/init.d/squid3, and if it's
absent, you are stopping and starting the 'squid' service.  But if it's
*present*, you are stopping and starting the squid3 service, which is
certainly wrong.

So on upgrade from trusty, you will have removed /etc/init/squid3.conf
in the preinst of squid, and the old version of the squid3 package will
have stopped the squid3 service in its prerm because squid Conflicts:
old squid3 package and is being removed.  Then squid postinst stops
squid (unnecessary because not previously started), then starts squid.
So the code to get there is convoluted but this will work.

But on upgrade from wily, the old version of the squid3 package will
have stopped the squid3 service in its prerm because squid Conflicts:
old squid3 package and is being removed; and the new squid preinst will
have removed /etc/init/squid3.conf; but /etc/init.d/squid3, which is a
conffile, will still be on disk, so your code now tries to stop and then
start the old squid3 service, instead of stopping squid3 (which, again,
is redundant) and starting squid.

As far as I can see, the entire versioned code block here is wrong, and
you should *only* be restarting squid.

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

Title:
  [FFe] squid: Update to latest upstream release (3.5)

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

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


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

2016-03-29 Thread Steve Langasek
Nevermind, it seems someone already sponsored this upload.  So, for
future reference... :)

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

Title:
  [FFe] squid: Update to latest upstream release (3.5)

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

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


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

2016-03-29 Thread Steve Langasek
Ryan, for ease of review and sponsorship please provide an incremental
debdiff against the package that's already in xenial-proposed.

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

Title:
  [FFe] squid: Update to latest upstream release (3.5)

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

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


[Bug 1563111] Re: Sync php-pear 1:1.10.1+submodules+notgz-6 (main) from Debian unstable (main)

2016-03-28 Thread Steve Langasek
This bug was fixed in the package php-pear - 1:1.10.1+submodules+notgz-6
Sponsored for Nish Aravamudan (nacc)

---
php-pear (1:1.10.1+submodules+notgz-6) unstable; urgency=medium

  * Add mv_conffile to move existing /etc/pear.conf to
/etc/pear/pear.conf

 -- Ondřej Surý   Tue, 22 Mar 2016 09:48:02 +0100

php-pear (1:1.10.1+submodules+notgz-5) unstable; urgency=medium

  * Replace /usr/share/doc/php-pear symlink by a dir (Closes: #817814)
  * Set PHP_PEAR_SYSCONF_DIR to /etc/pear (Closes: #818271)
  * Fix "PECL extensions FTBFS with PHP Fatal error:
Call to a member function getFilelist() on null" (Closes: #805222)
  * Standards-Version: 3.9.7
  * Updated Vcs-* fields to use https
  * Add lintian override for pear-package-without-pkg-php-tools-builddep

 -- Mathieu Parent   Sat, 19 Mar 2016 22:43:58 +0100

** Changed in: php-pear (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync php-pear 1:1.10.1+submodules+notgz-6 (main) from Debian unstable
  (main)

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

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


[Bug 1563027] [NEW] vsftpd 3.0.3-3ubuntu1 fails to start on installation

2016-03-28 Thread Steve Langasek
Public bug reported:

vsftpd 3.0.3-3ubuntu1 is stuck in xenial-proposed because it's failing
its autopkgtests.

The reason for the autopkgtest failure is straightforward; vsftpd is
failing to start on installation.

$ systemctl status vsftpd.service
● vsftpd.service - vsftpd FTP server
   Loaded: loaded (/lib/systemd/system/vsftpd.service; enabled; vendor preset: 
enabled)
   Active: failed (Result: exit-code) since Mon 2016-03-28 19:55:47 UTC; 7min 
ago
 Main PID: 25705 (code=exited, status=2)

Mar 28 19:55:47 xenial-i386 systemd[1]: Starting vsftpd FTP server...
Mar 28 19:55:47 xenial-i386 systemd[1]: Started vsftpd FTP server.
Mar 28 19:55:47 xenial-i386 systemd[1]: vsftpd.service: Main process exited, 
code=exited, status=2/INVALIDARGUMENT
Mar 28 19:55:47 xenial-i386 systemd[1]: vsftpd.service: Unit entered failed 
state.
Mar 28 19:55:47 xenial-i386 systemd[1]: vsftpd.service: Failed with result 
'exit-code'.
$

Manually running the command from the service file fails with:

$ sudo /usr/sbin/vsftpd /etc/vsftpd.conf 
500 OOPS: vsftpd: not configured for standalone, must be started from inetd
$

This is due to debian/patches/0013-listen.patch, which has caused the
daemon to not listen on either ipv4 or ipv6, so it fails to start at
all.

** Affects: vsftpd (Ubuntu)
 Importance: Undecided
 Assignee: Chris J Arges (arges)
 Status: New

** Changed in: vsftpd (Ubuntu)
 Assignee: (unassigned) => Chris J Arges (arges)

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

Title:
  vsftpd 3.0.3-3ubuntu1 fails to start on installation

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-28 Thread Steve Langasek
Removing packages from xenial:
php5-midgard2 10.05.7-1build4 in xenial
php5-midgard2 10.05.7-1build4 in xenial amd64
php5-midgard2 10.05.7-1build4 in xenial arm64
php5-midgard2 10.05.7-1build4 in xenial armhf
php5-midgard2 10.05.7-1build4 in xenial i386
php5-midgard2 10.05.7-1build4 in xenial powerpc
php5-midgard2 10.05.7-1build4 in xenial ppc64el
php5-midgard2 10.05.7-1build4 in xenial s390x
Comment: only supports php5; LP: #1547183
1 package successfully removed.


** Changed in: php5-midgard2 (Ubuntu)
   Status: New => Fix Released

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 823878] Re: "bind interfaces only" requires a manual change to /etc/init/smbd.conf

2016-03-26 Thread Steve Langasek
>  - "IFACE=eth0": shouldn't "net-device-up" wait for all interfaces to
have an ip address ?

No. That's the 'static-network-up' event, mentioned above.  'net-device-
up' is a per-device event.

> - "started nmbd": I wonder whether that should not be put per default
by the samba's installation script. What do you think ?

No, that's definitely wrong and will cause 'service nmbd restart' to
hang.  And I don't know why this would be necessary on your system.

Regardless, beyond 14.04 the system init is handled completely
differently (via systemd instead of upstart) so this bug will no longer
apply in 16.04 LTS.

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

Title:
  "bind interfaces only" requires a manual change to /etc/init/smbd.conf

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

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


[Bug 1562349] Re: I can't update my Ubuntu cause of: package libgssapi-krb5-2:amd64 1.13.2+dfsg-2ubuntu0.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall

2016-03-26 Thread Steve Langasek
Thank you for reporting this bug and helping to improve Ubuntu.

Unfortunately, the logs in question only show that your system is in an
inconsistent state; they do not explain how the system got to be that
way, so there is nothing the developers can do to debug this and prevent
this from occurring in the future.

To correct the problem on your system, you need to do as the error
message indicates and reinstall the libgssapi-krb5-2 package.  You
should be able to achieve this by running the following command from a
terminal:

  sudo apt-get install --reinstall libgssapi-krb5-2

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

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

Title:
  I can't update my Ubuntu cause of: package libgssapi-krb5-2:amd64
  1.13.2+dfsg-2ubuntu0.1 failed to install/upgrade: package is in a very
  bad inconsistent state; you should  reinstall it before attempting
  configuration

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-25 Thread Steve Langasek
Removing packages from xenial:
nanoweb 2.2.9-0ubuntu1 in xenial
nanoweb 2.2.9-0ubuntu1 in xenial amd64
nanoweb 2.2.9-0ubuntu1 in xenial arm64
nanoweb 2.2.9-0ubuntu1 in xenial armhf
nanoweb 2.2.9-0ubuntu1 in xenial i386
nanoweb 2.2.9-0ubuntu1 in xenial powerpc
nanoweb 2.2.9-0ubuntu1 in xenial ppc64el
nanoweb 2.2.9-0ubuntu1 in xenial s390x
nanoweb-contrib 2.2.9-0ubuntu1 in xenial amd64
nanoweb-contrib 2.2.9-0ubuntu1 in xenial arm64
nanoweb-contrib 2.2.9-0ubuntu1 in xenial armhf
nanoweb-contrib 2.2.9-0ubuntu1 in xenial i386
nanoweb-contrib 2.2.9-0ubuntu1 in xenial powerpc
nanoweb-contrib 2.2.9-0ubuntu1 in xenial ppc64el
nanoweb-contrib 2.2.9-0ubuntu1 in xenial s390x
nanoweb-doc 2.2.9-0ubuntu1 in xenial amd64
nanoweb-doc 2.2.9-0ubuntu1 in xenial arm64
nanoweb-doc 2.2.9-0ubuntu1 in xenial armhf
nanoweb-doc 2.2.9-0ubuntu1 in xenial i386
nanoweb-doc 2.2.9-0ubuntu1 in xenial powerpc
nanoweb-doc 2.2.9-0ubuntu1 in xenial ppc64el
nanoweb-doc 2.2.9-0ubuntu1 in xenial s390x
nanoweb-nanoconfig 2.2.9-0ubuntu1 in xenial amd64
nanoweb-nanoconfig 2.2.9-0ubuntu1 in xenial arm64
nanoweb-nanoconfig 2.2.9-0ubuntu1 in xenial armhf
nanoweb-nanoconfig 2.2.9-0ubuntu1 in xenial i386
nanoweb-nanoconfig 2.2.9-0ubuntu1 in xenial powerpc
nanoweb-nanoconfig 2.2.9-0ubuntu1 in xenial ppc64el
nanoweb-nanoconfig 2.2.9-0ubuntu1 in xenial s390x
Comment: only supports PHP5; LP: #1547183
1 package successfully removed.


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

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-24 Thread Steve Langasek
Removing packages from xenial:
libkohana3.1-php 3.1.5-1.1 in xenial
libkohana-php 3.1.5-1.1 in xenial amd64
libkohana-php 3.1.5-1.1 in xenial arm64
libkohana-php 3.1.5-1.1 in xenial armhf
libkohana-php 3.1.5-1.1 in xenial i386
libkohana-php 3.1.5-1.1 in xenial powerpc
libkohana-php 3.1.5-1.1 in xenial ppc64el
libkohana-php 3.1.5-1.1 in xenial s390x
libkohana3.1-core-php 3.1.5-1.1 in xenial amd64
libkohana3.1-core-php 3.1.5-1.1 in xenial arm64
libkohana3.1-core-php 3.1.5-1.1 in xenial armhf
libkohana3.1-core-php 3.1.5-1.1 in xenial i386
libkohana3.1-core-php 3.1.5-1.1 in xenial powerpc
libkohana3.1-core-php 3.1.5-1.1 in xenial ppc64el
libkohana3.1-core-php 3.1.5-1.1 in xenial s390x
libkohana3.1-mod-auth-php 3.1.5-1.1 in xenial amd64
libkohana3.1-mod-auth-php 3.1.5-1.1 in xenial arm64
libkohana3.1-mod-auth-php 3.1.5-1.1 in xenial armhf
libkohana3.1-mod-auth-php 3.1.5-1.1 in xenial i386
libkohana3.1-mod-auth-php 3.1.5-1.1 in xenial powerpc
libkohana3.1-mod-auth-php 3.1.5-1.1 in xenial ppc64el
libkohana3.1-mod-auth-php 3.1.5-1.1 in xenial s390x
libkohana3.1-mod-cache-php 3.1.5-1.1 in xenial amd64
libkohana3.1-mod-cache-php 3.1.5-1.1 in xenial arm64
libkohana3.1-mod-cache-php 3.1.5-1.1 in xenial armhf
libkohana3.1-mod-cache-php 3.1.5-1.1 in xenial i386
libkohana3.1-mod-cache-php 3.1.5-1.1 in xenial powerpc
libkohana3.1-mod-cache-php 3.1.5-1.1 in xenial ppc64el
libkohana3.1-mod-cache-php 3.1.5-1.1 in xenial s390x
libkohana3.1-mod-codebench-php 3.1.5-1.1 in xenial amd64
libkohana3.1-mod-codebench-php 3.1.5-1.1 in xenial arm64
libkohana3.1-mod-codebench-php 3.1.5-1.1 in xenial armhf
libkohana3.1-mod-codebench-php 3.1.5-1.1 in xenial i386
libkohana3.1-mod-codebench-php 3.1.5-1.1 in xenial powerpc
libkohana3.1-mod-codebench-php 3.1.5-1.1 in xenial ppc64el
libkohana3.1-mod-codebench-php 3.1.5-1.1 in xenial s390x
libkohana3.1-mod-database-php 3.1.5-1.1 in xenial amd64
libkohana3.1-mod-database-php 3.1.5-1.1 in xenial arm64
libkohana3.1-mod-database-php 3.1.5-1.1 in xenial armhf
libkohana3.1-mod-database-php 3.1.5-1.1 in xenial i386
libkohana3.1-mod-database-php 3.1.5-1.1 in xenial powerpc
libkohana3.1-mod-database-php 3.1.5-1.1 in xenial ppc64el
libkohana3.1-mod-database-php 3.1.5-1.1 in xenial s390x
libkohana3.1-mod-image-php 3.1.5-1.1 in xenial amd64
libkohana3.1-mod-image-php 3.1.5-1.1 in xenial arm64
libkohana3.1-mod-image-php 3.1.5-1.1 in xenial armhf
libkohana3.1-mod-image-php 3.1.5-1.1 in xenial i386
libkohana3.1-mod-image-php 3.1.5-1.1 in xenial powerpc
libkohana3.1-mod-image-php 3.1.5-1.1 in xenial ppc64el
libkohana3.1-mod-image-php 3.1.5-1.1 in xenial s390x
libkohana3.1-mod-orm-php 3.1.5-1.1 in xenial amd64
libkohana3.1-mod-orm-php 3.1.5-1.1 in xenial arm64
libkohana3.1-mod-orm-php 3.1.5-1.1 in xenial armhf
libkohana3.1-mod-orm-php 3.1.5-1.1 in xenial i386
libkohana3.1-mod-orm-php 3.1.5-1.1 in xenial powerpc
libkohana3.1-mod-orm-php 3.1.5-1.1 in xenial ppc64el
libkohana3.1-mod-orm-php 3.1.5-1.1 in xenial s390x
libkohana3.1-mod-unittest-php 3.1.5-1.1 in xenial amd64
libkohana3.1-mod-unittest-php 3.1.5-1.1 in xenial arm64
libkohana3.1-mod-unittest-php 3.1.5-1.1 in xenial armhf
libkohana3.1-mod-unittest-php 3.1.5-1.1 in xenial i386
libkohana3.1-mod-unittest-php 3.1.5-1.1 in xenial powerpc
libkohana3.1-mod-unittest-php 3.1.5-1.1 in xenial ppc64el
libkohana3.1-mod-unittest-php 3.1.5-1.1 in xenial s390x
libkohana3.1-mod-userguide-php 3.1.5-1.1 in xenial amd64
libkohana3.1-mod-userguide-php 3.1.5-1.1 in xenial arm64
libkohana3.1-mod-userguide-php 3.1.5-1.1 in xenial armhf
libkohana3.1-mod-userguide-php 3.1.5-1.1 in xenial i386
libkohana3.1-mod-userguide-php 3.1.5-1.1 in xenial powerpc
libkohana3.1-mod-userguide-php 3.1.5-1.1 in xenial ppc64el
libkohana3.1-mod-userguide-php 3.1.5-1.1 in xenial s390x
libkohana3.1-php 3.1.5-1.1 in xenial amd64
libkohana3.1-php 3.1.5-1.1 in xenial 

[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-24 Thread Steve Langasek
Removing packages from xenial:
libkohana3.2-php 3.2.2-1 in xenial
libkohana3.2-core-php 3.2.2-1 in xenial amd64
libkohana3.2-core-php 3.2.2-1 in xenial arm64
libkohana3.2-core-php 3.2.2-1 in xenial armhf
libkohana3.2-core-php 3.2.2-1 in xenial i386
libkohana3.2-core-php 3.2.2-1 in xenial powerpc
libkohana3.2-core-php 3.2.2-1 in xenial ppc64el
libkohana3.2-core-php 3.2.2-1 in xenial s390x
libkohana3.2-mod-auth-php 3.2.2-1 in xenial amd64
libkohana3.2-mod-auth-php 3.2.2-1 in xenial arm64
libkohana3.2-mod-auth-php 3.2.2-1 in xenial armhf
libkohana3.2-mod-auth-php 3.2.2-1 in xenial i386
libkohana3.2-mod-auth-php 3.2.2-1 in xenial powerpc
libkohana3.2-mod-auth-php 3.2.2-1 in xenial ppc64el
libkohana3.2-mod-auth-php 3.2.2-1 in xenial s390x
libkohana3.2-mod-cache-php 3.2.2-1 in xenial amd64
libkohana3.2-mod-cache-php 3.2.2-1 in xenial arm64
libkohana3.2-mod-cache-php 3.2.2-1 in xenial armhf
libkohana3.2-mod-cache-php 3.2.2-1 in xenial i386
libkohana3.2-mod-cache-php 3.2.2-1 in xenial powerpc
libkohana3.2-mod-cache-php 3.2.2-1 in xenial ppc64el
libkohana3.2-mod-cache-php 3.2.2-1 in xenial s390x
libkohana3.2-mod-codebench-php 3.2.2-1 in xenial amd64
libkohana3.2-mod-codebench-php 3.2.2-1 in xenial arm64
libkohana3.2-mod-codebench-php 3.2.2-1 in xenial armhf
libkohana3.2-mod-codebench-php 3.2.2-1 in xenial i386
libkohana3.2-mod-codebench-php 3.2.2-1 in xenial powerpc
libkohana3.2-mod-codebench-php 3.2.2-1 in xenial ppc64el
libkohana3.2-mod-codebench-php 3.2.2-1 in xenial s390x
libkohana3.2-mod-database-php 3.2.2-1 in xenial amd64
libkohana3.2-mod-database-php 3.2.2-1 in xenial arm64
libkohana3.2-mod-database-php 3.2.2-1 in xenial armhf
libkohana3.2-mod-database-php 3.2.2-1 in xenial i386
libkohana3.2-mod-database-php 3.2.2-1 in xenial powerpc
libkohana3.2-mod-database-php 3.2.2-1 in xenial ppc64el
libkohana3.2-mod-database-php 3.2.2-1 in xenial s390x
libkohana3.2-mod-image-php 3.2.2-1 in xenial amd64
libkohana3.2-mod-image-php 3.2.2-1 in xenial arm64
libkohana3.2-mod-image-php 3.2.2-1 in xenial armhf
libkohana3.2-mod-image-php 3.2.2-1 in xenial i386
libkohana3.2-mod-image-php 3.2.2-1 in xenial powerpc
libkohana3.2-mod-image-php 3.2.2-1 in xenial ppc64el
libkohana3.2-mod-image-php 3.2.2-1 in xenial s390x
libkohana3.2-mod-orm-php 3.2.2-1 in xenial amd64
libkohana3.2-mod-orm-php 3.2.2-1 in xenial arm64
libkohana3.2-mod-orm-php 3.2.2-1 in xenial armhf
libkohana3.2-mod-orm-php 3.2.2-1 in xenial i386
libkohana3.2-mod-orm-php 3.2.2-1 in xenial powerpc
libkohana3.2-mod-orm-php 3.2.2-1 in xenial ppc64el
libkohana3.2-mod-orm-php 3.2.2-1 in xenial s390x
libkohana3.2-mod-unittest-php 3.2.2-1 in xenial amd64
libkohana3.2-mod-unittest-php 3.2.2-1 in xenial arm64
libkohana3.2-mod-unittest-php 3.2.2-1 in xenial armhf
libkohana3.2-mod-unittest-php 3.2.2-1 in xenial i386
libkohana3.2-mod-unittest-php 3.2.2-1 in xenial powerpc
libkohana3.2-mod-unittest-php 3.2.2-1 in xenial ppc64el
libkohana3.2-mod-unittest-php 3.2.2-1 in xenial s390x
libkohana3.2-mod-userguide-php 3.2.2-1 in xenial amd64
libkohana3.2-mod-userguide-php 3.2.2-1 in xenial arm64
libkohana3.2-mod-userguide-php 3.2.2-1 in xenial armhf
libkohana3.2-mod-userguide-php 3.2.2-1 in xenial i386
libkohana3.2-mod-userguide-php 3.2.2-1 in xenial powerpc
libkohana3.2-mod-userguide-php 3.2.2-1 in xenial ppc64el
libkohana3.2-mod-userguide-php 3.2.2-1 in xenial s390x
libkohana3.2-php 3.2.2-1 in xenial amd64
libkohana3.2-php 3.2.2-1 in xenial arm64
libkohana3.2-php 3.2.2-1 in xenial armhf
libkohana3.2-php 3.2.2-1 in xenial i386
libkohana3.2-php 3.2.2-1 in xenial powerpc
libkohana3.2-php 3.2.2-1 in xenial ppc64el
libkohana3.2-php 3.2.2-1 in xenial s390x
Comment: only supports PHP5; LP: #1547183


** Changed in: libkohana3.2-php (Ubuntu)
   Status: New => Fix Released

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

[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-24 Thread Steve Langasek
Removing packages from xenial:
libphp-jpgraph 1.5.2-12.1 in xenial
libphp-jpgraph 1.5.2-12.1 in xenial amd64
libphp-jpgraph 1.5.2-12.1 in xenial arm64
libphp-jpgraph 1.5.2-12.1 in xenial armhf
libphp-jpgraph 1.5.2-12.1 in xenial i386
libphp-jpgraph 1.5.2-12.1 in xenial powerpc
libphp-jpgraph 1.5.2-12.1 in xenial ppc64el
libphp-jpgraph 1.5.2-12.1 in xenial s390x
libphp-jpgraph-examples 1.5.2-12.1 in xenial amd64
libphp-jpgraph-examples 1.5.2-12.1 in xenial arm64
libphp-jpgraph-examples 1.5.2-12.1 in xenial armhf
libphp-jpgraph-examples 1.5.2-12.1 in xenial i386
libphp-jpgraph-examples 1.5.2-12.1 in xenial powerpc
libphp-jpgraph-examples 1.5.2-12.1 in xenial ppc64el
libphp-jpgraph-examples 1.5.2-12.1 in xenial s390x
Comment: only supports PHP5; LP: #1547183
1 package successfully removed.

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-24 Thread Steve Langasek
** Changed in: drupal7-mod-libraries (Ubuntu)
   Status: New => Invalid

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

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-24 Thread Steve Langasek
** Changed in: drupal7-mod-jssip (Ubuntu)
   Status: New => Invalid

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-24 Thread Steve Langasek
** Changed in: drupal7-mod-jscommunicator (Ubuntu)
   Status: New => Invalid

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-24 Thread Steve Langasek
** Changed in: drupal7-mod-jqueryi18nproperties (Ubuntu)
   Status: New => Invalid

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-24 Thread Steve Langasek
** Changed in: drupal7-mod-fontawesome (Ubuntu)
   Status: New => Invalid

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-24 Thread Steve Langasek
** Changed in: drupal7-mod-arbiterjs (Ubuntu)
   Status: New => Invalid

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

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1557669] Re: port binding issues with docker-1.10.2 on Ubuntu 16.04

2016-03-24 Thread Steve Langasek
** Package changed: docker (Ubuntu) => docker.io (Ubuntu)

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

Title:
  port binding issues with docker-1.10.2 on Ubuntu 16.04

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

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


[Bug 1536882] Re: upload golang1.6 package for trusty

2016-03-24 Thread Steve Langasek
** Tags added: verification-needed

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

Title:
  upload golang1.6 package for trusty

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

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


[Bug 1556241] Re: installer sets "iface encf5f0 inet dhcp" although a static IP address was preseeded

2016-03-23 Thread Steve Langasek
ubuntu-snappy should not write out its separate network interface config
when installed on an Ubuntu classic system.  mvo asked this to be filed
as a critical bug against ubuntu-snappy.

In general, the ubuntu-snappy firstboot task does not apply to an Ubuntu
classic system.  While it sounds like the Snappy team will take steps to
disable this in the future, as a workaround for new installs, we can
make the installer touch /var/lib/snappy/firstboot/stamp on install.

** Changed in: ubuntu-snappy (Ubuntu)
   Importance: Undecided => Critical

** Changed in: ubuntu-snappy (Ubuntu)
   Status: New => Triaged

** Package changed: snappy (Ubuntu) => debian-installer (Ubuntu)

** Changed in: debian-installer (Ubuntu)
   Importance: Critical => High

** Changed in: debian-installer (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: debian-installer (Ubuntu)
 Assignee: Dimitri John Ledkov (xnox) => Mathieu Trudel-Lapierre 
(mathieu-tl)

** Changed in: ubuntu-snappy (Ubuntu)
Milestone: None => ubuntu-16.04

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

Title:
  installer sets "iface encf5f0 inet dhcp" although a static IP address
  was preseeded

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-22 Thread Steve Langasek
Removing packages from xenial:
dh-make-php 0.4.0 in xenial
dh-make-php 0.4.0 in xenial amd64
dh-make-php 0.4.0 in xenial arm64
dh-make-php 0.4.0 in xenial armhf
dh-make-php 0.4.0 in xenial i386
dh-make-php 0.4.0 in xenial powerpc
dh-make-php 0.4.0 in xenial ppc64el
dh-make-php 0.4.0 in xenial s390x
Comment: Not ported to php7; LP: #1547183
1 package successfully removed.


** Changed in: dh-make-php (Ubuntu)
   Status: New => Fix Released

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

Title:
  Remove php5 specific packages from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-make-php/+bug/1547183/+subscriptions

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-22 Thread Steve Langasek
php-json, dh-php5, and php5 each have a large number of binary
dependencies remaining in xenial.  These should be removed once the
reverse-depends have been cleared up.

** 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 php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1547183

Title:
  Remove php5 specific packages from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-make-php/+bug/1547183/+subscriptions

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-22 Thread Steve Langasek
Removing packages from xenial:
libkohana2-php 2.3.4-2 in xenial
libkohana2-modules-php 2.3.4-2 in xenial amd64
libkohana2-modules-php 2.3.4-2 in xenial arm64
libkohana2-modules-php 2.3.4-2 in xenial armhf
libkohana2-modules-php 2.3.4-2 in xenial i386
libkohana2-modules-php 2.3.4-2 in xenial powerpc
libkohana2-modules-php 2.3.4-2 in xenial ppc64el
libkohana2-modules-php 2.3.4-2 in xenial s390x
libkohana2-php 2.3.4-2 in xenial amd64
libkohana2-php 2.3.4-2 in xenial arm64
libkohana2-php 2.3.4-2 in xenial armhf
libkohana2-php 2.3.4-2 in xenial i386
libkohana2-php 2.3.4-2 in xenial powerpc
libkohana2-php 2.3.4-2 in xenial ppc64el
libkohana2-php 2.3.4-2 in xenial s390x
Comment: Not ported to php7; LP: #1547183
1 package successfully removed.


** Changed in: libkohana2-php (Ubuntu)
   Status: New => Fix Released

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

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

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

Title:
  Remove php5 specific packages from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-make-php/+bug/1547183/+subscriptions

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-22 Thread Steve Langasek
Removing packages from xenial:
pnp4nagios 0.6.24+dfsg1-4 in xenial
pnp4nagios 0.6.24+dfsg1-4 in xenial amd64
pnp4nagios 0.6.24+dfsg1-4 in xenial arm64
pnp4nagios 0.6.24+dfsg1-4 in xenial armhf
pnp4nagios 0.6.24+dfsg1-4 in xenial i386
pnp4nagios 0.6.24+dfsg1-4 in xenial powerpc
pnp4nagios 0.6.24+dfsg1-4 in xenial ppc64el
pnp4nagios 0.6.24+dfsg1-4 in xenial s390x
pnp4nagios-bin 0.6.24+dfsg1-4 in xenial amd64
pnp4nagios-bin 0.6.24+dfsg1-4 in xenial arm64
pnp4nagios-bin 0.6.24+dfsg1-4 in xenial armhf
pnp4nagios-bin 0.6.24+dfsg1-4 in xenial i386
pnp4nagios-bin 0.6.24+dfsg1-4 in xenial powerpc
pnp4nagios-bin 0.6.24+dfsg1-4 in xenial ppc64el
pnp4nagios-bin 0.6.24+dfsg1-4 in xenial s390x
pnp4nagios-web 0.6.24+dfsg1-4 in xenial amd64
pnp4nagios-web 0.6.24+dfsg1-4 in xenial arm64
pnp4nagios-web 0.6.24+dfsg1-4 in xenial armhf
pnp4nagios-web 0.6.24+dfsg1-4 in xenial i386
pnp4nagios-web 0.6.24+dfsg1-4 in xenial powerpc
pnp4nagios-web 0.6.24+dfsg1-4 in xenial ppc64el
pnp4nagios-web 0.6.24+dfsg1-4 in xenial s390x
pnp4nagios-web-config-icinga 0.6.24+dfsg1-4 in xenial amd64
pnp4nagios-web-config-icinga 0.6.24+dfsg1-4 in xenial arm64
pnp4nagios-web-config-icinga 0.6.24+dfsg1-4 in xenial armhf
pnp4nagios-web-config-icinga 0.6.24+dfsg1-4 in xenial i386
pnp4nagios-web-config-icinga 0.6.24+dfsg1-4 in xenial powerpc
pnp4nagios-web-config-icinga 0.6.24+dfsg1-4 in xenial ppc64el
pnp4nagios-web-config-icinga 0.6.24+dfsg1-4 in xenial s390x
pnp4nagios-web-config-nagios3 0.6.24+dfsg1-4 in xenial amd64
pnp4nagios-web-config-nagios3 0.6.24+dfsg1-4 in xenial arm64
pnp4nagios-web-config-nagios3 0.6.24+dfsg1-4 in xenial armhf
pnp4nagios-web-config-nagios3 0.6.24+dfsg1-4 in xenial i386
pnp4nagios-web-config-nagios3 0.6.24+dfsg1-4 in xenial powerpc
pnp4nagios-web-config-nagios3 0.6.24+dfsg1-4 in xenial ppc64el
pnp4nagios-web-config-nagios3 0.6.24+dfsg1-4 in xenial s390x
Comment: Depends on libkohana2-php, which is not ported to PHP7; LP: #1547183
1 package successfully removed.


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

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

Title:
  Remove php5 specific packages from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-make-php/+bug/1547183/+subscriptions

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-22 Thread Steve Langasek
shinken-mod-npcdmod only recommends pnp4nagios, and recommends do not
block package installs (or package removals).  So IMHO this isn't worth
introducing a delta on this package for; wontfixing this task.

** Changed in: icinga-web (Ubuntu)
   Status: New => Fix Committed

** Changed in: shinken-mod-npcdmod (Ubuntu)
   Status: New => Won't Fix

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1557156] Re: [MIR] voluptuous

2016-03-21 Thread Steve Langasek
Override component to main
voluptuous 0.8.8-1ubuntu1 in xenial: universe/misc -> main
python-voluptuous 0.8.8-1ubuntu1 in xenial amd64: universe/python/optional/100% 
-> main
python-voluptuous 0.8.8-1ubuntu1 in xenial arm64: universe/python/optional/100% 
-> main
python-voluptuous 0.8.8-1ubuntu1 in xenial armhf: universe/python/optional/100% 
-> main
python-voluptuous 0.8.8-1ubuntu1 in xenial i386: universe/python/optional/100% 
-> main
python-voluptuous 0.8.8-1ubuntu1 in xenial powerpc: 
universe/python/optional/100% -> main
python-voluptuous 0.8.8-1ubuntu1 in xenial ppc64el: 
universe/python/optional/100% -> main
python-voluptuous 0.8.8-1ubuntu1 in xenial s390x: universe/python/optional/100% 
-> main
python3-voluptuous 0.8.8-1ubuntu1 in xenial amd64: 
universe/python/optional/100% -> main
python3-voluptuous 0.8.8-1ubuntu1 in xenial arm64: 
universe/python/optional/100% -> main
python3-voluptuous 0.8.8-1ubuntu1 in xenial armhf: 
universe/python/optional/100% -> main
python3-voluptuous 0.8.8-1ubuntu1 in xenial i386: universe/python/optional/100% 
-> main
python3-voluptuous 0.8.8-1ubuntu1 in xenial powerpc: 
universe/python/optional/100% -> main
python3-voluptuous 0.8.8-1ubuntu1 in xenial ppc64el: 
universe/python/optional/100% -> main
python3-voluptuous 0.8.8-1ubuntu1 in xenial s390x: 
universe/python/optional/100% -> main
15 publications overridden.


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

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

Title:
  [MIR] voluptuous

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

-- 
Ubuntu-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 1558196] Re: rpcbind does not start on boot under systemd

2016-03-19 Thread Steve Langasek
On Wed, Mar 16, 2016 at 07:16:36PM -, John Sopko wrote:
> We use nis ybind which is started out of /etc/init.d/nis  which fails
> because rpcbind is not running.

Ok, but rpcbind should start as soon as nis asks for it.

What does 'systemctl status rpcbind.socket' show on boot (i.e. before you've
manually started rpcbind)?

Would ybind for some reason be trying to connect to rpcbind via localhost,
instead of using the UNIX socket (/run/rpcbind.sock)?

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

Title:
  rpcbind does not start on boot under systemd

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

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


[Bug 1548442] Re: php7.0: segmentation fault running twig test suite

2016-03-19 Thread Steve Langasek
** Changed in: php7.0 (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  php7.0: segmentation fault running twig test suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1548442/+subscriptions

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


[Bug 1558196] Re: ypbind not able to socket activate rpcbind under systemd, fails at boot unless something else starts rpcbind

2016-03-19 Thread Steve Langasek
** Changed in: nis (Ubuntu)
   Status: New => Triaged

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

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

Title:
  ypbind not able to socket activate rpcbind under systemd, fails at
  boot unless something else starts rpcbind

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

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


[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-19 Thread Steve Langasek
php-pear 1:1.10.1+submodules+notgz-4 has also made it to xenial.

** Changed in: php-pear (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  php7.0: update to latest version of packages from Debian unstable

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

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


[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-19 Thread Steve Langasek
xdebug 2.4.0-1 is in xenial now.

** Package changed: php-xdebug (Ubuntu) => xdebug (Ubuntu)

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

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

Title:
  php7.0: update to latest version of packages from Debian unstable

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-19 Thread Steve Langasek
libkohana2-php has pnp4nagios-web as a reverse-dependency.  What should
be done with that package?

** Changed in: libkohana2-php (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/1547183

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1547183] Re: Remove php5 specific packages from the archive

2016-03-19 Thread Steve Langasek
pnp4nagios-web in turn has icinga-web-pnp as a revdep.

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

Title:
  Remove php5 specific packages from the archive

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

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


[Bug 1558196] Re: rpcbind does not start on boot under systemd

2016-03-18 Thread Steve Langasek
** Also affects: nis (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- rpcbind does not start on boot under systemd
+ ypbind not able to socket activate rpcbind under systemd, fails at boot 
unless something else starts rpcbind

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

Title:
  ypbind not able to socket activate rpcbind under systemd, fails at
  boot unless something else starts rpcbind

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

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


[Bug 1558196] Re: rpcbind does not start on boot under systemd

2016-03-18 Thread Steve Langasek
Do you have anything on your system that depends on rpcbind running?
The current version of the rpcbind package is socket-activated; perhaps
the service isn't started because you have nothing installed that
actually uses it?

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

Title:
  rpcbind does not start on boot under systemd

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

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


[Bug 1540597] Re: [MIR] nova-lxd, python-pylxd

2016-03-18 Thread Steve Langasek
Matthias, you've overridden the components for these packages, but
they're not seeded anywhere.  They now show up in component-mismatches
as awaiting demotion to universe.

James, Chuck, can you please get these packages seeded?

** Changed in: nova-lxd (Ubuntu)
   Status: Fix Released => Fix Committed

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

Title:
  [MIR] nova-lxd, python-pylxd

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

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


[Bug 1558201] Re: php-sabre-dav-2.1 testsuite failures in mb_stripos on s390x

2016-03-18 Thread Steve Langasek
** Changed in: php7.0 (Ubuntu)
   Status: New => Fix Committed

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

Title:
  php-sabre-dav-2.1 testsuite failures in mb_stripos on s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1558201/+subscriptions

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


[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-15 Thread Steve Langasek
Ok, correction, php-redis 2.2.7-389-g2887ad1+2.2.7-1 is somewhere to be found 
in Ubuntu - in xenial-proposed.  So the proposed change isn't buggy, it OTOH it 
also isn't necessary.
The only package still blocking us here is php-zmq.  Adjusting and uploading.

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

Title:
  php7.0: update to latest version of packages from Debian unstable

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

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


[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-15 Thread Steve Langasek
--- php-defaults-35ubuntu3/debian/control.in2016-03-14 21:01:29.0 
-0700
+++ php-defaults-35ubuntu4/debian/control.in2016-03-15 16:51:32.0 
-0700
@@ -114,7 +114,7 @@
 php-mongodb (<< 1.1.2-3~),
 php-msgpack (<< 2.0.0+0.5.7-2~),
 php-radius (<< 1.4.0~b1-2~),
-php-redis (<< 2.2.7-355-g799e0bc+2.2.7-4~),
+php-redis (<< 2.2.7-389-g2887ad1+2.2.7-1~),
 php-rrd (<< 2.0.0+1.1.3-3~),
 php-smbclient (<< 0.8.0~rc1-2~),
 php-ssh2 (<< 0.12-39-g3dfe336+0.12-1~),

Well, 2.2.7-389-g2887ad1+2.2.7-1 is nowhere to be found in Ubuntu. The
existing version check is buggy, but this new one is also buggy.  The
right version check for Ubuntu appears to be 2.2.7-355-g799e0bc+2.2.7-2.

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

Title:
  php7.0: update to latest version of packages from Debian unstable

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

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


[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-14 Thread Steve Langasek
** Changed in: php-memcached (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: php7.0 (Ubuntu)
   Status: New => Fix Committed

** Changed in: php-universe-source7.0 (Ubuntu)
   Status: New => Fix Committed

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

Title:
  php7.0: update to latest version of packages from Debian unstable

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

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


[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-14 Thread Steve Langasek
Changes to the dependencies of php-defaults should be made to 
debian/control.in, not just debian/control.  Adjusted locally.
Also, the version used for php-memcached was subjected to an incomplete 
replacement (2.2.0-51-ge573a6e+2.2.0-2build1 vs. 2.2.0-95-ge573a6e+2.2.0-2~).

Uploading. Thanks

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

Title:
  php7.0: update to latest version of packages from Debian unstable

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

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


[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-14 Thread Steve Langasek
The php-memcached package in Debian unstable is at a new upstream
version. Please confirm that this is not something that should go
through the FFe process for updating.

We can also adjust the versioned Breaks: from php-common for Ubuntu's
purposes, which may be e

** Changed in: php-memcached (Ubuntu)
   Status: New => Incomplete

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

Title:
  php7.0: update to latest version of packages from Debian unstable

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

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


[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-14 Thread Steve Langasek
This bug was fixed in the package php-memcache - 3.0.9~20151130.fdbd46b-2
Sponsored for Nish Aravamudan (nacc)

---
php-memcache (3.0.9~20151130.fdbd46b-2) unstable; urgency=medium

  * Remove Sergey from Uploaders per his request and thanks for all his
work for all these years
  * Force rebuild with dh_php >= 0.7

 -- Ondřej Surý   Mon, 29 Feb 2016 22:18:26 +0100

php-memcache (3.0.9~20151130.fdbd46b-1) unstable; urgency=medium

  * Sync with Ubuntu on package version, so we don't have version clashes
in the future
  * Imported Upstream version 3.0.9~20151130.fdbd46b

 -- Ondřej Surý   Fri, 19 Feb 2016 14:57:17 +0100

** Changed in: php-memcache (Ubuntu)
   Status: New => Fix Released

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

Title:
  php7.0: update to latest version of packages from Debian unstable

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

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


[Bug 1556967] Re: Support 'multipath -a'

2016-03-14 Thread Steve Langasek
** Changed in: multipath-tools (Ubuntu)
 Assignee: (unassigned) => Taco Screen team (taco-screen-team)

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

Title:
  Support 'multipath -a'

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

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


[Bug 1555843] Re: php7.0: re-add binary packages with universe dependencies

2016-03-11 Thread Steve Langasek
This bug was fixed in the package php-defaults - 35
Sponsored for Nish Aravamudan (nacc)

---
php-defaults (35) unstable; urgency=medium

  * Simplify the package versions to use only SUPPORTED_VERSION for common
packages and DEB_VERSION for php-common and php-all-dev to be able to
update mixed versions

 -- Ondřej Surý   Tue, 01 Mar 2016 16:28:34 +0100

php-defaults (34) unstable; urgency=medium

  * Just little fix here and there

 -- Ondřej Surý   Tue, 01 Mar 2016 12:08:28 +0100

php-defaults (33) unstable; urgency=medium

  * Create independent mods-available directory for each PHP version
  * php-common needs to have different version then the rest of the
packages, so it's just $(DEB_EPOCH):$(DEB_VERSION) and it doesn't
include supported PHP versions

 -- Ondřej Surý   Mon, 29 Feb 2016 09:45:39 +0100

php-defaults (32) unstable; urgency=medium

  * Bump epoch to 1, so the new version number is higher than the old
one

 -- Ondřej Surý   Tue, 23 Feb 2016 20:47:04 +0100

php-defaults (31) unstable; urgency=medium

  * Generate package version numbers from PHP supported versions and
changelog version
  * Remove php-dbg package
  * Bump standards version to 3.9.7 (no change)

 -- Ondřej Surý   Tue, 23 Feb 2016 20:25:43 +0100

php-defaults (30) unstable; urgency=medium

  * Regenerate d/control

 -- Ondřej Surý   Tue, 23 Feb 2016 18:41:09 +0100

php-defaults (29) unstable; urgency=medium

  * Update modulelist to match the new extension packages

 -- Ondřej Surý   Tue, 23 Feb 2016 10:12:44 +0100

** Changed in: php-defaults (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  php7.0: re-add binary packages with universe dependencies

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

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


[Bug 1555843] Re: php7.0: re-add binary packages with universe dependencies

2016-03-11 Thread Steve Langasek
** Patch added: "php-universe-source7.0-fixups.diff"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+attachment/4596497/+files/php-universe-source7.0-fixups.diff

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

Title:
  php7.0: re-add binary packages with universe dependencies

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

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


[Bug 1555843] Re: php7.0: re-add binary packages with universe dependencies

2016-03-11 Thread Steve Langasek
Thanks, this looks good.  I've made just a few small adjustments:
 - smash the version to 7.0.3-9ubuntu2. This hasn't been uploaded to the 
archive, so no reason to use 9ubuntu3.
 - drop some extra variables in debian/rules (nullstring, space) that were 
added but are no longer needed.
 - consolidate some of the references to $(WITH_UNIVERSE) in debian/rules to 
shrink the diff.
 - make sure to install the changelog file in the universe packages.
 - use rm -f on debian/tests/control, so that this doesn't fail if the file is 
already removed.
 - (php-universe-source only) delete the Testsuite field, since there are no 
tests for this package.

Attached my delta between your 7.0.3-9ubuntu3 and the 7.0.3-9ubuntu2
that I'll be uploading.  delta for php-universe-source to follow
shortly.

** Patch added: "php7.0-fixups.diff"
   
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1555843/+attachment/4596496/+files/php7.0-fixups.diff

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

Title:
  php7.0: re-add binary packages with universe dependencies

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

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


[Bug 1555723] Re: pip is breaking in ppc64el

2016-03-11 Thread Steve Langasek
Barry, can you have a look at this issue, please?  If you need access to
a 16.04 POWER system (since the porter box is still not 16.04-capable),
you can ask Mathieu to get you access.

** Package changed: linux (Ubuntu) => python-cryptography (Ubuntu)

** Changed in: python-cryptography (Ubuntu)
 Assignee: Taco Screen team (taco-screen-team) => Barry Warsaw (barry)

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

Title:
  pip is breaking in ppc64el

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

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


[Bug 1555843] Re: php7.0: re-add binary packages with universe dependencies

2016-03-11 Thread Steve Langasek
+ifeq ($(WITH_UNIVERSE),yes)
+DH_OPTIONS+=$(addprefix -N,$(shell dh_listpackages | grep -v $(addprefix -e 
,$(UNIVERSE_PACKAGES
+else
+DH_OPTIONS+=$(addprefix -N,$(shell dh_listpackages | grep $(addprefix -e 
,$(UNIVERSE_PACKAGES
+endif

debhelper also supports -p options to specify which packages it works
on, as opposed to -N to specify packages to exclude.  Couldn't this be
written more succinctly as:

 ifeq ($(WITH_UNIVERSE),yes)
 DH_OPTIONS+=$(addprefix -p,$(UNIVERSE_PACKAGES))
 else
 DH_OPTIONS+=$(addprefix -N,$(UNIVERSE_PACKAGES))
 endif

?

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

Title:
  php7.0: re-add binary packages with universe dependencies

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

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


[Bug 1553419] Re: php7.0: update to latest version of packages from Debian unstable

2016-03-08 Thread Steve Langasek
php-pear synced.

** Changed in: php-pear (Ubuntu)
   Status: New => Fix Committed

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

Title:
  php7.0: update to latest version of packages from Debian unstable

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

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


[Bug 1543334] Re: upgrade to pkg-php-tools 1.32

2016-02-28 Thread Steve Langasek
OK, I've checked and it seems the package now FTBFS without the build-
dependency on php-xml.  So +1 for that.

I cannot confirm that php-xml is also needed as a test dependency, but
it also doesn't do any major harm and can be cleaned up with the Debian
maintainers later.

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

Title:
  upgrade to pkg-php-tools 1.32

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

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


[Bug 1543334] Re: upgrade to pkg-php-tools 1.32

2016-02-28 Thread Steve Langasek
Why have you added the build-dependency / test dependency on php-xml?  I
don't see any mention of this in the test logs.  The JSON error string
fix appears to be sufficient to resolve the build failures, from what I
see of the log.

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

Title:
  upgrade to pkg-php-tools 1.32

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

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


[Bug 1483572] Re: 2.4.0: unit test failures on powerpc

2016-02-28 Thread Steve Langasek
** Tags removed: architecture-ppc64le severity-low targetmilestone-
inin1510

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

Title:
  2.4.0: unit test failures on powerpc

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

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


[Bug 1550470] Re: Sync krb5 1.13.2+dfsg-5 (main) from Debian unstable (main)

2016-02-26 Thread Steve Langasek
This bug was fixed in the package krb5 - 1.13.2+dfsg-5
Sponsored for Sam Hartman (hartmans)

---
krb5 (1.13.2+dfsg-5) unstable; urgency=high

  *  Security Update
  * Verify decoded kadmin C strings [CVE-2015-8629]
CVE-2015-8629: An authenticated attacker can cause kadmind to read
beyond the end of allocated memory by sending a string without a
terminating zero byte. Information leakage may be possible for an
attacker with permission to modify the database. (Closes: #813296)
  * Check for null kadm5 policy name [CVE-2015-8630]
CVE-2015-8630: An authenticated attacker with permission to modify a
principal entry can cause kadmind to dereference a null pointer by
supplying a null policy value but including KADM5_POLICY in the mask.
(Closes: #813127)
  * Fix leaks in kadmin server stubs [CVE-2015-8631]
CVE-2015-8631: An authenticated attacker can cause kadmind to leak
memory by supplying a null principal name in a request which uses one.
Repeating these requests will eventually cause kadmind to exhaust all
available memory. (Closes: #813126)


 -- Sam Hartman   Tue, 23 Feb 2016 08:54:09 -0500

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8629

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8630

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-8631

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

Title:
  Sync krb5 1.13.2+dfsg-5 (main) from Debian unstable (main)

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

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


[Bug 1543334] Re: upgrade to pkg-php-tools 1.32

2016-02-22 Thread Steve Langasek
This package is now buildable, but is blocked in xenial-proposed because
its autopkgtests fail, both with or without the new php-pear:

  http://autopkgtest.ubuntu.com/packages/p/pkg-php-tools/xenial/amd64/

(reproducible for all arches)

sample failure is:
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
/autopkgtest-xenial/xenial/amd64/p/pkg-php-tools/20160219_055642@/log.gz

This shows incompatibilities both with php-json and with php-pear.

Nish, can you please follow up on this?

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

Title:
  upgrade to pkg-php-tools 1.32

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

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


[Bug 801244] Re: [MIR] vblade-persist

2016-02-18 Thread Steve Langasek
vblade-persist depends on runit, which is not appropriate to include in
main and will not be supported by the Foundations team.  If the
functionality of this package is required in main, it should be ported
to systemd.

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

Title:
  [MIR] vblade-persist

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

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


[Bug 1543334] Re: upgrade to pkg-php-tools 1.32

2016-02-14 Thread Steve Langasek
** Changed in: pkg-php-tools (Ubuntu)
   Status: Incomplete => Fix Committed

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

Title:
  upgrade to pkg-php-tools 1.32

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

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


[Bug 1539548] Re: Ubuntu 16.04: not possible to install qemu-system-common

2016-02-13 Thread Steve Langasek
I cannot reproduce this problem.  The initscripts package, which
provides mountkernfs, is a dependency of the init system, so it is
always present.  Is there a problem with the /etc/init.d/mountkernfs.sh
file on your system?  If it's present, please attach it to this bug.

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

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

Title:
  Ubuntu 16.04: not possible to install qemu-system-common

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

-- 
Ubuntu-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 1543334] Re: upgrade to pkg-php-tools 1.32

2016-02-11 Thread Steve Langasek
On Thu, Feb 11, 2016 at 11:17:37PM -, Nish Aravamudan wrote:
> Argh, you're right, Steve! I'm sorry, when I built the pkg-php-tools in
> the side PPA, it used the php-pear from the referenced bug as built in
> that PPA (https://launchpadlibrarian.net/234638050/buildlog_ubuntu-
> xenial-amd64.pkg-php-tools_1.32~exp1~ppa_BUILDING.txt.gz). So yeah, it
> probably needs a versioned dependency to require specifically that level
> of php-pear. I will note that with that version installed, it does pass
> the tests in my testing. Do you want me to post an updated debdiff?

No need.  This package has been uploaded to xenial-proposed as-is, and will
block there until buildable.

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

Title:
  upgrade to pkg-php-tools 1.32

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

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


[Bug 1543334] Re: upgrade to pkg-php-tools 1.32

2016-02-10 Thread Steve Langasek
Trying to build this from the Debian git repository fails in the test
suite as follows:

   dh_auto_test
make -j1 test
make[1]: Entering directory '/tmp/build-area/pkg-php-tools-1.32~exp1'
sh testsuite/runtests.sh
[...]
Running test: 201_Debian_Debhelper_Buildsystem_phppear.sh
cp package.xml ./MyProject_Packages-1.2.1/package.xml
sed -i -e s/md5sum=\"\[^\"\]\*\"// -e s/sha1sum=\"\[^\"\]\*\"// 
./MyProject_Packages-1.2.1/package.xml
/usr/bin/pear -c debian/pearrc -d download_dir=/tmp -d 
include_path=/usr/share/php -d php_bin=/usr/bin/php -d bin_dir=/usr/bin -d 
php_dir=/usr/share/php -d data_dir=/usr/share/php/data -d 
doc_dir=/usr/share/doc/php-foo -d test_dir=/usr/share/php/tests install 
--offline --nodeps -P /tmp/6SOImKhlpj ./MyProject_Packages-1.2.1/package.xml
PHP Parse error:  syntax error, unexpected 'new' (T_NEW) in 
/usr/share/php/PEAR/Frontend.php on line 91
201_Debian_Debhelper_Buildsystem_phppear.pl: /usr/bin/pear -c debian/pearrc -d 
download_dir=/tmp -d include_path=/usr/share/php -d php_bin=/usr/bin/php -d 
bin_dir=/usr/bin -d php_dir=/usr/share/php -d data_dir=/usr/share/php/data -d 
doc_dir=/usr/share/doc/php-foo -d test_dir=/usr/share/php/tests install 
--offline --nodeps -P /tmp/6SOImKhlpj ./MyProject_Packages-1.2.1/package.xml 
returned exit code 255
UNKNOWN

Is this package missing a versioned dependency on php-pear (bug
#1543324)?  Should we upload and trust that it will be fixed once php-
pear is available?

** Changed in: pkg-php-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  upgrade to pkg-php-tools 1.32

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

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


[Bug 1543170] Re: lxc fails to install

2016-02-08 Thread Steve Langasek
*** This bug is a duplicate of bug 1543051 ***
https://bugs.launchpad.net/bugs/1543051

This is a duplicate of bug #1543051, for which a fix has already been
uploaded and is currently in xenial-proposed.

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

** This bug has been marked a duplicate of bug 1543051
   New helpers version fail on "unknown initscript"

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

Title:
  lxc fails to install

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

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


[Bug 1543430] [NEW] kpartx 0.5.0-7ubuntu11 fails to remove loop mapping on kpartx -d

2016-02-08 Thread Steve Langasek
Public bug reported:

I've observed in livefs build logs that with kpartx 0.5.0-7ubuntu12,
'kpartx -d' is not removing the loop mapping (losetup -d).  E.g., build
log diff:

 + kpartx -v -d binary/boot/disk.ext4
 del devmap : loop0p1
-loop deleted : /dev/loop0

This doesn't seem to be causing any immediate practical problems because
each livefs build gets a dedicated VM which is torn down afterwards, so
the mappings do not persist.  But it's definitely incorrect for these
mappings to persist.

The good build log used kpartx 0.5.0-7ubuntu9.  Testing the intermediate
versions, 0.5.0-7ubuntu11 shows the same buggy behavior as 12.  10
clears the loop mapping, but also appears to fail to correctly set up
partitions in my test case so I'm not sure if this bug is present or not
in 0.5.0-7ubuntu10.

** Affects: multipath-tools (Ubuntu)
 Importance: Critical
 Assignee: Mathieu Trudel-Lapierre (mathieu-tl)
 Status: New

** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided => Critical

** Changed in: multipath-tools (Ubuntu)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

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

Title:
  kpartx 0.5.0-7ubuntu11 fails to remove loop mapping on kpartx -d

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

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


[Bug 1541902] Re: Enable DDW on qemu aiming GPU passthrough performance on Ubuntu KVM

2016-02-04 Thread Steve Langasek
** Package changed: ubuntu => qemu (Ubuntu)

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

Title:
  Enable DDW on qemu aiming GPU passthrough performance on Ubuntu KVM

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

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


[Bug 1540401] Re: ISST-LTE: Ubuntu14.04.4 lpar fails to boot after installation: "The disk drive for /boot is not ready yet or not present"

2016-02-04 Thread Steve Langasek
** Changed in: multipath-tools (Ubuntu)
 Assignee: Taco Screen team (taco-screen-team) => Mathieu Trudel-Lapierre 
(mathieu-tl)

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

Title:
  ISST-LTE: Ubuntu14.04.4 lpar fails to boot after installation: "The
  disk drive for /boot is not ready yet or not present"

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

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


[Bug 1539543] Re: [Ubuntu 16.04] librtas package update

2016-01-29 Thread Steve Langasek
** Package changed: ubuntu => librtas (Ubuntu)

** Changed in: librtas (Ubuntu)
 Assignee: Taco Screen team (taco-screen-team) => Adam Conrad (adconrad)

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

Title:
  [Ubuntu 16.04] librtas package update

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

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


[Bug 1539646] Re: [Ubuntu 16.04] Please update slof package to the upstream

2016-01-29 Thread Steve Langasek
slof 20151103+dfsg-1ubuntu1 has now been uploaded to xenial.

** Package changed: ubuntu => slof (Ubuntu)

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

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

Title:
  [Ubuntu 16.04] Please update slof package to the upstream

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

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


[Bug 1486370] Re: ISST-LTE: not all mpath device files are symbol link

2016-01-29 Thread Steve Langasek
** Changed in: multipath-tools (Ubuntu)
 Assignee: Taco Screen team (taco-screen-team) => Mathieu Trudel-Lapierre 
(mathieu-tl)

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

Title:
  ISST-LTE: not all mpath device files are symbol link

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

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


[Bug 1509147] Re: [SRU] MAAS 1.9.0

2016-01-28 Thread Steve Langasek
** Description changed:

  We would like to request a SRU for MAAS 1.9. This follow the approval by
  the Ubuntu Technical Board for backporting new MAAS upstream releases.
  
  [Impact]
  This is a new version of MAAS that provides new features as well as various 
bug fixes against various issues. It increases MAAS' reliability and 
serviceability and greatly improves MAAS as a whole.
  
  [Regression Potential]
  Minimal. MAAS has been thoroughly tested stand alone and upgrading from 1.7 
and 1.8. It has been QA'd in a CI lab as well as other production deployments:
  
  Tests done:
  
  1. Upgraded a production lab from 1.7.6 to 1.9.0 (and 1.9.0 later on).
  MAAS 1.9 has proven to be more robust, and higher deployment rates
- without failures than 1.9.0. This lab is a high load lab that stress
+ without failures than 1.7.6. This lab is a high load lab that stress
  tests deployments with MAAS.
  
  2. Every MAAS release is thoroughly tested for upgrades. For 1.9, upgrade 
tests include:
   - Upgrading from 1.5 to 1.9 directly
   - Upgrading from 1.5 to 1.7 to 1.8 to 1.9
   - Upgrading from 1.7 to 1.9
  
  3. MAAS CI Lab:
   - Tests Installation (from pkgs), configuration / customization of MAAS, 
enlistment, commissioning. It also tests deployments with Juju.
   - Tests various API's
   - Tests are performed against Trusty.
  
  4. Other manual testing include:
   - Installation (both fresh and upgrades)
   - Configuration
   - Taking nodes through the lifecycle for regression testing.
   - Custom configuration to ensure proper operation.
   - Tests API's for regressions, and keeping backwards compatibility.
  
  5. Landscape has thoroughly tested 1.9 before moving away from 1.7, not
  only to ensure backwards compatibility but also to test new features and
  capabilities.
  
  =
  Changelog
  =
  
  1.9.0
  =
  
  Important announcements
  ---
  
  **New Networking Concepts and API's: Fabrics, Spaces and Subnets**
   With the introduction of new MAAS networking concepts, new API's are also
   been introduced. These are:
  
    * fabrics
    * spaces
    * subnets
    * vlans
    * fan-networks
  
   MAAS 1.9.0 will continue to provide backwards compatibility with the old
   network API for reading purposes, but moving forward, users are required to
   use the new API to manipulate fabrics, spaces and subnets.
  
  **Advanced Network and Storage Configuration only available for Ubuntu 
deployments**
   Users can now perform advanced network and storage configurations for nodes
   before deployment. The advanced configuration is only available for Ubuntu
   deployments. All other deployments using third party OS', including CentOS,
   RHEL, Windows and Custom Images, won't result in such configuration.
  
  **Re-commissioning required for upgraded MAAS**
   Now that storage partitioning and advanced configuration is supported 
natively,
   VM nodes in MAAS need to be re-commissioned.
  
    * If upgrading from MAAS 1.8, only VM nodes with VirtIO storage devices need
  to be re-commissioned.
  
    * If upgrading from MAAS 1.7, all nodes will need to be re-commissioned in
  order for MAAS to correctly capture the storage and networking devices.
  
   This does not affect nodes that are currently deployed.
  
  **Default Storage Partitioning Layout - Flat**
   With the introduction of custom storage, MAAS has also introduced the concept
   of partitioning layouts. Partitioning layouts allow the user to quickly
   auto-configure the disk partitioning scheme after first commissioning or
   re-commissioning (if selected to do so). The partitioning layouts are set
   globally on the `Settings` page.
  
   The current default Partitioning layout is 'Flat', maintaining backwards
   compatibility with previous MAAS releases. This means MAAS will take the
   first disk it finds in the system and use it as the root and boot disk.
  
  **Deployment with configured /etc/network/interfaces**
   Starting with MAAS 1.9, all node deployments will result in writing
   `/etc/network/interfaces` statically, by default. This increases MAAS'
   robustness and reliability as users no longer have to depend on DHCP for
   IP address allocation solely.
  
   MAAS will continue to provide IP addresses via DHCP, even though interfaces
   in `/etc/network/interfaces` may have been configured statically.
  
  Major new features
  --
  
  **Storage Partitioning and Advanced Configuration**
   MAAS now supports Storage Partitioning and Advanced Configuration natively.
   This allows MAAS to deploy machines with different Storage Layouts, as
   well as different complex partitioning configurations. Storage support
   includes:
  
   * LVM
   * Bcache
   * Software RAID levels 0, 1, 5, 6, 10.
   * Advanced partitioning
  
   Storace configuration is available both via the WebUI and API. For more
   information refer to :ref:`storage`.
  
  **Advanced Networking (Fabrics, 

[Bug 1478087] Re: Add libaudit support

2016-01-26 Thread Steve Langasek
Hello bugproxy, or anyone else affected,

Accepted shadow into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/shadow/1:4.1.5.1-1ubuntu9.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: shadow (Ubuntu Trusty)
   Status: Triaged => Fix Committed

** Tags added: verification-needed

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

Title:
  Add libaudit support

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

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


[Bug 1534340] Re: openssh server 6.6 does not report max auth failures

2016-01-26 Thread Steve Langasek
Hello Kees, or anyone else affected,

Accepted openssh into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/openssh/1:6.6p1-2ubuntu2.6 in a few
hours, and then in the -proposed repository.

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

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

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

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

Title:
  openssh server 6.6 does not report max auth failures

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

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


[Bug 1534340] Re: openssh server 6.6 does not report max auth failures

2016-01-26 Thread Steve Langasek
This SRU collided mid-air with another update that was needed.  Given
the 7-day baking period for SRUs, we've stacked the two SRUs rather than
waiting for this one to clear.  But no re-verification is needed, as the
delta for the new SRU doesn't change any related code.

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

Title:
  openssh server 6.6 does not report max auth failures

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

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


[Bug 1478087] Re: Add libaudit support

2016-01-26 Thread Steve Langasek
Hello bugproxy, or anyone else affected,

Accepted openssh into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/openssh/1:6.6p1-2ubuntu2.6 in a few
hours, and then in the -proposed repository.

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

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

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

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

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

Title:
  Add libaudit support

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

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


[Bug 1536583] Re: Upgrade docker version in 16.04 to 1.9.1.

2016-01-21 Thread Steve Langasek
** Package changed: ubuntu => docker.io (Ubuntu)

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

Title:
  Upgrade docker version in 16.04 to 1.9.1.

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

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


[Bug 1532020] Re: fails to build with PIE enabled by default

2016-01-20 Thread Steve Langasek
** Changed in: golang (Ubuntu)
   Status: Invalid => Fix Released

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

Title:
  fails to build with PIE enabled by default

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

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


[Bug 1524165] Re: merge with debian

2016-01-14 Thread Steve Langasek
Hi Michael,

The debdiff for 1.5.2-1ubuntu1 largely looks correct to me.  I have a
few small corrections:

- the changes to debian/copyright should be retained, these fix a real bug and 
should be upstreamed to Debian.
- the changes to debian/source/lintian-overrides should be retained, for the 
same reason.
- the debian/control contents have diverged from Debian quite a bit in matters 
of field ordering, whitespace, etc.  we can lose much of this delta with no 
change in semantics, so I think it's best to do this now when merging.
- Debian has added versioned Conflicts against golang-golang-x-tools, and 
golang-go.tools.  This is incorrect, these should be versioned Breaks/Replaces 
to ensure smooth upgrades with apt.  Since the Ubuntu package already had 
Breaks/Replaces, I restored this usage with updated version numbers.
- The golang-src package in Ubuntu Breaks/Replaces ancient versions of 
golang-go, but this has been dropped in Debian.  Unfortunately, these versions 
are not so ancient that they aren't newer than the version present in the 
trusty release pocket, so we should hang on to this until xenial is released.
- the changelog should document those changes that have been dropped and why 
(e.g., patches that are upstream and no longer needed here).
- Debian has added ppc64 to their list of archs where they build golang; so we 
should extend our list of "go archs" to include this one for better 
upstreamability to Debian.

Please let me know whether you agree with these changes (in the attached
debdiff) or whether you think further revision is needed before upload.

** Patch added: "golang-1524164-mergier-slangasek.diff"
   
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1524165/+attachment/4550305/+files/golang-1524164-mergier-slangasek.diff

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

Title:
  merge with debian

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

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


[Bug 1522346] Re: Please merge nut 2.7.2-4 (main) from debian (unstable)

2016-01-14 Thread Steve Langasek
Louis, I second Robie's comments.  Here is an interdiff between your
merge, and what I think the merge should be.  This addresses Robie's
comments about the changelog having incomplete documentation of the
remaining delta; it also includes the following changes relative to your
merge diff:

 - nut-{cgi,server}.postinst: the existing delta with Debian is bad form, 
adduser is designed to be called unconditionally.  Not strictly speaking part 
of the merge, but something I spotted along the way that I think it's important 
to fix.  Along the way, I fixed up the changelog explanation for why this is 
still needed (since we no longer do upgrades from hardy, if that were the only 
reason we could drop the delta).
 - debian/patches/backport-fix-lp753661.patch has been a pointless diff for 
several upstream releases.  The patch still applies, but upstream fixed the 
issue differently (using rtrim() ).
 - as Robie noted, you say the udev delta is dropped, but the delta to 
debian/rules still exists.  I've dropped the delta, with more explanation in 
the changelog to why it can be dropped.
 - the changes from 2.7.7-1ubuntu5 are restored, as still required.

Please have a look at my delta, and let me know if you agree with these
changes.  If you see anything you disagree with, let's discuss.  If you
do agree with these changes, please make sure you understand the source
of these differences on your side.  Then I can sponsor the upload if
we're in agreement.

BTW, one thing I notice in the Ubuntu delta that I didn't yet address in
the merge is that the apport hooks are installed in wrong paths.  There
is no source package named nut-client or nut-server, installing those
files is a no-op.  Also not a question of the merge, but I would gladly
take a patch fixing this as part of sponsoring the upload.

** Patch added: "nut-1522346-mergier-slangasek.diff"
   
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/1522346/+attachment/4550146/+files/nut-1522346-mergier-slangasek.diff

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

Title:
  Please merge nut 2.7.2-4 (main) from debian (unstable)

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

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


[Bug 1522346] Re: Please merge nut 2.7.2-4 (main) from debian (unstable)

2016-01-14 Thread Steve Langasek
** Changed in: nut (Ubuntu)
 Assignee: (unassigned) => Steve Langasek (vorlon)

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

Title:
  Please merge nut 2.7.2-4 (main) from debian (unstable)

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

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


[Bug 1478087] Re: Add libaudit support

2016-01-13 Thread Steve Langasek
** Changed in: openssh (Ubuntu Trusty)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: shadow (Ubuntu Trusty)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

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

Title:
  Add libaudit support

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

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


[Bug 1503305] Re: iLab: power kvm client after svc node reboot error inject test, multipath output show missing path and missing storage name

2016-01-12 Thread Steve Langasek
** Tags added: verification-done

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

Title:
  iLab: power kvm client after svc node reboot error inject test,
  multipath output show missing path and missing storage name

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

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


[Bug 1526984] Re: ISST-LTE: root mpath device unavailable after installation

2016-01-12 Thread Steve Langasek
** Changed in: multipath-tools (Ubuntu)
 Assignee: Taco Screen team (taco-screen-team) => Mathieu Trudel-Lapierre 
(mathieu-tl)

** Also affects: multipath-tools (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided => Critical

** Changed in: multipath-tools (Ubuntu Trusty)
   Importance: Undecided => Critical

** Changed in: multipath-tools (Ubuntu Trusty)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: multipath-tools (Ubuntu Trusty)
Milestone: None => ubuntu-14.04.4

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

Title:
  ISST-LTE: root mpath device unavailable after installation

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

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


[Bug 1532020] Re: fails to build with PIE enabled by default

2016-01-07 Thread Steve Langasek
Matthias, subscribing you for awareness, as this may be of concern
regarding the timing of enabling -pie by default on amd64.

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

Title:
  fails to build with PIE enabled by default

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

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


[Bug 1347147] Re: krb5 database operations enter infinite loop

2016-01-06 Thread Steve Langasek
This is a bug specific to the C language, which is not applicable to the
in-progress gccgo-4.9 SRU.  Marking as resolved.

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

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

Title:
  krb5 database operations enter infinite loop

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

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


[Bug 1506990] Re: please drop architecture list in debian/control

2016-01-05 Thread Steve Langasek
Dimitri, could you look at sponsoring this for s390x support?

** Changed in: juju-mongodb (Ubuntu)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

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

Title:
  please drop architecture list in debian/control

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

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


[Bug 1527685] Re: Please merge freeipmi 1.4.11-1 (main) from Debian unstable (main)

2015-12-24 Thread Steve Langasek
Hi Tiago,

Feedback on this merge:

 - your updated delta shows an added build-dependency on dh-autoreconf, which 
is correct; but the corresponding change to debian/rules to use dh-autoreconf 
at build time has been lost, and the change is not mentioned in the changelog.
 - you say in the changelog that debian/patches/dso-linking.patch is dropped 
because it has been applied upstream; but I am not able to find evidence of 
this.
 - your merge changelog lists various changes under the heading "Remaining 
changes" that are not remaining changes, but changes that have been dropped or 
superseded.  I recommend listing dropped/superseded changes in a separate 
section in the changelog, with an explanation of why each is dropped.  Some 
Ubuntu developers have a different opinion, but in any case you should not list 
as "remaining changes" things that are no longer part of the Ubuntu delta.

Please see attached my proposal for this merge.

** Patch added: "freeipmi-merge.diff"
   
https://bugs.launchpad.net/ubuntu/+source/freeipmi/+bug/1527685/+attachment/4539982/+files/freeipmi-merge.diff

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

Title:
  Please merge freeipmi 1.4.11-1 (main) from Debian unstable (main)

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

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


[Bug 1527685] Re: Please merge freeipmi 1.4.11-1 (main) from Debian unstable (main)

2015-12-24 Thread Steve Langasek
** Changed in: freeipmi (Ubuntu)
   Status: New => Incomplete

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

Title:
  Please merge freeipmi 1.4.11-1 (main) from Debian unstable (main)

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

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


[Bug 1527306] Re: Sync freeipmi 1.4.11-1 (main) from Debian unstable (main)

2015-12-17 Thread Steve Langasek
Discussed this with Tiago, and while the patches against upstream should
be dropped, there is still an Ubuntu change to debian/rules
(DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow) which we should
retain.  So this becomes a merge after all, not a sync.

** Changed in: freeipmi (Ubuntu)
   Status: New => Won't Fix

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

Title:
  Sync freeipmi 1.4.11-1 (main) from Debian unstable (main)

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

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


[Bug 1524165] Re: merge with debian

2015-12-14 Thread Steve Langasek
- debian/helpers/goenv.sh - this had previously been dropped from the Ubuntu 
packaging (superseded by the changes to debian/rules), but is readded in your 
version.
- debian/control: Debian's golang package has dependencies on 
golang-{doc,go,src} (= ${source:Version}); Debian has golang-{doc,go,src} (= 
${binary:Version}).  This difference is not explained in the Ubuntu changelog.  
I believe the delta should be dropped.  It happens that both Debian and Ubuntu 
are wrong, *some* of these deps should be ${source:Version} and *some* of them 
should be ${binary:Version}.  But the difference between the two is irrelevant 
in Ubuntu, it only matters in Debian - so we should stay in sync with Debian 
for this bit, and propose a fix in Debian.
- debian/patches/skip-userns-tests-when-chrooted.patch: seems to be newly-added 
in this revision.
- debian/rules: your merge results look very different than mine, this warrants 
a closer look since the pre-existing delta was quite large.

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

Title:
  merge with debian

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

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


[Bug 1524165] Re: merge with debian

2015-12-14 Thread Steve Langasek
The debdiff shows some changes that are not part of the existing diff
between Ubuntu and Debian, e.g. in the 0ubuntu1->4ubuntu1 debdiff:

-Build-Depends: debhelper (>= 7.4.10), bison, ed, mawk | awk, perl, netbase,
-   golang (>= 1:1.4~) | gccgo-5
-Build-Depends-Indep: po-debconf
+Build-Depends: debhelper (>= 7.4.10),
+   golang-go (>= 2:1.4.2-2~) | gccgo-5,
+   netbase

These appear to be reasonable changes to make to the packaging, but it's
incorrect to list them as "remaining changes" in the debian changelog
for the merge.  It also complicates the review of the package, since
this combines the merge of the new Debian package version, with a number
of independent changes.

Could we instead do a clean merge of Debian -4 into xenial, so we can
account for everything that's currently in the Ubuntu delta, and then
apply any further improvements on top of that?  Doing a test merge here
gave me several differences to your package, and it would be clearer to
understand if these are the result of a disagreement in the merge, or
the result of an additional change.

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

Title:
  merge with debian

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

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


[Bug 1347147] Re: krb5 database operations enter infinite loop

2015-11-24 Thread Steve Langasek
Hello Benjamin, or anyone else affected,

Accepted gccgo-4.9 into trusty-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/gccgo-4.9/4.9.3-0ubuntu4 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 krb5 in Ubuntu.
https://bugs.launchpad.net/bugs/1347147

Title:
  krb5 database operations enter infinite loop

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

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


[Bug 1516637] Re: package rpcbind 0.2.1-2ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2015-11-16 Thread Steve Langasek
Your bug report includes an attached /etc/init/rpcbind.conf which is
radically different than the one shipped in the package.  Do you recall
why you changed this file?

Since the only thing that the rpcbind postinst does that might block is
to start the rpcbind service, it's likely that the hang is related to
these changes.

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

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

Title:
  package rpcbind 0.2.1-2ubuntu2.2 failed to install/upgrade: subprocess
  installed post-installation script was killed by signal (Terminated)

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

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


[Bug 1503305] Re: iLab: power kvm client after svc node reboot error inject test, multipath output show missing path and missing storage name

2015-11-13 Thread Steve Langasek
** Changed in: multipath-tools (Ubuntu Trusty)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

** Changed in: multipath-tools (Ubuntu Trusty)
Milestone: None => ubuntu-14.04.4

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

Title:
  iLab: power kvm client after svc node reboot error inject test,
  multipath output show missing path and missing storage name

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

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


[Bug 1510565] Update Released

2015-11-09 Thread Steve Langasek
The verification of the Stable Release Update for juju-core 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 juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1510565

Title:
  [needs-packaging] Juju 1.25.0 is not in xenial and wily

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

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


[Bug 1510345] Update Released

2015-11-09 Thread Steve Langasek
The verification of the Stable Release Update for livecd-rootfs 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 cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1510345

Title:
  [SRU] Cloud Images do not bring up networking w/ certain virtual NICs
  due to device naming rules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-on-ec2/+bug/1510345/+subscriptions

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


[Bug 1506652] Update Released

2015-11-09 Thread Steve Langasek
The verification of the Stable Release Update for juju-core 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 juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1506652

Title:
  [needs-packaging] Juju 1.24.7 is not in Ubuntu

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

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


[Bug 1503305] Re: iLab: power kvm client after svc node reboot error inject test, multipath output show missing path and missing storage name

2015-10-29 Thread Steve Langasek
This looks like a straightforward patch to backport and apply;
confirming from our side.


** Changed in: multipath-tools (Ubuntu)
   Importance: Undecided => Medium

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

** Changed in: multipath-tools (Ubuntu)
 Assignee: Taco Screen team (taco-screen-team) => Mathieu Trudel-Lapierre 
(mathieu-tl)

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

Title:
  iLab: power kvm client after svc node reboot error inject test,
  multipath output show missing path and missing storage name

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

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


  1   2   3   4   5   6   7   8   9   10   >