Closed rockbmb closed 7 years ago
Is your locale intentionally pt_PT.UTF-8
, or do you want it to be en_US.UTF-8
or similar? I have never seen this error before, but it very much seems to be Perl related, more so than NixOS-related.
Have you taken a look at https://freethegnu.wordpress.com/2007/10/22/how-to-fix-the-locale-settings/ ? It was the first result from a search to DDG with Please check that your locale settings "pt_PT.UTF-8"
.
(Incidentally, how should I delete the redundant attempted installations?)
When you run the install
script, it will output its working directory, which is typically somewhere in /tmp/
. You're welcome to rm -rf
it if the installation fails.
This is a glibc compatibility issue, see https://github.com/NixOS/nixpkgs/issues/8398
Thanks, @domenkozar! :)
Hey,
I'm running Ubuntu 16.04, and after running
sudo ./install
to start the process, theISO
is downloaded, I get toNixOS Stage 2
, and then I get the following logs:I tried running the process a couple more times, after rebooting as well, all to no avail. (Incidentally, how should I delete the redundant attempted installations?)
Some clarification would be appreciated.
Edit: I should add that these
pt_PT
s throughout probably stand for Portugal, I don't know why it would matter in this case (probably keyboard or hardware definitions)