-
Notifications
You must be signed in to change notification settings - Fork 990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Archive node not transferable between Linux and Windows #3701
Comments
This issue appears to to be limited to my PC (even though the PC indicated plenty of space was left) and was fixed by choosing another drive to store the chain data. |
I made a mistake, I initially copied in the old chain data directory, not the new one. So after copying the block data from a Linux archive node in the new chain-data directory I got the same error. Changed log level to "Trace", see below, will continue tomorrow with debugging.
|
See above, tried running with 5.1.1, now also resulting in Panic. The space remaining, is this supposed to be my HD? Because, it reports Space remaining: 542108962816 (assuming these are bits, that would be 64 GB), but in reality I have 500 GB space left. |
Not sure if I should mark this as a bug or desirable feature, feel free to reclassify.
When running running grin on Windows using a copy of the chain-state from a Linux machine (recent dump made by Hendi), I get the following error in the log file:
What I think the bug or undesired behavior is about is that a LMDB file, links to
src/bin\cmd\server.rs:65.
It might be preferred that this link does not exist within the LMDB but in the grin-server.toml so it can be edited or that an command exist to rescan chain data or import chain data for running an archive node.server.rs
on my system. so I assume it is Linux specific. Any temporary fixes or ways to edit the data in the .mdb file are welcome since I want to get this Archive node up running ASAP.The text was updated successfully, but these errors were encountered: