Open alff opened 11 years ago
After little dig in code i've found that we using non standart version of knife. Just ignore this. :) Thanks!
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
Ah, load error is outside of standard error which is what it's rescuing. Looks like I need to start scrubbing my local gems :)
@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/
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.
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/