This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Setting up Container OS Fails with [ERROR] in line 90: exit code 0 #3761
Unanswered
Enn0
asked this question in
Help Needed
Replies: 2 comments 1 reply
-
I appaear to have the same issue installing ANY LCX through the helper scripts here. :/ From inside the LCX container:
When I do this on the PVE host I get en_US.UTF-8. Manually downloading and installing pi-hole from inside the error'ed container...
... works just fine. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I ttried both through SSH session and GUI shell on PVE itself. Same result. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to install pi-hole LXC from
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/pihole.sh)"
.Every time I do, I encounter the same error:
✓ Updated LXC Template List
✓ LXC Container 100 was successfully created.
✓ Started LXC Container
/ Setting up Container OS
[ERROR] in line 90: exit code 0: while executing command locale_line=$(grep -v '^#' /etc/locale.gen | grep -E '^[a-zA-Z]' | awk '{print $1}' | head -n 1)
I found a reference to this line here:
Proxmox/misc/install.func
Line 90 in d073535
So hopefully someone here can point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions