linuxserver / docker-radarr

GNU General Public License v3.0
640 stars 103 forks source link

Failed to create CoreCLR #137

Closed josh-sachs closed 3 years ago

josh-sachs commented 3 years ago

Updated this morning to latest image, which now fails to start with

today at 11:58 AM  -------------------------------------
today at 11:58 AM            _         ()
today at 11:58 AM           | |  ___   _    __
today at 11:58 AM           | | / __| | |  /  \
today at 11:58 AM           | | \__ \ | | | () |
today at 11:58 AM           |_| |___/ |_|  \__/
today at 11:58 AM  
today at 11:58 AM  
today at 11:58 AM  Brought to you by linuxserver.io
today at 11:58 AM  -------------------------------------
today at 11:58 AM  
today at 11:58 AM  To support the app dev(s) visit:
today at 11:58 AM  Radarr: https://opencollective.com/radarr
today at 11:58 AM  
today at 11:58 AM  To support LSIO projects visit:
today at 11:58 AM  https://www.linuxserver.io/donate/
today at 11:58 AM  -------------------------------------
today at 11:58 AM  GID/UID
today at 11:58 AM  -------------------------------------
today at 11:58 AM  
today at 11:58 AM  User uid:    1000
today at 11:58 AM  User gid:    999
today at 11:58 AM  -------------------------------------
today at 11:58 AM  
today at 11:58 AM  [cont-init.d] 10-adduser: exited 0.
today at 11:58 AM  [cont-init.d] 30-config: executing... 
today at 11:58 AM  [cont-init.d] 30-config: exited 0.
today at 11:58 AM  [cont-init.d] 99-custom-scripts: executing... 
today at 11:58 AM  [custom-init] no custom files found exiting...
today at 11:58 AM  [cont-init.d] 99-custom-scripts: exited 0.
today at 11:58 AM  [cont-init.d] done.
today at 11:58 AM  [services.d] starting services
today at 11:58 AM  [services.d] done.
today at 11:58 AM  Failed to create CoreCLR, HRESULT: 0x80004005
today at 11:59 AM  Failed to create CoreCLR, HRESULT: 0x80004005
today at 11:59 AM  Failed to create CoreCLR, HRESULT: 0x80004005
today at 11:59 AM  Failed to create CoreCLR, HRESULT: 0x80004005
today at 11:59 AM  Failed to create CoreCLR, HRESULT: 0x80004005
today at 11:59 AM  Failed to create CoreCLR, HRESULT: 0x80004005
today at 11:59 AM  Failed to create CoreCLR, HRESULT: 0x80004005
today at 11:59 AM  Failed to create CoreCLR, HRESULT: 0x80004005
today at 11:59 AM  Failed to create CoreCLR, HRESULT: 0x80004005

Following are relevant compose args:

image: linuxserver/radarr:latest
    container_name: radarr
    restart: always
    networks:
      - t2_proxy
    security_opt:
      - no-new-privileges:true
    ports:
      - "7878:7878"

    volumes:
      - "/etc/localtime:/etc/localtime:ro"
      - ${DROBO}/services/vhdx/radarr:/config
      - ${TMP}/radarr:/tmp
      - ${DROBO}:/data
      - ${DROBO}:/drobo

    environment:
      PUID: $PUID
      PGID: $PGID
      TZ: $TZ

FWIW I also update linuxserver/sonarr:latest this morning which has no issues. I assume they are pretty similar in terms of environment.

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Florentin68 commented 3 years ago

On my side I have nothing after

[services.d] starting services
[services.d] done.

Build version: Linuxserver.io version:- 3.0.2.4552-ls9 Build-date:- 2021-02-05T17:25:00+00:00

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Florentin68 commented 3 years ago

I solved this issue by installing libseccomp2_2.5.1-1_armhf.deb on my RPI hosting Docker.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.