Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Chef error during VM bootstrap #23

Closed
thmor opened this issue Nov 4, 2014 · 2 comments
Closed

Chef error during VM bootstrap #23

thmor opened this issue Nov 4, 2014 · 2 comments

Comments

@thmor
Copy link

thmor commented Nov 4, 2014

Hi,

i have this following error during vm bootstrap :

=> default: [2014-11-04T15:05:40+00:00] INFO: Forking chef instance to converge...
==> default: [2014-11-04T15:05:40+00:00] WARN:
==> default: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
==> default: SSL validation of HTTPS requests is disabled. HTTPS connections are still
==> default: encrypted, but chef is not able to detect forged replies or man in the middle
==> default: attacks.
==> default:
==> default: To fix this issue add an entry like this to your configuration file:
==> default:
==> default: ==> default: # Verify all HTTPS connections (recommended) ==> default: ssl_verify_mode :verify_peer ==> default: ==> default: # OR, Verify only connections to chef-server ==> default: verify_api_cert true ==> default:
==> default:
==> default: To check your SSL configuration, or troubleshoot errors, you can use the
==> default: knife ssl check command like so:
==> default:
==> default: ==> default: knife ssl check -c /tmp/vagrant-chef-solo/solo.rb ==> default:
==> default:
==> default: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
==> default: [2014-11-04T15:05:40+00:00] INFO: *** Chef 11.16.4 ***
==> default: [2014-11-04T15:05:40+00:00] INFO: Chef-client pid: 6932
==> default: [2014-11-04T15:05:41+00:00] INFO: Setting the run_list to ["recipe[apt::default]", "recipe[alfresco::default]"] from CLI options
==> default: [2014-11-04T15:05:41+00:00] INFO: Run List is [recipe[apt::default], recipe[alfresco::default]]
==> default: [2014-11-04T15:05:41+00:00] INFO: Run List expands to [apt::default, alfresco::default]
==> default: [2014-11-04T15:05:41+00:00] INFO: Starting Chef Run for alfresco-allinone
==> default: [2014-11-04T15:05:41+00:00] INFO: Running start handlers
==> default: [2014-11-04T15:05:41+00:00] INFO: Start handlers complete.
==> default: [2014-11-04T15:05:41+00:00] ERROR: Running exception handlers
==> default: [2014-11-04T15:05:41+00:00] ERROR: Exception handlers complete
==> default: [2014-11-04T15:05:41+00:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-solo/chef-stacktrace.out
==> default: [2014-11-04T15:05:41+00:00] ERROR: You must specify at least one cookbook repo path
==> default: [2014-11-04T15:05:41+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)

Do you know how to fix it.

Thanks for your reply

Thierry

@maoo
Copy link
Contributor

maoo commented Nov 7, 2014

Hi thmor,

I think that the error is

ERROR: You must specify at least one cookbook repo path

Seems that you didn't create the vendor-cookbooks folder.

  • Have you followed the instructions on alfresco-boxes page? If so, which one?
  • What are you trying to accomplish with alfresco-boxes? Running with Vagrant, building with Packer or virtualising with Docker?

Thanks!
mao

@maoo
Copy link
Contributor

maoo commented Feb 16, 2015

Closing this issue for inactivity; please reopen if you experience the same issue

@maoo maoo closed this as completed Feb 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants