Issues pruning GETH

Core DAppNode Packages versions

  • bind.dnp.dappnode.eth: 0.2.11
  • core.dnp.dappnode.eth: 0.2.91
  • dappmanager.dnp.dappnode.eth: 0.2.85, commit: a45066b3
  • https.dnp.dappnode.eth: 0.2.1
  • ipfs.dnp.dappnode.eth: 0.2.22
  • vpn.dnp.dappnode.eth:
  • wifi.dnp.dappnode.eth: 0.2.9
  • wireguard.dnp.dappnode.eth: 0.1.3

System info

  • dockerComposeVersion: 2.5.0
  • dockerServerVersion: 20.10.6
  • dockerCliVersion: 20.10.6
  • os: ubuntu
  • versionCodename: jammy
  • architecture: amd64
  • kernel: 5.19.0-42-generic
  • Disk usage: 94%

I can’t get GETH to prune. I have pruned multiple times in the past with no issues (changing “extra_option” to “snapshot prune-state”. Can someone provide insight into what may have changed?

GETH log below:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
100 84 100 84 0 0 15873 0 --:–:-- --:–:-- --:–:-- 16800
INFO [03-04|20:52:56.498] Maximum peer count ETH=50 LES=0 total=50
INFO [03-04|20:52:56.499] Smartcard socket not found, disabling err=“stat /run/pcscd/pcscd.comm: no such file or directory”
INFO [03-04|20:52:56.741] Using leveldb as the backing database
INFO [03-04|20:52:56.741] Allocated cache and file handles database=/root/.ethereum/geth/chaindata cache=512.00MiB handles=524,288 readonly=true
INFO [03-04|20:52:57.348] Using LevelDB as the backing database
INFO [03-04|20:52:57.423] Opened ancient database database=/root/.ethereum/geth/chaindata/ancient/chain readonly=true
INFO [03-04|20:52:57.426] State scheme set to already existing scheme=hash
INFO [03-04|20:52:57.426] Set global gas cap cap=50,000,000
INFO [03-04|20:52:57.427] Initializing the KZG library backend=gokzg
INFO [03-04|20:52:57.579] Using leveldb as the backing database
INFO [03-04|20:52:57.579] Allocated cache and file handles database=/root/.ethereum/geth/chaindata cache=512.00MiB handles=524,288
INFO [03-04|20:52:58.678] Using LevelDB as the backing database
INFO [03-04|20:52:58.701] Opened ancient database database=/root/.ethereum/geth/chaindata/ancient/chain readonly=false
INFO [03-04|20:52:58.849] Initialized state bloom size=2.00GiB
ERROR[03-04|20:52:59.594] Failed to prune state err=“no snapshot paired state”
no snapshot paired state
{“error”:{“name”:“No DNP with ip XXX.XX.X.X”,“message”:“No DNP with ip XXX.XX.X.X”}}

Note: IP X’d out, can provide if that’s needed. (I’m not the smartest when it comes to networking so maybe it’s fine that I share.)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.