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

Bug: Steampipe service should show the correct status when the service is not running #975

Closed
abhiturbot opened this issue Sep 30, 2021 · 0 comments · Fixed by #1000
Closed
Assignees
Labels
bug Something isn't working

Comments

@abhiturbot
Copy link
Contributor

Describe the bug
Steampipe service shows incorrect status when the service is not running

Steampipe version (steampipe -v)
0.9.0-dev.0

To reproduce

➜  steampipe-mod-aws-tags git:(main) ✗  pkill -f steampipe
➜  steampipe-mod-aws-tags git:(main) ✗ ps -ef | grep steampipe
  502 31328 18872   0  3:47PM ttys013    0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn steampipe
➜  steampipe-mod-aws-tags git:(main) ✗ steampipe service stop
Steampipe service is not running.
➜  steampipe-mod-aws-tags git:(main) ✗ steampipe service status
Steampipe service is running.
➜  steampipe-mod-aws-tags git:(main) ✗ ps -ef | grep steampipe
  502 31368 18872   0  3:47PM ttys013    0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn steampipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants