You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When attempting to run Ombi on musl-libc systems (Alpine Linux), the help page is shown then it immediately segfaults.
To Reproduce
Steps to reproduce the behavior:
Clone the repo
Run cd Ombi/src/Ombi
Run dotnet build
Run ./bin/Debug/net6.0/Ombi
Expected behavior
The program runs without segfaulting.
Screenshots
$ ./bin/Debug/net6.0/Ombi
Hello, welcome to Ombi
Valid options are:
Ombi 1.0.0
Copyright (C) 2023 Ombi
--host (Default: http://*:5000) Set to a semicolon-separated (;) list of
URL prefixes to which the server should respond. For example,
http://localhost:123. Use "localhost" to indicate that the server
should listen for requests on any IP address or hostname using
the specified port and protocol (for example,
http://localhost:5000). The protocol (http:// or https://) must
be included with each URL. Supported formats vary between
servers.
--storage Storage path, where we save the logs and database
--baseurl The base URL for reverse proxy scenarios
--demo Demo mode, you will never need to use this, fuck that fruit
company...
--migrate Will run the migrations then exit the application
--help Display this help screen.
--version Display version information.
Segmentation fault
Logs (Logs directory where Ombi is located)
If applicable, a snippet of the logs that seems relevant to the bug if present.
Desktop (please complete the following information):
OS: Alpine Linux
Ombi Version (please complete the following information):
Version 4.35.10
Media Server none
Database Type: SQLite
Additional context
Happens when dotnet run is ran aswell, however it doesn't show the Segmentation fault message at the end.
Also when it is ran with the --version argument, the following is prepended to the above message:
Describe the bug
When attempting to run Ombi on musl-libc systems (Alpine Linux), the help page is shown then it immediately segfaults.
To Reproduce
Steps to reproduce the behavior:
cd Ombi/src/Ombi
dotnet build
./bin/Debug/net6.0/Ombi
Expected behavior
The program runs without segfaulting.
Screenshots
Logs (Logs directory where Ombi is located)
If applicable, a snippet of the logs that seems relevant to the bug if present.
Desktop (please complete the following information):
Ombi Version (please complete the following information):
Additional context
Happens when
dotnet run
is ran aswell, however it doesn't show theSegmentation fault
message at the end.Also when it is ran with the
--version
argument, the following is prepended to the above message:Related issue: #2145
The text was updated successfully, but these errors were encountered: