wilas / vbkick

Tool for building and maintaining VirtualBox VMs described as a code in a single definition file.
Other
8 stars 5 forks source link

Unclear which expect package is required #18

Closed alanpearce closed 11 years ago

alanpearce commented 11 years ago

The warning that comes up when trying to do vbkick ssh about expect doesn't make it clear which version of expect is required. There are quite a few packages called expect on FreeBSD. I tried installing py-pexpect and couldn't work out why it wasn't working :)

wilas commented 11 years ago

All of these packages create expect binary ?

alanpearce commented 11 years ago

Well, fortunately py-pexpect doesn't. I'm not sure about the others.

wilas commented 11 years ago

Ok, I've added "better" warning. I think that we can't/shouldn't check binary, always someone may create expect by touch /usr/local/bin/expect.

wilas commented 11 years ago

Is this new warning enough good for you or do you have different suggestion ?

alanpearce commented 11 years ago

:+1:

wilas commented 11 years ago

Great. I close this issue.