Manjaro Linux: Node can't sync

I’m running the following setup:

Linux ap-pc 4.20.0-1-MANJARO #1 SMP PREEMPT Mon Dec 24 08:20:48 UTC 2018 x86_64 GNU/Linux

I am trying to run a node. Every time I try to run it, it stops at 97% completion, and the log begins to display a series of errors that look like this:

20190111 10:02:24.310 DEBUG grin_p2p::conn - Connection close with 35.227.48.174:13414 initiated by us
20190111 10:02:33.993 DEBUG grin_servers::grin::sync::header_sync - sync: locator : [(19904, 005e1fd665de…), (19902, 006f28c7a7a6…), (19898, 041c31ee0170…), (19890, 004ab9c10f68…), (19874, 001d42e85972…), (19842, 004212191ed9…), (19778, 004792b0aaa6…), (19650, 000a5fee3205…), (19394, 00204aca5c3a…), (18944, 0029cd297901…), (17408, 004f5c4d5e42…), (15360, 007f59b65fbf…), (12288, 12b58f5f118f…), (0, edc758c1370d…)]
20190111 10:02:33.993 DEBUG grin_servers::grin::sync::header_sync - sync: request_headers: asking 106.12.208.167:13414 for headers, [005e1fd665de…, 006f28c7a7a6…, 041c31ee0170…, 004ab9c10f68…, 001d42e85972…, 004212191ed9…, 004792b0aaa6…, 000a5fee3205…, 00204aca5c3a…, 0029cd297901…, 004f5c4d5e42…, 007f59b65fbf…, 12b58f5f118f…, edc758c1370d…]
20190111 10:02:34.195 INFO grin_servers::common::adapters - Received 32 block headers from 106.12.208.167:13414
20190111 10:02:34.195 DEBUG grin_chain::pipe - pipe: sync_block_headers: 32 headers from 0078aadb97fc… at 19905
20190111 10:02:34.196 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 005e1fd665de… at 19904
20190111 10:02:34.248 DEBUG grin_servers::common::adapters - Block headers refused by chain: Error { inner:

Invalid Block Time }
20190111 10:02:34.250 DEBUG grin_p2p::peers - Banning peer 106.12.208.167:13414
20190111 10:02:34.250 DEBUG grin_p2p::peer - Sent ban reason BadBlockHeader to 106.12.208.167:13414
20190111 10:02:34.382 INFO grin_servers::common::adapters - Received 32 block headers from 106.12.208.167:13414
20190111 10:02:34.382 DEBUG grin_chain::pipe - pipe: sync_block_headers: 32 headers from 004a9896efcf… at 19937
20190111 10:02:34.382 DEBUG grin_servers::common::adapters - Block headers refused by chain: Error { inner: NotFoundErr(“BLOCK HEADER: 0004460ab428…”)

20190111 10:02:24.310 DEBUG grin_p2p::conn - Connection close with 35.227.48.174:13414 initiated by us
20190111 10:02:33.993 DEBUG grin_servers::grin::sync::header_sync - sync: locator : [(19904, 005e1fd665de…), (19902, 006f28c7a7a6…), (19898, 041c31ee0170…), (19890, 004ab9c10f68…), (19874, 001d42e85972…), (19842, 004212191ed9…), (19778, 004792b0aaa6…), (19650, 000a5fee3205…), (19394, 00204aca5c3a…), (18944, 0029cd297901…), (17408, 004f5c4d5e42…), (15360, 007f59b65fbf…), (12288, 12b58f5f118f…), (0, edc758c1370d…)]
20190111 10:02:33.993 DEBUG grin_servers::grin::sync::header_sync - sync: request_headers: asking 106.12.208.167:13414 for headers, [005e1fd665de…, 006f28c7a7a6…, 041c31ee0170…, 004ab9c10f68…, 001d42e85972…, 004212191ed9…, 004792b0aaa6…, 000a5fee3205…, 00204aca5c3a…, 0029cd297901…, 004f5c4d5e42…, 007f59b65fbf…, 12b58f5f118f…, edc758c1370d…]
20190111 10:02:34.195 INFO grin_servers::common::adapters - Received 32 block headers from 106.12.208.167:13414
20190111 10:02:34.195 DEBUG grin_chain::pipe - pipe: sync_block_headers: 32 headers from 0078aadb97fc… at 19905
20190111 10:02:34.196 DEBUG grin_chain::txhashset::txhashset - Rewind header extension to 005e1fd665de… at 19904
20190111 10:02:34.248 DEBUG grin_servers::common::adapters - Block headers refused by chain: Error { inner:

Invalid Block Time }
20190111 10:02:34.250 DEBUG grin_p2p::peers - Banning peer 106.12.208.167:13414
20190111 10:02:34.250 DEBUG grin_p2p::peer - Sent ban reason BadBlockHeader to 106.12.208.167:13414
20190111 10:02:34.382 INFO grin_servers::common::adapters - Received 32 block headers from 106.12.208.167:13414
20190111 10:02:34.382 DEBUG grin_chain::pipe - pipe: sync_block_headers: 32 headers from 004a9896efcf… at 19937
20190111 10:02:34.382 DEBUG grin_servers::common::adapters - Block headers refused by chain: Error { inner: NotFoundErr(“BLOCK HEADER: 0004460ab428…”)

Store Error: NotFoundErr(“BLOCK HEADER: 0004460ab428…”) }
20190111 10:02:34.565 INFO grin_servers::common::adapters - Received 32 block headers from 106.12.208.167:13414
20190111 10:02:34.565 DEBUG grin_chain::pipe - pipe: sync_block_headers: 32 headers from 00380004e532… at 19969
20190111 10:02:34.565 DEBUG grin_servers::common::adapters - Block headers refused by chain: Error { inner: NotFoundErr(“BLOCK HEADER: 029b54270c62…”)

Can send along the full log upon request

What I’ve attempted:

  1. Quit and restart program
  2. Clear chain-data and restart program
  3. Use “List” instead of “DNSSeed” in the .toml to connect to a healthy set of peers directly
  4. Updated and rebooted the system
  5. Reinstalled a clean version of the OS and started everything from scratch per the build doc

Before I start taking more extreme measures it would be great to get any input. Thank you!