[chef] Re: mysql recipe error on ubuntu 12.04


Chronological Thread 
  • From: Paul Graydon < >
  • To:
  • Subject: [chef] Re: mysql recipe error on ubuntu 12.04
  • Date: Sat, 10 Nov 2012 19:38:08 -1000

On 11/10/2012 07:15 PM, S Ahmed wrote:
service[mysql] (mysql::server line 71) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'
This is telling you that the service resource was run but the exit status of the command it ran was 1 instead of 0, which usually indicates an error of some description.
Unfortunately it's impossible to tell what that error is from what chef has provided.
You'll need to run:
# service mysql restart
yourself and see what it returns on the command line.

Paul



Archive powered by MHonArc 2.6.16.

§