chrisroberts / vagabond

Advocating idleness and work-shyness
Other
233 stars 25 forks source link

Bundle exec vagabond server up [FAIL] #42

Open alff opened 11 years ago

alff commented 11 years ago

Found another one issue in latest commit of develop branch 47a657bf45f41f951c84e82b73fe6bc619eec109. https://github.com/chrisroberts/vagabond/blob/develop/lib/vagabond/server.rb#L178

According with 'knife' manual it doesn't have option '--sync-directory'.

Latest pastebin with exception. http://paste.openstack.org/show/45746/

alff commented 11 years ago

After little dig in code i've found that we using non standart version of knife. Just ignore this. :) Thanks!

alff commented 11 years ago

But now it fails with another one issue http://paste.openstack.org/show/45756/

I've reported about this here: https://github.com/heavywater/knife-bootstrapsync/issues/1

chrisroberts commented 11 years ago

Ah, load error is outside of standard error which is what it's rescuing. Looks like I need to start scrubbing my local gems :)

alff commented 11 years ago

@chrisroberts should i run '$> sudo vagabond server up ' when i'm not privileged user instead of simple run '$> vagabond server up'? I tries to run without 'sudo' and it fails with this: http://paste.openstack.org/show/45802/

chrisroberts commented 11 years ago

Ah, that should be taken care of in the cookbook. The private key should be updated to be group readable by default. I'll throw an update in over there shortly.