mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-22 10:42:47 +01:00
This is to account for mono using a 64 bit library. we are adding a symlink so that mono/sonarr can find it. Without this sonarr webui will not load.
parent
9c05b16cbb
commit
787de0dc83
@ -80,3 +80,21 @@ Please note these were the steps taken by an experienced user.
|
||||
|
||||
systemctl enable sonarr.service
|
||||
systemctl start sonarr.service
|
||||
|
||||
Troubleshooting.
|
||||
|
||||
Symptom:
|
||||
The service has loaded and when browsing to the site it is blank.
|
||||
|
||||
Run the following to test for missing mono links.
|
||||
`sudo systemctl stop sonarr
|
||||
sudo systemctl start sonarr
|
||||
journalctl -xe | grep libMonoPosixHelper.so`
|
||||
|
||||
If you see a line similar to
|
||||
_System.Net.WebException: /usr/lib/libMonoPosixHelper.so ---> System.DllNotFoundException: /usr/lib/libMonoPosixHelper_
|
||||
The resolution below will fix that.
|
||||
|
||||
Resolution:
|
||||
Run the following command
|
||||
'sudo ln -s /usr/lib64/libMonoPosixHelper.so /usr/lib/libMonoPosixHelper.so'
|
Loading…
Reference in New Issue
Block a user