jeaye / nixos-in-place

Install NixOS on top of any existing Linux distribution without rebooting
MIT License
458 stars 57 forks source link

error: changing modification time of '...': Read-only file system #40

Open srid opened 6 years ago

srid commented 6 years ago

This seems to be a fairly new issue, never seen before:

[...]
  /nix/store/p6gc7z6mwr6z6w3mfq35z6rvrdl9am3s-openssl-1.0.2n...
  /nix/store/pkc7g36m95jymw3ga2i7pwrykcfs78il-curl-7.57.0-bin...
  /nix/store/qdb45adr5cgihgfdwvq7pymkc6l2rflg-nix-1.11.16...
  /nix/store/r90xqqmd36fv3s53bf92s3vxhdnbwfn7-coreutils-8.28...
  /nix/store/rf22nb44kggi8r4fbw5xa0bh79fimyj7-gcc-6.4.0-lib...
  /nix/store/s0vf61r11sk6gcw94bjyjfwifa2v6zvb-curl-7.57.0...
  /nix/store/sfmp1dfrpq2n5isp4nw5hz5rwd5bv3ai-attr-2.4.47...
  /nix/store/yc6lrl2rqysl2hahd4la5zyg2yq0sqdq-gnutar-1.29...
error: changing modification time of '/nix/store/2gqfjyjvdfbym7pv2g2iicw0c1c2yyzg-libseccomp-2.3.2/lib/libseccomp.so.2': Read-only file system

Using NixOS 17.09, today's snapshot, on Debian Stretch on an OVH dedicated server (default kernel).

srid commented 6 years ago

Complete log: https://gist.githubusercontent.com/srid/da55f76c8d154fa638d4847045e621d9/raw/063f19bbc11b358ccf76189a8d3ee5d7ef10c27a/gistfile1.txt

srid commented 6 years ago

This may be relevant: https://github.com/NixOS/nixpkgs/issues/27602#issuecomment-318812266

jeaye commented 6 years ago

Thanks for reporting. Looks to me like this may be an upstream issue, since it's also broken for you when you try without nixos-in-place. Let's leave this open and see to getting it fixed upstream.

aborsu commented 6 years ago

I had the same problem, with both 17.09 and 18.03 pre I ended up using 16.03 and upgrading from there.