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.

ensnare

Members
  • Joined

  • Last visited

  1. I'm experiencing a frustrating issue with my server since upgrading to the latest Unraid 7 Beta 2. My motherboard starts beeping incessantly whenever the CPU core temperature gets high, and it's driving me crazy! A bit of background: I was previously running Arch Linux on this machine, and I never encountered this issue. It's only started happening since I switched to Unraid. Does anyone know if there's a way to disable the beeping? I’ve tried looking through the BIOS settings and Unraid settings but haven’t had any luck so far. Any advice or guidance would be greatly appreciated! When I go into the SuperMicro IPMI Health Event Log, I see a beep corresponding with every entry: 2024-08-01 07:15:46 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Deassertion Threshold 2024-08-01 07:15:46 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Assertion Threshold 2024-08-01 07:15:45 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Deassertion Threshold 2024-08-01 07:15:45 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Assertion Threshold 2024-08-01 07:15:44 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Deassertion Threshold 2024-08-01 07:15:43 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Assertion Threshold 2024-08-01 07:15:38 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Deassertion Threshold 2024-08-01 07:15:38 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Assertion Threshold 2024-08-01 07:15:34 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Deassertion Threshold 2024-08-01 07:15:33 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Assertion Threshold 2024-08-01 07:15:31 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Deassertion Threshold 2024-08-01 07:15:30 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Assertion Threshold 2024-08-01 07:15:30 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Deassertion Threshold 2024-08-01 07:15:30 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Assertion Threshold 2024-08-01 07:15:28 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Deassertion Threshold 2024-08-01 07:15:28 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Assertion Threshold 2024-08-01 07:15:21 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Deassertion Threshold 2024-08-01 07:15:19 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Assertion Threshold 2024-08-01 07:15:17 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Deassertion Threshold 2024-08-01 07:15:16 Temperature [IPMI-1009] CPU Temp, Upper Critical - going high - Assertion Threshold I tried adding a "nobeep.conf" blacklist file in /boot/config/modprobe.d but that doesn't seem to have any impact: root@tera /b/c/modprobe.d# cat nobeep.conf blacklist pcspkr blacklist snd_pcsp Thanks in advance for your help.
  2. Just installed Unraid 7.0.0 beta 1. Nice work guys! Was great to import my ZFS pools from Arch and move back to Unraid. I have an encrypted ZFS dataset called backups with the key located on the USB key. Right now I have this mounting on boot in a roundabout way via adding zfs load-key and mount commands to /boot/config/go: encryption key: -rw------- 1 root root 32 Jul 11 11:49 /boot/config/keys/fastpool-backups.key key location: root@tera ~# zfs get keylocation fastpool/backups NAME PROPERTY VALUE SOURCE fastpool/backups keylocation file:///boot/config/keys/fastpool-backups.key local /boot/config/go #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp # Load keys for ZFS pools sleep 90 zfs load-key fastpool/backups This seems to work but isn't ideal of obvious reasons. Is there a better way? Thank you
  3. Thank you. Can you share more about the performance penalty for using exclusive vs. non-exclusive mode? Are there any other trade-offs? I suppose as a workaround I could export the share via smb-extras.conf and turn off sharing via Unraid UI?
  4. Thanks for the fast reply. So is there a way to keep exclusive mode on, but also show the nested datasets? I guess I am unsure what to do here.
  5. Ah - Yes it is in exclusive access. How can I turn that off? I suppose I could add a secondary storage option on the main array? But what if I don't ever want files stored there Additionally this affects mount points brought in through docker
  6. The child datasets appear to be mounted. They just do not appear through Samba root@teracube:~# zfs list | grep mediapool mediapool 1001G 178T 295K /mnt/mediapool mediapool/media 425G 178T 14.6G /mnt/mediapool/media mediapool/media/magazines 121M 178T 121M /mnt/mediapool/media/magazines mediapool/media/movies 51.3G 178T 51.3G /mnt/mediapool/media/movies mediapool/media/movies-4k 266G 178T 266G /mnt/mediapool/media/movies-4k mediapool/media/music 92.5G 178T 92.5G /mnt/mediapool/media/music mediapool/media/newspapers 414M 178T 414M /mnt/mediapool/media/newspapers mediapool/media/tv 236K 178T 236K /mnt/mediapool/media/tv root@teracube:~# zfs mount | grep mediapool mediapool /mnt/mediapool mediapool/media /mnt/mediapool/media mediapool/media/magazines /mnt/mediapool/media/magazines mediapool/media/newspapers /mnt/mediapool/media/newspapers mediapool/media/tv /mnt/mediapool/media/tv mediapool/media/movies-4k /mnt/mediapool/media/movies-4k mediapool/media/music /mnt/mediapool/media/music mediapool/media/movies /mnt/mediapool/media/movies
  7. Hello, loving the ZFS addition to 6.12.0-rc5. I have a zpool called "mediapool" with several datasets: mediapool/media mediapool/media/movies mediapool/media/tv "media" is exported as the share in samba, but when I connect to this share, I see "movies" and "tv" but with their contents empty. I can get around this by removing the nested datasets "movies" and "tv" and creating them as simple folders, but I don't want to do that as I can specify different recordsizes for each folder to best match its contents. Are there any flags I can add to smb-extra.conf to have Samba show the contents of these nested datasets? In the past when I've run straight linux exporting with the default smb.conf, I haven't had this problem before.
  8. What is the best way to install fio for benchmarking? It looks like the NerdTools package isn't active anymore, and I can't find the Slackware 15 binary. Yes. iperf3 maxes out at 9.2Gbps in both directions with single stream.
  9. I just switched from TrueNAS Scale to Unraid and am sharing my ZFS datasets via Samba in smb-extras.conf. Read performance over Samba went from about 1.1GB/s to 100-300MB/s with tremendous variance. I can't quite pinpoint the cause of the slowness. This is a 15-wide RaidZ2 pool on a machine w/ 512GB RAM. Would anyone happen to have sane/optimized ZFS settings for sysctl.conf that I can try? Right now my settings look sort of like this - any input appreciated on how to get read speeds to full 10-gbit. /boot/config/smb-extra.conf [global] server multi channel support = yes aio read size = 1 aio write size = 1 local master = yes preferred master = yes dead time = 10 max smbd processes = 1000 vfs objects = catia shadow_copy2 fruit streams_xattr shadow: snapdir = .zfs/snapshot shadow: sort = desc shadow: format = -%Y-%m-%d-%H%M shadow: snapprefix = ^zfs-auto-snap_\(frequent\)\{0,1\}\(hourly\)\{0,1\}\(daily\)\{0,1\}\(monthly\)\{0,1\} shadow: delimiter = -20 fruit:model = MacSamba fruit:posix_rename = yes fruit:veto_appledouble = no fruit:nfs_aces = no fruit:wipe_intentionally_left_blank_rfork = yes fruit:delete_empty_adfiles = yes fruit:resource = file fruit:metadata = stream fruit:encoding = native fruit:advertise_fullsync = true fruit:aapl = yes log file = /var/log/samba/%m.log max log size = 10000 log level = 1 [media] path = /mediapool/media browseable = yes guest ok = yes writeable = yes read only = no create mask = 0777 directory mask = 0775 delete veto files = Yes veto files = /*.DS_Store/.apdisk/.TemporaryItems/.windows/.mac/ zfsacl:acesort = dontcare /boot/config/modprobe.d/zfs.conf options zfs l2arc_rebuild_enabled=1 options zfs zfs_prefetch_disable=1 options zfs l2arc_noprefetch=0 options zfs l2arc_write_max=524288000 options zfs l2arc_headroom=12 options zfs zfs_arc_max=350000000000 options zfs zfs_nocacheflush=1 # increase them so scrub/resilver is more quickly at the cost of other work options zfs zfs_vdev_scrub_min_active=24 options zfs zfs_vdev_scrub_max_active=64 # sync write options zfs zfs_vdev_sync_write_min_active=8 options zfs zfs_vdev_sync_write_max_active=32 # sync reads (normal) options zfs zfs_vdev_sync_read_min_active=8 options zfs zfs_vdev_sync_read_max_active=32 # async reads : prefetcher options zfs zfs_vdev_async_read_min_active=8 options zfs zfs_vdev_async_read_max_active=32 # async write : bulk writes options zfs zfs_vdev_async_write_min_active=8 options zfs zfs_vdev_async_write_max_active=32 options zfs zfs_dirty_data_max_percent=40 options zfs zfs_txg_timeout=15 # default : 32768 options zfs zfs_immediate_write_sz=131072
  10. Is there a way to update yet to OpenZFS 2.1.2? There are some bug fixes that affect my set up. Thank you
  11. That worked, I adde the below to my /boot/config/go: sudo curl -L https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_config -o /tmp/rtl8761bu_config.bin sudo mv /tmp/rtl8761bu_config.bin /lib/firmware/rtl_bt/rtl8761bu_config.bin sudo curl -L https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_fw -o /tmp/rtl8761bu_fw.bin sudo mv /tmp/rtl8761bu_fw.bin /lib/firmware/rtl_bt/rtl8761bu_fw.bin However, I have to manually unplug and plug-in the usb dongle so the module reloads. Any way to do this programmatically? Also, where does the device appear? Trying to pass this through to a Home Assistant container, but can't find it!
  12. I'm running 6.10.0-rc2 on MacOS 12.0.1 Monterey using Safari 15.1. When I click "log" from the dashboard instead of opening the log, I am asked to login again. By comparison, this works under Firefox - appears to be a Safari-specific bug. (Also happy to report that launching "terminal" now works as of 6.10.0-rc2 -- thanks guys!)
  13. Thanks, and thanks for your work with this plugin. Allowed me to switch from TrueNAS!
  14. When I upgrade to 6.10.0-rc2g ZFS downgrades to 2.0.6 (from 2.1.1).

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.