-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
[root@master ~]# docker run sequenceiq/kylin sh
+ echo 'Executing scripts from /usr/local/init'
+ tee /var/log/serf.log
Executing scripts from /usr/local/init
+ for file in '$SERF_INIT_DIR/*'
+ echo 'Execute: /usr/local/init/00_init.sh'
+ tee -a /var/log/serf.log
Execute: /usr/local/init/00_init.sh
+ /bin/bash /usr/local/init/00_init.sh
+ tee -a /var/log/serf.log
Basic init has been executed
+ [[ -n '' ]]
+ unset SERF_HOSTNAME
+ '[' -z '' ']'
++ hostname -f
+ SERF_HOSTNAME=a54f567c914c
+ sleep 5
+ '[' -z a54f567c914c ']'
+ cat
+ [[ -n '' ]]
+ /usr/local/serf/bin/serf agent -config-dir /usr/local/serf/etc sh
+ tee -a /var/log/serf.log
==> Starting Serf agent...
==> Starting Serf agent RPC...
==> Serf agent running!
Node name: 'a54f567c914c'
Bind addr: '172.17.0.13:7946'
RPC addr: '0.0.0.0:7373'
Encrypted: false
Snapshot: false
Profile: lan
==> Log data will now stream in as it occurs:
2015/05/13 00:27:18 [INFO] agent: Serf agent starting
2015/05/13 00:27:18 [INFO] serf: EventMemberJoin: a54f567c914c 172.17.0.13
2015/05/13 00:27:19 [INFO] agent: Received event: member-join
2015/05/13 00:27:19 [INFO] agent.ipc: Accepted client: 127.0.0.1:30507
then, no response any more
Metadata
Metadata
Assignees
Labels
No labels