[Bug 1583740] Re: mongo client is missing

2016-10-11 Thread Michael Hudson-Doyle
** Changed in: trusty-backports
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583740

Title:
  mongo client is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1583740/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583740] Re: mongo client is missing

2016-08-02 Thread Launchpad Bug Tracker
This bug was fixed in the package juju-mongodb3.2 - 3.2.4-0ubuntu1.2

---
juju-mongodb3.2 (3.2.4-0ubuntu1.2) xenial; urgency=medium

  * Include mongo client for admins and developer. (LP: #1583740)

 -- cur...@hovey.name (Curtis C. Hovey)  Tue, 17 May 2016 16:01:16 +

** Changed in: juju-mongodb3.2 (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583740

Title:
  mongo client is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1583740/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583740] Re: mongo client is missing

2016-07-22 Thread Nicholas Skaggs
Binary is present
$ ls /usr/lib/juju/mongo3.2/bin
mongo  mongod  mongoperf  mongos  mongosniff

I could invoke the binary
$ /usr/lib/juju/mongo3.2/bin/mongo
MongoDB shell version: 3.2.4


apt-cache show juju-mongodb3.2
Package: juju-mongodb3.2
Priority: optional
Section: universe/database
Installed-Size: 82555
Maintainer: Ubuntu Developers 
Original-Maintainer: Laszlo Boszormenyi (GCS) 
Architecture: amd64
Version: 3.2.4-0ubuntu1.2

Looks good!

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583740

Title:
  mongo client is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1583740/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583740] Re: mongo client is missing

2016-07-22 Thread Adam Conrad
Hello Curtis, or anyone else affected,

Accepted juju-mongodb3.2 into xenial-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/juju-
mongodb3.2/3.2.4-0ubuntu1.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: juju-mongodb3.2 (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583740

Title:
  mongo client is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1583740/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583740] Re: mongo client is missing

2016-07-21 Thread Michael Hudson-Doyle
** Changed in: juju-mongodb3.2 (Ubuntu Xenial)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583740

Title:
  mongo client is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1583740/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583740] Re: mongo client is missing

2016-07-21 Thread Nicholas Skaggs
** Description changed:

- Admins and developers are unable to access to the juju mongodb instance
- to investigation issues.
+ [Impact] 
+ Admins and developers are unable to access to the juju mongodb instance to 
investigation issues.
  
  The mongo client is built, but not included in the juju-mongodb3.2
  package. Juju doesn't need it. Users who need to investigate db issues
  need to locate and install a third-party binary.
  
  This issue affects both yakkety an xenial.
+ 
+ [Test Case]
+ ls /usr/lib/juju/mongo3.2/bin
+ 
+ Under the old package, no 'mongo' binary is present. With the new
+ package you should see a mongo binary.
+ 
+ 
+ [Regression Potential] 
+ 
+ The regression potential here is very small and isolated. This package
+ is specific to juju, and the binary is currently non-existent. If the
+ change fails to provide the binary, the bug will still be unfixed, but
+ no further impacts are expected.
+ 
+ [Other Info]
+ As the current package is already building the mongo binary, we don't forsee 
any issues. This change merely includes the binary in the package.

** Description changed:

- [Impact] 
+ [Impact]
  Admins and developers are unable to access to the juju mongodb instance to 
investigation issues.
  
  The mongo client is built, but not included in the juju-mongodb3.2
  package. Juju doesn't need it. Users who need to investigate db issues
  need to locate and install a third-party binary.
  
  This issue affects both yakkety an xenial.
  
  [Test Case]
  ls /usr/lib/juju/mongo3.2/bin
  
  Under the old package, no 'mongo' binary is present. With the new
  package you should see a mongo binary.
  
+ OLD
+ ls /usr/lib/juju/mongo3.2/bin
+ mongodmongoperf  mongos  mongosniff
  
- [Regression Potential] 
+ NEW
+ ls /usr/lib/juju/mongo3.2/bin
+ mongo mongod mongoperf  mongos  mongosniff
+ 
+ 
+ [Regression Potential]
  
  The regression potential here is very small and isolated. This package
  is specific to juju, and the binary is currently non-existent. If the
  change fails to provide the binary, the bug will still be unfixed, but
  no further impacts are expected.
  
  [Other Info]
  As the current package is already building the mongo binary, we don't forsee 
any issues. This change merely includes the binary in the package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583740

Title:
  mongo client is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1583740/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583740] Re: mongo client is missing

2016-06-22 Thread Nicholas Skaggs
** Also affects: trusty-backports
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583740

Title:
  mongo client is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/trusty-backports/+bug/1583740/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583740] Re: mongo client is missing

2016-06-22 Thread Launchpad Bug Tracker
This bug was fixed in the package juju-mongodb3.2 - 3.2.4-0ubuntu4

---
juju-mongodb3.2 (3.2.4-0ubuntu4) yakkety; urgency=medium

  * Include mongo client for admins and developer. (LP: #1583740)

 -- cur...@hovey.name (Curtis C. Hovey)  Tue, 17 May 2016 01:58:48 +

** Changed in: juju-mongodb3.2 (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583740

Title:
  mongo client is missing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583740] Re: mongo client is missing

2016-06-21 Thread Michael Hudson-Doyle
** Also affects: juju-mongodb3.2 (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: juju-mongodb3.2 (Ubuntu Xenial)
 Assignee: (unassigned) => Nicholas Skaggs (nskaggs)

** Changed in: juju-mongodb3.2 (Ubuntu)
 Assignee: (unassigned) => Michael Hudson-Doyle (mwhudson)

** Changed in: juju-mongodb3.2 (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583740

Title:
  mongo client is missing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583740] Re: mongo client is missing

2016-05-19 Thread Michael Hudson-Doyle
I can certainly see the problem.

I guess this has a disk space impact? Did you consider making a separate
package for this, or do you think that would just be yet another step
making diagnosing problems harder? (not trying to be a leading question
at all, but would like to know).

Happy to upload this to yakkety next week after an answer to the above.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583740

Title:
  mongo client is missing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583740] Re: mongo client is missing

2016-05-19 Thread Curtis Hovey
I have prepared branches for both yakkety and xenial to provide the wanted 
client

https://code.launchpad.net/~sinzui/ubuntu/+source/juju-mongodb32/+git/juju-mongodb32/+ref/ubuntu-yakkety
and

https://code.launchpad.net/~sinzui/ubuntu/+source/juju-mongodb32/+git/juju-mongodb32/+ref/ubuntu-xenial

** Tags added: patch

** Changed in: juju-mongodb3.2 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583740

Title:
  mongo client is missing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs