Jackett CT script Error #116

Closed
opened 2025-11-20 04:43:55 -05:00 by saavagebueno · 7 comments
Owner

Originally created by @nonelocker on GitHub (Nov 27, 2024).

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

Jackett CT script is error during creating CT.
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/jackett.sh)"
Error message is following :
"[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)"

What settings are you currently utilizing?

  • Default Settings
  • Advanced Settings

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

   __           __        __  __ 
  / /___ ______/ /_____  / /_/ /_

__ / / __ `/ / /// _ / __/ __/
/ /
/ / /
/ / // ,< / / // /
_
/_,/_
//||__/_/_/

Using Default Settings
Using Distribution: debian
Using debian Version: 12
Using Container Type: 1
Using Root Password: Automatic Login
Using Container ID: 106
Using Hostname: jackett
Using Disk Size: 2GB
Allocated Cores 1
Allocated Ram 512
Using Bridge: vmbr0
Using Static IP Address: dhcp
Using Gateway IP Address: Default
Using Apt-Cacher IP Address: Default
Disable IPv6: No
Using Interface MTU Size: Default
Using DNS Search Domain: Host
Using DNS Server Address: Host
Using MAC Address: Default
Using VLAN Tag: Default
Enable Root SSH Access: No
Enable Verbose Mode: No
Creating a Jackett LXC using the above default settings
✓ Using local for Template Storage.
✓ Using local-lvm for Container Storage.
✓ Updated LXC Template List
✓ LXC Container 106 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)
root@pve:~#

Please provide detailed steps to reproduce the issue.

bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/jackett.sh)"
and select default setting.

Originally created by @nonelocker on GitHub (Nov 27, 2024). ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. Jackett CT script is error during creating CT. : bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/jackett.sh)" Error message is following : "[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)" ### What settings are you currently utilizing? - [X] Default Settings - [ ] Advanced Settings ### Which Linux distribution are you employing? Debian 12 ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. __ __ __ __ / /___ ______/ /_____ / /_/ /_ __ / / __ `/ ___/ //_/ _ \/ __/ __/ / /_/ / /_/ / /__/ ,< / __/ /_/ /_ \____/\__,_/\___/_/|_|\___/\__/\__/ Using Default Settings Using Distribution: debian Using debian Version: 12 Using Container Type: 1 Using Root Password: Automatic Login Using Container ID: 106 Using Hostname: jackett Using Disk Size: 2GB Allocated Cores 1 Allocated Ram 512 Using Bridge: vmbr0 Using Static IP Address: dhcp Using Gateway IP Address: Default Using Apt-Cacher IP Address: Default Disable IPv6: No Using Interface MTU Size: Default Using DNS Search Domain: Host Using DNS Server Address: Host Using MAC Address: Default Using VLAN Tag: Default Enable Root SSH Access: No Enable Verbose Mode: No Creating a Jackett LXC using the above default settings ✓ Using local for Template Storage. ✓ Using local-lvm for Container Storage. ✓ Updated LXC Template List ✓ LXC Container 106 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) root@pve:~# ### Please provide detailed steps to reproduce the issue. bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/jackett.sh)" and select default setting.
Author
Owner

@MickLesk commented on GitHub (Nov 27, 2024):

Can you use the right Repo?
Its not tteck anymore.

@MickLesk commented on GitHub (Nov 27, 2024): Can you use the right Repo? Its not tteck anymore.
Author
Owner

@tjcomserv commented on GitHub (Nov 27, 2024):

I have just tested the one from the proper repo and it all seems to work fine.

https://community-scripts.github.io/ProxmoxVE/scripts?id=jackett

@nonelocker can you confirm please?

@tjcomserv commented on GitHub (Nov 27, 2024): I have just tested the one from the proper repo and it all seems to work fine. https://community-scripts.github.io/ProxmoxVE/scripts?id=jackett @nonelocker can you confirm please?
Author
Owner

@nonelocker commented on GitHub (Nov 27, 2024):

I had same error with bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/jackett.sh)".

@nonelocker commented on GitHub (Nov 27, 2024): I had same error with bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/jackett.sh)".
Author
Owner

@nonelocker commented on GitHub (Nov 27, 2024):

Same Error occurs with Prowlarr LXC script too.
what is wrong?
Let me know how to debuging
my env is pve 8.3 with kernel 6.11

@nonelocker commented on GitHub (Nov 27, 2024): Same Error occurs with Prowlarr LXC script too. what is wrong? Let me know how to debuging my env is pve 8.3 with kernel 6.11
Author
Owner

@tjcomserv commented on GitHub (Nov 27, 2024):

What happens when you run the following in proxmox shell? (should return the system's locale eg en-US.UTF-8)

grep -v '^#' /etc/locale.gen | grep -E '^[a-zA-Z]' | awk '{print $1}' | head -n 1

And can you send the output of the following

echo $LANG

@tjcomserv commented on GitHub (Nov 27, 2024): What happens when you run the following in proxmox shell? (should return the system's locale eg en-US.UTF-8) grep -v '^#' /etc/locale.gen | grep -E '^[a-zA-Z]' | awk '{print $1}' | head -n 1 And can you send the output of the following echo $LANG
Author
Owner

@nonelocker commented on GitHub (Nov 27, 2024):

my result is following :
root@pve:~ # grep -v '^#' /etc/locale.gen | grep -E '^[a-zA-Z]' | awk '{print $1}' | head -n 1
en_US.UTF-8
root@pve:~ # echo $LANG
en_US.utf8

@nonelocker commented on GitHub (Nov 27, 2024): my result is following : root@pve:~ # grep -v '^#' /etc/locale.gen | grep -E '^[a-zA-Z]' | awk '{print $1}' | head -n 1 en_US.UTF-8 root@pve:~ # echo $LANG en_US.utf8
Author
Owner

@nonelocker commented on GitHub (Nov 27, 2024):

I succeed after changing locale LANG (export LANG=en_US.UTF-8).
Thank You

@nonelocker commented on GitHub (Nov 27, 2024): I succeed after changing locale LANG (export LANG=en_US.UTF-8). Thank You
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#116