-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Closed as not planned
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Linkwarden (ct/linkwarden.sh)
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/linkwarden.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Ubuntu 24.04
π Provide a clear and concise description of the issue.
The script consistently times-out when curl tries to pull the Linkwarden v2.10.2 tarball from the GitHub API.
Timeout occurs at ~30 s / ~3 MB; script then exits at line 51 and the spinner trap throws SPINNER_PID: unbound variable. IPv4 connectivity is OK; IPv6 is disabled in the container.
π Steps to reproduce the issue.
- SSH to PVE host.
- Run the command above, accept all default prompts.
- Choose either y or n when asked about Adminer (both hit the same failure).
- Observe timeout.
β Paste the full error output (if available).
__ _ __ __
/ / (_)___ / /___ ______ __________/ /__ ____
/ / / / __ \/ //_/ | /| / / __ `/ ___/ __ / _ \/ __ \
/ /___/ / / / / ,< | |/ |/ / /_/ / / / /_/ / __/ / / /
/_____/_/_/ /_/_/|_| |__/|__/\__,_/_/ \__,_/\___/_/ /_/
βοΈ Using Default Settings on node pve
π₯οΈ Operating System: ubuntu
π Version: 24.04
π¦ Container Type: Unprivileged
πΎ Disk Size: 12 GB
π§ CPU Cores: 2
π οΈ RAM Size: 4096 MiB
π Container ID: 103
π Creating a Linkwarden LXC using the above default settings
βοΈ Using ant-1TB for Template Storage.
βοΈ Using ant-1TB for Container Storage.
βοΈ Updated LXC Template List
βοΈ LXC Template is ready to use.
βοΈ LXC Container 103 was successfully created.
βοΈ Started LXC Container
βοΈ Set up Container OS
βοΈ Network Connected: 192.168.0.106
βοΈ IPv4 Internet Connected
βοΈ IPv6 Internet Not Connected
βοΈ DNS Resolved github.com to 20.207.73.82
βοΈ Updated Container OS
βοΈ Core dependencies installed
βοΈ Installed Dependencies
βοΈ Installed Node.js 22
βοΈ All requested Node modules have been processed
βοΈ PostgreSQL 16 installed
βοΈ Installed rustup with stable
βοΈ All requested Rust crates processed
βοΈ Set up PostgreSQL DB
β Έy Would you like to add Adminer? <y/N>
βοΈ Adminer available at /adminer (Debian/Ubuntu)
β curl: (28) Operation timed out after 29684 milliseconds with 3092763 bytes received
βοΈ Failed to download release asset from https://api.github.com/repos/linkwarden/linkwarden/tarball/v2.10.2
β ΄
[ERROR] in line 51: exit code 0: while executing command return 1
β Ή/dev/fd/63: line 74: SPINNER_PID: unbound variable
root@pve:~#
πΌοΈ Additional context (optional).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
