linuxserver / docker-radarr

GNU General Public License v3.0
646 stars 104 forks source link

Radarr process is not starting on QNAP #130

Closed eevlogiev closed 3 years ago

eevlogiev commented 3 years ago

linuxserver.io


Expected Behavior

Folks, I've been using Radarr for quite some time on my QNAP TS-231P2 but because of the dependencies to Mono I am now switching to the Docker version. I am deploying the container using QNAP's Container Station (did the same already for Jackett, Bazarr, etc.). The radarr process seems to be starting but there is nothing listening on port 7878.

Current Behavior

The radarr process seems to be starting but there is nothing listening on port 7878. I am using "host" network configuration where the container is sharing same IP/port as the host itself.

Steps to Reproduce

[~] # netstat -lt | grep 7878
[~] # ps aux | grep -i radarr
 6455 admin        72 S   s6-supervise radarr 
10930 911        3124 R   /app/radarr/bin/Radarr -nobrowser -data=/config 
10933 admin       344 S   grep -i radarr 
[~] # 

Environment

OS: QNAP QTS 4.5.1.1.1540 (2021/01/07) CPU architecture: arm32 How docker service was installed: Installed via Container Station on QNAP TS-231P2

Command used to create docker container (run/create/compose/screenshot)

Screenshot 2021-01-11 at 16 59 52

Docker logs


[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 01-envfile: executing... 
[cont-init.d] 01-envfile: exited 0.
[cont-init.d] 10-adduser: executing... 
usermod: no changes

-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \ 
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/

Brought to you by linuxserver.io
-------------------------------------

To support the app dev(s) visit:
Radarr: https://opencollective.com/radarr

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    911
User gid:    911
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing... 
[cont-init.d] 30-config: exited 0.
[cont-init.d] 99-custom-scripts: executing... 
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-scripts: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
``
github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!

Roxedus commented 3 years ago

Dupe of #112

eevlogiev commented 3 years ago

@Roxedus , I checked #112 but I don't use any custom scripts. I am just trying to start the default linuxserver container. Could you please put some more light on the resolution?

Thanks and appreciate!

Roxedus commented 3 years ago

I linked the wrong issue, I meant to link #122

aptalca commented 3 years ago

Other issues are:

eevlogiev commented 3 years ago

Thank you both. Noted.