[GH-ISSUE #4122] umlautadapatarr creates wrong umlautadaptarr.service file #874

Closed
opened 2026-02-26 12:46:57 +03:00 by kerem · 0 comments
Owner

Originally created by @elvito on GitHub (Apr 29, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/4122

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). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/4122 ### ✅ 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_
kerem 2026-02-26 12:46:57 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#874
No description provided.