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.

mikeyosm

Members
  • Joined

  • Last visited

Everything posted by mikeyosm

  1. Hi Is it possible for the display connected to Unraid to sleep? When my VM display goes to sleelp, my monitor switches to the Unraid input display and I dont want this to happen.
  2. Hello Apologies if this has been answered already. Is it possible to prevent the UNRAID GUI from wakening a HDD from sleep when assigned using 'unassigned devices' plugin? I have 2 4TB HDDs (sde and sdf) that I set to sleep after 2 minutes of no activity using hdparm -S $device However, after they sleep and I refresh the UNRAID main page that shows the disks, both drives spin up. Is this normal? Is there anything I can do to stop this from happening? I tested this using hdparm -Y /dev/sde forcing the drive to sleep and then refreshing the UNRAID gui. This wakes up the drive also. Anyone using a script to put their drives to sleep and works OK, please share it so I can see the script config. Thank you.
  3. how do you get/set the pre-configured 14.2 smbios?
  4. Try changing the smbios to the iMac14,1 or iMac14,2 definition. In your earlier post you say you are using hostdev to passthrough. You could try by qemu:arg value instead as peter_sm did. Check his code on here http://lime-technology.com/forum/index.php?topic=51915.msg501064#msg501064 he is also using an nvidea card. I am not sure how to do either of these steps. This is my hostdev for my gpu, can you please tell me how the qemu command line should look in the xml and also how/where to change smbios? <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev>
  5. Just tried my nvidia 750 that worked with el capitan and unfortunately Sierra is not liking it in passthrough. This is in OVMF, not sure about SEABIOS as I haven't been able to get Sierra installed with that.
  6. Stumbled across an issue here... I converted my seabios to ovmf as per the video, my osx boots fine so no issues there... Odd thing is, the Ethernet shows as disconnected in OSX. I checked my xml and e1000-82545em is present and configured correctly. Went back to my seabios install and there is no issue with the network, so something has not converted correctly or ovmf is causing issues with the network driver/extension. Any ideas? Also, can Sierra be installed on SEABIOS? I tried it earlier, changed cpu type to Penryn but cannot boot.
  7. OK, I have to use nvda_drv=1 in the clover boot options to get my GT730 to work.
  8. Did you have to do anything special in your xml? All I did was copy/paste my hostdev section for the gpu and gpu audio from seabios xml in to the ovmf xml. When I start the VM i get a black screen. Do you need to inject or modify the clover boot parameters?
  9. Nvidia passthrough is broken though. Was working with SEABIOS.
  10. I followed the video exactly and the same has happened to me. I start the new OVMF VM and i get the same error message ("Guest has not initialized the display yet"). I'm running 6.2 stable. EDIT: Changed the VNC to Cirrus and now get the clover boot menu. However, the VM reboots (repeatedly) as soon as the Apple logo is displayed. This can happen when the cpu is not set to core2duo in xml. can you post your xml file here please (just remove the osk key from it though) All fixed, i was missing the core2duo in xml. thanks!
  11. I followed the video exactly and the same has happened to me. I start the new OVMF VM and i get the same error message ("Guest has not initialized the display yet"). I'm running 6.2 stable. EDIT: Changed the VNC to Cirrus and now get the clover boot menu. However, the VM reboots (repeatedly) as soon as the Apple logo is displayed. This can happen when the cpu is not set to core2duo in xml. can you post your xml file here please (just remove the osk key from it though) Here is my XML -- <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>MOMAC02</name> <uuid></uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="/mnt/disks/VM02/MOMAC02/OSX-10.11.png" os="OSX"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='8'/> <vcpupin vcpu='1' cpuset='18'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/2397b50d-5f80-4c96-a331-1962018355cb_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='1' threads='2'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </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='raw' cache='writeback'/> <source file='/mnt/disks/VM02/MOMAC02/MOMAC02.img'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </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='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:00:20:30'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <source mode='connect'/> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-gb'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='cirrus' vram='16384' heads='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </memballoon> </devices> <seclabel type='none' model='none'/> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd'/> <qemu:arg value='-device'/> <qemu:arg value='usb-mouse'/> <qemu:arg value='-device'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-device'/> <qemu:arg value='ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1'/> </qemu:commandline> </domain>
  12. I followed the video exactly and the same has happened to me. I start the new OVMF VM and i get the same error message ("Guest has not initialized the display yet"). I'm running 6.2 stable. EDIT: Changed the VNC to Cirrus and now get the clover boot menu. However, the VM reboots (repeatedly) as soon as the Apple logo is displayed.
  13. Hi Can someone tell me where the XML files for the VMs are stored on the flash drive? I need to recover a VM XML from a previous backup but unable to find it. Thank you.
  14. Apologies if this has been asked before. I use unassigned devices plugin and dont have any drives in the unraid array or cache. Is it possible for the 'system statistic' plugin to view the storage usage/performance for the drives managed by the unassigned devices plugin? At present the plugin shows that I have 6 drives but displays 0B/s for all of them.
  15. SSDs SDB SDD SDE SDF All 4 were showing grey icon and asterix for temp.
  16. Nope, there is an asterix where the temp usually is. Is there a way to disable standby or increase from 15mins to something like 180mins? Go to a command line and give the output of the following commands: smartctl -A -d sat,12 /dev/sdx hdparm -C /dev/sdx Where sdx is the device. Here you go... ---------------------------- root@MOUNRAID01:/dev# hdparm -C /dev/sdb /dev/sdb: drive state is: active/idle root@MOUNRAID01:/dev# hdparm -C /dev/sdd /dev/sdd: drive state is: standby root@MOUNRAID01:/dev# hdparm -C /dev/sde /dev/sde: drive state is: standby root@MOUNRAID01:/dev# hdparm -C /dev/sdc /dev/sdc: drive state is: active/idle root@MOUNRAID01:/dev# hdparm -C /dev/sdf /dev/sdf: drive state is: standby root@MOUNRAID01:/dev# smartctl -A -d sat,12 /dev/sdb smartctl 6.2 2013-07-26 r3841 [x86_64-linux-4.1.17-unRAID] (local build) Copyright © 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org === START OF READ SMART DATA SECTION === SMART Attributes Data Structure revision number: 1 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0 9 Power_On_Hours 0x0032 095 095 000 Old_age Always - 22819 12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 397 177 Wear_Leveling_Count 0x0013 094 094 000 Pre-fail Always - 63 179 Used_Rsvd_Blk_Cnt_Tot 0x0013 100 100 010 Pre-fail Always - 0 181 Program_Fail_Cnt_Total 0x0032 100 100 010 Old_age Always - 0 182 Erase_Fail_Count_Total 0x0032 100 100 010 Old_age Always - 0 183 Runtime_Bad_Block 0x0013 100 100 010 Pre-fail Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0032 063 036 000 Old_age Always - 37 195 Hardware_ECC_Recovered 0x001a 200 200 000 Old_age Always - 0 199 UDMA_CRC_Error_Count 0x003e 099 099 000 Old_age Always - 11 235 Unknown_Attribute 0x0012 099 099 000 Old_age Always - 352 241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always - 37190850732 root@MOUNRAID01:/dev# smartctl -A -d sat,12 /dev/sdc smartctl 6.2 2013-07-26 r3841 [x86_64-linux-4.1.17-unRAID] (local build) Copyright © 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org === START OF READ SMART DATA SECTION === SMART Attributes Data Structure revision number: 1 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x0000 100 100 000 Old_age Offline - 0 5 Reallocated_Sector_Ct 0x0000 100 100 000 Old_age Offline - 0 9 Power_On_Hours 0x0000 100 100 000 Old_age Offline - 2 12 Power_Cycle_Count 0x0000 100 100 000 Old_age Offline - 134 160 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 0 161 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 23 163 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 322 148 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 988 149 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 24 150 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 0 151 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 14 164 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 207 165 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 4 166 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 0 167 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 0 169 Unknown_Attribute 0x0000 100 100 001 Old_age Offline - 100 181 Program_Fail_Cnt_Total 0x0000 100 100 000 Old_age Offline - 0 182 Erase_Fail_Count_Total 0x0000 100 100 000 Old_age Offline - 0 192 Power-Off_Retract_Count 0x0000 100 100 000 Old_age Offline - 9 194 Temperature_Celsius 0x0000 100 100 070 Old_age Offline - 30 (38 40 40 35 0) 199 UDMA_CRC_Error_Count 0x0000 100 100 000 Old_age Offline - 0 232 Available_Reservd_Space 0x0000 100 100 000 Old_age Offline - 100 241 Total_LBAs_Written 0x0000 100 100 000 Old_age Offline - 1244 242 Total_LBAs_Read 0x0000 100 100 000 Old_age Offline - 705 245 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 1222 246 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 1976 247 Unknown_Attribute 0x0000 100 100 000 Old_age Offline - 0 root@MOUNRAID01:/dev# smartctl -A -d sat,12 /dev/sdd smartctl 6.2 2013-07-26 r3841 [x86_64-linux-4.1.17-unRAID] (local build) Copyright © 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org === START OF READ SMART DATA SECTION === SMART Attributes Data Structure revision number: 1 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0 9 Power_On_Hours 0x0032 097 097 000 Old_age Always - 12629 12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 418 177 Wear_Leveling_Count 0x0013 094 094 000 Pre-fail Always - 61 179 Used_Rsvd_Blk_Cnt_Tot 0x0013 100 100 010 Pre-fail Always - 0 181 Program_Fail_Cnt_Total 0x0032 100 100 010 Old_age Always - 0 182 Erase_Fail_Count_Total 0x0032 100 100 010 Old_age Always - 0 183 Runtime_Bad_Block 0x0013 100 100 010 Pre-fail Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0032 059 035 000 Old_age Always - 41 195 Hardware_ECC_Recovered 0x001a 200 200 000 Old_age Always - 0 199 UDMA_CRC_Error_Count 0x003e 100 100 000 Old_age Always - 0 235 Unknown_Attribute 0x0012 099 099 000 Old_age Always - 341 241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always - 34838096662 root@MOUNRAID01:/dev# smartctl -A -d sat,12 /dev/sde smartctl 6.2 2013-07-26 r3841 [x86_64-linux-4.1.17-unRAID] (local build) Copyright © 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org === START OF READ SMART DATA SECTION === SMART Attributes Data Structure revision number: 1 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0 9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 170 12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 5 177 Wear_Leveling_Count 0x0013 100 100 000 Pre-fail Always - 0 179 Used_Rsvd_Blk_Cnt_Tot 0x0013 100 100 010 Pre-fail Always - 0 181 Program_Fail_Cnt_Total 0x0032 100 100 010 Old_age Always - 0 182 Erase_Fail_Count_Total 0x0032 100 100 010 Old_age Always - 0 183 Runtime_Bad_Block 0x0013 100 100 010 Pre-fail Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0032 066 054 000 Old_age Always - 34 195 Hardware_ECC_Recovered 0x001a 200 200 000 Old_age Always - 0 199 UDMA_CRC_Error_Count 0x003e 100 100 000 Old_age Always - 0 235 Unknown_Attribute 0x0012 099 099 000 Old_age Always - 3 241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always - 205105535 root@MOUNRAID01:/dev# smartctl -A -d sat,12 /dev/sdf smartctl 6.2 2013-07-26 r3841 [x86_64-linux-4.1.17-unRAID] (local build) Copyright © 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org === START OF READ SMART DATA SECTION === SMART Attributes Data Structure revision number: 1 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0 9 Power_On_Hours 0x0032 098 098 000 Old_age Always - 8563 12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 88 177 Wear_Leveling_Count 0x0013 099 099 000 Pre-fail Always - 5 179 Used_Rsvd_Blk_Cnt_Tot 0x0013 100 100 010 Pre-fail Always - 0 181 Program_Fail_Cnt_Total 0x0032 100 100 010 Old_age Always - 0 182 Erase_Fail_Count_Total 0x0032 100 100 010 Old_age Always - 0 183 Runtime_Bad_Block 0x0013 100 100 010 Pre-fail Always - 0 187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0032 062 039 000 Old_age Always - 38 195 Hardware_ECC_Recovered 0x001a 200 200 000 Old_age Always - 0 199 UDMA_CRC_Error_Count 0x003e 100 100 000 Old_age Always - 0 235 Unknown_Attribute 0x0012 099 099 000 Old_age Always - 86 241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always - 7595253818
  17. Nope, there is an asterix where the temp usually is. Is there a way to disable standby or increase from 15mins to something like 180mins?
  18. Grey means spun down or on standby and temperatures are unavailable in that state. Since they are SSDs, can I prevent them from spinning down or going to standby? Do you have a script defined? If you create a script file, the drive will be monitored for spin down status and temperature. Read the second post about best practices. No, I do not have a script defined. What would a script look like that allows me to monitor the SMART/Temp even if the SSD is unmounted or in standby? I really do appreciate your guidance with this. thank you. The check is for the existence of a script file. It can be empty or use the default script that really does nothing. Just click on the edit script icon, select the default script, and then save it. This was done because some users want a "hot standby" disk and don't want it checked for spin up status and temperature. The existence of a script file implies that you are going to use the device and want it monitored. A lot of the support questions coming up here can be easily resolved by reading my second post about "best practices" and looking at the UD log file. I realize everyone is in a hurry these days and wants a quick answer, but the first two posts are an easy read and will answer a lot of your questions. If I have not been clear enough, let me know and I will elaborate as needed. I finally got around to trying this again since having many other issues with my UNRAID system. The fact is, my SSDs still show a grey status icon even though I select the default script and save it. The SSDs are mounted and have VM images on them although the VM is powered off. I thought the default script kept the drive alive (hot) ?
  19. Grey means spun down or on standby and temperatures are unavailable in that state. Since they are SSDs, can I prevent them from spinning down or going to standby? Do you have a script defined? If you create a script file, the drive will be monitored for spin down status and temperature. Read the second post about best practices. No, I do not have a script defined. What would a script look like that allows me to monitor the SMART/Temp even if the SSD is unmounted or in standby? I really do appreciate your guidance with this. thank you.
  20. Grey means spun down or on standby and temperatures are unavailable in that state. Since they are SSDs, can I prevent them from spinning down or going to standby?
  21. Hi I use this plugin for mounting 4 x SSDs and it works very well. However, I noticed a strange issue, maybe bug? On the main UNRAID tab under Unassigned Devices, the SMART status of each drive changes from green to grey and the Temperature disappears. I need to click the drive and poll SMART for it to turn green again and display the temp. Not sure why this is, can it be fixed? thank you!
  22. Hi I have the latest gigabyte x99 board (x99p-sli) so far so good with unraid. However, the sensors-detect only finds coretemp so i can only see cpu temperatures. How do i get it to detect fan speeds, motherboard temp etc? There was one 'unknown' chip in the sensors-detect output but Im not sure what that was for.
  23. Hi How did you get to boot from the LSI controller? I added my NVME controller like so... <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='0x00' slot='0x05' function='0x0'/> </hostdev> But it tries to boot from the CDROM not the PCI device I just added. Any ideas?

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.