Skip to content

Linkwarden CT install – curl (28) timeout at v2.10.2 tarball β†’ line 51 failureΒ #4843

@jaainil

Description

@jaainil

βœ… 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.

  1. SSH to PVE host.
  2. Run the command above, accept all default prompts.
  3. Choose either y or n when asked about Adminer (both hit the same failure).
  4. 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).

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions