1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

formatting

James Smith 2016-08-07 23:45:03 +10:00
parent 787de0dc83
commit 2044e019ec

@ -81,9 +81,9 @@ Please note these were the steps taken by an experienced user.
systemctl enable sonarr.service
systemctl start sonarr.service
Troubleshooting.
## Troubleshooting.
Symptom:
### Symptom:
The service has loaded and when browsing to the site it is blank.
Run the following to test for missing mono links.
@ -91,10 +91,13 @@ Run the following to test for missing mono links.
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.
If you see a line similar to
Resolution:
Run the following command
'sudo ln -s /usr/lib64/libMonoPosixHelper.so /usr/lib/libMonoPosixHelper.so'
_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`