Posts by znaf

    I was waiting for your feedback to set MemoryHigh and MemoryMax in Bazarr, Radarr and Sonarr

    cgroup_enable=memory at the end of /flash/cmdline.txt is documented in this thread

    edjalmo or thoradia could you please guide me how to set MemoryHigh and MemoryMax in Lidarr and Sonarr. When I try to open /flash/cmdline.txt it tells me that the file is unwriteable. Since I have installed Mono, and running Radarrr and Sonarr, at least once per day my RPi3 is freezing. Before I had already Jackett, Radarr and Transmission running for days without any problem. It was the last post on this thread some time ago, so I suppose this resolved your problem of freezing RPi.

    Thank you for the feedback

    Lidarr and Sonarr require Mono, but this dependency is missing in the add-ons

    I will fix this

    In the meantime you can install Mono manually from the repository

    I had already installed the "Thoradia .Net and Mono Tools (9.2.0.16)" from the "Thoradia Add-ons". I'm not able to de-install and re-install it again, because it is used by Jackett, Radarr, Sonarr and Lidarr. And Jackett and Radarr are working smoothly.

    So it is not clear what is meant by installing Mono? Is there any other Mono addon needed?

    Thank you in advance for any help.

    Hello.

    My problem is that i'm not able to run Lidarr (port: 8686) v.9.2.0.10 and Sonarr (port: 8989) v. 9.2.0.39 . On the browser I'm getting the information that the site can't be reached: ERR_CONNECTION_REFUSED

    I have LibreELEC 9.2.4 running on a RPi3. I'm working within local network - so no router or firewall impacting.

    I'm able to run Jackett (port: 9117) v.9.2.0.50, Radarr (port: 7878) v.9.2.0.35 or Transmission (port: 9091) 9.2.0.24 - all installed from Thoradia Add-ons (9.2.0.23).

    I have de-installed and installed Lidarr and Sonarr several times already. And also tried if the situation improves after restart. But without any effect. Following my findings which I have made already:

    systemctl status service.sonarr showing me that service.sonarr failed.

    Code
    service.sonarr.service - Sonarr
    Loaded: loaded (/storage/.kodi/addons/service.sonarr/system.d/service.sonarr.service; enabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Mon 2020/10/12 21:18:07 CEST; 23min ago
    Process: 767 ExecStart=/bin/sh /storage/.kodi/addons/service.sonarr/bin/sonarr.ctl -nobrowser (code=exited, status=127)
    Main PID: 767 (code=exited, status=127)

    journalctl -u service.sonarr showing me that it tried to start sonarr but failed because not finding a certificate.

    Code
    systemd[1]: Started Sonarr.
    service.sonarr[767]: /storage/.kodi/addons/service.sonarr/bin/sonarr.ctl: line 32: cert-sync: not found
    service.sonarr[767]: nice: can't execute 'mono': No such file or directory
    systemd[1]: service.sonarr.service: Main process exited, code=exited, status=127/n/a
    systemd[1]: service.sonarr.service: Failed with result 'exit-code'.
    systemd[1]: service.sonarr.service: Service Restart5sec-100ms expired, scheduling restart.
    systemd[1]: service.sonarr.service: Scheduled restart job, restart counter is at 5.
    systemd[1]: Stopped Sonarr.

    The file  /storage/.kodi/addons/service.sonarr/bin/sonarr.ctl contains around line 32 following function:

    Code
    use_mono() {
      _cmd="mono --debug ${ADDON_DIR}/libs/Sonarr.exe -data=${ADDON_HOME}"
      cert-sync --quiet --user /etc/pki/tls/cacert.pem
    }

    In general the file /etc/pki/tls/cacert.pem exists with certificate data from Mozilla as of: Sun May 31 2020.

    But from this point on I have no clue what else to do.

    I would very appreciate any help.

    Thank you in advance.