You are not logged in.
Pages: 1
hello dear users and friends, still looking for solution with some warnings on arch fresh installations, read entire installation guide and get same warnings.
here is full install log:
https://pastebin.com/kVpGprbC
and here full script:
https://pastebin.com/ruU4i3kz
Last edited by mdf1979 (2018-09-06 19:53:46)
Offline
What exactly did you install? That doesn't look like a normal installation of arch.
Offline
What is that output? That is not a pacman log. It looks like it may be the output from some automated script. What is this script? Are you using pacstrap (as indicated by your title) for all of this? Why? What installation instructions are you following?
Why does it (still) seem like you are hiding something? Start being more transparent about your process or this thread will end up with the same result as your previous attempt.
Last edited by Trilby (2018-09-05 04:12:17)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
here is command,
pacstrap -c /mnt base base-devel - < install-bios.conf
where install-bios.conf has a many packages to install to new chroot, im not try hiding nothing if you need full batch or script upload to somewhere, let my know.
may be is this?
exec 1> >(tee "/tmp/install-bios-out.log")
exec 2> >(tee "/tmp/install-bios-err.log")
Last edited by mdf1979 (2018-09-05 04:22:56)
Offline
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_MESSAGES = "",
LANG = "en_US.UTF-8"
So did you check your locale settings?
pacstrap -c /mnt base base-devel - < install-bios.conf
Where/when/how are you configuring your system? Installing Arch is not just a matter of installing "many packages".
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
if you need full batch or script upload to somewhere, let my know.
I did let you know when I asked what the script was. Please post it.
may be is this?
exec 1> >(tee "/tmp/install-bios-out.log")
exec 2> >(tee "/tmp/install-bios-err.log")
Why is "may be" there? Did you run these commands? Were they before or after the pacstrap? Is what you posted in your first post the content of one of those log files? If so, where's the other one?
So far this is about as clear as mud. The error itself is obvious: you have not properly configured your locale. The cause is also pretty obvious: you are not following the installation guide for arch linux which is the only supported method of installing. I'm a bit curious what you are actually doing / trying to do, but as getting this information is like pulling teeth, I don't care that much.
If you want help here, follow the installation guide:
https://wiki.archlinux.org/index.php/Installation_guide
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
OP's last post was TGN'ed for wasting everyones time. Clearly, no lesson has been learned.
This is your final warning: a permanent ban will be the next response.
Offline
Pages: 1