mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 07:43:01 +00:00
More formatting
parent
638f1ec34c
commit
99ded87581
1 changed files with 5 additions and 6 deletions
|
@ -11,9 +11,7 @@ Please note these were the steps taken by an experienced user.
|
|||
|
||||
* If you have issues or you started from a very base (minimal) install, you may also need
|
||||
|
||||
yum -y install wget git par2cmdline p7zip unrar unzip tar gcc python-yenc python-feedparser python-configobj
|
||||
python-cheetah python-dbus python-support python-devel libxslt-devel
|
||||
|
||||
yum -y install wget git par2cmdline p7zip unrar unzip tar gcc python-yenc python-feedparser python-configobj python-cheetah python-dbus python-support python-devel libxslt-devel
|
||||
|
||||
*Add a user for sonarr to use
|
||||
|
||||
|
@ -66,9 +64,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.
|
||||
|
@ -83,7 +81,8 @@ If you see a line similar to
|
|||
|
||||
The resolution below will fix that.
|
||||
|
||||
### Resolution:
|
||||
# Resolution:
|
||||
|
||||
Run the following command
|
||||
|
||||
ln -s /usr/lib64/libMonoPosixHelper.so /usr/lib/libMonoPosixHelper.so
|
Loading…
Reference in a new issue