Linkwarden new install fails #638

Closed
opened 2025-11-20 04:51:27 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @baggytrowsers on GitHub (Mar 4, 2025).

Have you read and understood the above guidelines?

yes

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

Linkwarden

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/linkwarden.sh)"

📝 Provide a clear and concise description of the issue.

Running the install script with default settings, the script keeps failing after Node.js/Yarn is installed, with the error:
⠸bash: line 44: /root/.cargo/env: No such file or directory

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 22.04

🔄 Steps to reproduce the issue.

  1. Open node console
  2. Paste and run install command: bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/linkwarden.sh)"
  3. Select Default install.

Paste the full error output (if available).

    __    _       __                           __         
   / /   (_)___  / /___      ______ __________/ /__  ____ 
  / /   / / __ \/ //_/ | /| / / __ `/ ___/ __  / _ \/ __ \
 / /___/ / / / / ,<  | |/ |/ / /_/ / /  / /_/ /  __/ / / /
/_____/_/_/ /_/_/|_| |__/|__/\__,_/_/   \__,_/\___/_/ /_/ 
                                                          
  ⚙️  Using Default Settings on node pm1
  🖥️  Operating System: ubuntu
  🌟  Version: 22.04
  📦  Container Type: Unprivileged
  💾  Disk Size: 12 GB
  🧠  CPU Cores: 2
  🛠️  RAM Size: 2048 MiB
  🆔  Container ID: 108
  🚀  Creating a Linkwarden LXC using the above default settings
  
  ✔️  Using local for Template Storage.
  ✔️  Using local-lvm for Container Storage.
  ✔️  Updated LXC Template List
  ✔️  LXC Template is ready to use.
  ✔️  LXC Container 108 was successfully created.
  ✔️  Started LXC Container
  ✔️  Set up Container OS
  ✔️  Network Connected: 192.168.1.54 
  ✔️  IPv4 Internet Connected
  ✖️  IPv6 Internet Not Connected
  ✔️  DNS Resolved github.com to 4.237.22.38
  ✔️  Updated Container OS
  ✔️  Installed Dependencies
  ✔️  Set up Node.js Repository
  ✔️  Installed Node.js/Yarn
 ⠸bash: line 44: /root/.cargo/env: No such file or directory

🖼️ Additional context (optional).

No response

Originally created by @baggytrowsers on GitHub (Mar 4, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Linkwarden ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/linkwarden.sh)" ### 📝 Provide a clear and concise description of the issue. Running the install script with default settings, the script keeps failing _after_ Node.js/Yarn is installed, with the error: `⠸bash: line 44: /root/.cargo/env: No such file or directory` ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 22.04 ### 🔄 Steps to reproduce the issue. 1. Open node console 2. Paste and run install command: `bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/linkwarden.sh)"` 3. Select Default install. ### ❌ Paste the full error output (if available). ``` __ _ __ __ / / (_)___ / /___ ______ __________/ /__ ____ / / / / __ \/ //_/ | /| / / __ `/ ___/ __ / _ \/ __ \ / /___/ / / / / ,< | |/ |/ / /_/ / / / /_/ / __/ / / / /_____/_/_/ /_/_/|_| |__/|__/\__,_/_/ \__,_/\___/_/ /_/ ⚙️ Using Default Settings on node pm1 🖥️ Operating System: ubuntu 🌟 Version: 22.04 📦 Container Type: Unprivileged 💾 Disk Size: 12 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB 🆔 Container ID: 108 🚀 Creating a Linkwarden LXC using the above default settings ✔️ Using local for Template Storage. ✔️ Using local-lvm for Container Storage. ✔️ Updated LXC Template List ✔️ LXC Template is ready to use. ✔️ LXC Container 108 was successfully created. ✔️ Started LXC Container ✔️ Set up Container OS ✔️ Network Connected: 192.168.1.54 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ DNS Resolved github.com to 4.237.22.38 ✔️ Updated Container OS ✔️ Installed Dependencies ✔️ Set up Node.js Repository ✔️ Installed Node.js/Yarn ⠸bash: line 44: /root/.cargo/env: No such file or directory ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 04:51:27 -05:00
Author
Owner

@MickLesk commented on GitHub (Mar 4, 2025):

fixed

Image

@MickLesk commented on GitHub (Mar 4, 2025): fixed ![Image](https://github.com/user-attachments/assets/78ade7c3-620f-4e64-8b07-71227a01b947)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#638