After some sudoing:

    find /nix/var -name "*.sqlite" -exec sh -c "echo .exit | sudo sqlite3 -cmd 
'PRAGMA integrity_check;' {}" \;
    [sudo] Passwort für m:
    ok
    find: "/nix/var/nix/profiles/per-container": Permission denied
    ok

On 24-11-2015 16:36:13, zimbatm wrote:
> Maybe one of the sqlite3 files is corrupted. What does this give you ?
> ```
> find /nix/var -name "*.sqlite" -exec sh -c "echo .exit | sqlite3 -cmd
> 'PRAGMA integrity_check;' {}" \;
> ```
> 
-- 
Mit freundlichen Grüßen,
Kind regards,
Matthias Beyer

Proudly sent with mutt.
Happily signed with gnupg.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to