Karakeep #1403

Closed
opened 2025-11-20 05:09:41 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @patrickhult on GitHub (Jul 1, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Karakeep community-script

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/karakeep.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Error with both secenarios cant ⚙️ Using Default Settings on node pve
�️ Operating System: debian
� Version: 12
� Container Type: Unprivileged
� Disk Size: 10 GB
� CPU Cores: 2
�️ RAM Size: 4096 MiB
� Container ID: 105
� Creating a karakeep LXC using the above default settings

✔️ Using local for Template Storage.
✔️ Using local for Container Storage.
backups: error fetching datastores - 500 Can't connect to 10.10.10.168:8007 (No route to host)
✔️ LXC Template List Updated
✔️ LXC Template 'debian-12-standard_12.7-1_amd64.tar.zst' is ready to use.
✔️ LXC Container 105 was successfully created.
✔️ Started LXC Container
⠋ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
⠙ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
⠏ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
⠋ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
⠇ Customizing LXC Containerapt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
⠸ Customizing LXC Containerperl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "en_US.UTF-8",
LANG = "sv_SE.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("sv_SE.UTF-8").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
✔️ Customized LXC Container
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
✔️ Set up Container OS
✔️ Network Connected: 10.10.10.181
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✖️ GitHub DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ )api.github.com:( ✖️ )
✔️ Updated Container OS
✔️ Installed Dependencies
✔️ Installed Additional Tools
✔️ Installed Meilisearch
✔️ Setup Node.js 22
✔️ Installed Node.js modules: yarn@latest
⠸ Installing karakeep
[ERROR] in line 224: exit code 0: while executing command "$@" > /dev/null 2>&1

[ERROR] in line 1185: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"var_install".sh)" ? exactly with the Advance but here comes some error from the Default:

🔄 Steps to reproduce the issue.

just try both they doesnt work. If it is locales because i live in Sweden then its nuts.

Paste the full error output (if available).

⚙️ Using Default Settings on node pve
�️ Operating System: debian
� Version: 12
� Container Type: Unprivileged
� Disk Size: 10 GB
� CPU Cores: 2
�️ RAM Size: 4096 MiB
� Container ID: 105
� Creating a karakeep LXC using the above default settings

✔️ Using local for Template Storage.
✔️ Using local for Container Storage.
backups: error fetching datastores - 500 Can't connect to 10.10.10.168:8007 (No route to host)
✔️ LXC Template List Updated
✔️ LXC Template 'debian-12-standard_12.7-1_amd64.tar.zst' is ready to use.
✔️ LXC Container 105 was successfully created.
✔️ Started LXC Container
⠋ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
⠙ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
⠏ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
⠋ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
⠇ Customizing LXC Containerapt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
⠸ Customizing LXC Containerperl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "en_US.UTF-8",
LANG = "sv_SE.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("sv_SE.UTF-8").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
✔️ Customized LXC Container
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
✔️ Set up Container OS
✔️ Network Connected: 10.10.10.181
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✖️ GitHub DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ )api.github.com:( ✖️ )
✔️ Updated Container OS
✔️ Installed Dependencies
✔️ Installed Additional Tools
✔️ Installed Meilisearch
✔️ Setup Node.js 22
✔️ Installed Node.js modules: yarn@latest
⠸ Installing karakeep
[ERROR] in line 224: exit code 0: while executing command "$@" > /dev/null 2>&1

[ERROR] in line 1185: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"var_install".sh)" ?

🖼️ Additional context (optional).

No response

Originally created by @patrickhult on GitHub (Jul 1, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Karakeep community-script ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/karakeep.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Error with both secenarios cant ⚙️ Using Default Settings on node pve �️ Operating System: debian � Version: 12 � Container Type: Unprivileged � Disk Size: 10 GB � CPU Cores: 2 �️ RAM Size: 4096 MiB � Container ID: 105 � Creating a karakeep LXC using the above default settings ✔️ Using local for Template Storage. ✔️ Using local for Container Storage. backups: error fetching datastores - 500 Can't connect to 10.10.10.168:8007 (No route to host) ✔️ LXC Template List Updated ✔️ LXC Template 'debian-12-standard_12.7-1_amd64.tar.zst' is ready to use. ✔️ LXC Container 105 was successfully created. ✔️ Started LXC Container ⠋ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ⠙ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ⠏ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ⠋ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ⠇ Customizing LXC Containerapt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct! ⠸ Customizing LXC Containerperl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = "en_US.UTF-8", LANG = "sv_SE.UTF-8" are supported and installed on your system. perl: warning: Falling back to a fallback locale ("sv_SE.UTF-8"). locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory ✔️ Customized LXC Container bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ✔️ Set up Container OS ✔️ Network Connected: 10.10.10.181 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✖️ GitHub DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ )api.github.com:( ✖️ ) ✔️ Updated Container OS ✔️ Installed Dependencies ✔️ Installed Additional Tools ✔️ Installed Meilisearch ✔️ Setup Node.js 22 ✔️ Installed Node.js modules: yarn@latest ⠸ Installing karakeep [ERROR] in line 224: exit code 0: while executing command "$@" > /dev/null 2>&1 [ERROR] in line 1185: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $? exactly with the Advance but here comes some error from the Default: ### 🔄 Steps to reproduce the issue. just try both they doesnt work. If it is locales because i live in Sweden then its nuts. ### ❌ Paste the full error output (if available). ⚙️ Using Default Settings on node pve �️ Operating System: debian � Version: 12 � Container Type: Unprivileged � Disk Size: 10 GB � CPU Cores: 2 �️ RAM Size: 4096 MiB � Container ID: 105 � Creating a karakeep LXC using the above default settings ✔️ Using local for Template Storage. ✔️ Using local for Container Storage. backups: error fetching datastores - 500 Can't connect to 10.10.10.168:8007 (No route to host) ✔️ LXC Template List Updated ✔️ LXC Template 'debian-12-standard_12.7-1_amd64.tar.zst' is ready to use. ✔️ LXC Container 105 was successfully created. ✔️ Started LXC Container ⠋ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ⠙ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ⠏ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ⠋ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ⠇ Customizing LXC Containerapt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct! ⠸ Customizing LXC Containerperl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = "en_US.UTF-8", LANG = "sv_SE.UTF-8" are supported and installed on your system. perl: warning: Falling back to a fallback locale ("sv_SE.UTF-8"). locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory ✔️ Customized LXC Container bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ✔️ Set up Container OS ✔️ Network Connected: 10.10.10.181 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✖️ GitHub DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ )api.github.com:( ✖️ ) ✔️ Updated Container OS ✔️ Installed Dependencies ✔️ Installed Additional Tools ✔️ Installed Meilisearch ✔️ Setup Node.js 22 ✔️ Installed Node.js modules: yarn@latest ⠸ Installing karakeep [ERROR] in line 224: exit code 0: while executing command "$@" > /dev/null 2>&1 [ERROR] in line 1185: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $? ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:09:41 -05:00
Author
Owner

@MickLesk commented on GitHub (Jul 1, 2025):

You cannot reach API.github.com and the Installer of karakeep need:

https://api.github.com/repos/karakeep-app/karakeep/releases/latest

So Check your AdBlock please

@MickLesk commented on GitHub (Jul 1, 2025): You cannot reach API.github.com and the Installer of karakeep need: https://api.github.com/repos/karakeep-app/karakeep/releases/latest So Check your AdBlock please
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1403