After my laptop switched off automatically when the battery got exhausted during a blackout, I'm not able anymore to start bitcoin in the Tiny Core Linux VM.
It looks easy enough to solve, because the error message is:
error loading blkindex.dat
so probably I have to remove that file, after which bitcoin will probably start up fine and will reload the blockchain.
However, looking in the .bitcoin (data) directory, I see all the files having ownership tc:staff, except for the blk0001.dat, which has root:dat.
tc@box:~/.bitcoin$ ll
total 645460
-rw------- 1 tc staff 24576 Aug 8 08:09 __db.001
-rw------- 1 tc staff 1130496 Aug 8 08:09 __db.002
-rw------- 1 tc staff 270336 Aug 8 08:09 __db.003
-rw------- 1 tc staff 98304 Aug 8 08:09 __db.004
-rw------- 1 tc staff 3891200 Aug 8 08:09 __db.005
-rw------- 1 tc staff 49152 Aug 8 08:09 __db.006
-rw------- 1 tc staff 18984960 Aug 8 08:08 addr.dat
-rw------- 1 root staff 425711616 Aug 8 06:53 blk0001.dat
-rw------- 1 tc staff 207921152 Aug 8 08:09 blkindex.dat
drwx--S--- 2 tc staff 4096 Aug 8 07:27 database/
-rw------- 1 tc staff 0 Jun 8 17:39 db.log
-rw------- 1 tc staff 3037249 Aug 8 08:09 debug.log
-rw-r--r-- 1 tc staff 74 Jun 20 15:31 encryption
-rw------- 1 tc staff 159744 Aug 8 08:09 wallet.dat
-rw-r--r-- 1 tc staff 34131 Jun 20 15:32 wallet.dat.gpg
tc@box:~/.bitcoin$
Is root-ownership for that one file specifically intended behaviour, or is it a result from the hard switch-off during the blackout?