My node has been in ‘Relayer’ service for 4 days now, but I don’t see any other processes. Is this normal?
Hi @Thanamin ,
Please include the results of fuelup show
and what command you used to run the node here first, before we can diagnose anything. This looks like your node is downloading a set of logs right now.
Hey Nick I see this is happening to some users, it’s like the node is stuck downloading a bunch of logs, if you don’t restart it stops processing blocks, personally I have solved it by modifying SystemD as I have indicated in this thread, in case it helps.
root@vmi1924367:~/fuel# fuelup show
Default host: x86_64-unknown-linux-gnu
fuelup home: /root/.fuelup
installed toolchains
latest-x86_64-unknown-linux-gnu (default)
nightly-x86_64-unknown-linux-gnu
active toolchain
latest-x86_64-unknown-linux-gnu (default)
forc : 0.60.0
- forc-client
- forc-deploy : 0.60.0
- forc-run : 0.60.0
- forc-crypto : 0.60.0
- forc-debug : 0.60.0
- forc-doc : 0.60.0
- forc-explore : 0.28.1
- forc-fmt : 0.60.0
- forc-lsp : 0.60.0
- forc-tx : 0.60.0
- forc-wallet : 0.7.1
fuel-core : 0.26.0
fuel-core-keygen : 0.26.0
fuels versions
forc : 0.62.0
forc-wallet : 0.62.0
Hi @Thanamin ,
The ulimit
might be the issue here, can you increase that and try resyncing again?
It seems like your node might be stuck due to a low ulimit file limit. Try increasing the ulimit and resyncing the node. Also, modifying the SystemD as suggested could help prevent the issue from recurring.