Everything posted by SavageAUS
-
Unraid 7.1.0 wifi connection
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?
-
Unraid 7.1.0 wifi connection
I use a static ip due to the services I run. I cannot switch to dhcp on my cabled connection.
-
Unraid 7.1.0 wifi connection
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.
-
Nvidia card and plugin
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?
-
[Support] HomeAssistant_inabox
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
-
Unraid random reboots
I have setup the syslog server so I guess I’ll wait and see when / if it happens again.
-
Unraid random reboots
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
-
[SUPPORT] AMP (Application Management Panel) - CorneliousJD Repo
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.
-
[SUPPORT] blakeblackshear - Frigate
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
-
Homeassistant VM GPU pass through
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)
-
Identify GPU renderD12x
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
-
Identify GPU renderD12x
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
-
Lost data + disk unmountable
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
-
Lost data + disk unmountable
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
-
[SUPPORT] reven - FileFlows
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?
-
Dynamix - System Temp
I've recently upgraded to a Z690 Gigabyte board and a i5-14500 but no longer getting system temps in dashboard. Clicking detect in the system temp settings shows coretemp but no sensors. Any advice?
-
Upgrading hardware - Mover not moving
Ill give that a try once the current operation has completed. Confirmed, mover tuning was the issue. I removed the plugin and pressed the move button on the main page and low and behold it worked.
-
Upgrading hardware - Mover not moving
Yeah i spotted the clean up button which removed alot of files. I have also managed to start the move process by going into each of the shares that are on the cache drive and clicking the move now button. Not sure why this button works and not the mover button on the main page.
-
Upgrading hardware - Mover not moving
So I am making the switch from a AMD system with a Nvidia GPU to an intel system with iGPU and i also want to replace my cache pool with larger drives. I "think" i have the share settings correct to move everything from cache to array but mover literally does nothing. I have the docker service and VM's turned off so that no files should be in use, I have also rebooted the server. When i try and run mover manually this is what i see in the logs emhttpd: shcmd (149): /usr/local/sbin/mover &> /dev/null & and nothing else. Diagnostics attached. blackbox-diagnostics-20240214-0848.zip
-
Is my HDD dead
Never mind. Forgot I had a Corsair rm850i sitting doing nothing. Swapped it out tonight so we will see what happens.
-
Is my HDD dead
Ok I’m ordering a new 750w gold rated PSU now. Thinking about some new fans too. Based on my case I have 1x 140mm exhaust and 2 x 140 spots in front as intake and they are in front of my hard drives I believe static pressure fans would be better to overcome the resistance from the hard drives, am I correct? According to unraid my motherboard temp hovers in the 50 degree range and CPU in the 30’s and hard drives in the low 30’s. So I really want to see if I can get that main board temp down. Or will the more efficient and higher rated PSU help with this? This is the PSU I chose https://www.coolermaster.com/catalog/power-supplies/mwe-series/mwe-gold-750-v2-full-modular/ Was originally going to go with this one but the cooler master has more SATA connections. https://www.thermaltake.com.au/toughpower-750w-gold-modular.html
-
Is my HDD dead
It’s a thermaltake smart power 550. So maybe not the best quality. And I am occasionally hearing what sounds like a hard drive power disconnect / reconnect. You know the sound a hard drive makes when you unplug it while powered on, that screech sound.
-
Is my HDD dead
Server seems to be running absolutely perfect thank you for all your help. I have ordered a new mini sas to sata cable so ill see how that goes. Last question........................for now lol With the specs in my signature do you think a 550w PSU is enough? If not what do you recommend?
-
How do I move my appdata share to a new cache drive?
I know this is an old thread but it still seems relevant. I recently saw a video where the guy said to reduce iowait time to set the appdata share to cache only and instead of mapping /mnt/user/appdata to use /mnt/cache/appdata instead. I don't really have an iowait issue, just looking to have fast dockers etc. I have given it a go and it appears as if the files are in both /mnt/user/appdata and /mnt/cache/appdata. If i create a txt file in /mnt/cache/appdata it is also in /mnt/user/appdata. The appdata "folder" in /mnt/user is listed as appdata@ and a different color, is this just a sym link?
-
Is my HDD dead
Based on that chart and the output below should I turn my memory speed down to 1866? Since I have 4 x 8Gb sticks and a 2nd gen ryzen 7 2700x? # dmidecode 3.4 Getting SMBIOS data from sysfs. SMBIOS 2.8 present. Handle 0x0018, DMI type 17, 40 bytes Memory Device Array Handle: 0x0011 Error Information Handle: 0x0017 Total Width: 128 bits Data Width: 64 bits Size: 8 GB Form Factor: DIMM Set: None Locator: DIMM 0 Bank Locator: P0 CHANNEL A Type: DDR4 Type Detail: Synchronous Unbuffered (Unregistered) Speed: 2133 MT/s Manufacturer: Kingston Serial Number: B7291773 Asset Tag: Not Specified Part Number: 9965639-002.A02G Rank: 2 Configured Memory Speed: 2133 MT/s Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x001B, DMI type 17, 40 bytes Memory Device Array Handle: 0x0011 Error Information Handle: 0x001A Total Width: 128 bits Data Width: 64 bits Size: 8 GB Form Factor: DIMM Set: None Locator: DIMM 1 Bank Locator: P0 CHANNEL A Type: DDR4 Type Detail: Synchronous Unbuffered (Unregistered) Speed: 2133 MT/s Manufacturer: Kingston Serial Number: B729AF54 Asset Tag: Not Specified Part Number: 9965639-002.A02G Rank: 2 Configured Memory Speed: 2133 MT/s Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x001E, DMI type 17, 40 bytes Memory Device Array Handle: 0x0011 Error Information Handle: 0x001D Total Width: 128 bits Data Width: 64 bits Size: 8 GB Form Factor: DIMM Set: None Locator: DIMM 0 Bank Locator: P0 CHANNEL B Type: DDR4 Type Detail: Synchronous Unbuffered (Unregistered) Speed: 2133 MT/s Manufacturer: Kingston Serial Number: BB29AF51 Asset Tag: Not Specified Part Number: 9965639-002.A02G Rank: 2 Configured Memory Speed: 2133 MT/s Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V Handle 0x0021, DMI type 17, 40 bytes Memory Device Array Handle: 0x0011 Error Information Handle: 0x0020 Total Width: 128 bits Data Width: 64 bits Size: 8 GB Form Factor: DIMM Set: None Locator: DIMM 1 Bank Locator: P0 CHANNEL B Type: DDR4 Type Detail: Synchronous Unbuffered (Unregistered) Speed: 2133 MT/s Manufacturer: Kingston Serial Number: BD29815D Asset Tag: Not Specified Part Number: 9965639-002.A02G Rank: 2 Configured Memory Speed: 2133 MT/s Minimum Voltage: 1.2 V Maximum Voltage: 1.2 V Configured Voltage: 1.2 V