mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 15:56:58 +00:00
formatting
parent
787de0dc83
commit
2044e019ec
1 changed files with 11 additions and 8 deletions
|
@ -81,9 +81,9 @@ Please note these were the steps taken by an experienced user.
|
||||||
systemctl enable sonarr.service
|
systemctl enable sonarr.service
|
||||||
systemctl start sonarr.service
|
systemctl start sonarr.service
|
||||||
|
|
||||||
Troubleshooting.
|
## Troubleshooting.
|
||||||
|
|
||||||
Symptom:
|
### Symptom:
|
||||||
The service has loaded and when browsing to the site it is blank.
|
The service has loaded and when browsing to the site it is blank.
|
||||||
|
|
||||||
Run the following to test for missing mono links.
|
Run the following to test for missing mono links.
|
||||||
|
@ -92,9 +92,12 @@ Run the following to test for missing mono links.
|
||||||
journalctl -xe | grep libMonoPosixHelper.so`
|
journalctl -xe | grep libMonoPosixHelper.so`
|
||||||
|
|
||||||
If you see a line similar to
|
If you see a line similar to
|
||||||
|
|
||||||
_System.Net.WebException: /usr/lib/libMonoPosixHelper.so ---> System.DllNotFoundException: /usr/lib/libMonoPosixHelper_
|
_System.Net.WebException: /usr/lib/libMonoPosixHelper.so ---> System.DllNotFoundException: /usr/lib/libMonoPosixHelper_
|
||||||
|
|
||||||
The resolution below will fix that.
|
The resolution below will fix that.
|
||||||
|
|
||||||
Resolution:
|
### Resolution:
|
||||||
Run the following command
|
Run the following command
|
||||||
'sudo ln -s /usr/lib64/libMonoPosixHelper.so /usr/lib/libMonoPosixHelper.so'
|
|
||||||
|
`sudo ln -s /usr/lib64/libMonoPosixHelper.so /usr/lib/libMonoPosixHelper.so`
|
Loading…
Reference in a new issue