-
Notifications
You must be signed in to change notification settings - Fork 175
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
Unable to start sensu-backend on fresh install using stable release #2495
Comments
Another possible solution would be to install |
CC @ghoneycutt |
Looks like beta set |
It looks like new default |
@treydock the default state-dir should be |
Expected Behavior
I'd expect
systemctl start sensu-backend
to actually start the daemon.Current Behavior
If I create
/var/lib/sensu/etcd
owned bysensu
the daemon starts just fine.Possible Solution
Add
/var/lib/sensu/etcd/
back into packages.Steps to Reproduce (for bugs)
yum install sensu-go-agent sensu-go-backend sensu-go-cli
systemctl start sensu-backend
systemctl status sensu-backend
- daemon failedjournalctl -xe
- see errorsContext
I am trying to get Puppet module updated to support stable and part of our tests is on fresh installs for supported platforms and now those tests are all failing.
Your Environment
The text was updated successfully, but these errors were encountered: