Created
July 24, 2020 03:47
-
-
Save botter-nidnul/241b1d654d3e4f953d6714698f175c47 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ | |
urbit 0.10.8 | |
boot: home is /home/pi/sda2/0.10.8/fes | |
loom: mapped 2048MB | |
lite: arvo formula 50147a8a | |
lite: core 590c9d56 | |
lite: final state 590c9d56 | |
boot: downloading pill https://bootstrap.urbit.org/urbit-v0.10.8.pill | |
lmdb: failed to open event log: Cannot allocate memory | |
disk: failed to initialize databaseaddress 0x40 out of loom! | |
loom: [0x200000000 : 0x280000000) | |
Assertion '0' failed in noun/events.c:129 | |
bail: oops | |
bailing out | |
urbit: noun/manage.c:677: u3m_bail: Assertion `0' failed. | |
Aborted |
You didn't say what kind of rpi you have, which makes me wonder - maybe you just don't have enough ram? I'm not sure what that kind of error would look like. Maybe try creating a swap file?
and you're right, running make install
on the urbit-v0.10.8-aarch64 branch produces a binary that generates this error...🤔
ok, thanks for bringing that up. fixed now. it was a single character flaw in the CPU detection method. botter-nidnul/urbit@f1951cb
booting up now...thx!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
are you sure you're running the static binaries? how are you invoking them?
./urbit
or using urbit from your $PATH, which would be the broken version?