You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing the newrelic infrastructure agent on a linux instance via CHEF, seeing the following errors, mainly "Chef::Exceptions::Service: service[newrelic-infra]: Service is not known to chkconfig":
yum_package[newrelic-infra] action install
ecs: - install version 1.0.752-1 of package newrelic-infra
ecs: * service[newrelic-infra] action enable
ecs: * service[newrelic-infra]: Service is not known to chkconfig.
ecs: ================================================================================
ecs: Error executing action enable on resource 'service[newrelic-infra]'
ecs: ================================================================================
ecs: ================================================================================
ecs: Error executing action install on resource 'newrelic_agent_infrastructure[Install]'
ecs: ================================================================================
ecs:
ecs: Chef::Exceptions::Service
ecs: -------------------------
ecs: service[newrelic-infra] (/tmp/packer-chef-solo/local-mode-cache/cache/cookbooks/newrelic/providers/agent_infrastructure.rb line 43) had an error: Chef::Exceptions::Service: service[newrelic-infra]: Service is not known to chkconfig.
ecs:
ecs: Resource Declaration:
ecs: ---------------------
ecs: # In /tmp/packer-chef-solo/local-mode-cache/cache/cookbooks/newrelic/recipes/infrastructure_agent.rb
ecs:
ecs: 8: newrelic_agent_infrastructure 'Install'
ecs:
I am incorporating the following version (latest) of newrelic cookbook from Chef SuperMarket:
cookbook 'newrelic', '~> 2.30.0'
The text was updated successfully, but these errors were encountered:
When installing the newrelic infrastructure agent on a linux instance via CHEF, seeing the following errors, mainly "Chef::Exceptions::Service: service[newrelic-infra]: Service is not known to chkconfig":
ecs: - install version 1.0.752-1 of package newrelic-infra
ecs: * service[newrelic-infra] action enable
ecs: * service[newrelic-infra]: Service is not known to chkconfig.
ecs: ================================================================================
ecs: Error executing action
enable
on resource 'service[newrelic-infra]'ecs: ================================================================================
ecs: ================================================================================
ecs: Error executing action
install
on resource 'newrelic_agent_infrastructure[Install]'ecs: ================================================================================
ecs:
ecs: Chef::Exceptions::Service
ecs: -------------------------
ecs: service[newrelic-infra] (/tmp/packer-chef-solo/local-mode-cache/cache/cookbooks/newrelic/providers/agent_infrastructure.rb line 43) had an error: Chef::Exceptions::Service: service[newrelic-infra]: Service is not known to chkconfig.
ecs:
ecs: Resource Declaration:
ecs: ---------------------
ecs: # In /tmp/packer-chef-solo/local-mode-cache/cache/cookbooks/newrelic/recipes/infrastructure_agent.rb
ecs:
ecs: 8: newrelic_agent_infrastructure 'Install'
ecs:
I am incorporating the following version (latest) of newrelic cookbook from Chef SuperMarket:
cookbook 'newrelic', '~> 2.30.0'
The text was updated successfully, but these errors were encountered: