Start9Labs / bitcoind-startos

wrapper for building bitcoind.s9pk
Other
14 stars 20 forks source link

Bitcoind logs "2022-01-17T19:07:16.160208Z ERROR IN SIDECAR: No such file or directory (os error 2)" #37

Closed BitcoinMechanic closed 1 year ago

BitcoinMechanic commented 2 years ago

This was after migrating from 0.2x (running off an SSD). The problem started after IBD was completed. Bitcoind still ran fine afaict.

Restart stopped the issue but it may begin again after some time - I will monitor.

chrisguida commented 2 years ago

For reference, here was @BitcoinMechanic's datadir:

# ls -al /embassy-data/package-data/volumes/bitcoind/data/main
total 193224
drwxr-xr-x 6 root root      4096 Jan 17 19:28 .
drwxr-xr-x 3 root root      4096 Jan 15 01:51 ..
-rwxr-xr-x 1 root root        39 Jan 15 02:24 .backupignore
-rwxr-xr-x 1 root root         0 Jan 15 01:52 .lock
-rwxr-xr-x 1 root root    224355 Jan 15 01:57 banlist.dat
-rwxr-xr-x 1 root root       629 Jan 15 02:24 bitcoin.conf
-rwxr-xr-x 1 root root      1744 Jan 15 01:57 bitcoin.conf.template
-rw------- 1 root root         3 Jan 15 02:24 bitcoind.pid
drwxr-xr-x 3 root root    143360 Jan 17 12:05 blocks
drwx------ 2 root root     94208 Jan 17 18:12 chainstate
-rwxr-xr-x 1 root root 192414986 Jan 17 19:40 debug.log
-rwxr-xr-x 1 root root    247985 Jan 15 01:57 fee_estimates.dat
-rwxr-xr-x 1 root root   1089133 Jan 15 01:57 mempool.dat
-rw------- 1 root root   3590458 Jan 17 19:28 peers.dat
-rw-r--r-- 1 root root         7 Jan 15 02:24 settings.json
drwxr-xr-x 3 root root      4096 Jan 15 01:57 specter
drwxr-xr-x 2 root root      4096 Jan 17 19:41 start9

And here is his s9 dir:

# ls -al /embassy-data/package-data/volumes/bitcoind/data/main/start9
total 20
drwxr-xr-x 2 root root 4096 Jan 17 19:57 .
drwxr-xr-x 6 root root 4096 Jan 17 19:43 ..
-rw-r--r-- 1 root root  654 Jan 15 02:24 config.yaml
-rw-r--r-- 1 root root  239 Jan 15 02:24 notifications.log
-rw-r--r-- 1 root root 2074 Jan 17 19:57 stats.yaml
kn0wmad commented 2 years ago

Has this appeared recently?

kn0wmad commented 1 year ago

@BitcoinMechanic has this ever been reproduced?

BitcoinMechanic commented 1 year ago

Not to my knowledge

kn0wmad commented 1 year ago

Closing for now - probably fixed from v23.0.0 update