We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Even after the recent 2.8.2 release, I'm still having issues on RHEL7. systemd doesn't think the webhook is running when it actually is:
root@pupqa-d1-pm01:~# ps aux | grep webhook root 31153 0.0 0.0 112640 960 pts/2 S+ 14:18 0:00 grep --color=auto webhook root@pupqa-d1-pm01:~# systemctl status webhook webhook.service - R10K Webhook Service Loaded: loaded (/usr/lib/systemd/system/webhook.service; enabled) Active: inactive (dead) since Sat 2015-06-27 14:15:59 CDT; 2min 59s ago Process: 31009 ExecStart=/usr/local/bin/webhook (code=exited, status=0/SUCCESS) Main PID: 31009 (code=exited, status=0/SUCCESS) Jun 27 14:15:59 pupqa-d1-pm01.corp.follett.com systemd[1]: Started R10K Webhook Service. root@pupqa-d1-pm01:~# systemctl start webhook root@pupqa-d1-pm01:~# ps aux | grep webhook peadmin 31173 0.0 0.1 202376 20256 ? Sl 14:19 0:00 /opt/puppet/bin/ruby /usr/local/bin/webhook root 31182 0.0 0.0 112640 960 pts/2 S+ 14:19 0:00 grep --color=auto webhook root@pupqa-d1-pm01:~# systemctl status webhook webhook.service - R10K Webhook Service Loaded: loaded (/usr/lib/systemd/system/webhook.service; enabled) Active: inactive (dead) since Sat 2015-06-27 14:19:07 CDT; 12s ago Process: 31165 ExecStart=/usr/local/bin/webhook (code=exited, status=0/SUCCESS) Main PID: 31165 (code=exited, status=0/SUCCESS) Jun 27 14:19:07 pupqa-d1-pm01.corp.follett.com systemd[1]: Started R10K Webhook Service.
The text was updated successfully, but these errors were encountered:
Closing in light of #207
Sorry, something went wrong.
No branches or pull requests
Even after the recent 2.8.2 release, I'm still having issues on RHEL7. systemd doesn't think the webhook is running when it actually is:
The text was updated successfully, but these errors were encountered: