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.

SavageAUS

Members
  • Joined

  • Last visited

  1. I seem to have the wifi connection working well enough but my VMs do not have an internet connection. Do I need to change vm settings or add another route?
  2. I use a static ip due to the services I run. I cannot switch to dhcp on my cabled connection.
  3. It couldn’t come at a better time as I’m moving and won’t have access to a wired network. Before moving I thought I would test to ensure it works well enough. Well it connects to wifi but if I disconnect cables I lose all connection to the server. I have a static ip set, not sure if that matters. Do I need to add wifi to the bond? I’m at a loss, from what I see it should just work. Edit: Looks like it does work as it should it just gets a dhcp address. I guess what I need to know now is how to set a static ip for the wifi connection.
  4. Hi all. If I wanted to remove my 1660 super from my server what is the best way about this? Remove the plugin, shutdown, remove gpu and start back up again? Is this all I need to do?
  5. Thanks for this ED. I have set it all up and works perfectly except…..if I manually set a static ip in HA it does not update in the config so if I click on webui from the docker list it goes to the incorrect IP. I would also like to expand the vdisk to make sure I don’t run out of room. Will doing this cause any issues? So yeah 2 things. Static IP Ecpand vdisk
  6. I have setup the syslog server so I guess I’ll wait and see when / if it happens again.
  7. Hi all. I am trying to figure out why my server sometimes reboots without being told too. I just get notified of an unlearn shutdown. I am running a z690 aero G ddr4, i5-14500. 64Gb memory and 8 drives. Where is the best place to look? Diagnostics attached. blackbox-diagnostics-20241026-2259.zip
  8. Has anyone managed to reverse proxy AMP with traefik? I’ve reverse proxied a lot of containers but this one just will not play ball.
  9. I have been using Frigate for a little while now and it is working ok but i think I have room for improvement. Can anyone see anything I could change / optimize? mqtt: enabled: true host: 192.168.XX.XX port: 1883 user: XXXXXXXX password: XXXXXXX topic_prefix: XXXXXXXXXX client_id: XXXXXXXXXXX stats_interval: 60 ##------------------------------------------------------------------------------------------------------------------------------------------------------ detectors: coral1: type: edgetpu device: pci:0 coral2: type: edgetpu device: pci:1 ##------------------------------------------------------------------------------------------------------------------------------------------------------ database: path: /config/frigate.db ##------------------------------------------------------------------------------------------------------------------------------------------------------ auth: enabled: true reset_admin_password: false #cookie_name: frigate_token cookie_secure: false session_length: 86400 # 24 hours refresh_time: 43200 # 12 hours failed_login_rate_limit: None # trusted_proxies: [https://XXXXXXX.XXXXXXXXXX.XXX] hash_iterations: 600000 ##------------------------------------------------------------------------------------------------------------------------------------------------------ model: path: /edgetpu_model.tflite labelmap_path: /labelmap.txt width: 320 height: 320 input_pixel_format: rgb input_tensor: nhwc model_type: ssd labelmap: 1: person # 2: car ##------------------------------------------------------------------------------------------------------------------------------------------------------ birdseye: enabled: true mode: continuous quality: 5 restream: true width: 1920 height: 1080 ##------------------------------------------------------------------------------------------------------------------------------------------------------ ffmpeg: global_args: -hide_banner -loglevel warning -threads 2 hwaccel_args: auto input_args: preset-rtsp-generic retry_interval: 10 ##------------------------------------------------------------------------------------------------------------------------------------------------------ detect: width: 1920 height: 1080 fps: 15 enabled: true min_initialized: 2 max_disappeared: 50 stationary: interval: 50 threshold: 50 ##------------------------------------------------------------------------------------------------------------------------------------------------------ objects: track: - person #- fox #- car #- dog #- cat filters: person: # Optional: minimum width*height of the bounding box for the detected object (default: 0) min_area: 2000 # Optional: maximum width*height of the bounding box for the detected object (default: 24000000) #max_area: 100000 # Optional: minimum width/height of the bounding box for the detected object (default: 0) #min_ratio: 0 # Optional: maximum width/height of the bounding box for the detected object (default: 24000000) #max_ratio: 0.8 # Optional: minimum score for the object to initiate tracking (default: shown below) min_score: 0.50 # Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below) threshold: 0.6 # car: # threshold: 0.7 # fox: # threshold: 0.5 # cat: # threshold: 0.5 # dog: # threshold: 0.5 ##------------------------------------------------------------------------------------------------------------------------------------------------------ review: alerts: labels: # - car - person # required_zones: # - Turret-Front # - PTZ-Front detections: labels: # - car - person # required_zones: # - Turret-Front # - PTZ-Front ##------------------------------------------------------------------------------------------------------------------------------------------------------ motion: threshold: 20 lightning_threshold: 0.8 contour_area: 10 frame_alpha: 0.01 frame_height: 100 improve_contrast: true ##------------------------------------------------------------------------------------------------------------------------------------------------------ record: #sync_recordings: True enabled: true retain: days: 7 mode: all preview: quality: medium export: timelapse_args: -vf setpts=0.04*PTS -r 30 events: pre_capture: 5 post_capture: 5 objects: - person retain: default: 7 mode: motion objects: person: 7 ##------------------------------------------------------------------------------------------------------------------------------------------------------ snapshots: enabled: true clean_copy: true timestamp: true bounding_box: true crop: false height: 1080 retain: default: 7 objects: person: 7 quality: 80 # required_zones: # - Turret-Front # - PTZ-Front ##------------------------------------------------------------------------------------------------------------------------------------------------------ go2rtc: streams: Turret: - ffmpeg:rtsp://192.168.XX.XX:554/11 PTZ: - ffmpeg:rtsp://192.168.XX.XX:554/12 ##------------------------------------------------------------------------------------------------------------------------------------------------------ cameras: Turret: ffmpeg: output_args: record: preset-record-generic-audio-aac inputs: - path: rtsp://192.168.XX.XX:554/11 input_args: preset-rtsp-restream roles: - detect - record - rtmp motion: threshold: 30 contour_area: 10 improve_contrast: 'true' mask: 0.752,0.04,1,0.044,1,0,0.752,0 objects: filters: car: {} mask: 0,0,0,0.28,0.271,0.173,0.684,0.118,0.905,0.203,1,0.346,1,0 zones: Turret-Front: coordinates: 0.284,0.178,0.093,0.235,0.001,0.286,0,1,1,1,1,0.354,0.903,0.209,0.685,0.127 mqtt: enabled: true timestamp: true bounding_box: true crop: true height: 270 quality: 70 ##------------------------------------------------------------------------------------------------------------------------------------------------------ PTZ: ffmpeg: output_args: record: preset-record-generic-audio-aac inputs: - path: rtsp://192.168.XX.XX:554/12 input_args: preset-rtsp-restream roles: - detect - record - rtmp motion: threshold: 30 contour_area: 10 improve_contrast: 'true' mask: 0.754,0,0.755,0.038,1,0.038,1,0 zones: PTZ-Front: coordinates: 0.074,0.099,0.085,0.305,0.122,0.636,0.177,1,1,1,1,0.124,0.735,0.087,0.728,0.036,0.564,0.024,0.352,0.036 inertia: 3 objects: mask: 0,0,0.072,0.096,0.349,0.034,0.561,0.021,0.729,0.034,0.738,0.084,1,0.121,1,0 mqtt: enabled: true timestamp: true bounding_box: true crop: true height: 270 quality: 70 ##------------------------------------------------------------------------------------------------------------------------------------------------------ live: #stream_name: Turret height: 1080 quality: 10 ##------------------------------------------------------------------------------------------------------------------------------------------------------ telemetry: network_interfaces: - eth - enp - eno - ens - wl - lo # Optional: Configure system stats stats: # Enable AMD GPU stats (default: shown below) #amd_gpu_stats: True # Enable Intel GPU stats (default: shown below) #intel_gpu_stats: True # Enable network bandwidth stats monitoring for camera ffmpeg processes, go2rtc, and object detectors. (default: shown below) # NOTE: The container must either be privileged or have cap_net_admin, cap_net_raw capabilities enabled. network_bandwidth: true # Optional: Enable the latest version outbound check (default: shown below) # NOTE: If you use the HomeAssistant integration, disabling this will prevent it from reporting new versions version_check: true version: 0.14 ##------------------------------------------------------------------------------------------------------------------------------------------------------ logger: # Optional: default log level (default: shown below) default: info # Optional: module by module log level configuration logs: frigate.mqtt: info ##------------------------------------------------------------------------------------------------------------------------------------------------------ camera_groups: All_Camera's: order: 1 icon: LuCamera cameras: - PTZ - Turret - birdseye
  10. Hi all. I’ve been trying for a few days now to get my gtx1660 super passed through to my HA vm for cctv but I keep getting the following error. Nvidia driver is NOT installed. internal error: QEMU unexpectedly closed the monitor (vm='Home-Assistant'): 2024-07-01T09:37:53.873912Z qemu-system-x86_64: -device {"driver":"pci-bridge","chassis_nr":29,"id":"pci.29","bus":"pci.1","addr":"0x1"}: Bus 'pci.1' not found VM XML <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Home-Assistant</name> <uuid>af68d18e-147d-ac7e-e87f-434469475b66</uuid> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="default.png" os="linux" webui="" storage="default"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='4'/> <vcpupin vcpu='1' cpuset='5'/> <vcpupin vcpu='2' cpuset='6'/> <vcpupin vcpu='3' cpuset='7'/> <vcpupin vcpu='4' cpuset='8'/> <vcpupin vcpu='5' cpuset='9'/> <vcpupin vcpu='6' cpuset='10'/> <vcpupin vcpu='7' cpuset='11'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-8.2'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/af68d18e-147d-ac7e-e87f-434469475b66_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='4' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hpet' present='no'/> <timer name='hypervclock' present='no'/> <timer name='pit' tickpolicy='delay'/> <timer name='rtc' tickpolicy='catchup'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='writeback'/> <source file='/mnt/cache/domains/Home-Assistant/haos_ova-12.4.S20240701102420qcow2'/> <target dev='hdc' bus='virtio'/> <serial>vdisk1</serial> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x07' function='0x0'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='pci' index='1' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='pci' index='3' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </controller> <controller type='pci' index='4' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </controller> <controller type='pci' index='5' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='5'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </controller> <controller type='pci' index='6' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='6'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </controller> <controller type='pci' index='7' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='7'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </controller> <controller type='pci' index='8' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='8'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/> </controller> <controller type='pci' index='9' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='9'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0c' function='0x0'/> </controller> <controller type='pci' index='10' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0d' function='0x0'/> </controller> <controller type='pci' index='11' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0e' function='0x0'/> </controller> <controller type='pci' index='12' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0f' function='0x0'/> </controller> <controller type='pci' index='13' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x10' function='0x0'/> </controller> <controller type='pci' index='14' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x11' function='0x0'/> </controller> <controller type='pci' index='15' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='15'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x12' function='0x0'/> </controller> <controller type='pci' index='16' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='16'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x13' function='0x0'/> </controller> <controller type='pci' index='17' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='17'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x14' function='0x0'/> </controller> <controller type='pci' index='18' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='18'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x15' function='0x0'/> </controller> <controller type='pci' index='19' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='19'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x16' function='0x0'/> </controller> <controller type='pci' index='20' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='20'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x17' function='0x0'/> </controller> <controller type='pci' index='21' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='21'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x18' function='0x0'/> </controller> <controller type='pci' index='22' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='22'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x19' function='0x0'/> </controller> <controller type='pci' index='23' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='23'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1a' function='0x0'/> </controller> <controller type='pci' index='24' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='24'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1b' function='0x0'/> </controller> <controller type='pci' index='25' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='25'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1c' function='0x0'/> </controller> <controller type='pci' index='26' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='26'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x0'/> </controller> <controller type='pci' index='27' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='27'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='28' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='28'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x0'/> </controller> <controller type='pci' index='29' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='29'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='pci' index='30' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='30'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x02' function='0x0'/> </controller> <controller type='pci' index='31' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='31'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x03' function='0x0'/> </controller> <controller type='pci' index='32' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='32'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x04' function='0x0'/> </controller> <controller type='pci' index='33' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='33'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x05' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:f0:58:23'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x06' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <audio id='1' type='none'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x01' slot='0x08' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x01' slot='0x09' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain> Error in VM log. 2024-07-01T09:43:13.986276Z qemu-system-x86_64: VFIO_MAP_DMA failed: Invalid argument 2024-07-01T09:43:13.986278Z qemu-system-x86_64: vfio_dma_map(0x556573d67180, 0x382810000000, 0x2000000, 0x15007a000000) = -22 (Invalid argument)
  11. Check bios settings for iGPU. If it’s on Auto make sure you change it to on or enabled. Sent from my iPhone using Tapatalk
  12. I currently have an intel i5 14500 cpu which has an iGPU but also have an Nvidia GPU in my machine. I am trying to work out which render number correlates to which gpu. I would “assume” because I added the nvidia gpu later it would be renderD129 and the intel is renderD128. Is my assumption correct or is there a way to be 100% sure. I’d like to use the intel iGPU for things like Plex, jellfyfin but for file flows / tdarr I’d like to use the nvidia card. Sent from my iPhone using Tapatalk
  13. So it turns out out I had xfs corruption. Ran the repair from the gui and the drive is now mounted and all data appears in tact. Sent from my iPhone using Tapatalk
  14. So as the title suggest I have recently lost a whole bunch of tv episodes which is not a big deal, not sure what else I may be missing yet. Disk 3 decided to go unmountable: Unsupported or no file system and i cannot figure out why. SMART short test went fine but upon returning the drive to the array it is doing a data sync but the drive still says unmountable. I do have a replacement drive to put in but this one looks fine. I have attached diagnostics. I have not rebooted. blackbox-diagnostics-20240418-1018.zip
  15. Afternoon, I would like to use fileflows in-between sabnzbd / qbittorent and sonarr / radarr. I use overseerr to do my requesting plus some manual adding. Overseerr send the request to Sonarr / Radarr which then sends the command to download to Qbittorrent or Sabnzbd, when the downloads are finished I'd like fileflows to pick up the completed download do what it needs to do then place the file where Sonarr / Radarr can pick it up and rename, place in correct folder etc... Is this possible?

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.