-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
nixops ssh is broken on Mac: database disk image is malformed #1035
Comments
When running
The Mac sqlite3 version is different, however, but I assume the version of the library being used by nixops in the right one.
Doing the same with the exact same file on Linux returns:
|
When using sqlite3 |
This is a duplicate of #1036 I suppose. The error you have can not occur with normal use of sqlite through the client libraries (there's billions of installations that work fine), so you either have a hardware issue, or a macOS filesystem bug (not impossible), or maybe there's something messing with the db files? |
how are you using the docker image with nixops? SQLite is not happy on networked storage. |
When I try to run
where nixops is the
master
(4d8a49e) version of nixops on a Mac 10.13.6.I get
Using the same nixops state file on Linux with the same
master
version does work (it logs me in to the machine via ssh).The text was updated successfully, but these errors were encountered: