Hello,
I tried to set up a null node and followed this page:Full Node Binaries | Matic Network | Documentation
After Heimdall was synced and I tried to start bor, I got this error:
Jun 19 14:17:01 systemd[1]: bor.service: Failed to load environment files: No such file or directory
Jun 19 14:17:01 systemd[1]: bor.service: Failed to run ‘start-pre’ task: No such file or directory
Jun 19 14:17:01 systemd[1]: Failed to start bor.
I used “journalctl” to check log and it showed as follows:
Jun 19 14:18:15 heimdalld[2849]: E[2021-06-19|14:18:15.552] Stopping peer for error module=p2p peer=“Peer{MConn{207.180.214.22:26656} c694d54a5b59dbf698206d04a3693b12a8c18251 out}”
Jun 19 14:18:15 heimdalld[2849]: E[2021-06-19|14:18:15.580] Stopping peer for error module=p2p peer=“Peer{MConn{95.217.118.207:46656} 4a4d92f367cb6075f930336b795b034fc00b888e out}”
Jun 19 14:18:15 heimdalld[2849]: E[2021-06-19|14:18:15.611] Stopping peer for error module=p2p peer=“Peer{MConn{52.21.112.201:26656} 2e6a7e393185f10e069579af120326d5fc3d2c86 out}”
Jun 19 14:18:15 heimdalld[2849]: E[2021-06-19|14:18:15.615] Stopping peer for error module=p2p peer=“Peer{MConn{54.163.119.243:26656} 1f1b21cacf3ac8a1e1402646e023811b250e2d76 out}”
Jun 19 14:18:15 heimdalld[2849]: E[2021-06-19|14:18:15.616] Stopping peer for error module=p2p peer=“Peer{MConn{3.22.45.51:26656} d7e71307f71acb0c5c7bd1cfc8a3928ba6f6510a out}” err
Jun 19 14:18:15 heimdalld[2849]: E[2021-06-19|14:18:15.962] dialing failed (attempts: 1): dial tcp 140.82.39.211:26656: i/o timeout module=pex [email protected]
Jun 19 14:18:15 heimdalld[2849]: E[2021-06-19|14:18:15.962] dialing failed (attempts: 4): dial tcp 15.236.46.160:26656: i/o timeout module=pex [email protected]
Jun 19 14:18:18 heimdalld[2849]: E[2021-06-19|14:18:18.170] dialing failed (attempts: 2): auth failure: secret conn failed: read tcp 192.168.1.226:36596->95.216.225.22:26656: i/o timeout module=pex add
Jun 19 14:18:20 heimdalld[2849]: I[2021-06-19|14:18:20.466] Executed block module=state height=5504310 validTxs=0 invalidTxs=0
Jun 19 14:18:20 heimdalld[2849]: I[2021-06-19|14:18:20.512] Committed state module=state height=5504310 txs=0 appHash=D7C6EC46356669E35A0612C9A4821F36EF0C2E28DBE7A78F4421D7
Jun 19 14:18:20 systemd[1]: bor.service: Service hold-off time over, scheduling restart.
Jun 19 14:18:20 systemd[1]: Stopped bor.
Did someone experience the same and could you give me some guide? Thank you.