-
-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dietpi-Software File browser won't start #5093
Comments
Hmm I did a test installation on RPi4 64bit without issue. Can you share following journalctl -u filebrowser.service |
Here is the result
I'm not seeing anything that would conflict with the port. |
Can you share following ss -tulpn | grep LISTEN |
|
There is a |
Yes both sonarr and radarr |
ok we produced a port conflict between
@MichaIng |
Looks like. I'm wondering whether this is a Sonarr API on port 8084 or whether Mono itself always listens on this port for some reaons/runtime API. Can be tested with Radarr/Lidarr/Jacket on an ARMv6 RPi (1 and Zero), since all other architectures use the .NET core based versions without Mono. |
- CHANGELOG | Mono: "mono-complete" won't be installed anymore but only "mono-devel" instead. This skips the XSP4 webserver service, which listens on port 8084 by default where it conflicts with File Browser. This only affects new instals. You can manually apply this change via "apt-mark manual mono-devel && apt --autoremove purge mono-complete". Many thanks to @jaguar489 for reporting this issue: #5093
- DietPi-Software | Mono: "mono-complete" won't be installed anymore but only "mono-devel" instead. This skips the XSP4 webserver service, which listens on port 8084 by default where it conflicts with File Browser. This only affects new instals. You can manually apply this change via "apt-mark manual mono-devel && apt --autoremove purge mono-complete". Many thanks to @jaguar489 for reporting this issue: #5093
We solved it differently now: #5099 apt-mark manual mono-devel
apt --autoremove purge mono-complete |
Hi,
I am running a freshly installed 64-bit dietpi OS on a raspberry Pi 4 4GB using a micro SD card. I am having the attached error when trying to access the file browser software. I have already attempted reinstalling the software and restarting the service but it continuosly says failed.
![Screenshot_20211218-032515~01](https://user-images.githubusercontent.com/56456945/146634948-239471c8-feec-4c38-87b4-7afc05f52f75.png)
Thanks
The text was updated successfully, but these errors were encountered: