Created
April 30, 2014 20:14
-
-
Save bh016088/2f1b2d358e4215c82e1f to your computer and use it in GitHub Desktop.
zabbix proxy install error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2014-04-30T15:13:43-05:00] INFO: Processing yum_package[libjpeg-turbo-devel] action install (ops_zabbix_server::zabbix_proxy line 61) | |
================================================================================ | |
Error executing action `install` on resource 'yum_package[libjpeg-turbo-devel]' | |
================================================================================ | |
Chef::Exceptions::Package | |
------------------------- | |
No version specified, and no candidate version available for libjpeg-turbo-devel | |
Resource Declaration: | |
--------------------- | |
# In /var/chef/cache/cookbooks/ops_zabbix_server/recipes/zabbix_proxy.rb | |
61: yum_package "#{pkg}" do | |
62: action :install | |
63: end | |
64: end | |
Compiled Resource: | |
------------------ | |
# Declared in /var/chef/cache/cookbooks/ops_zabbix_server/recipes/zabbix_proxy.rb:61:in `block in from_file' | |
yum_package("libjpeg-turbo-devel") do | |
provider Chef::Provider::Package::Yum | |
action [:install] | |
retries 0 | |
retry_delay 2 | |
package_name "libjpeg-turbo-devel" | |
flush_cache {:before=>false, :after=>false} | |
cookbook_name "ops_zabbix_server" | |
recipe_name "zabbix_proxy" | |
end | |
[2014-04-30T15:14:04-05:00] ERROR: Running exception handlers | |
[2014-04-30T15:14:04-05:00] FATAL: Saving node information to /var/chef/cache/failed-run-data.json | |
[2014-04-30T15:14:04-05:00] ERROR: Exception handlers complete | |
[2014-04-30T15:14:04-05:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out | |
[2014-04-30T15:14:04-05:00] FATAL: Chef::Exceptions::Package: yum_package[libjpeg-turbo-devel] (ops_zabbix_server::zabbix_proxy line 61) had an error: Chef::Exceptions::Package: No version specified, and no candidate version available for libjpeg-turbo-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment