Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

LugoCloud

Members
  • Joined

  • Last visited

Everything posted by LugoCloud

  1. They are showing now, I add the pci=realloc=off to wrong file
  2. This is the output of the lspci -k
  3. I'm having the same issue on Unraid 7, the server can see all 4 NICs on the System Devices page, but only the 2 internal NICs on the Network Setting page Any suggestions
  4. That is the issue don't know when the issue started. 😁 I just deleted the config folder and started from scratch add the season by importing the TVshow folders and follow the prompts I don't see a way to change the backup frequency. This also happened to my Plex Server and Raddar, I think is the Backup/Restore Appdata plugin causing the database corruption. Wonder if there is a way to use external database fro Plex, lidarr, radarr and sonarr.
  5. I'm having the same issue specially with Radarr now. Any solutions yet, I don't want to rebuilt again ;-(
  6. LugoCloud replied to BRiT's topic in Lounge
    Any update ????
  7. How can I get new key for my USB or should I wait until I get a good quality USB
  8. Tried a different USB now but is a very old (that worked) DOn't have any other that I can use at this time what USB model you suggest for me to get I can order Amazone Thank you
  9. Done that Now after creating the USB agin it just hang on bzroot ok I also tried to boot on savemode and it pass the bzroot ok and it hangs on bzroot-gui ok its been there for 10 minutes or so
  10. Now I have a bigger problem I decided to rebuilt the USB so I formated and created a new USB and the server is not booting up Getting error 110 IMG_3326.HEIC
  11. I check on unraid the directory /tmp/ and don't see a cache directory
  12. Pardon my ignorance, but I don't understand Thank you this is my Docker config docker run -d --name='frigate' --net='br0.50' (VLAN) --ip='172.20.50.253' (STATIC IP) --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="uNRAIDServer" -e HOST_CONTAINERNAME="frigate" -e 'TCP_PORT_5000'='5000' -e 'TCP_PORT_8554'='8554' -e 'FRIGATE_RTSP_PASSWORD'='******************' -e 'PLUS_API_KEY'='***********************' -e 'NVIDIA_VISIBLE_DEVICES'='GPU-8e704c73-6f19-b95f-12ac-a907b26a2221' -e 'NVIDIA_DRIVER_CAPABILITIES'='compute,utility,video' -e 'TCP_PORT_8555'='8555' -e 'UDP_PORT_8555'='8555' -e 'TCP_PORT_1984'='1984' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:5000]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/yayitazale/unraid-templates/main/frigate.png' -v '/mnt/user/appdata/frigate/config/':'/config':'rw' (this is map to SSD Pool) -v '/mnt/user/CCTVStorage/frigate/':'/media/frigate':'rw' (this is map to a single drive Pool) -v '/etc/localtime':'/etc/localtime':'rw' --device='/dev/apex_0' (M.2 TPU1) --device='/dev/apex_1' (M.2 TPU2) --mac-address 02:42:ac:14:32:53 (STATIC MAC only change the last 2 digits) --runtime=nvidia --shm-size=256mb --mount type=tmpfs,target=/tmp/cache,tmpfs-size=100000000 --restart unless-stopped 'ghcr.io/blakeblackshear/frigate:stable' c8c50231d4c01b6c123b1f7928ddcef5f481a20c9637b06a28bb6f96d1aed8a5
  13. This are my Frigate and Immich Frigate Container ID: 178a51d9c2a2 Immich Container ID: 0166ed80c64a this is docker stats it looks like Frigate is is the issue Thank you for the information, need todo more digging, any suggestions will be greatly appreciated...
  14. Thank you for the reply, I tried with IPVLAN and MACVLAN but the issue still happening with IPVLAN, something is causing the CPU to overload this wasn't an issue until I upgrade to 6.2.8. I have this server running for over a year and Frigate using GPU for the last 6 months, been having this issue for the last week or so Note: I also installed coral TPU to free-up the GPU that was 3 days ago. (issue was happening before TPU installation)
  15. I'm using MACVLAN all of my Dockers are on a VLAN on my local network (can I use ipvlan) and assign local IP to the dockers?) I'm using Frigate and Immich can one of this be the problem All was working fine before 6.12.8
  16. Please help; I keep getting this error on my my server after upgrading to 6.2.8 Your server has run out of memory, and processes (potentially required) are being killed off. You should post your diagnostics and ask for assistance on the Server Configuration: Memory: 160 GiB DDR4 Single-bit ECC Intel Corporation S2600STB , Version J17012-551 Intel Corporation, Version SE5C620.86B.02.01.0016.032120230338 BIOS dated: Tue 21 Mar 2023 12:00:00 AM EDT Dual CPU Intel® Xeon® Silver 4114 CPU @ 2.20GHz unraidserver-diagnostics-20240312-0843.zip
  17. Im having the same issue I can ping the unraid server but can not SSH neither access the web ui this started after adding this config to Frigate Enable go2rtc: with 5 cameras this are my recording detectors and options ###### Detectors ###### detectors: tensorrt: type: tensorrt device: 0 #This is the default, select the first GPU model: path: /trt-models/yolov7-tiny-416.trt input_tensor: nchw input_pixel_format: rgb width: 416 height: 416 ffmpeg: hwaccel_args: preset-nvidia-h265 objects: track: - person - bird - car - dog - motorcycle - bicycle - Package - Ups - Amazon database: path: /config/frigate.db ###### Recording ###### snapshots: enabled: True timestamp: true bounding_box: true retain: default: 30 record: enabled: True events: pre_capture: 5 post_capture: 5 retain: default: 30 mode: active_objects objects: - person - bird - car - dog - motorcycle - bicycle - Package - Ups - Amazon ###### Detectors ###### detectors: tensorrt: type: tensorrt device: 0 #This is the default, select the first GPU model: path: /trt-models/yolov7-tiny-416.trt input_tensor: nchw input_pixel_format: rgb width: 416 height: 416 ffmpeg: hwaccel_args: preset-nvidia-h265 objects: track: - person - bird - car - dog - motorcycle - bicycle - Package - Ups - Amazon database: path: /config/frigate.db ###### Birdseyeng ###### birdseye: # Optional: Enable birdseye view (default: shown below) enabled: True # Optional: Width of the output resolution (default: shown below) width: 1280 # Optional: Height of the output resolution (default: shown below) height: 720 # Optional: Encoding quality of the mpeg1 feed (default: shown below) # 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources. quality: 1 # Optional: Mode of the view. Available options are: objects, motion, and continuous # objects - cameras are included if they have had a tracked object within the last 30 seconds # motion - cameras are included if motion was detected in the last 30 seconds # continuous - all cameras are included always mode: objects rtmp: enabled: false live: height: 640 quality: 1 ###### MQTT and Connectors ###### mqtt: enabled: False unraidserver-diagnostics-20230901-0759.zip unraidserver-syslog-20230901-1200.zip
  18. Hello I'm backing specific share folder by using bind to mount the share folder I want to backup in to the one Drive folder, the veritable set to "1" ONEDRIVE_UPLOADONLY: to upload changes only and use UserScript to make sure it mount and unmount at start up or stop of Array Example: Photos mount --bind /mnt/user/photos /mnt/user/appdata/onedrive/OneDrive/photos
  19. Hello, I'm having issues uploading large files I can see the onedrive creating the folder and load the example images but the movie files is not uploaded not sure if is because of the file size been larger than 2.5G Thank you
  20. I'm having the same issue, my server keeps crashing I manually setup a macvlan with but still no br1 . I set my Dockers to use dockerlan but the DHCP list is assigning an address starting on 172.20.30.1 not .100 Please help docker network create -d macvlan \ --subnet=172.20.30.0/23 \ --gateway=172.20.30.254 \ --ip-range=172.20.30.100/27 \ -o parent=br2 dockerlan unraidserver-diagnostics-20230521-1454.zip

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.