Skip to content

Instantly share code, notes, and snippets.

@i-sam
Created September 30, 2014 09:18
Show Gist options
  • Save i-sam/969f54fab77675a9b130 to your computer and use it in GitHub Desktop.
Save i-sam/969f54fab77675a9b130 to your computer and use it in GitHub Desktop.
Starting Chef Client, version 11.4.2
[2014-09-30T22:05:08-04:00] INFO: *** Chef 11.4.2 ***
[2014-09-30T22:05:09-04:00] INFO: Setting the run_list to ["recipe[mariadb]"] from JSON
[2014-09-30T22:05:09-04:00] INFO: Run List is [recipe[mariadb]]
[2014-09-30T22:05:09-04:00] INFO: Run List expands to [mariadb]
[2014-09-30T22:05:09-04:00] INFO: Starting Chef Run for prerelease-db-replica
[2014-09-30T22:05:09-04:00] INFO: Running start handlers
[2014-09-30T22:05:09-04:00] INFO: Start handlers complete.
Compiling Cookbooks...
Converging 11 resources
Recipe: mariadb::_debian_server
* package[debconf-utils] action install[2014-09-30T22:05:09-04:00] INFO: Processing package[debconf-utils] action install (mariadb::_debian_server line 21)
(up to date)
* directory[/var/cache/local/preseeding] action create[2014-09-30T22:05:09-04:00] INFO: Processing directory[/var/cache/local/preseeding] action create (mariadb::_debian_server line 26)
(up to date)
* template[/var/cache/local/preseeding/mariadb-server.seed] action create[2014-09-30T22:05:09-04:00] INFO: Processing template[/var/cache/local/preseeding/mariadb-server.seed] action create (mariadb::_debian_server line 33)
(up to date)
* execute[preseed mariadb-server] action nothing[2014-09-30T22:05:09-04:00] INFO: Processing execute[preseed mariadb-server] action nothing (mariadb::_debian_server line 42)
(up to date)
* package[mariadb-server-10.0] action install[2014-09-30T22:05:09-04:00] INFO: Processing package[mariadb-server-10.0] action install (mariadb::_debian_server line 48)
* No version specified, and no candidate version available for mariadb-server-10.0
================================================================================
Error executing action `install` on resource 'package[mariadb-server-10.0]'
================================================================================
Chef::Exceptions::Package
-------------------------
No version specified, and no candidate version available for mariadb-server-10.0
Resource Declaration:
---------------------
# In /home/dah_user/spd_devops/chef-recipes/cookbooks/mariadb/recipes/_debian_server.rb
48: package "mariadb-server-#{node['mariadb']['install']['version']}" do
49: action :install
50: end
Compiled Resource:
------------------
# Declared in /home/dah_user/spd_devops/chef-recipes/cookbooks/mariadb/recipes/_debian_server.rb:48:in `from_file'
package("mariadb-server-10.0") do
action [:install]
retries 0
retry_delay 2
package_name "mariadb-server-10.0"
cookbook_name :mariadb
recipe_name "_debian_server"
end
[2014-09-30T22:05:09-04:00] INFO: Running queued delayed notifications before re-raising exception
[2014-09-30T22:05:09-04:00] ERROR: Running exception handlers
[2014-09-30T22:05:09-04:00] ERROR: Exception handlers complete
Chef Client failed. 0 resources updated
[2014-09-30T22:05:09-04:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2014-09-30T22:05:09-04:00] FATAL: Chef::Exceptions::Package: package[mariadb-server-10.0] (mariadb::_debian_server line 48) had an error: Chef::Exceptions::Package: No version specified, and no candidate version available for mariadb-server-10.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment