GithubHelp home page GithubHelp logo

Comments (8)

AaronDewes avatar AaronDewes commented on June 1, 2024

Please run this:

wget https://raw.githubusercontent.com/getumbrel/umbrel/4603b0357ae5f118847787cd8f4032b99e7947da/scripts/debug  -O ~/umbrel/scripts/debug && chmod +x ~/umbrel/scripts/debug && ~/umbrel/scripts/debug --upload

from umbrel-os.

ac0uk avatar ac0uk commented on June 1, 2024

Managed to catch the crash this time tailing the logs in the Umbrel web gui

Dec 19 13:19:56 umbrel bitcoin[767]: Error: A fatal internal error occurred, see debug.log for details
Dec 19 13:19:56 umbrel bitcoin[767]: 2020-12-19T13:19:56Z Unable to open file /data/.bitcoin/blocks/blk00000.dat
Dec 19 13:19:56 umbrel bitcoin[767]: 2020-12-19T13:19:56Z ERROR: ReadBlockFromDisk: OpenBlockFile failed for FlatFilePos(nFile=0, nPos=33335304)
Dec 19 13:19:56 umbrel bitcoin[767]: 2020-12-19T13:19:56Z *** Failed to read block
Dec 19 13:19:56 umbrel bitcoin[767]: 2020-12-19T13:19:56Z Error: A fatal internal error occurred, see debug.log for details
Dec 19 13:19:56 umbrel bitcoin[767]: 2020-12-19T13:19:56Z ERROR: ProcessNewBlock: ActivateBestChain failed (Failed to read block)
Dec 19 13:19:56 umbrel bitcoin[767]: 
Dec 19 13:19:56 umbrel bitcoin[767]: 
Dec 19 13:19:56 umbrel bitcoin[767]: ************************
Dec 19 13:19:56 umbrel bitcoin[767]: EXCEPTION: 15dbwrapper_error       
Dec 19 13:19:56 umbrel bitcoin[767]: Fatal LevelDB error: IO error: /data/.bitcoin/indexes/txindex/000375.log: Read-only file system       
Dec 19 13:19:56 umbrel bitcoin[767]: bitcoin in scheduler       
Dec 19 13:19:56 umbrel bitcoin[767]: 
Dec 19 13:19:56 umbrel bitcoin[767]: terminate called after throwing an instance of 'dbwrapper_error'
Dec 19 13:19:56 umbrel bitcoin[767]:   what():  Fatal LevelDB error: IO error: /data/.bitcoin/indexes/txindex/000375.log: Read-only file system
Dec 19 13:19:56 umbrel bitcoin[767]: 2020-12-19T13:19:56Z Fatal LevelDB error: IO error: /data/.bitcoin/indexes/txindex/000375.log: Read-only file system
Dec 19 13:19:56 umbrel bitcoin[767]: 2020-12-19T13:19:56Z You can use -debug=leveldb to get more complete diagnostic messages
Dec 19 13:19:56 umbrel bitcoin[767]: 2020-12-19T13:19:56Z 
Dec 19 13:19:56 umbrel bitcoin[767]: 
Dec 19 13:19:56 umbrel bitcoin[767]: ************************
Dec 19 13:19:56 umbrel bitcoin[767]: EXCEPTION: 15dbwrapper_error       
Dec 19 13:19:56 umbrel bitcoin[767]: Fatal LevelDB error: IO error: /data/.bitcoin/indexes/txindex/000375.log: Read-only file system       
Dec 19 13:19:56 umbrel bitcoin[767]: bitcoin in scheduler       
Dec 19 13:19:56 umbrel bitcoin[767]: 
Dec 19 13:19:57 umbrel bitcoin[767]: Error: Cannot write to data directory '/data/.bitcoin'; check permissions.

I will run the debug script linked shortly

from umbrel-os.

AaronDewes avatar AaronDewes commented on June 1, 2024

Can you contact me on Telegram/Discord? That would make debugging easier.

from umbrel-os.

ac0uk avatar ac0uk commented on June 1, 2024

Sure, what's your discord? I can't see it on your github profile

from umbrel-os.

AaronDewes avatar AaronDewes commented on June 1, 2024

Here is an Umbrel discord server: https://discord.gg/EPBMn6T3

The #telegram channel is linked to The Umbrel telegram group, so others can help you too!

from umbrel-os.

IstoraMandiri avatar IstoraMandiri commented on June 1, 2024

I've also been running into this issue with umbrel-os-v0.2.15 and Pi 4B 4GB.

Seems like the IO errors might be something to do with power supply. I have ordered an official one to see if this sorts it out.

@adamcollier1 are you using an official power supply?

umbrel@umbrel:~ $ docker ps -a
CONTAINER ID        IMAGE                                COMMAND                  CREATED             STATUS                       PORTS               NAMES
1b23bf631313        getumbrel/neutrino-switcher:v1.0.3   "/usr/local/bin/swit…"   7 minutes ago       Exited (137) 2 minutes ago                       neutrino-switcher
b29f319b1821        getumbrel/electrs:v0.8.6             "electrs"                7 minutes ago       Exited (137) 2 minutes ago                       electrs
c6f4c2e46748        lncm/bitcoind:v0.20.1                "bitcoind -zmqpubraw…"   7 minutes ago       Exited (1) 2 minutes ago                         bitcoin
4ba55bf48ae1        lncm/lnd:v0.11.1                     "/usr/local/bin/lnd"     7 minutes ago       Exited (137) 2 minutes ago                       lnd
07aadb3d3394        nginx:1.17.8                         "nginx -g 'daemon of…"   7 minutes ago       Exited (137) 2 minutes ago                       nginx
261b98debc89        getumbrel/middleware:v0.1.7          "docker-entrypoint.s…"   7 minutes ago       Exited (137) 2 minutes ago                       middleware
85a68d5945e3        getumbrel/manager:v0.2.7             "docker-entrypoint.s…"   7 minutes ago       Exited (137) 2 minutes ago                       manager
c59d8f050699        getumbrel/frontail:v4.9.1            "/frontail/docker-en…"   12 minutes ago      Exited (137) 2 minutes ago                       frontail
c6c30470f4e1        getumbrel/dashboard:v0.3.13          "docker-entrypoint.s…"   12 minutes ago      Exited (137) 2 minutes ago                       dashboard
a2b6868786a0        getumbrel/tor:v0.4.1.9               "tor"                    12 minutes ago      Exited (137) 2 minutes ago                       tor
umbrel@umbrel:~ $ wget https://raw.githubusercontent.com/getumbrel/umbrel/4603b0357ae5f118847787cd8f4032b99e7947da/scripts/debug  -O ~/umbrel/scripts/debug && chmod +x ~/umbrel/scripts/debug && ~/umbrel/scripts/debug --upload
/home/umbrel/umbrel/scripts/debug: Input/output error
umbrel@umbrel:~ $ ls
umbrel
umbrel@umbrel:~ $ cd umbrel/
umbrel@umbrel:~/umbrel $ ls
ls: reading directory '.': Input/output error

from umbrel-os.

IstoraMandiri avatar IstoraMandiri commented on June 1, 2024

Update:

I'm having success with using the USB2 port instead of the (blue) USB3 port on the Pi. No other changes, and no I/O errors anymore.

from umbrel-os.

jonsyu avatar jonsyu commented on June 1, 2024

Closing due to inactivity, let us know on https://community.getumbrel.com if the issue still exists.

from umbrel-os.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.