umlautadapatarr creates wrong umlautadaptarr.service file #875

Closed
opened 2026-02-04 21:59:58 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @elvito on GitHub (Apr 29, 2025).

Have you read and understood the above guidelines?

yes

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

UmlautAdaptarrLXC

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/umlautadaptarr.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005 should be changed to ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005 in the installscript.

🔄 Steps to reproduce the issue.

unzip -qj $temp_file '*/**' -d /opt/UmlautAdaptarr puts UmlautAdaptarr.dll to /opt/UmlautAdaptarr/UmlautAdaptarr.dll not to /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll

Paste the full error output (if available).

root@umlautadaptarr:~# systemctl status umlautadaptarr.service
× umlautadaptarr.service - UmlautAdaptarr Service
Loaded: loaded (/etc/systemd/system/umlautadaptarr.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Tue 2025-04-29 11:15:39 CEST; 42s ago
Duration: 218ms
Process: 5619 ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005 (code=exited, status=1/FAILURE)
Main PID: 5619 (code=exited, status=1/FAILURE)
CPU: 186ms

Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Main process exited, code=exited, status=1/FAILURE
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Failed with result 'exit-code'.
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Scheduled restart job, restart counter is at 6.
Apr 29 11:15:39 umlautadaptarr systemd[1]: Stopped umlautadaptarr.service - UmlautAdaptarr Service.
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Start request repeated too quickly.
Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Failed with result 'exit-code'.
Apr 29 11:15:39 umlautadaptarr systemd[1]: Failed to start umlautadaptarr.service - UmlautAdaptarr Service.

🖼️ Additional context (optional).

No response

Originally created by @elvito on GitHub (Apr 29, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? UmlautAdaptarrLXC ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/umlautadaptarr.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005 should be changed to ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005 in the installscript. ### 🔄 Steps to reproduce the issue. unzip -qj $temp_file '*/**' -d /opt/UmlautAdaptarr puts UmlautAdaptarr.dll to /opt/UmlautAdaptarr/UmlautAdaptarr.dll not to /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll ### ❌ Paste the full error output (if available). root@umlautadaptarr:~# systemctl status umlautadaptarr.service × umlautadaptarr.service - UmlautAdaptarr Service Loaded: loaded (/etc/systemd/system/umlautadaptarr.service; enabled; preset: enabled) Active: failed (Result: exit-code) since Tue 2025-04-29 11:15:39 CEST; 42s ago Duration: 218ms Process: 5619 ExecStart=/usr/bin/dotnet /opt/UmlautAdaptarr/bin/Release/net8.0/UmlautAdaptarr.dll --urls=http://0.0.0.0:5005 (code=exited, status=1/FAILURE) Main PID: 5619 (code=exited, status=1/FAILURE) CPU: 186ms Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Main process exited, code=exited, status=1/FAILURE Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Failed with result 'exit-code'. Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Scheduled restart job, restart counter is at 6. Apr 29 11:15:39 umlautadaptarr systemd[1]: Stopped umlautadaptarr.service - UmlautAdaptarr Service. Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Start request repeated too quickly. Apr 29 11:15:39 umlautadaptarr systemd[1]: umlautadaptarr.service: Failed with result 'exit-code'. Apr 29 11:15:39 umlautadaptarr systemd[1]: Failed to start umlautadaptarr.service - UmlautAdaptarr Service. ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 21:59:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#875