Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manage-services say mongodb service started even though mongodb is not installed #68

Open
khushpreet-kaur opened this issue Sep 10, 2015 · 1 comment
Labels

Comments

@khushpreet-kaur
Copy link
Contributor

When ./manage-services.sh start is executed, even though mongodb is not installed, the output says mongodb service started successfully which is misleading!

I wasted sometime thinking everything is fine, only to realize that mongodb is not even installed.

manage-services.sh should give correct output messages.

Please see attached screenshot for more details.

Steps to reproduce:

  1. Uninstall mongodb in a system running ADS.
  2. Start the services using ./manage-services.sh start
  3. The manage-services.sh script will say mongodb started, even when it is not installed!

ads-manage-services

ambikakaul pushed a commit that referenced this issue Sep 14, 2015
@ambikakaul
Copy link
Contributor

Fixed. Changes are pushed to manage-services branch of ovpl.

On Thu, Sep 10, 2015 at 11:44 AM, Khushpreet Kaur notifications@github.com
wrote:

When ./manage-services.sh start is executed, even though mongodb is not
installed, the output says mongodb service started successfully which is
misleading!

I wasted sometime thinking everything is fine, only to realize that
mongodb is not even installed.

manage-services.sh should give correct output messages.

Please see attached screenshot for more details.

Steps to reproduce:

  1. Uninstall mongodb in a system running ADS.
  2. Start the services using ./manage-services.sh start
  3. The manage-services.sh script will say mongodb started, even when it
    is not installed!

[image: ads-manage-services]
https://cloud.githubusercontent.com/assets/8623775/9781383/49d61fe4-57b1-11e5-802c-ae83d1a8ba54.png


Reply to this email directly or view it on GitHub
#68.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants