Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
pmlogger: Ensure that pmlogger starts after pmcd. #3
Conversation
mvollmer
added some commits
Feb 25, 2015
kmcdonell
added a commit
that referenced
this pull request
Feb 25, 2015
kmcdonell
merged commit db8d2d4
into
performancecopilot:master
Feb 25, 2015
|
We have a similar issue for the pmie service script. I'll fix that through the regular PCP source tree and it will flow to github in due course. |
This was referenced Apr 30, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mvollmer commentedFeb 25, 2015
When pmlogger and pmcd are started at the same time by systemd (as
happens during system boot), we need to make sure that pmlogger is not
activated before pmcd is ready to accept connections from clients.