bergi9

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by bergi9

  1. Recently the /var/run went full. With df -h it shows 100% disk usage on /var/run. Some of the settings screens reports that it couldn't write something into /var/run (/usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php line 714 file_put_contents($nchan_pid,implode("\n",$running)."\n") couldn't write -1 of 100 bytes). After searching the most biggest file inside of /var/run I found a big log file from /var/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/4bdf272dde582a50c3bf76e3b0452f7923b76bcae44e3844310fde1d7cd4210a/log.json which contains following content like: {"level":"info","msg":"Using low-level runtime /usr/bin/runc","time":"2023-01-01T22:28:44+01:00"} {"level":"info","msg":"Using OCI specification file path: /var/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/4bdf272dde582a50c3bf76e3b0452f7923b76bcae44e3844310fde1d7cd4210a/config.json","time":"2023-01-01T22:28:44+01:00"} {"level":"info","msg":"Auto-detected mode as 'legacy'","time":"2023-01-01T22:28:44+01:00"} {"level":"info","msg":"Using prestart hook path: /usr/bin/nvidia-container-runtime-hook","time":"2023-01-01T22:28:44+01:00"} {"level":"info","msg":"Applied required modification to OCI specification","time":"2023-01-01T22:28:44+01:00"} {"level":"info","msg":"Forwarding command to runtime","time":"2023-01-01T22:28:44+01:00"} {"level":"info","msg":"Using low-level runtime /usr/bin/runc","time":"2023-01-01T22:28:44+01:00"} After disabling the healthcheck of the official PlexMediaServer container, the line {"level":"info","msg":"Using low-level runtime /usr/bin/runc","time":"2023-01-01T22:28:44+01:00"} won't get filled every 30 seconds. Disabling the healthcheck did prevent filling the logs. My question is also: why does /var/run have only 32MB tmpfs? docker-compose.yaml of plex: services: plex: image: plexinc/pms-docker:latest container_name: plex restart: unless-stopped runtime: nvidia # disable healthcheck prevents logs from filing the /var/run healthcheck: disable: true environment: PLEX_CLAIM: xxxxxxxxxxxx PLEX_UID: 99 PLEX_GID: 100 VERSION: latest NVIDIA_DRIVER_CAPABILITIES: all NVIDIA_VISIBLE_DEVICES: all volumes: # plex config - /mnt/cache/appdata/plex/data:/data:rw - /mnt/cache/appdata/plex/config:/config:rw # plex transcode - /mnt/cache/appdata/plex/transcode:/transcode:rw # media - type: bind source: /mnt/storg1/plex/movies/ target: /media/movies read_only: true bind: propagation: shared - type: bind source: /mnt/storg1/plex/series/ target: /media/series read_only: true bind: propagation: shared - type: bind source: /mnt/storg1/plex/demo-videos/ target: /media/demo read_only: true bind: propagation: shared labels: net.unraid.docker.icon: "/boot/config/icons/plex.png" network_mode: host networks: traefik-net: external: true A reboot cleared the /var/run folder. When it was full, no DNS query were possible as it lost the resolv.conf config.
  2. Bei mir scheint der nach dem Upgrade von 6.10.2 auf 6.11.1 diesen Plugin nicht entfernt zu haben. Es war nach der Upgrade noch da. Hatte mich gewundert wieso der Nerd Pack Settings nicht laden konnte. Nach dem lesen dieser Thread hab ich den Nerd Pack Plugin deinstalliert. Ich hoffe dass nichts kaputt geht.
  3. Yes, it exists and it's filled. When I set the output mode to terminal, the pull with private repository works. Not for basic output mode.
  4. The 84°C is not normal. It has low usage and on main tab it shows between 30-35°C. Also that NVMe has a heatsink.
  5. I have a private repository on docker hub. This repository is not accessible to the user if the user is not logged in. So with common docker login and docker pull it works. For compose it says it can't access the repository, basically it does not use the docker logged in user. Error response from daemon: pull access denied for <redacted/repo>, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
  6. I have 2 issues with this plugin so far on my unraid 6.10.0-rc8: 1. Terminal output mode doesn't work as it just shows a 404 page. Basic output works. bergi-stor nginx: 2022/05/16 22:32:41 [error] 5624#5624: *4467297 "/usr/local/emhttp/dockerterminal/compose_manager_action/index.html" is not found (2: No such file or directory) while sending to client, client: 172.18.0.6, server: , request: "GET /dockerterminal/compose_manager_action/ HTTP/1.1", host: "server.local", referrer: "http://server.local/plugins/compose.manager/php/show_ttyd.php?done=Done" 2. docker-compose can't pull private repository even if I'm logged in with docker login (via unraid web-cli )
  7. @Iker Glad to hear that you would plan to implenent it. It's not time critical feature to me, but nice to have. I did took the commands to reload smb config files from https://github.com/dlandon/unassigned.devices/blob/master/source/Unassigned.devices/include/lib.php#L1627 Maybe you could look how the plugin unassigned.devices did it work with shares. As of 6.10rc8 the unassigned devices share feature does not work for me. Reading this code from unassigned devices on github it appears to support a range of share options like the unraid share page. Maybe it could help you further. Yes, that's good to me. But also if the share is already created on that dataset, then add the option "Remove SMB Share".
  8. Could this plugin get the feature to able to create smb share for datasets via GUI similar to the plugin "unassigned devices"? Currently I'm modifying the "/boot/config/smb-extra.conf" and trigger smb config reload via "/usr/bin/smbcontrol $(cat /var/run/smbd.pid 2>/dev/null) reload-config 2>&1" to not have the array shutting down for smb share changes.
  9. I just want to mention that you cannot have the ram disk set as 8GB while Plex docker memory restrict to 4GB. It will likely to crash Plex itself because docker memory usage includes the usage of the ram disk too. I had Plex crashing (transcoder error) when it reaches the 4GB limit of docker memory restriction. Then I removed the Plex docker memory limit but keep the ram disk limit to 8GB and it worked fine.
  10. Is it caused by nic bonding? Hardware in use: Intel i5-6600 Asus P10S-M WS (BIOS 4503) 2x8 Gb HyperX FURY 2133Mhz TP-LINK TL-SG108E 8-Port (port 3/4 as static link aggregation connected to server) Network bonding configured as balance-xor in very beginning of october 2021 Dates when the freeze happens: 2021-11-15 (first time) 2021-11-17 2021-11-25 2021-12-02 (Spoiler of the log) homeserver-diagnostics-20211202-1013.zip
  11. It is normal to see a constant higher CPU usage when using this plugin on a nvidia card? Because with this plugin enabled I see on htop regularly cpu usage of 20% on nvidia-smi. After disabling this plugin I see the CPU usage back to almost zero. My system specs: i5-6600 with Asus P10S-M WS GTX1650 nvidia driver 470.63.01 EDIT: After starting plex and the GPU finally went to idle mode when nothing running and the CPU usage went down. EDIT2: When the GTX1650 went back to P0 state, the CPU usage rises again. I disabled the automatic refresh for now.
  12. I was using the joseluisq/static-web-server image and bound some shares into this container. This image has VOLUME ["/public"] in their Dockerfile which creates a volume under /var/lib/docker/volumes/<volume>. When I have bind 2 shares from /mnt/user/movies to /public/movies and /mnt/user/series to /public/series it create a mounting into /var/lib/docker/volumes/<volume>/_data/movies too. When stopping the container or docker these mounting won't be umount'ed and it will fails if stopping the array as the /mnt/cache is kept busy. In order to shutdown unRAID properly when using this image I have to umount /var/lib/docker/volumes/<volume>/_data/movies manually and kill /dev/loop2. For now I don't use any containers which creates a volume under /var/lib/docker/volumes/<volume>/ and binding paths into it in order to prevent issue when stopping the array. I have opened a issue on github too where static-web-server are [https://github.com/joseluisq/static-web-server/issues/51] because I don't know if that's an unRAID, docker or static-web-server related issue.
  13. Oh ok. Thought your plugin was intercepting it. But if you said it wouldn't then I will look forward.
  14. As you can see that the starting of the WebIU got hugely delayed by this package. The WebUI was only accessible after the automatic parity check got paused. Didn't happened to me before I installed this package. Here are the syslog + screenshot of the setting:
  15. Figured out, after setting in the BIOS for the "VGA Priority" from "Intel Onboard Device" to "Onboard Device" the intel_gpu_top works, also the transcoding in plex works after this change too. Just when the BIOS boots it picks my GT1030 GPU until unRAID loaded the i915 driver then unRAID switches back to the Intel GPU so that the GT1030 is still available for VMs. You may close the issue on the gitlab. Try it to without the file, but I can't imagine that this makes a difference... You're right, that made no difference. Also it works without connecting to any monitor. I'm glad that it works without requiring a dummy-plug.
  16. I already connected my unRAID to a monitor and rebooted, no difference. It's ok for me, just please use this diagnostic file. Will delete the other diagnostic file from the post above as it includes my public IPv6 address. homeserver-diagnostics-20210902-1556.zip
  17. Sorry for the poorly description. The problem is that the intel_gpu_top doesn't show the stats. What I have done so far for the intel_gpu_top: - touch /boot/config/modprobe.d/i915.conf - installed the intel_gpu_top from CA - run the intel_gpu_top in the cli My unRAID version is 6.9.2 Bios is set on legacy mode instead of UEFI mode to get my GT1030 passthrough to a VM working. Also the bios is set to use the iGPU as primary display. Even if no screen connected the iGPU still shown in the device list also shown in the /dev/dri which is what I wanted too. Currently I'm setting up the plex media server container. Will tell if that works with HW transcoding.
  18. Is there any hint what I could do to solve it? It's an i5-6600 CPU on an Asus P10S-M WS Mainboard.