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

Ubuntu package is not starting the service after install #32

Closed
apkar opened this issue Jan 2, 2019 · 1 comment
Closed

Ubuntu package is not starting the service after install #32

apkar opened this issue Jan 2, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@apkar
Copy link
Contributor

apkar commented Jan 2, 2019

The issue is reported on forums. I also tried this on 16.04, same issue there as well.

@apkar apkar added the bug Something isn't working label Jan 9, 2019
@apkar apkar added this to the 1.7 milestone Jan 25, 2019
@apkar apkar modified the milestones: 1.7, 1.6.2 Feb 1, 2019
@dongxinEric
Copy link
Contributor

So the reason why it failed to start the service after install the DEB installer on Ubuntu is that invoke-rc.d failed. The fix is simply change it to the more recommended way to start a service nowadays, using /etc/init.d/fdb-document-layer start. This is also how we start FDB KVS services in the FDB DEB installers.

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
Development

No branches or pull requests

2 participants