October 13, 20241 yr Posted the same on the github page saw that there was a unraid thread later as well. https://libgen.is/ is blocked here (Netherlands) and only accessibele by VPN. Since the wiki only support 1 url at this moment. libgen_address: The URL for Library Genesis. The only supported URL at present is http://libgen.is.
October 16, 20241 yr Hi, When I install LMS on my UnRAID server I get an error. docker run -d --name='lms' --net='bridge' --pids-limit 2048 -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e HOST_HOSTNAME="UnRAID" -e HOST_CONTAINERNAME="lms" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:5082]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/JPDVM2014/icons/main/lms.webp' -p '5082:5082/tcp' -v '/mnt/user/Music Complete/':'/music complete':'ro' -v '/mnt/ssd-pool/appdata/lms':'/var/lms':'rw' -v '/mnt/ssd-pool/appdata/lms/config/':'/etc/':'ro' --user 99:100 'epoupon/lms:latest' e13fcb56eefc8dccfb0a94554d27f4230f0ff41c326b66e48d12228bb1247aa1 docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/var/lib/docker/containers/e13fcb56eefc8dccfb0a94554d27f4230f0ff41c326b66e48d12228bb1247aa1/resolv.conf" to rootfs at "/etc/resolv.conf": open /var/lib/docker/btrfs/subvolumes/dcabebd7c50e5abbcccdc95ec42909f60533cd142f8332c8e9dded14230500c6/etc/resolv.conf: read-only file system: unknown. The command failed. What is the cause of this, and how to resolve?
October 17, 20241 yr Author 13 hours ago, TallMan206 said: -v '/mnt/user/Music Complete/':'/music complete':'ro' I think it is this line. It should be: /mnt/user/Music Complete/':'/music':'ro' You have to keep the container path as /music Edited October 17, 20241 yr by JPDVM2014
October 17, 20241 yr 6 hours ago, JPDVM2014 said: I think it is this line. It should be: /mnt/user/Music Complete/':'/music':'ro' You have to keep the container path as /music I changed it, but still the error: 6832a27680156c4dc412edc80c7c98278c14cf17bd959ab78d578f8d0ee8e4a3 docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/var/lib/docker/containers/6832a27680156c4dc412edc80c7c98278c14cf17bd959ab78d578f8d0ee8e4a3/resolv.conf" to rootfs at "/etc/resolv.conf": open /var/lib/docker/btrfs/subvolumes/c24ae8e7d723af04d2793928a65f9dde956713a9aab8de3e30807b1b64e1ed58/etc/resolv.conf: read-only file system: unknown.
October 17, 20241 yr Author I'm not sure then. It really looks like a docker issue instead of the container. The container isn't even getting a chance to startup.
October 17, 20241 yr 2 minutes ago, JPDVM2014 said: I'm not sure then. It really looks like a docker issue instead of the container. The container isn't even getting a chance to startup. Yeah, I even removed the docker image already and restarted. All other dockers install fine except this one.
October 17, 20241 yr Author Did you reinstall from the CA store or do a fresh install of the template? Only other suggestion I have is to completely remove it and start with a fresh template. Other than that, might be worth asking at the creator's github: https://github.com/epoupon/lms I checked to make sure there weren't any recent breaking changes, and I didn't see anything. Sorry I can't help more.
October 17, 20241 yr 6 minutes ago, JPDVM2014 said: Did you reinstall from the CA store or do a fresh install of the template? Only other suggestion I have is to completely remove it and start with a fresh template. Other than that, might be worth asking at the creator's github: https://github.com/epoupon/lms I checked to make sure there weren't any recent breaking changes, and I didn't see anything. Sorry I can't help more. No problem. I appreciate your help very much.
October 21, 20241 yr Kapowarr hangs on import until I restart the docker instance. Not a big deal, but curious if maybe there is a setting I have wrong that would correct this. It doesn't do it on every file, but randomly.
October 21, 20241 yr Author 6 hours ago, Bigsteve76 said: Kapowarr hangs on import until I restart the docker instance. Not a big deal, but curious if maybe there is a setting I have wrong that would correct this. It doesn't do it on every file, but randomly. It doesn't look like anything changed with the installation instructions on the project's github, so it may be worth asking over there to see if the dev has any ideas. https://github.com/Casvt/Kapowarr
November 16, 20241 yr Hello, I am trying to install bookbounty, but after installing, I cannot seem to get the container to run. When I check the logs, I see the following chown: /bookbounty/.git/refs/remotes: Operation not permitted chown: /bookbounty/.git/refs/remotes: Operation not permitted chown: /bookbounty/.git/refs/tags: Operation not permitted chown: /bookbounty/.git/refs/tags: Operation not permitted chown: /bookbounty/.git/refs: Operation not permitted chown: /bookbounty/.git/refs: Operation not permitted ... From what I gathered from this git post https://github.com/TheWicklowWolf/BookBounty/issues/27, it seems that there is a script that needs to run with SU permissions that might be getting blocked. I was wondering if you had gotten it to run and how you might have done so?
November 16, 20241 yr Author I removed the "--user 99:100" from my template. I added it previously because the hardcoded 1000:1000 were causing issues on unraid. Now with the PUID/PGID variables able to be set, it works with them set as variables in the template instead. The template should work again once the Community App store updates. If you don't want to wait, you can remove --user 99:100 from the extra parameters, and add a PUID = 99 and PGID = 100 variables. Edited November 16, 20241 yr by JPDVM2014
November 17, 20241 yr That worked. I had added the PUID and PGID previously but didn't know to remove the -user 99:100. Many thanks
January 3, 20251 yr Soularr help needed, I've installed Soularr, I got it to sync up with Lidarr just fine and download files. But Lidarr doesn't seem to be picking up on the files. I'm not sure what I'm doing wrong here. Let me know what info you need. Running this on Unraid config file for slskd - directory path Soularr template Lidarr template config for soularr
January 3, 20251 yr Author @Trinistan In your soularr config.ini, change Slskd's download directory to "/downloads" without the quotes. That should, hopefully, fix it.
January 3, 20251 yr @JPDVM2014 didn't seem to fix it. I've let 3 albums complete so far. Edit: I found this error in the logs of soularr PermissionError: [Errno 13] Permission denied: '01 Wrong Side Of The Street.flac' [ERROR|soularr|L690] 2025-01-03T18:46:36-0500: Fatal error! Exiting... 03/01/2025 18:46:36 - Waiting for 300 seconds before checking again... Edited January 3, 20251 yr by Trinistan
January 4, 20251 yr Author Looks like your slskd config might have an error too. If you are using the CA template, you shouldn't need to manually set the download and incomplete directories. Here is my slskd template for example. The only thing in my slskd.yml is the API key for soularr.
January 4, 20251 yr Author @Trinistan I just saw your edit about the error. So, I think it is a couple things. First, you'll need to edit your slskd.yml to either remove or correct the directories like I mentioned in my other post. If you are going to manually set them, they ahould be the volumes inside slskd, not your Unraid directory. So, most likely "/downloads" and "/incomplete". Then if you are still getting the permission error, you'll have to change a few more things.
January 6, 20251 yr Hello, Comming here for 2 templates, Calibre-Web and Calibre-Web-Automated. I'm a bit loss. Do I need to have both running to use calibre-web with the automation or just Calibre-Web-Automated give all the feature of the first one plus the automated? Thank you
January 6, 20251 yr Author @Nodiaque You only need Calibre-Web-Automated. It duplicates the features of Calibre-Web and adds some functionality.
January 7, 20251 yr On 1/3/2025 at 7:02 PM, JPDVM2014 said: Looks like your slskd config might have an error too. If you are using the CA template, you shouldn't need to manually set the download and incomplete directories. Here is my slskd template for example. The only thing in my slskd.yml is the API key for soularr. @JPDVM2014 I've set up my template just like that, I still don't see albums being added and transferred in Lidarr. Anything else I need to try?
January 7, 20251 yr Author @Trinistan Last thing I can think of would be to double-check your permissions. If you didn't already, go through the readme I typed up here. Especially the slskd note in step 1. https://github.com/JPDVM2014/soularr One other thing, if you followed Trash's guide for your media, you may need to add new mounts to Lidarr and Slskd to remove the /data from them. There is some discussion here about it. https://github.com/mrusse/soularr/issues/58 If all that looks good, and it still isn't working, let me know, and I'll see about taking a deep dive through your templates to see if I can find anything.
January 7, 20251 yr 2 minutes ago, JPDVM2014 said: @Trinistan Last thing I can think of would be to double-check your permissions. If you didn't already, go through the readme I typed up here. Especially the slskd note in step 1. https://github.com/JPDVM2014/soularr One other thing, if you followed Trash's guide for your media, you may need to add new mounts to Lidarr and Slskd to remove the /data from them. There is some discussion here about it. https://github.com/mrusse/soularr/issues/58 If all that looks good, and it still isn't working, let me know, and I'll see about taking a deep dive through your templates to see if I can find anything. Thanks for the response, yeah I went through the soularr readme several times. I do have trash guide set up, I did add the extra mounts and DOWNLOADS_DIR to my slskd template. I will read up on the discussion. Let me take a few more stabs at it, then it may be helpful to go through my settings with a fine tooth comb if you don't mind. I appreciate your time on this and the help you're providing.
January 8, 20251 yr 8 hours ago, JPDVM2014 said: @Trinistan Last thing I can think of would be to double-check your permissions. If you didn't already, go through the readme I typed up here. Especially the slskd note in step 1. https://github.com/JPDVM2014/soularr One other thing, if you followed Trash's guide for your media, you may need to add new mounts to Lidarr and Slskd to remove the /data from them. There is some discussion here about it. https://github.com/mrusse/soularr/issues/58 If all that looks good, and it still isn't working, let me know, and I'll see about taking a deep dive through your templates to see if I can find anything. I tried adding another mount point to Lidarr adjusted that mount point in the soularr config download_dir = /slskd/slskd-complete here is the slskd template in unraid slskd.yml directories: incomplete: /incomplete/ downloads: /downloads/ It doesn't appear Lidarr sees the downloads still. Let me know if you have time to troubleshoot with me. Thanks again. Edited January 8, 20251 yr by Trinistan
January 10, 20251 yr Hi, I'm trying out Kapowarr on Unraid 7.0.0. All seems to be up and running, but downloaded files/folders are being set at root:root, despite PGID and PUID being set. Any ideas? Run command below. Thanks! docker run -d --name='kapowarr' --net='bridge' --pids-limit 2048 --privileged=true -e TZ="Europe/London" -e HOST_OS="Unraid" -e HOST_HOSTNAME="unRAIDpvr" -e HOST_CONTAINERNAME="kapowarr" -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:5656]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/JPDVM2014/kapowarr/main/Screenshot_20230524_213057_Firefox%20Nightly_x4.png' -p '5656:5656/tcp' -v '/mnt/user/downloads/kapowarr/':'/app/temp_downloads':'rw' -v '/mnt/user/comics/':'/content':'rw' -v '/mnt/user/appdata/kapowarr-db':'/app/db':'rw' 'mrcas/kapowarr:latest' fc7db88e5c1e55fa96cc2e762041d05f61d9be189b675132cb7c211a286c70d2 Edited January 10, 20251 yr by Rick Gillyon
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.