usTrUcX

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by usTrUcX

  1. Hi, thank you for making this. As all tutorials are outdated, they show fields that doesn't exist on these (SABnzbd and Sonarr docker templates), is there anywhere I can find up to date information on how do I have to change/add fields to the docker template to make it actually work? SABnzbd had this: /mnt/user/appdata/data:/data Sonarr had these: /mnt/user/appdata/data:/data /mnt/user/media/:/media However Sonarr show this: You are using docker; download client SABnzbd places downloads in /config/Downloads/complete but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings. While following these tips I changed the mappings to this, without success: SAB: /mnt/user/downloads:/data Sonarr: /mnt/user/downloads:/data Could anyone please kindly show the path to me or screenshots of their own setup so I can give this another go? I have been on trial and error mode for a couple of days and this looks like something extremely simple that just isn't obvious to me. Thank you, have a great Sunday!
  2. Hi, thank you for this amazing template. Please can anyone enlighten me where exactly, with uttermost precision, the config.yml file must be created, considering how the container is set up by default in Unraid? NVM, going like `sudo nano /mnt/user/appdata/frigate/config.yml` from Unraid terminal did it, it just wont recognize my nvidia gpu, I followed the instructions from the description (If you want to use a NVidia card to image decoding and/or detection, you must first install the drivers from CA app (thanks to @ich777), add "--runtime=nvidia" as extra parameter under advanced view and set the "Nvidia Visible Devices" variable with your "GPU UUID" as the value. - If you want to use the NVidia TensorRT Detector, you have to select the correspondig NVIDIA branch.) but it says "Hardware acceleration has not been setup, see the docs to setup hardware acceleration.". NVM, all it needed was: ``` ffmpeg: hwaccel_args: preset-nvidia-h264 ``` on the config file.
  3. Thank you very much, that fixed the issue! Cheers!
  4. Hello, After the update I noticed my syslog started filling up extremely fast with several many instances of the bellow message: Jun 23 12:44:09 Tower01 kernel: pci 0000:05:00.0: device [10ec:b822] error status/mask=00000001/00006000 Jun 23 12:44:09 Tower01 kernel: pci 0000:05:00.0: [ 0] RxErr Jun 23 12:44:09 Tower01 kernel: pcieport 0000:00:1c.2: AER: Multiple Corrected error received: 0000:05:00.0 Jun 23 12:44:09 Tower01 kernel: pci 0000:05:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) Jun 23 12:44:09 Tower01 kernel: pci 0000:05:00.0: device [10ec:b822] error status/mask=00000001/00006000 Jun 23 12:44:09 Tower01 kernel: pci 0000:05:00.0: [ 0] RxErr Jun 23 12:44:09 Tower01 kernel: pcieport 0000:00:1c.2: AER: Multiple Corrected error received: 0000:05:00.0 Jun 23 12:44:09 Tower01 kernel: pci 0000:05:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID) Jun 23 12:44:09 Tower01 kernel: pci 0000:05:00.0: device [10ec:b822] error status/mask=00000001/00006000 Jun 23 12:44:09 Tower01 kernel: pci 0000:05:00.0: [ 0] RxErr I only realized it was happening because of the way the dashboard show the log % now, there is a change this was already happening before but I did not receive any alerts, which would be odd. In any case I found this lead about what the issue may be and it turns out the issue is likely the frequency the message is posted instead of whether it is posted or not to the log: https://bugzilla.kernel.org/show_bug.cgi?id=201517 Thank you in advance and please let me know if I missed any important piece of data. tower01-diagnostics-20230623-1248.zip
  5. Thank you, I feel very stupido I never realized such button was there lol. Clicking it made the update prompt show up, problem solved, thanks again!
  6. Hey guys, I have an alert saying there is an update to plex inside the plex web interface, it tries to make me download an RPM file, the update does not show up on unraid docker list like it used to. How do I go about updating plex? Thank you!