KiraCore / testnet

public testnet coordination
Other
31 stars 28 forks source link

[BUG] Testnet-3 Kirascan wasn't able to find IP address #41

Closed MrLutik closed 3 years ago

MrLutik commented 3 years ago

system-cleanup-1-v0.3.0.0.log

image

data from journalctl -u kirascan -o cat

image

seems it is connected to next screen. Docker interfaces are still up.

image

MrLutik commented 3 years ago

SOLVED. While kirascan wasn't able to find IP i did next:

  1. cd // && cd /docker/shared/common_ro/
  2. touch local_ip && touch public_ip && echo 'my IP addr' >> local_ip && echo 'my IP addr' >> public_ip

image

asmodat commented 3 years ago

Resolved with v0.3.2.3 - testnet-3