Linkwarden Error MSG #535

Closed
opened 2026-02-04 19:39:39 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @bignexus on GitHub (Feb 22, 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.

🚀 Creating a Linkwarden LXC using the above default settings

✔️ Using local for Template Storage.
✔️ Using local-lvm for Container Storage.
✔️ Updated LXC Template List
✔️ Downloaded LXC Template
✔️ LXC Container 103 was successfully created.
✔️ Started LXC Container
✔️ Set up Container OS
✔️ Network Connected: 192.168.122.236
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ DNS Resolved github.com to 140.82.121.4
✔️ Updated Container OS
✔️ Installed Dependencies
✔️ Set up Node.js Repository
✔️ Installed Node.js/Yarn
⠦ Installing Monolith
[ERROR] in line 44: exit code 0: while executing command "$@" > /dev/null 2>&1
The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.

with verbose the follow message:

error: failed to compile monolith v2.8.3, intermediate artifacts can be found at /tmp/cargo-installzCDj5M.
To reuse those artifacts with a future compilation, set the environment variable CARGO_TARGET_DIR to that path.

Caused by:
package native-tls v0.2.14 cannot be built because it requires rustc 1.80.0 or newer, while the currently active rustc version is 1.75.0
Try re-running cargo install with --locked

[ERROR] in line 41: exit code 0: while executing command $STD cargo install monolith

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.10

🔄 Steps to reproduce the issue.

Under Linux Mint with KVM
Im use Proxmox 8.3.1

Paste the full error output (if available).

⠦ Installing Monolith
[ERROR] in line 44: exit code 0: while executing command "$@" > /dev/null 2>&1
The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.

with verbose the follwe message:

error: failed to compile monolith v2.8.3, intermediate artifacts can be found at /tmp/cargo-installzCDj5M.
To reuse those artifacts with a future compilation, set the environment variable CARGO_TARGET_DIR to that path.

Caused by:
package native-tls v0.2.14 cannot be built because it requires rustc 1.80.0 or newer, while the currently active rustc version is 1.75.0
Try re-running cargo install with --locked

[ERROR] in line 41: exit code 0: while executing command $STD cargo install monolith

🖼️ Additional context (optional).

No response

Originally created by @bignexus on GitHub (Feb 22, 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. 🚀 Creating a Linkwarden LXC using the above default settings ✔️ Using local for Template Storage. ✔️ Using local-lvm for Container Storage. ✔️ Updated LXC Template List ✔️ Downloaded LXC Template ✔️ LXC Container 103 was successfully created. ✔️ Started LXC Container ✔️ Set up Container OS ✔️ Network Connected: 192.168.122.236 ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ DNS Resolved github.com to 140.82.121.4 ✔️ Updated Container OS ✔️ Installed Dependencies ✔️ Set up Node.js Repository ✔️ Installed Node.js/Yarn ⠦ Installing Monolith [ERROR] in line 44: exit code 0: while executing command "$@" > /dev/null 2>&1 The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output. with verbose the follow message: error: failed to compile `monolith v2.8.3`, intermediate artifacts can be found at `/tmp/cargo-installzCDj5M`. To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path. Caused by: package `native-tls v0.2.14` cannot be built because it requires rustc 1.80.0 or newer, while the currently active rustc version is 1.75.0 Try re-running cargo install with `--locked` ⠹ [ERROR] in line 41: exit code 0: while executing command $STD cargo install monolith ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.10 ### 🔄 Steps to reproduce the issue. Under Linux Mint with KVM Im use Proxmox 8.3.1 ### ❌ Paste the full error output (if available). ⠦ Installing Monolith [ERROR] in line 44: exit code 0: while executing command "$@" > /dev/null 2>&1 The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output. with verbose the follwe message: error: failed to compile `monolith v2.8.3`, intermediate artifacts can be found at `/tmp/cargo-installzCDj5M`. To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path. Caused by: package `native-tls v0.2.14` cannot be built because it requires rustc 1.80.0 or newer, while the currently active rustc version is 1.75.0 Try re-running cargo install with `--locked` ⠹ [ERROR] in line 41: exit code 0: while executing command $STD cargo install monolith ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 19:39:39 +03:00
Author
Owner

@MickLesk commented on GitHub (Feb 22, 2025):

22.04 only

@MickLesk commented on GitHub (Feb 22, 2025): 22.04 only
Author
Owner

@Staene commented on GitHub (Feb 22, 2025):

I am experiencing the same exact error with an Ubuntu 22.04 LXC.

@Staene commented on GitHub (Feb 22, 2025): I am experiencing the same exact error with an Ubuntu 22.04 LXC.
Author
Owner

@MaouSenkrad commented on GitHub (Feb 24, 2025):

I wasn't able to install with default settings, same error as others.
I changed to Ubuntu 24.10 and it installed without error, but after some use it seems to have performance issues and crashes (which I expect, if unsupported).

@MaouSenkrad commented on GitHub (Feb 24, 2025): I wasn't able to install with default settings, same error as others. I changed to Ubuntu 24.10 and it installed without error, but after some use it seems to have performance issues and crashes (which I expect, if unsupported).
Author
Owner

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

done

@MickLesk commented on GitHub (Mar 3, 2025): done
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#535