KrisBuytaert/puppet-graphite

fails due to new carbon providing mutiple carbon-x init services rather than just 'carbon'

Opened this issue · 1 comments

Carbon service as set below no longer exists;

Error: Could not start Service[carbon]: Execution of '/sbin/service carbon start' returned 1:
Error: /Stage[main]/Graphite::Carbon::Service/Service[carbon]/ensure: change from stopped to running failed: Could not start Service[carbon]: Execution of '/sbin/service carbon start' returned 1:

Install occurred OK:
Package carbon-0.9.10-1.noarch already installed and latest version

Carbon now has a number of services;

[root@visibilitypoc1 site-packages]# ls -la /etc/init.d/ | grep carbon
-rwxr-xr-x. 1 root root 1515 Oct 15 2012 carbon-aggregator
-rwxr-xr-x. 1 root root 1470 Oct 15 2012 carbon-cache
-rwxr-xr-x. 1 root root 1470 Oct 15 2012 carbon-relay
[root@visibilitypoc1 site-packages]#

Which one of these can be used as previous? I'm guessing config will need to change instead of just the init start due to the seperation of the services.

Will delete the module from forge.puppetlabs and try cloneing from git incase this is already resolved.

if so, please feel free to close and let me know.

Thanks,
matt

If you look at the different tags on github you see there is a tag for the 0.9 and the 0.9.10 versions...
This is already fixed on github.