-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
β Have you read and understood the above guidelines?
yes
π Did you run the script with verbose mode enabled?
Yes, verbose mode was enabled and the output is included below
π What is the name of the script you are using?
Librespeed Rust
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/librespeed-rust.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Which Proxmox version are you on?
8.4.14
π Provide a clear and concise description of the issue.
The installation script and the update script use different names for the systemd service. In the installation script, it is set up as:
systemctl enable -q --now speedtest_rsWhile the update script refers to:
systemctl start librespeed_rsThis causes a failure while updating. Curiously both these names are different than the librespeed-rs library's default system name which is
sudo systemctl enable librespeed-rs.serviceπ Steps to reproduce the issue.
- You need to have a librespeed-rs installed. Mine is version 1.3.8.
- Run the update script in the container:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/librespeed-rust.sh)" - Notice the error.
β Paste the full error output (if available).
βοΈ Update available: librespeed-rust 1.3.8 β 1.4.0
β³ Stopping ServicesFailed to stop librespeed_rs.service: Unit librespeed_rs.service not loaded.
[ERROR] in line 33: exit code 0: while executing command systemctl stop librespeed_rsπΌοΈ Additional context (optional).
No response
Copilot
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working