Everything posted by Spooky83
-
Out of memory errors
Hi, I've been having problems with my unRAID server lately. The fix common problems plugin shows "Out of Memory" errors. I already did a Memtest over night with 5 passes without errors. The only problems I've noticed have been in connection to Docker, so I've also deleted the docker image and recreated my containers but I'm still having problems, at least with emby and audiobookshelf all other containers seem to work. Any hints on what causes the issues? la-nas-diagnostics-20250612-1220.zip
-
Problems with installing new docker container
That did it, thanks a lot. That volume mapping is actually part of the template, but I haven't seen anything about it in the support thread... Strange.
-
Problems with installing new docker container
No, I haven't due to the system being rock solid until these problems. I will run a memtest this weekend, so thanks. But I don't think that's related to the error during the container start.
-
Problems with installing new docker container
Hey there, I've encountered problems with installing the LMS docker from CA. I've also tried a different container, which also had the same error (message below). The error appears on two seperate servers, so I don't think it's hardware related. As the error mentions the resolve.conf and I had to change my router last week I assume it has something to do with this. But checking the network settings everything seems to be OK. Any ideas? Diagnostics from both systems attached docker run -d --name='lms' --net='bridge' --pids-limit 2048 -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="LA-TV" -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/media/Musik/':'/music':'ro' -v '/mnt/user/appdata/lms':'/var/lms':'rw' -v '/mnt/user/appdata/lms/config/':'/etc/':'ro' --user 99:100 'epoupon/lms:latest' 8197c08cca88c8be68c8e9ecc80d2b4685cb03a8d7596a377600fa8811c8c405 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/8197c08cca88c8be68c8e9ecc80d2b4685cb03a8d7596a377600fa8811c8c405/resolv.conf" to rootfs at "/etc/resolv.conf": open /var/lib/docker/btrfs/subvolumes/4a1ff5d7f526765f5e254db6370c565eb7e46817854188dc23304cd7c854b0fe/etc/resolv.conf: read-only file system: unknown. Der Befehl ist fehlgeschlagen. la-nas-diagnostics-20250215-1403.zip la-tv-diagnostics-20250215-1402.zip
-
[SUPPORT] reven - FileFlows
Try using only "--device=/dev/dri" in extra parameters. That's definitely working for me. Do you have the iGPU working in any other docker container?
-
[Support] Josh5 - Unmanic - Library Optimiser
OK, I'll try and report back. Any chance to add the equivalent to crf (as a slider) and the quality preset to the plugin? That's really handy in the libx265 plugin. Gesendet von meinem ONEPLUS A6013 mit Tapatalk
-
[Support] Josh5 - Unmanic - Library Optimiser
Sure. Like I said, VAAPI worked before. Gesendet von meinem ONEPLUS A6013 mit Tapatalk
-
[Support] Josh5 - Unmanic - Library Optimiser
I tried the VAAPI plugin, but had problems. The log for the task says ""vaapi=vaapi0:/dev/dri/renderD128": named device already exists" (full task log in spoiler). The extra argument hasn't been altered since the previous version. Any ideas?
-
[Support] Josh5 - Unmanic - Library Optimiser
I've also wanted to start playing around with the new version and I like the plugin system and also the optical changes. My problem is, I want to use QuickSync/VAAPI to re-encode and there seems to be no plugin for that yet or have I missed something?
-
[Support] SpaceinvaderOne Deconz
Unfortunately not using docker. It looked like there was some kind of error in the passthrough of the stick. I moved on to use HassOS on a NUC I had lying around. Gesendet von meinem ONEPLUS A6013 mit Tapatalk
-
[Support] Linuxserver.io - Papermerge
Can you hit the edit button behind the docker mods entry and show that? I'm not exactly sure, but I believe you haven't set the key value. Gesendet von meinem ONEPLUS A6013 mit Tapatalk
-
[Support] Linuxserver.io - Papermerge
@CorneliousJD how did you use another database for papermerge? I looked into the documentation and into the 2 py files in the app folder but got a little confused. The papermerge.conf.py and the settings.py both contain a part about SQL database. But after I edited the settings.py and set up MariaDB I got errors. Gesendet von meinem ONEPLUS A6013 mit Tapatalk
-
[Support] SpaceinvaderOne Deconz
So, I just started rebuilding my home automations after moving and have decided to try the docker route instead of the VM I used to run hass.io in. The Installation went fine and I can access the web UI. I was even able to pair phoscon and home assistant. But I get a strange behavior in the phoscon web UI. Under settings > gateway I get no product id and under firmware I get not connected. Any ideas what went wrong? Gesendet von meinem ONEPLUS A6013 mit Tapatalk
-
[Support] SpaceinvaderOne Deconz
Hey @SpaceInvaderOne, first of all thanks for your amazing tutorials and all the work you put in there! Is the video series for home assistant still on your roadmap? I've been using a hassio vm for quite some time, but as I'm setting things up from the ground in our new home i would prefer to switch to using docker containers and haven't really found a way to do so. I've tried with two seperate containers HA and the supervisor, but that wasn't really a stable solution.
-
[Support] Linuxserver.io - TVHeadend
Yes I know that the dependencies are key here and I have already tried Installing the dependencies via terminal, but from what I remember (that was 2 weeks ago) at least 1 dependency was not available. Wasn't there a Debian based docker for testing? I think I remember there being one... Haven't really thought about the startup script, so thanks for that tip. I've got to read up on that once I figure out how to get it running. Gesendet von meinem ONEPLUS A6013 mit Tapatalk
-
[Support] Linuxserver.io - TVHeadend
Hey guys, first of all a happy new year to everyone. I've been using this docker for quite some time now in combination with a Digital Devices Cine S2 V6.5. Unfortunately I only have one tuner available at the location of the server. So watching live TV and recording stuffs is a pain in the ass. So I was thinking of using an aditional IPTV source. I've come across an interesting script in a german kodi forum, that offers the ability to integrate one of the biggest german speaking IPTV providers (Zattoo). Unfortunately the script was written for a Debian/Ubuntu base while this docker is on an Alpine base. Does anyone know if/how this could be adjusted to be used with this docker, as this is running perfectly. The script can be found here: https://github.com/sunsettrack4/zattoo_tvh Thanks in advance for any tips.
-
[Support] Linuxserver.io - TVHeadend
OK, just tried various constellations. I actually had the 4.2 stable installed and tried to switch to latest. The problem still persists. Next thing I tried was installing unraid 6.4 rc9. I haven't tried recording something yet, as I was watching soccer but after approximately 1 hour the stream stopped and I couldn't restart it. It seems like it is some kind of driver issue. The card worked flawlessy until 2 weeks ago (with Win10 and dvbviewer). Any ideas or suggestions? Gesendet von meinem ONEPLUS A3003 mit Tapatalk
-
[Support] Linuxserver.io - TVHeadend
I'm running the "latest" version. But I will try the 4.2-release, but shouldn't they be the same, as 4.2 is the latest stable version? I'm not shy about trying a rc-Version, but is there already a DVB Edition available?
-
[Support] Linuxserver.io - TVHeadend
So I'm pretty new to unRAID, in fact I'm still in the testing period, but everything's working pretty well, except that tvheadend is causing me some headache. I'm using a Digital Devices Cine S2 V6.5 and have installed the according drivers via the unRAID DVB Edition. Live TV is working until I start a recording. The recordings don't seem to finish and blocks the tuner (unfortunately only 1 tuner can be used), even though the recorded file are way too small (I think the longest recording was about 1 hour long). Following recordings are missed and Live TV doesn't work anymore. Even when I stop the recording in the WebUI Live TV doesn't work anymore. Restarting the docker doesn't help either, but a reboot solves the problem until the next recording starts. I hope it's clear what I'm trying to say. unfortunately I'm also new to Docker, so my knowledge in that area is also limited. Maybe someone knows what the problem might be or point me in the right direction.