Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Setting up Pihole and Adguard fails #524

Closed
Aviatorpaal opened this issue Sep 19, 2022 · 7 comments
Closed

Setting up Pihole and Adguard fails #524

Aviatorpaal opened this issue Sep 19, 2022 · 7 comments

Comments

@Aviatorpaal
Copy link

Aviatorpaal commented Sep 19, 2022

Thanks for making these awesome scripts!

I encounter the following issue when running your script as root on Proxmox 7.2-11

`Creating a Pihole LXC using the above advanced settings
✓ Using local for Template Storage.
✓ Using local-lvm for Container Storage.
✓ Updated LXC Template List
✓ LXC Container 101 was successfully created.
✓ Started LXC Container

  • Setting up Container OS ...bash: line 47: LANG: unbound variable`

I have tried several times reacreating the containers with both manual and advanced settings selected, no joy.

Linux 5.15.53-1-pve #1 SMP PVE 5.15.53-1

Package versions:

proxmox-ve: 7.2-1 (running kernel: 5.15.53-1-pve) pve-manager: 7.2-11 (running version: 7.2-11/b76d3178) pve-kernel-helper: 7.2-12 pve-kernel-5.15: 7.2-10 pve-kernel-5.11: 7.0-10 pve-kernel-5.15.53-1-pve: 5.15.53-1 pve-kernel-5.15.39-4-pve: 5.15.39-4 pve-kernel-5.11.22-7-pve: 5.11.22-12 pve-kernel-5.11.22-5-pve: 5.11.22-10 pve-kernel-5.11.22-4-pve: 5.11.22-9 ceph-fuse: 15.2.14-pve1 corosync: 3.1.5-pve2 criu: 3.15-1+pve-1 glusterfs-client: 9.2-1 ifupdown2: 3.1.0-1+pmx3 ksm-control-daemon: 1.4-1 libjs-extjs: 7.0.0-1 libknet1: 1.24-pve1 libproxmox-acme-perl: 1.4.2 libproxmox-backup-qemu0: 1.3.1-1 libpve-access-control: 7.2-4 libpve-apiclient-perl: 3.2-1 libpve-common-perl: 7.2-2 libpve-guest-common-perl: 4.1-2 libpve-http-server-perl: 4.1-3 libpve-storage-perl: 7.2-8 libspice-server1: 0.14.3-2.1 lvm2: 2.03.11-2.1 lxc-pve: 5.0.0-3 lxcfs: 4.0.12-pve1 novnc-pve: 1.3.0-3 proxmox-backup-client: 2.2.6-1 proxmox-backup-file-restore: 2.2.6-1 proxmox-mini-journalreader: 1.3-1 proxmox-widget-toolkit: 3.5.1 pve-cluster: 7.2-2 pve-container: 4.2-2 pve-docs: 7.2-2 pve-edk2-firmware: 3.20220526-1 pve-firewall: 4.2-6 pve-firmware: 3.5-1 pve-ha-manager: 3.4.0 pve-i18n: 2.7-2 pve-qemu-kvm: 7.0.0-3 pve-xtermjs: 4.16.0-1 qemu-server: 7.2-4 smartmontools: 7.2-pve3 spiceterm: 3.2-2 swtpm: 0.7.1~bpo11+1 vncterm: 1.7-1 zfsutils-linux: 2.1.5-pve1

@tteck
Copy link
Owner

tteck commented Sep 19, 2022

Run locale and share the output.

Example output:

root@proxmox:~# locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
root@proxmox:~# 

To set locale, run dpkg-reconfigure locales in the Proxmox shell

@tteck tteck closed this as completed Sep 19, 2022
@Aviatorpaal
Copy link
Author

Aviatorpaal commented Sep 22, 2022

This was my locale output:

LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

@tteck
Copy link
Owner

tteck commented Sep 22, 2022

LANG= is the issue. To set locale, run dpkg-reconfigure locales in the Proxmox shell

@Aviatorpaal
Copy link
Author

Thanks a lot for the response. I ran the command and reconfigured (via SSH, I didn´t know it mattered if I opened the shell directly from the Proxmox GUI) and the nothing changed. see output from my SSH session before and after setting the locale:

root@proxmox:# locale
LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
root@proxmox:
# dpkg-reconfigure locales
Generating locales (this might take a while)...
en_US.UTF-8... done
nb_NO.UTF-8... done
Generation complete.
root@proxmox:# locale
LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
root@proxmox:
#

After opening the shell from the Proxmox GUI I see the locale settings are correct and matching yours. Are there any other ways to solve this to run your awesome scripts via SSH?

@tteck
Copy link
Owner

tteck commented Sep 22, 2022

What SSH are using? Putty?

@tteck
Copy link
Owner

tteck commented Sep 22, 2022

Always best to use the Proxmox Shell.

@Aviatorpaal
Copy link
Author

I am using the built in MacOS zsh. Locale gives me the following output on the client, prior to connecting:

LANG=""
LC_COLLATE="C"
LC_CTYPE="C"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=

Got it. I have made some changes to my MacOS locale settings, as I had some undesirable behavior from it as an SSH client earlier. Your scripts work like magic when I went directly to the Proxmox web-GUI. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants