86b

Results 5 comments of 86b

Confirmed fix is working via Docker on images: ``` graphprotocol/indexer-service:sha-e989eb6 graphprotocol/indexer-agent:sha-e989eb6 ``` 🎉

`erigon.service`: ``` [Unit] Description=Erigon After=network.target StartLimitIntervalSec=10 [Service] Type=simple Restart=always RestartSec=10 User=ubuntu ExecStart=/data/erigon/build/bin/erigon \ --datadir=/data/.erigon \ --chain=holesky \ --externalcl \ --db.pagesize=4kb \ --db.size.limit=8TB \ --downloader.disable.ipv6=true \ --http.addr=0.0.0.0 \ --http.port=8545 \ --http.api=net,web3,eth,admin,debug,txpool,engine,rpc,trace...

Piggybacking @Wazzymandias logs in DBUG: ``` Oct 09 00:27:43 holesky-erigon erigon[78638]: [DBUG] [10-09|00:27:43.609] [p2p] Server protocol=68 peers=1 trusted=0 inbound=0 closed by remote=39 i/o timeout=28 too many peers=77 EOF=69 Oct 09...

Logs with a reboot: ``` Oct 09 00:35:07 holesky-erigon systemd[1]: Started Erigon. Oct 09 00:35:07 holesky-erigon erigon[78701]: [INFO] [10-09|00:35:07.792] logging to file system log dir=/data/.erigon/logs file prefix=erigon log level=info json=false...

any update here @domiwei @somnathb1? This is quite the bug to be fully reliant on Caplin when you're running existing systems with Lighthouse/etc