matschaffer / knife-solo

DEPRECATED: Please consider using https://knife-zero.github.io/, ansible, or visit https://www.chef.io/ for other ideas
MIT License
786 stars 213 forks source link

Chef not installing in google cloud server #537

Closed ramachandranv closed 5 years ago

ramachandranv commented 5 years ago

I'm running the following prepare statement in one of our google cloud server. But it's not downloading or install chef and just breaks creating a node file.

knife solo prepare -i ~/.ssh/id_rsa.pub ramachandran@35.246.78.52
Bootstrapping Chef... Updating apt caches... Installing required packages... Installing rubygems from source... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 243k 100 243k 0 0 5388k 0 --:--:-- --:--:-- --:--:-- 5418k

matschaffer commented 5 years ago

Debug output would be good. Pretty sure it's -l debug

ramachandranv commented 5 years ago

@matschaffer -l debug doesn't work

matschaffer commented 5 years ago

Ah, whoops. Looks like it's -VV https://docs.chef.io/knife_options.html

ramachandranv commented 5 years ago

@matschaffer Thank you. There is some issue with the server it seems. I tried setting up with creating new servers and it does work well.