@sgotti here you go.
ubuntu@node1:~/stolon-v0.16.0-linux-amd64$ sudo ./bin/stolon-keeper --cluster-name stolon-cluster --store-backend=etcdv3 --uid postgres0 --data-dir data/postgres0 --pg-su-password=admin@123 --pg-repl-username=root --pg-bin-path /usr/lib/postgresql/10/bin/ --pg-repl-password=admin@123 --pg-listen-address=localhost
2020-03-19T11:39:56.262+0100 WARN cmd/keeper.go:1929 provided --pg-listen-address “localhost”: is not an ip address but a hostname. This will be advertized to the other components and may have undefined behaviors if resolved differently by other hosts
2020-03-19T11:39:56.293+0100 WARN cmd/keeper.go:1937 provided --pg-listen-address “localhost” is a loopback ip. This will be advertized to the other components and communication will fail if they are on different hosts
2020-03-19T11:39:56.295+0100 WARN cmd/keeper.go:2008 superuser name and replication user name are the same. Different users are suggested.
2020-03-19T11:39:56.298+0100 INFO cmd/keeper.go:2039 exclusive lock on data dir taken
2020-03-19T11:39:56.302+0100 INFO cmd/keeper.go:525 keeper uid {“uid”: “postgres0”}
2020-03-19T11:39:56.425+0100 INFO cmd/keeper.go:1047 our db boot UID is different than the cluster data one, waiting for it to be updated {“bootUUID”: “15bd2811-e3d1-4a6b-8b2b-4537aad371af”, “clusterBootUUID”: “92f70be6-1eed-4596-9fc2-5a0cc2823beb”}
2020-03-19T11:39:56.438+0100 ERROR cmd/keeper.go:1049 failed to stop pg instance {“error”: “cannot get instance state: exit status 1”}
2020-03-19T11:40:01.528+0100 ERROR cmd/keeper.go:1063 db failed to initialize or resync
2020-03-19T11:40:01.530+0100 ERROR cmd/keeper.go:1066 failed to stop pg instance {“error”: “cannot get instance state: exit status 1”}
2020-03-19T11:40:06.547+0100 ERROR cmd/keeper.go:1063 db failed to initialize or resync
2020-03-19T11:40:06.590+0100 ERROR cmd/keeper.go:1066 failed to stop pg instance {“error”: “cannot get instance state: exit status 1”}
2020-03-19T11:40:11.628+0100 ERROR cmd/keeper.go:1063 db failed to initialize or resync
2020-03-19T11:40:11.655+0100 ERROR cmd/keeper.go:1066 failed to stop pg instance {“error”: “cannot get instance state: exit status 1”}
2020-03-19T11:40:16.672+0100 ERROR cmd/keeper.go:1063 db failed to initialize or resync
2020-03-19T11:40:16.680+0100 ERROR cmd/keeper.go:1066 failed to stop pg instance {“error”: “cannot get instance state: exit status 1”}
^C2020-03-19T11:40:17.143+0100 ERROR cmd/keeper.go:796 failed to stop pg instance {“error”: “cannot get instance state: exit status 1”}