Scootter

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Scootter

  1. I totally forgot I had the nerdpack installed and a couple packages that I don't even use. I uninstalled all that, rebooted and it all works! Thank you and sorry for the extra legwork you had to do. Maybe this will help if someone else has the issue at least.
  2. First, thanks for all the work you do to provide this plugin! I suddenly have started having issues with any docker that uses --runtime=nvidia. I first noticed after a system reboot and saw that Plex had not started up. When I tried to start it I immediately got "Execution Error, Bad parameter". Trying to update and run the container and I get this. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -e TZ="America/Chicago" -e HOST_OS="Unraid" -e HOST_HOSTNAME="NetFlex" -e HOST_CONTAINERNAME="plex" -e 'PLEX_CLAIM'='' -e 'PLEX_UID'='99' -e 'PLEX_GID'='100' -e 'VERSION'='plexpass' -e 'DOCKER_MODS'='ghcr.io/gilbn/theme.park:plex' -e 'TP_THEME'='plex' -e 'NVIDIA_VISIBLE_DEVICES'='GPU-bb6e673d-6535-f173-986d-4702abf9b20e' -e 'TP_SCHEME'='http' -e 'TP_DOMAIN'='192.168.1.223:8981' -e 'TP_COMMUNITY_THEME'='' -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web' -l net.unraid.docker.icon='https://raw.githubusercontent.com/plexinc/pms-docker/master/img/plex-server.png' -v '/dev/shm/':'/transcode':'rw' -v '/mnt/':'/UNRAID':'rw' -v '/mnt/user/appdata/PlexMediaServer':'/config':'rw' --runtime=nvidia 'plexinc/pms-docker:plexpass' docker: Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy' nvidia-container-cli: initialization error: open failed: /proc/sys/kernel/overflowuid: permission denied: unknown. The command failed. I get the same error on Unmanic and Fileflows and if I remove --runtime=nvidia they work fine but of course no gpu transcoding. I have tried different drivers along with removing the plugin and reinstalling it. Here is what my Nvidia driver page looks like. I did have the nvidia power script that someone else here had an issue with but I have disabled, removed and rebooted before trying everything else. I am not sure what to try next. Any ideas? diagnostics-20220803-0156.zip
  3. I never realized how much I like this plugin until it didn't work. Thanks for the fix! @Squid
  4. Just wanted to say thank you for this! Unraid looks so much better on my ultrawide now.
  5. I figured it out! Since I had initially changed the default Webui Port when I updated it added the Webui Port = 80 variable back into the config so then it was trying to run with 2 Webui ports. I deleted the default one and it works now. Not sure why it did that with the update but it is working now.
  6. The latest update broke my install also. I did have the TZ variable set so I tried deleting that but still had the same issue. The container won't even start it just gives me an execution error. I am going to work on it some more to see if I can figure anything out. Edit: Ok I removed the container and re-installed and this error comes up during install. I am not sure why as the only thing to change on my system was to update plex-utils. "docker: Error response from daemon: driver failed programming external connectivity on endpoint plex-utills (424648252badf2ba96801a98ca8c58969b98055f17f9da3162d0f9fe78ab1b36): Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use."