Hello,
new user here!
I’m tring to create a new LMS instance using the official Docker image https://hub.docker.com/r/epoupon/lms
This is what I did:
incus create docker:epoupon/lms:3.66.0 lms
incus storage volume create default lms-data
incus storage volume attach default lms-data lms /var/lms
incus config device add lms lms-mnt disk source=/mnt/nas/music path=/music
incus start lms
but the instance does not start because I get some errors:
incus /src/lxc/cgroups/cgfsng.c:cgfsng_monitor_destroy:925 - Device or resource busy - Failed to destroy 10
Failed to receive file descriptors for command "get_init_pid"
I noticed that if I don’t attach the lms-data volume then the instance will start without errors. I don’t understand why… Any ideas? Thx!
edit: I’m using Incus 6.12 on Debian 12.