Starting nodes in a podman container issue.

I’m using this version: 0.52.13-0.50.6-0.43.2

This is my run setup.

When I attempt to start 11 nodes inside a podman container, only 3 out of ten start errorless.

I say this because of how many nodes my node 12 from another machine wants to join.
Missing are 12003 to 12010.

log node 12

        ➤ Sending JoinRequest { section_key: PublicKey(115b..80b2), resource_proof_response: None, aggregated: Some(SectionAuth { value: NodeState { name: b5bae6(10110101).., addr: 83.163.103.119:12011, state: Joined, previous_name: None }, sig: KeyedSig { public_key: PublicKey(115b..80b2), signature: Signature(16f8..9e2a) } }) } to [Peer { name: 0cf217(00001100).., addr: 83.163.103.119:12001, connection: Some(Connection { id: 1066862992, remote_address: 83.163.103.119:12001, .. }) }, Peer { name: 78b12e(01111000).., addr: 83.163.103.119:12000, connection: Some(Connection { id: 1065965264, remote_address: 83.163.103.119:12000, .. }) }, Peer { name: 8c6e00(10001100).., addr: 83.163.103.119:12002, connection: Some(Connection { id: 1066987344, remote_address: 83.163.103.119:12002, .. }) }]

There seems to be three type of failures:

Node 4:
https://termbin.com/t2dy

Node 8:
https://termbin.com/i39i

Node 10:
https://termbin.com/o01k

1 Like

This topic was automatically closed after 60 days. New replies are no longer allowed.