[Bug 1528251] Re: WARNING: no suitable primes in /etc/ssh/primes

2016-04-01 Thread Dimitri John Ledkov
** Tags removed: architecture-s39064 bugnameltc-137850 error logging
severity-high targetmilestone-inin1604

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

Title:
  WARNING: no suitable primes in /etc/ssh/primes

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

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


[Bug 1528251] Re: WARNING: no suitable primes in /etc/ssh/primes

2016-03-31 Thread Dimitri John Ledkov
This has been fixed in upstream openssh, and will be part of like 7.3
release or some such. When that gets released, makes it to debian and
makes it to ubuntu, this bug will be resolved. This is a minor issue and
not worth cherrypicking for. I'll just mark ubuntu task as fix released,
cause we will forget to do so with 7.3 upload.

http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/dh.c?rev=1.59
&content-type=text/x-cvsweb-markup

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

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

Title:
  WARNING: no suitable primes in /etc/ssh/primes

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

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


[Bug 1545913] Re: [FFe] juju-core 2.0

2016-03-30 Thread Dimitri John Ledkov
local-kvm provider is not available in the beta, and is a regression
compared with juju-core 1.25. Is there going to be a local kvm provider?
(or e.g. libvirt provider on par with lxd provider)

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

Title:
  [FFe] juju-core 2.0

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

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


[Bug 1528251] Re: WARNING: no suitable primes in /etc/ssh/primes

2016-03-30 Thread Dimitri John Ledkov
Patch attached upstream
https://bugzilla.mindrot.org/show_bug.cgi?id=2559 see
https://bugzilla.mindrot.org/attachment.cgi?id=2801

As far as I understand there is no further actions for s390x port.

@OP this is a minor problem, and best addressed upstream, see upstream
bug report linked.

** Bug watch added: OpenSSH Portable Bugzilla #2559
   https://bugzilla.mindrot.org/show_bug.cgi?id=2559

** Also affects: openssh via
   https://bugzilla.mindrot.org/show_bug.cgi?id=2559
   Importance: Unknown
   Status: Unknown

** Changed in: openssh (Ubuntu)
   Importance: Low => Wishlist

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

Title:
  WARNING: no suitable primes in /etc/ssh/primes

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

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


[Bug 1528251] Re: WARNING: no suitable primes in /etc/ssh/primes

2016-03-30 Thread Dimitri John Ledkov
Surely the bug is in Client: Prompt 2 v2.5.2 (Build 23057) on IOS 9.2.1
(see https://panic.com/prompt/), and you should report to them that it
should use stronger keys to authenticate, no? We do not provide support
for third party ssh clients. And we will not weaken our server to
support weak clients.

Also wily 15.10 on amd64, is out of scope for s390x support on xenial.

Please let me know, if you can reproduce this at all with Ubuntu clients
and Ubuntu server on s390x.

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

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

Title:
  WARNING: no suitable primes in /etc/ssh/primes

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

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


[Bug 1528251] Re: WARNING: no suitable primes in /etc/ssh/primes

2016-03-19 Thread Dimitri John Ledkov
looking at openssh source code:
#define _PATH_DH_MODULI SSHDIR "/moduli"
/* Backwards compatibility */
#define _PATH_DH_PRIMES SSHDIR "/primes"


both paths are defined, with primes being a legacy/compat one.
Ubuntu only uses the current default /moduli path.

These are documented in ssh-keygen, you can see this manpage over here
too http://manpages.ubuntu.com/manpages/xenial/en/man1/ssh-
keygen.1.html#contenttoc3

Note, openssh supports and can be forced to use more combinations on
client <-> server than available in the moduli, hence the caveat as per
manpage. If one needs moduli beyond what's available in /moduli path,
one may need to generate extra ones.

Nonetheless, please provide information as to how to reproduce this
error ssh client in use, ssh server in use, and version details of both
client and server. Ideally including architecture and exact package
version numbers. The combined metadata on this bug report is
inconsistent, and I'm failing to reproduce the described errors.

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

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

Title:
  WARNING: no suitable primes in /etc/ssh/primes

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

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


[Bug 1554098] Re: Update s390x syscall tables

2016-03-19 Thread Dimitri John Ledkov
** Changed in: libseccomp (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  Update s390x syscall tables

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

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


[Bug 1528251] Re: WARNING: no suitable primes in /etc/ssh/primes

2016-03-19 Thread Dimitri John Ledkov
This cannot be a bug on architecture-s39064 and 14.04.3 release
simultaniously, as there is no s39064 for 14.04.

@bugproxy -> why these tags were added? Is this an automation issue, or
metadata issue on your side?

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

Title:
  WARNING: no suitable primes in /etc/ssh/primes

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

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


[Bug 1528251] Re: WARNING: no suitable primes in /etc/ssh/primes

2016-03-18 Thread Dimitri John Ledkov
Assignee should be an appropriate screening team - probably taco or
skipper.

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

Title:
  WARNING: no suitable primes in /etc/ssh/primes

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

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


[Bug 1537115] Re: started to ftbfs on s390x

2016-03-18 Thread Dimitri John Ledkov
** Changed in: docker.io (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  started to ftbfs on s390x

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

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


[Bug 1540407] Re: multipathd drops paths of a temporarily lost device

2016-03-18 Thread Dimitri John Ledkov
The upload with this bugfix has been prepared, however it breaks the
Feature Freeze. A feature freeze exception has been requested and is
currently awaiting Release Team review. Once/If the release team reviews
the feature freeze exception, the package will be uploaded into xenial-
proposed. You can track the progress of the Feature Freeze Exception
here https://bugs.launchpad.net/ubuntu/+source/multipath-
tools/+bug/1551952 hence setting the status of this bug report to in
progress.

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

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

Title:
  multipathd drops paths of a temporarily lost device

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

-- 
Ubuntu-server-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-03-10 Thread Dimitri John Ledkov
docker.io (1.10.2-0ubuntu3) xenial; urgency=medium

  * debian/control:
- drop the any- prefix on build arches;  seems that any-armhf isn't
  defined, so armhf builds did not trigger

 -- Dustin Kirkland   Thu, 10 Mar 2016 14:41:00
-0500

** Changed in: docker.io (Ubuntu Xenial)
   Status: Confirmed => Fix Released

-- 
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 1554589] [NEW] ubuntu-cloudimg-query should know about s390x and powerpc

2016-03-08 Thread Dimitri John Ledkov
Public bug reported:

ubuntu-cloudimg-query should know about s390x and powerpc

such that on trusty one can query xenial things.

testcase:

$ ubuntu-cloudimg-query --format "%{url}\n" xenial daily s390x

Expected output of type:
https://cloud-images.ubuntu.com/server/xenial/20160308/xenial-server-cloudimg-s390x.tar.gz

Current output:
confused by argument: s390x

** Affects: cloud-utils (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: cloud-utils (Ubuntu Trusty)
 Importance: Undecided
 Status: In Progress

** Affects: cloud-utils (Ubuntu Wily)
 Importance: Undecided
 Status: In Progress

** Affects: cloud-utils (Ubuntu Xenial)
 Importance: Undecided
 Status: Fix Released


** Tags: s390x

** Also affects: cloud-utils (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: cloud-utils (Ubuntu Wily)
   Importance: Undecided
   Status: New

** Also affects: cloud-utils (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: cloud-utils (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: cloud-utils (Ubuntu Wily)
   Status: New => In Progress

** Changed in: cloud-utils (Ubuntu Xenial)
   Status: New => Fix Released

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

Title:
  ubuntu-cloudimg-query should know about s390x and powerpc

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

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


[Bug 1545749] Re: libibverbs1: add s390x support

2016-02-15 Thread Dimitri John Ledkov
** Package changed: ubuntu => libibverbs (Ubuntu)

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

Title:
  libibverbs1: add s390x support

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

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


[Bug 1543459] [NEW] login available before cloud-init completed

2016-02-09 Thread Dimitri John Ledkov
Public bug reported:

serial console login, is available before cloud init finished setting up
the user (e.g. password).

This is with nocloud provider, in libvirt / qemu.

console log is here:

https://pastebin.canonical.com/149365/

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: s390x

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

Title:
  login available before cloud-init completed

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

-- 
Ubuntu-server-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] Re: kpartx 0.5.0-7ubuntu11 fails to remove loop mapping on kpartx -d

2016-02-08 Thread Dimitri John Ledkov
Well, it's a problem on s390x, where they are not dedicated VMs.

wgrant has run a cleanup of loopsetup devices now, on those builders.

adding a check to test that losetup -f matches after a kpartx -a / -d
round trip.

-- 
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 1536583] Re: Upgrade docker version in 16.04 to 1.9.1.

2016-02-08 Thread Dimitri John Ledkov
** Changed in: docker.io (Ubuntu)
 Assignee: Ryan Harper (raharper) => Dimitri John Ledkov (xnox)

** Changed in: docker.io (Ubuntu)
   Importance: High => Critical

** Also affects: docker.io (Ubuntu Xenial)
   Importance: Critical
 Assignee: Dimitri John Ledkov (xnox)
   Status: Confirmed

** Changed in: docker.io (Ubuntu Xenial)
Milestone: None => ubuntu-16.02

-- 
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 1540660] Re: kpartx fails to add device mappings

2016-02-01 Thread Dimitri John Ledkov
** Also affects: multipath-tools (Ubuntu Xenial)
   Importance: High
   Status: New

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

Title:
  kpartx fails to add device mappings

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

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


[Bug 1533893] Re: fix tests on s390x

2016-01-28 Thread Dimitri John Ledkov
** Patch added: "mysql.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1533893/+attachment/4558612/+files/mysql.debdiff

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

Title:
  fix tests on s390x

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

-- 
Ubuntu-server-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-01-27 Thread Dimitri John Ledkov
Hello,

The synced tags are incorrect.

* ppc64le is good (powerpc64le-linux-gnu)

The test suite failures are present on the big endian platforms:

* s390x - IBM z Systems (s390x-linux-gnu)
* powerpc - the older big endian 32 bit port (powerpc-linux-gnu)

Correct these are new for 2.4.0, the older 2.3.2 compiled successfully
on powerpc. I haven't tried to compile 2.3.2 on s390x, but can do as a
data point.

-- 
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 1483572] Re: 2.4.0: unit test failures on powerpc

2016-01-27 Thread Dimitri John Ledkov
ditto on s390x.

-- 
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 1483572] Re: 2.4.0: unit test failures on powerpc

2016-01-26 Thread Dimitri John Ledkov
** Tags added: powerpc s390x

-- 
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 1533893] Re: fix tests on s390x

2016-01-22 Thread Dimitri John Ledkov
** Changed in: mysql-5.6 (Ubuntu)
   Status: New => Triaged

** Changed in: mysql-5.6 (Ubuntu)
   Importance: Undecided => High

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

Title:
  fix tests on s390x

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

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


[Bug 1537115] [NEW] started to ftbfs on s390x

2016-01-22 Thread Dimitri John Ledkov
Public bug reported:

started to ftbfs on s390x

** Affects: docker.io (Ubuntu)
 Importance: Undecided
 Assignee: Dimitri John Ledkov (xnox)
 Status: New


** Tags: s390x

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

Title:
  started to ftbfs on s390x

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

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


[Bug 959308] Re: kvm does not generate a system uuid by default

2016-01-19 Thread Dimitri John Ledkov
** Changed in: goget-ubuntu-touch (Ubuntu)
 Assignee: Dimitri John Ledkov (xnox) => (unassigned)

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

Title:
  kvm does not generate a system uuid by default

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

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


[Bug 1534346] [NEW] FTBFS with golang-go 1.6 beta2

2016-01-14 Thread Dimitri John Ledkov
Public bug reported:

FTBFS with golang-go 1.6 beta2

See rebuilds in https://launchpad.net/~xnox/+archive/ubuntu/nonvirt

** Affects: consul-migrate (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-github-armon-gomdb (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-github-aws-aws-sdk-go (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-github-davecgh-go-spew (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-github-gorilla-handlers (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-github-hashicorp-memberlist (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-github-hashicorp-raft-mdb (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-github-jinzhu-gorm (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-github-miekg-pkcs11 (Ubuntu)
 Importance: Undecided
 Status: New

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

** Affects: golang-goyaml (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-rrd (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-x-text (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-yaml.v2 (Ubuntu)
 Importance: Undecided
 Status: New

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

** Affects: ubuntu-push (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: unity-scope-snappy (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: consul-migrate (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-github-armon-gomdb (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-github-aws-aws-sdk-go (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-github-davecgh-go-spew (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-github-gorilla-handlers (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-github-hashicorp-memberlist (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-github-hashicorp-raft-mdb (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-github-jinzhu-gorm (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-github-miekg-pkcs11 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-golang-x-tools (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-goyaml (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-rrd (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-x-text (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: golang-yaml.v2 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: unity-scope-snappy (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  FTBFS with golang-go 1.6 beta2

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

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


[Bug 1534346] Re: FTBFS with golang-go 1.6 beta2

2016-01-14 Thread Dimitri John Ledkov
300+ other packages build successfully. Including many new on s390x.

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

Title:
  FTBFS with golang-go 1.6 beta2

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

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


[Bug 1533893] [NEW] fix tests on s390x

2016-01-13 Thread Dimitri John Ledkov
Public bug reported:

fix tests on s390x

** Affects: mysql-5.6 (Ubuntu)
 Importance: Undecided
 Assignee: Dimitri John Ledkov (xnox)
 Status: New


** Tags: s390x

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

Title:
  fix tests on s390x

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

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


[Bug 1531563] [NEW] broken test on big-endian platforms

2016-01-06 Thread Dimitri John Ledkov
Public bug reported:

https://launchpad.net/ubuntu/+source/re2c/0.15.3-1

fails to build on all big endian platforms in both debian and ubuntu.

Running bisect, points at:

commit ca1e8812cad241ce98467acf1951ffbc0c16f8e5
Author: Ulya Trofimovich 
Date:   Wed Oct 14 13:04:19 2015 +0100

run_tests.sh: use '-o' option. Added tests for '--skeleton' option.

which is not helpful, as that's where the tests that fail got
introduced. However, it does mean it's not a regression per-se, and
rather was always broken...

The failing tests are:
$ cat test-suite.log  | grep FAIL
# XFAIL: 0
# FAIL:  1
FAIL: run_tests.sh
FAIL   repeat-07_default.gir--skeleton.re
FAIL   unicode_blocks.u--skeleton--encoding-policy(ignore).re
FAIL   unicode_blocks.x--skeleton--encoding-policy(ignore).re
FAIL run_tests.sh (exit status: 1)

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

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

Title:
  broken test on big-endian platforms

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

-- 
Ubuntu-server-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-06 Thread Dimitri John Ledkov
This was fix released since 2015-12-15, sponsored by yours truly.

** Changed in: juju-mongodb (Ubuntu)
   Status: In Progress => Fix Released

-- 
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 1523593] [NEW] enable pie for s390x

2015-12-07 Thread Dimitri John Ledkov
Public bug reported:

enable and fix enable default pie build on s390x.

** Affects: qemu (Ubuntu)
 Importance: Undecided
 Assignee: Serge Hallyn (serge-hallyn)
 Status: Confirmed


** Tags: patch

** Attachment added: "0001-Enable-pie-by-default-on-ubuntu-s390x.patch"
   
https://bugs.launchpad.net/bugs/1523593/+attachment/4531057/+files/0001-Enable-pie-by-default-on-ubuntu-s390x.patch

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

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

Title:
  enable pie for s390x

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

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


[Bug 1521722] Re: ftbfs on s390x on ubuntu/debian/upstream

2015-12-04 Thread Dimitri John Ledkov
https://bugzilla.samba.org/show_bug.cgi?id=11627

** Bug watch added: Samba Bugzilla #11627
   https://bugzilla.samba.org/show_bug.cgi?id=11627

** Also affects: ldb via
   https://bugzilla.samba.org/show_bug.cgi?id=11627
   Importance: Unknown
   Status: Unknown

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

Title:
  ftbfs on s390x on ubuntu/debian/upstream

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

-- 
Ubuntu-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 1273462] Re: Users can mistakenly run init.d scripts and cause problems if an equivalent upstart job already exists

2015-12-03 Thread Dimitri John Ledkov
On 3 December 2015 at 17:41, Mark Stosberg  wrote:
> In Bug #1521771, I spent some time tracking down different behavior
> between the mysql-5.5 "init" and "upstart" scripts. They differ on how
> many seconds are waited between the SIGTERM and SIGKILL signals are
> sent. Different values can mean the difference between a slower clean
> shutdown and a shutdown interrupted by a SIGKILL signal.
>
> In the case of that of that package, redirecting the "init.d" calls to
> the upstart script will have a positive impact in my opinion-- giving
> more time for MySQL to shutdown cleanly.  So the proposed patch will be
> functionally helpful.
>
> I do suggest that for any package that's affected by this, the "init.d"
> script should be cleaned out, so only the code remains that redirects
> people to the upstart script.
>
> There is nothing about this line of code in an "init.d" script which
> indicates that that all the code below it is about to ignored:
>
>   . /lib/lsb/init-functions
>
> Nor does the proposed patch emit any output that confirms that redirect
> is happened. The result is that someone could pull their hair out
> wondering why the "init.d" script is not behaving as expected.
>
> Realize that there are packages like "ec2-consistent-snapshot" which
> exist only in a PPA and make a hardcoded call to "/etc/init.d/mysql". It
> does that in hopes of working on non-Debian-based systems as well. (The
> package is also several years old, from an era when init.d scripts were
> more common).   I'm not sure what small projects are supposed to when
> they want to issue a command like "stop mysql" in a way that might work
> across  SysV init scripts, upstart and systemd.

Across all distros and init systems the following works, and does the
right thing, for the right init:

service mysql stop

-- 
Regards,

Dimitri.

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

Title:
  Users can mistakenly run init.d scripts and cause problems if an
  equivalent upstart job already exists

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

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


[Bug 1521722] [NEW] ftbfs on s390x on ubuntu/debian/upstream

2015-12-01 Thread Dimitri John Ledkov
Public bug reported:

ftbfs on s390x on ubuntu/debian/upstream

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


** Tags: ftbfs s390x

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

Title:
  ftbfs on s390x on ubuntu/debian/upstream

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

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


[Bug 1330504] Re: strongSwan 5.1.3

2015-11-30 Thread Dimitri John Ledkov
Cherry-picking patch from debian upload 5.1.2-3 fixing the build
failure, thus removing s390x tag for now.


** Tags removed: s390x

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

Title:
  strongSwan 5.1.3

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

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


[Bug 1521234] Re: ftbfs in xenial

2015-11-30 Thread Dimitri John Ledkov
cherry-pick patch from debian 5.1.2-3

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

Title:
  ftbfs in xenial

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

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


[Bug 1521240] [NEW] strongswan ftbfs on s390x

2015-11-30 Thread Dimitri John Ledkov
Public bug reported:

strongswan ftbfs on s390x

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


** Tags: ftbfs s390x

** Tags added: ftbfs s390x

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

Title:
  strongswan ftbfs on s390x

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

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


[Bug 1330504] Re: strongSwan 5.1.3

2015-11-30 Thread Dimitri John Ledkov
FTBFS on s390x, building 5.3.5-1 from debian cannot be tested yet, as
missing new (universe) dependencies.

** Tags added: s390x

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

Title:
  strongSwan 5.1.3

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

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


[Bug 1521234] [NEW] ftbfs in xenial

2015-11-30 Thread Dimitri John Ledkov
Public bug reported:

ftbfs in xenial

** Affects: squid3 (Ubuntu)
 Importance: Undecided
 Assignee: Dimitri John Ledkov (xnox)
 Status: New


** Tags: ftbfs s390x

** Changed in: squid3 (Ubuntu)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

** Tags added: ftbfs s390x

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

Title:
  ftbfs in xenial

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

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


[Bug 1519026] Re: libvirt apparmor profile missing qemu-system-* for recent arches

2015-11-27 Thread Dimitri John Ledkov
Wrong bug number used, *sigh*

libvirt (1.2.16-2ubuntu14) xenial; urgency=medium

  * debian/apparmor/libvirt-qemu: add a bunch of newly available qemu-*
architecture binaries. (LP: #1519030)

 -- Dimitri John Ledkov   Mon, 23 Nov 2015 17:42:52
+

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

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

Title:
  libvirt apparmor profile missing qemu-system-* for recent arches

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

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


[Bug 1519026] [NEW] libvirt apparmor profile missing qemu-system-* for recent arches

2015-11-23 Thread Dimitri John Ledkov
Public bug reported:

a bunch of new architectures got enabled in qemu resulting in a few
extra /usr/bin/qemu-system-* which are not allowed via libvirt-qemu
apparmor profile.

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


** Tags: xnox

** Tags added: xnox

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

Title:
  libvirt apparmor profile missing qemu-system-* for recent arches

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

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


[Bug 1466550] [NEW] docker lxc driver fails

2015-06-18 Thread Dimitri John Ledkov
Public bug reported:

Start docker daemon with "-e lxc" option.

pulll & run ubuntu image.

Expect to get a bash prompt, instead I get:

$ docker run -ti ubuntu bash
lxc-start: conf.c: mount_entry: 1711 No such file or directory - failed to 
mount '/dev/pts/5' on '/usr/lib/x86_64-linux-gnu/lxc//dev/console'
lxc-start: conf.c: lxc_setup: 3831 failed to setup the mount entries for 
'9b33b115f6ba2f4882f79745f1c8397b4f57ef3547fea30cfb01b3d03acd2f6c'
lxc-start: start.c: do_start: 699 failed to setup the container
lxc-start: sync.c: __sync_wait: 51 invalid sequence number 1. expected 2
lxc-start: start.c: __lxc_start: 1164 failed to spawn 
'9b33b115f6ba2f4882f79745f1c8397b4f57ef3547fea30cfb01b3d03acd2f6c'
lxc-start: lxc_start.c: main: 344 The container failed to start.
lxc-start: lxc_start.c: main: 348 Additional information can be obtained by 
setting the --logfile and --logpriority options.

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

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

Title:
  docker lxc driver fails

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

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


[Bug 1409639] Re: juju needs to support systemd for >= vivid

2015-03-31 Thread Dimitri John Ledkov
I also don't understand why this is marked Fix Released, upstream I only
see systemd/centos support and no systemd/ubuntu support. I see code
that assumes ubuntu == upstart.

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

Title:
  juju needs to support systemd for >= vivid

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

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


[Bug 1424508] Re: upstartism in the maintainer script

2015-03-05 Thread Dimitri John Ledkov
You should not specify my name, as it makes it appear as if the changes
are by me, and you are simply applying a patch that I sent you. This is
not the case. Please drop [ Dimitri John Ledkov ].

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

Title:
  upstartism in the maintainer script

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

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


[Bug 1424508] [NEW] upstartism in the maintainer script

2015-02-22 Thread Dimitri John Ledkov
Public bug reported:

case "$1" in
remove|remove-in-favour|deconfigure-in-favour)
#
#   Stop the daemon
#
if status squid3 | grep "start/running" > /dev/null; then
stop squid3
fi
;;
upgrade|failed-upgrade)
;;
esac


Fails / blocks for a while under systemd.

Seems redundant, as later:

# Automatically added by dh_installinit
if [ -x "/etc/init.d/squid3" ] || [ -e "/etc/init/squid3.conf" ]; then
invoke-rc.d squid3 stop || exit $?
fi

Is executed.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: squid3 (not installed)
ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
Uname: Linux 3.18.0-9-generic x86_64
ApportVersion: 2.16.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Feb 23 02:53:50 2015
InstallationDate: Installed on 2013-08-29 (542 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130829)
SourcePackage: squid3
UpgradeStatus: Upgraded to vivid on 2014-11-16 (98 days ago)

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


** Tags: amd64 apport-bug systemd-boot vivid

** Tags added: systemd-boot

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

Title:
  upstartism in the maintainer script

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

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


[Bug 1109029] Re: Depend on linux-initramfs-tools

2015-01-24 Thread Dimitri John Ledkov
why is dracut conflicting with initramfs-tools?
shouldn't that conflict be solved in Debian?
note there is no intention to support alternative initramfs implementations in 
Ubuntu main.

** Changed in: ubuntu-meta (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Depend on linux-initramfs-tools

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

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


[Bug 1215617] Re: Should not stop if there are active clients

2015-01-16 Thread Dimitri John Ledkov
You can however minimise the downtime:

Currently this happens:

prerm libvirt-bin -> stop libvirt
...
upgrade hundreds of packages
...
postinst libvirt-bin -> start libvirt

However using --restart-after-upgrade option should be feasible:
   -R, --restart-after-upgrade
   Do not stop the init script until after the package upgrade has been 
completed. This is different than the default behavior, which stops the script 
in the prerm, and starts it again in the
   postinst.

   This can be useful for daemons that should not have a possibly long 
downtime during upgrade. But you should make sure that the daemon will not get 
confused by the package being upgraded
   while it's running before using this option.


That way:
prerm libvirt-bin -> old libvirt continious to run

postinst libvirt-bin -> stop; start libvirt-bin (restarted into new libvirt)

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

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

Title:
  Should not stop if there are active clients

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

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


[Bug 1409639] Re: juju needs to support systemd for >= vivid

2015-01-15 Thread Dimitri John Ledkov
Looking at http://reviews.vapour.ws/r/671/ it looks very bad.

Please use DBus api to talk to systemd.

Or use golang-go-systemd-dev to operate against systemd.

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

Title:
  juju needs to support systemd for >= vivid

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

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


[Bug 959308] Re: kvm does not generate a system uuid by default

2014-08-01 Thread Dimitri John Ledkov
Hm, but e.g. do managed VMs re-use uuid? E.g. I'd expect for libvirt
created / managed VMs to have uuid working correctly. Similarly ubuntu-
emulator should generate and store uuid.

** Also affects: goget-ubuntu-touch (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: goget-ubuntu-touch (Ubuntu)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

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

** Changed in: goget-ubuntu-touch (Ubuntu)
   Importance: Undecided => High

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

Title:
  kvm does not generate a system uuid by default

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

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


[Bug 1315888] Re: Zlib functions (gzopen etc.) are undefined while gzopen64 etc. exist

2014-07-23 Thread Dimitri John Ledkov
** Changed in: php5 (Ubuntu)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

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

** Changed in: php5 (Ubuntu Trusty)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

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

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

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

Title:
  Zlib functions (gzopen etc.) are undefined while gzopen64 etc. exist

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

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


[Bug 1347020] [NEW] trusty host - utopic lxc container cloudimage boot with systemd does not work

2014-07-22 Thread Dimitri John Ledkov
Public bug reported:

Opening against cloud-init for now, but ultimately might end up as bug-
fixes / srus against some other packages in trusty.

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: systemd-boot

** Summary changed:

- trusty-utopic cloudimage boot with systemd does not work
+ trusty host - utopic lxc container cloudimage boot with systemd does not work

** Tags added: systemd-boot

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

Title:
  trusty host - utopic lxc container cloudimage boot with systemd does
  not work

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

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


[Bug 1240049] Re: multipath udev rules problem

2014-07-21 Thread Dimitri John Ledkov
For utopic, I'd prefer to see a merge from debian, that includes this
fix. However, for the sake of simplicity to SRU this change I'm going to
sponsor this.

** Changed in: multipath-tools (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  multipath udev rules problem

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

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


[Bug 1340866] Re: python-repoze.who does not install into /usr/lib/python2.7/dist-packages/repoze namespace and thus not available from pythonpath

2014-07-12 Thread Dimitri John Ledkov
Also see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744367

** Summary changed:

- can not be used togeather with repoze.lru
+ python-repoze.who does not install into 
/usr/lib/python2.7/dist-packages/repoze namespace and thus not available from 
pythonpath

** Changed in: python-repoze.who (Ubuntu)
   Status: New => Confirmed

** Also affects: python-repoze.who (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: python-repoze.who (Ubuntu Utopic)
   Importance: Undecided
   Status: Confirmed

** Changed in: python-repoze.who (Ubuntu Trusty)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

** Changed in: python-repoze.who (Ubuntu Trusty)
   Status: New => Confirmed

** Changed in: python-repoze.who (Ubuntu Trusty)
   Importance: Undecided => High

** Changed in: python-repoze.who (Ubuntu Utopic)
   Status: Confirmed => Fix Committed

** Changed in: python-repoze.who (Ubuntu Utopic)
   Status: Fix Committed => Fix Released

** Also affects: python-repoze.lru (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: python-repoze.lru (Ubuntu Utopic)
   Status: New => Fix Released

** Changed in: python-repoze.lru (Ubuntu Trusty)
   Status: New => Confirmed

** Changed in: python-repoze.lru (Ubuntu Trusty)
   Importance: Undecided => Medium

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

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

Title:
  python-repoze.who does not install into /usr/lib/python2.7/dist-
  packages/repoze namespace and thus not available from pythonpath

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

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


[Bug 1273462] Re: Users can mistakenly run init.d scripts and cause problems if an equivalent upstart job already exists

2014-06-20 Thread Dimitri John Ledkov
upstart init-functions.d hook has ended up being shipped by lsb, since
circular dependencies onto upstart from sysv are a bad idea. Hence re-
assigning SRU to lsb.

** Changed in: upstart (Ubuntu Trusty)
   Status: Triaged => Won't Fix

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

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

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

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

** Changed in: lsb (Ubuntu Trusty)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

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

Title:
  Users can mistakenly run init.d scripts and cause problems if an
  equivalent upstart job already exists

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

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


[Bug 1322677] [NEW] Please use cgmanager

2014-05-23 Thread Dimitri John Ledkov
Public bug reported:

cgmanager & utah use cgroup-lite at the moment. Can both please convert
to using cgmanager?

** Affects: utah
 Importance: Undecided
 Status: New

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

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

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

Title:
  Please use cgmanager

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

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


[Bug 1273462] Re: Users can mistakenly run init.d scripts and cause problems if an equivalent upstart job already exists

2014-05-02 Thread Dimitri John Ledkov
** Also affects: upstart (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: mysql-5.5 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: upstart (Ubuntu Utopic)
   Importance: Critical
 Assignee: Dimitri John Ledkov (xnox)
   Status: Triaged

** Also affects: mysql-5.5 (Ubuntu Utopic)
   Importance: Medium
   Status: Invalid

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

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

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

** Changed in: upstart (Ubuntu Trusty)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

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

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

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

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

Title:
  Users can mistakenly run init.d scripts and cause problems if an
  equivalent upstart job already exists

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

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


[Bug 1315143] Re: trusty SRU: change the ruby default from 1.9.1 to 2.0

2014-05-01 Thread Dimitri John Ledkov
** Also affects: ruby-defaults (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

** Changed in: ruby-defaults (Ubuntu Trusty)
   Status: New => Confirmed

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

** Changed in: ruby-defaults (Ubuntu Trusty)
 Assignee: (unassigned) => Matthias Klose (doko)

** Changed in: puppet (Ubuntu Trusty)
 Assignee: (unassigned) => Canonical Server Team (canonical-server)

** Changed in: ruby-defaults (Ubuntu)
   Status: Confirmed => Fix Released

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

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

Title:
  trusty SRU: change the ruby default from 1.9.1 to 2.0

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

-- 
Ubuntu-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 1272788] Re: php5-fpm upstart job is not compatible with precise upstart

2014-04-22 Thread Dimitri John Ledkov
On 18 April 2014 11:58, Renan Gonçalves  wrote:
> The package 5.5.9+dfsg-1ubuntu3 have the correct upstart script with
> "reload signal USR2", which works great on Ubuntu Trusty since it uses
> upstart >= 1.10.0
>
> The fix for this bug introduces a new package, called "5.5.9+dfsg-1ubuntu4", 
> which comments out "reload signal USR2".
> Making it work on Precise but breaking on Trusty.
>
> Installing a new Ubuntu machine with the latest version and latest PHP should 
> be the priority to work out of the box. No adjustments should be needed.
> If anyone wants to use Precise with the latest PHP version, adjustments to 
> the upstart script are okay.
>
> Hence, IMO this fix should be reversed.
>

We fully understand the drawbacks of all combinations, and there is no
win-win situation at the moment.
At release time, it was decided that smooth upgrades are more
important than supporting reload mechanism in this single job.
Independently, i'm working on patches to "service" and "invoke-rc.d"
commands to properly support this case.
Once those get accepted into Debian, and subsequently SRUed into
trusty, this change can be reverted and the service will be correctly
started using sysvinit upon upgrades from precise and will be managed
by upstart after reboot into trusty's upstart.

If you require reload functionality, you can uncoment that line in the
upstart job or add "reload signal USR2" into .override file next to
the job file.

-- 
Regards,

Dimitri.

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

Title:
  php5-fpm upstart job is not compatible with precise upstart

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

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


[Bug 1272788] Re: php5-fpm upstart job is not compatible with precise upstart

2014-04-09 Thread Dimitri John Ledkov
** Also affects: php5 (Ubuntu Trusty)
   Importance: High
 Assignee: Dimitri John Ledkov (xnox)
   Status: Triaged

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

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

Title:
  php5-fpm upstart job is not compatible with precise upstart

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

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


[Bug 1272788] Re: New upstart jobs are not detected in a P to T upgrade

2014-04-08 Thread Dimitri John Ledkov
The conclusion is incorrect =)
upstart ignore jobs with unknown stanzas.
php-fpm specifies a stanza which is not available / unknown to upstart in 
precise.
also precise upstart doesn't know how to perform a stateful re-exec, hence a 
reboot is required to get the new init.

If it is desired for the upstart job to work, before rebooting one of the 
following are possible solutions:
* maintainer scripts fallback to init.d script
* make upstart job precise compatible, e.g. remove "reload signal" stanza
* (possibly) ship reload signal stanza in the .override file (precise upstart 
will ignore override, trusty upstart will use it)

** Changed in: upstart (Ubuntu)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

** Summary changed:

- New upstart jobs are not detected in a P to T upgrade
+ php5-fpm upstart job is not compatible with precise upstart

** Package changed: upstart (Ubuntu) => php5 (Ubuntu)

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

Title:
  php5-fpm upstart job is not compatible with precise upstart

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

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


[Bug 1293250] [NEW] mdb testsuite failures on ppc64el

2014-03-16 Thread Dimitri John Ledkov
Public bug reported:

Whilst:
> Starting test033-glue-syncrepl for hdb...
running defines.sh
Running slapadd to build glued slapd databases...
Starting slapd 1 on TCP/IP port 9011...
Using ldapsearch to check that slapd 1 is running...
Starting slapd 2 on TCP/IP port 9012...
Using ldapsearch to check that slapd 2 is running...
Using ldapadd to populate subtree="ou=Information Technology 
Division,ou=People,dc=example,dc=com" on port 9011...
Using ldapadd to populate subtree="ou=Groups,dc=example,dc=com" on port 9012...
Waiting 7 seconds for shadow subtrees to sync...
Filtering original ldif used to create database...
Using ldapsearch to read all the entries from port 9011...
Filtering ldapsearch results...
Comparing filter output...
Using ldapsearch to read all the entries from port 9012...
Filtering ldapsearch results...
Comparing filter output...
Testing ldapdelete propagation...
> Test succeeded
> test033-glue-syncrepl completed OK for hdb.

Now passes, the mdb tests however fail:

> Executing all LDAP tests for mdb
> Starting test000-rootdse for mdb...
running defines.sh
Starting slapd on TCP/IP port 9011...
Using ldapsearch to retrieve the root DSE...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
../../../tests/scripts/test000-rootdse: 66: kill: No such process

ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
> Test failed
> test000-rootdse failed for mdb
(exit 255)
make[3]: *** [mdb-mod] Error 255
make[3]: Leaving directory `/build/buildd/openldap-2.4.31/debian/build/tests'
make[2]: *** [test] Error 2
make[2]: Leaving directory `/build/buildd/openldap-2.4.31/debian/build/tests'
make[1]: *** [test] Error 2
make[1]: Leaving directory `/build/buildd/openldap-2.4.31/debian/build'
dh_auto_test: make -j1 test returned exit code 2
make: *** [build-arch] Error 2

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


** Tags: ftbfs ppc64el

** Tags added: ftbfs ppc64el

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

Title:
  mdb testsuite failures on ppc64el

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

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


[Bug 1118815] Re: Remove python-oauth from the archive

2014-02-01 Thread Dimitri John Ledkov
there is requests_oauthlib implementation both in python2 and python3.

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

Title:
  Remove python-oauth from the archive

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

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


[Bug 1273462] Re: Users can mistakenly run init.d scripts and cause problems if an equivalent upstart job already exists

2014-01-30 Thread Dimitri John Ledkov
lsb -> upstart, because upstart will just  provide lsb integration
snippet

** Changed in: lsb (Ubuntu)
   Importance: Undecided => Critical

** Changed in: lsb (Ubuntu)
 Assignee: (unassigned) => Dimitri John Ledkov (xnox)

** Package changed: lsb (Ubuntu) => upstart (Ubuntu)

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

Title:
  Users can mistakenly run init.d scripts and cause problems if an
  equivalent upstart job already exists

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

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


[Bug 1272788] Re: php-fpm service won't start: unknown job

2014-01-25 Thread Dimitri John Ledkov
Was the machine rebooted after the upgrade, to actually pick up the new
upstart?

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

Title:
  php-fpm service won't start: unknown job

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

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


[Bug 1264231] Re: Include samba and libpam-smbpass packages by default

2014-01-05 Thread Dimitri John Ledkov
As per:
https://lists.ubuntu.com/archives/ubuntu-devel/2014-January/037944.html
https://lists.ubuntu.com/archives/ubuntu-devel/2014-January/037945.html

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

** Changed in: nautilus-share (Ubuntu)
   Status: New => Won't Fix

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

Title:
  Include samba and libpam-smbpass packages by default

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

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


[Bug 1265970] [NEW] juju binary is not stripped

2014-01-03 Thread Dimitri John Ledkov
Public bug reported:

$ file /usr/lib/juju-1.16.5/bin/juju
/usr/lib/juju-1.16.5/bin/juju: ELF 64-bit LSB  executable, x86-64, version 1 
(SYSV), dynamically linked (uses shared libs), not stripped

Please strip binaries as per Ubuntu Policy.

The size of the binary goes down from 30MB to 20MB.

** Affects: juju-core (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  juju binary is not stripped

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

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


[Bug 1264201] Re: Sync acpica-unix 20131115-1.1 (main) from Debian unstable (main)

2014-01-01 Thread Dimitri John Ledkov
already synced, closing.

** Changed in: acpica-unix (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync acpica-unix 20131115-1.1 (main) from Debian unstable (main)

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

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


[Bug 1264183] Re: Sync python-json-patch 1.3-4 (main) from Debian unstable (main)

2014-01-01 Thread Dimitri John Ledkov
This bug was fixed in the package python-json-patch - 1.3-4
Sponsored for Artur Rona (ari-tczew)

---
python-json-patch (1.3-4) unstable; urgency=medium

  * Fixes Breaks / Replaces so that it works with backports too.
(Closes: #732365).
  * Sets Section: oldlibs & Priority: extra for the transition package.

 -- Thomas Goirand   Mon, 09 Dec 2013 23:38:04 +0800

** Changed in: python-json-patch (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync python-json-patch 1.3-4 (main) from Debian unstable (main)

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

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


[Bug 1259620] Re: Please merge exim4 4.80-9ubuntu2 (main) from Debian unstable (main)

2014-01-01 Thread Dimitri John Ledkov
Uploaded.
Added a small tweak to mention that db5.1 -> db5.3 is still a delta.

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

Title:
  Please merge exim4 4.80-9ubuntu2 (main) from Debian unstable (main)

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

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


[Bug 1245005] Re: Please remove boost1.49 & 1.53 from trusty-release

2013-12-28 Thread Dimitri John Ledkov
** Changed in: boost1.53 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Please remove boost1.49 & 1.53 from trusty-release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost-mpi-source1.53/+bug/1245005/+subscriptions

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


[Bug 1245005] Re: Please remove boost1.49 & 1.53 from trusty-release

2013-12-28 Thread Dimitri John Ledkov
 infinity: please rm boost1.53/boost-mpi-source1.53 from release and 
proposed =
 xnox: Poof.  Iz gone.

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

Title:
  Please remove boost1.49 & 1.53 from trusty-release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost-mpi-source1.53/+bug/1245005/+subscriptions

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


[Bug 1263279] Re: Sync python-boto 2.20.1-1 (main) from Debian experimental (main)

2013-12-28 Thread Dimitri John Ledkov
This bug was fixed in the package python-boto - 2.20.1-2
Sponsored for Jackson Doak (noskcaj)

---
python-boto (2.20.1-2) experimental; urgency=low

  * Run unit tests with autopkgtest.

 -- Eric Evans   Fri, 27 Dec 2013 15:09:08 -0600

python-boto (2.20.1-1) experimental; urgency=low

  * New upstream release (Closes: #732176).

 -- Eric Evans   Mon, 16 Dec 2013 10:00:57 -0600

** Changed in: python-boto (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync python-boto 2.20.1-1 (main) from Debian experimental (main)

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

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


[Bug 1246344] Re: Please merge etckeeper 1.9ubuntu1 (universe) from Debian unstable (main)

2013-12-26 Thread Dimitri John Ledkov
** Changed in: etckeeper (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 etckeeper in Ubuntu.
https://bugs.launchpad.net/bugs/1246344

Title:
  Please merge etckeeper 1.9ubuntu1 (universe) from Debian unstable
  (main)

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

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


[Bug 1259620] Re: Please merge exim4 4.80-9ubuntu2 (main) from Debian unstable (main)

2013-12-26 Thread Dimitri John Ledkov
** Changed in: exim4 (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 exim4 in Ubuntu.
https://bugs.launchpad.net/bugs/1259620

Title:
  Please merge exim4 4.80-9ubuntu2 (main) from Debian unstable (main)

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

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


[Bug 955576] Re: 'local:' services not started on reboot

2013-12-13 Thread Dimitri John Ledkov
if lxc config is modified to autostart containers, those containers that are 
specified in /etc/lxc/auto will be auto started.
This is from https://help.ubuntu.com/lts/serverguide/lxc.html

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

Title:
  'local:' services not started on reboot

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

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


[Bug 1259863] Re: Please merge nagios-plugins 1.5-1 (universe) from Debian unstable (main)

2013-12-11 Thread Dimitri John Ledkov
** Changed in: nagios-plugins (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 nagios-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/1259863

Title:
  Please merge nagios-plugins 1.5-1 (universe) from Debian unstable
  (main)

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

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