Skip to content

Instantly share code, notes, and snippets.

@saitodisse
Last active August 29, 2015 14:05
Show Gist options
  • Save saitodisse/541d1db2b3340f3d0803 to your computer and use it in GitHub Desktop.
Save saitodisse/541d1db2b3340f3d0803 to your computer and use it in GitHub Desktop.
resultado do azk agent start
[linux_support] ~/_git/azk
$ azk check-install
azk: Check dependencies: [ok]
azk: Check vm ip: [ok]
azk: Check vm ssh key: [ok]
azk: Check node: [ok]
azk: Check azk node dependencies: [ok]
azk: Azk has installed and configured
[linux_support] ~/_git/azk
$ azk agent start
azk: Wait, this process may take several minutes
azk: Agent is being started...
azk: starting memcached...
azk: memcached started.
azk: starting hipache...
azk: hipache started.
azk: status.balancer.starting_dns
azk: status.dns.progress
azk: status.balancer.started_dns
azk: starting socat...
azk: status.dns.progress
azk: status.agent.progress
azk: status.agent.progress
azk: status.agent.progress
azk: status.agent.progress
azk: status.agent.progress
azk: status.agent.progress
azk: status.agent.progress
azk: status.agent.progress
azk: status.agent.progress
azk: status.agent.progress
azk: status.agent.progress
azk: Agent starting error: Run system `balancer-redirect` return: (0), for command: /bin/sh -c socat TCP4-LISTEN:$HTTP_PORT,fork TCP:$BALANCER_IP:$BALANCER_PORT:
.
azk: Agent is being stopped...
azk: status.balancer.stopping_hipache
Terminated
azk: Agent is being stopped...
[linux_support] ~/_git/azk
$ azk: Agent is being stopped...
azk: Agent is being stopped...
azk: Agent is being stopped...
azk: Agent has been successfully stopped.
$ azk --log debug agent start
info: get agent status
info: agent is running: false
azk: Wait, this process may take several minutes
azk: Agent is being started...
info: get agent status
info: agent is running: false
info: commands.agent.starting
info: commands.balancer.status.starting_memcached
info: starting memcachedjs
azk: starting memcached...
info: memcachedjs started in socket: /home/julio/_git/azk/data/run/memcachedjs.socket
info: commands.balancer.status.started_memcached
info: commands.balancer.status.starting_hipache
info: starting hipache
azk: memcached started.
azk: starting hipache...
info: hipache started in 11000 port with file config /home/julio/_git/azk/data/run/hipache.json
info: commands.balancer.status.started_hipache
info: commands.balancer.status.starting_dns
azk: hipache started.
azk: status.balancer.starting_dns
info: status.dns.progress
azk: status.dns.progress
info: get agent status
info: agent is running: true
azk: Agent starting error: Error: Fail to start balancer:
at Object.<anonymous> (/home/julio/_git/azk/src/agent/balancer.js:236:15)
at eval (eval at <anonymous> (/home/julio/_git/azk/node_modules/traceur/src/node/traceur.js:24:17), <anonymous>:460:32)
at Object.eval (eval at <anonymous> (/home/julio/_git/azk/node_modules/traceur/src/node/traceur.js:24:17), <anonymous>:396:23)
From previous event:
at /home/julio/_git/azk/src/utils/index.js:54:17.
azk: Agent is being stopped...
debug: call to stop balancer
info: commands.balancer.status.stopping_hipache
Terminated
azk: status.balancer.stopping_hipache
info: Azk agent has been killed by signal
info: get agent status
info: agent is running: true
[linux_support] ~/_git/azk
$ azk: Agent is being stopped...
debug: call to stop balancer
info: commands.balancer.status.stopping_hipache
info: Azk agent has been killed by signal
info: get agent status
info: agent is running: true
azk: Agent is being stopped...
info: Azk agent has been killed by signal
info: get agent status
info: agent is running: true
azk: Agent is being stopped...
info: Azk agent has been killed by signal
info: get agent status
info: agent is running: true
azk: Agent is being stopped...
debug: call to stop unsfd
azk: Agent has been successfully stopped.
debug: call to stop unsfd
debug: call to stop unsfd
[linux_support] ~/_git/azk
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c208bb743235 azukiapp/azktcl:0.0.2 /bin/sh -c 'dnsmasq About a minute ago Up About a minute 127.0.0.1:53->53/udp, 127.0.0.1:49154->80/tcp azk.dev_type.daemon_mid.76dc6b71bf_sys.dns_seq.1_uid.adbffaf020
[linux_support] ~/_git/azk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment