azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
898 stars 63 forks source link

Agent not starting #462

Closed arthurgeek closed 9 years ago

arthurgeek commented 9 years ago

In version 0.14, the agent does not start in daemon mode.

$ azk agent start -v
azk: Wait, this process may take several minutes
azk: Loading settings and checking dependencies.
azk: Checking version...
azk: azk 0.14.0 detected

azk: In order to give `azk` access to `azk agent`,
azk: it is necessary to define an IP address to the virtual machine.
azk: This IP address will be used to establish a private network
azk: between the physical machine running `azk` and the virtual
azk: machine where `azk agent` is running.

? Enter the vm ip: (192.168.50.4) 

exit
$

I can't type anything in "Enter vm ip", it goes directly to exit.

The agent starts fine with --no-daemon argument.

fearenales commented 9 years ago

Closed by https://github.com/azukiapp/azk/pull/463