I am trying to get Beets to run on a Lidarr import with both Lidarr and Beets running in Docker Containers on an Ubuntu host.
I followed the instructions found here:
Beets + Lidarr
The test in Lidarr when setting up the connection failes with the error:
Error|beet_import.sh|unreadable file: /dev/core
/dev/core is a link to /proc/kcore on the beets container.
/dev/core permissions inside beets container
lrwxrwxrwx 1 root root 11 Dec 29 12:40 core -> /proc/kcore
/proc/kcore permissions inside beets container
crw-rw-rw- 1 root root 1, 3 Dec 29 12:40 kcore
I am not able to change permission on the dev/core or /proc/kcore as root or as abc which is not surprising. Running out of ideas what to try next.
Versions
- Docker host is running Linux version 5.4.0-58-generic (buildd@lcy01-amd64-004) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 2020
- Lidarr version is 0.8.0.1974
- Docker version is 20.10.1, build 831ebea
- Beets version 1.4.9
- Python version 3.8.2