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.

dmacias

Community Developer
  • Joined

  • Last visited

Everything posted by dmacias

  1. The dashboard should work now
  2. Should work now
  3. Should be fixed now. Only none array or non ud disks are polled with smartctl
  4. On Unraid 6.8 you have to install libffi also. 6.9 you don't.
  5. You can install any python app with pip3, setuptools and python3
  6. Try turning on uninstall then remove it and try installing again
  7. I had the same issue... re-linking/aliasing to the existing libraries (libssl.so.1.1 and libcrypto.so.1.1) fixed the issue. A simple `ls -la` helped me figure out what libraries I had... root@Tower:~# cd /usr/lib64/root@Tower:/usr/lib64# ln -s libssl.so.1.1 libssl.so.1root@Tower:/usr/lib64# ln -s libcrypto.so.1.1 libcrypto.so.1root@Tower:/usr/lib64# ldd /usr/bin/iperf3 linux-vdso.so.1 (0x00007ffe68998000) libiperf.so.0 => /usr/lib64/libiperf.so.0 (0x00001474185ba000) libssl.so.1 => /usr/lib64/libssl.so.1 (0x0000147418525000) libcrypto.so.1 => /usr/lib64/libcrypto.so.1 (0x000014741824b000) libm.so.6 => /lib64/libm.so.6 (0x00001474180fe000) libc.so.6 => /lib64/libc.so.6 (0x0000147417f19000) libz.so.1 => /lib64/libz.so.1 (0x0000147417d02000) libdl.so.2 => /lib64/libdl.so.2 (0x0000147417cfb000) libpthread.so.0 => /lib64/libpthread.so.0 (0x0000147417cd9000) /lib64/ld-linux-x86-64.so.2 (0x00001474187f2000)root@Tower:/usr/lib64# iperf3 -s-----------------------------------------------------------Server listening on 5201----------------------------------------------------------- See if the new version works
  8. OK thanks. I had used smartctl instead of hdparm because I seem to remember hdparm would spin up disks but after reading through the thread I see that it messes with kernel disk statistics too. Smartctl must do the same. I also see that disks are polled every second by emhttp which should be more than enough of an interval for fan control. So I'll use already parsed data from emhttp for array disks and smartcrl for unassigned. Should fix the problem.
  9. I assume you're using the fancontrol script. It shouldn't spin up any drives. It only checks the temp on the drive if it's not in standy. Do you have an idea how its affecting the spin down? smartctl -A -n standby /dev/sdX 2>/dev/null| grep -m 1 -i Temperature_Cel | awk '{print $10}'
  10. I couldn't find a binary that would work. Saw mention of a 32bit but that wouldn't work. I would just use an efi boot or dos boot
  11. You can install yq the same way as docker-compose. pip3 install yq. You need python3, setuptools and pip
  12. I compiled iperf3 myself. See if it works now
  13. Ok. Try now. The name can't have an underscore in it.
  14. What version of Unraid you running?
  15. It probably can be installed through pip. pip3 install httpie?
  16. Do you have utempter installed? You need it for screen. Also ncurses-terminfo
  17. Updated Might show as a new package since it used to be iperf and now is iperf3
  18. http://sg.danny.cz/sg/sg3_utils.html Added
  19. I didn't realize this was a python package. Any python packages should be installed through python3, pip3 and setuptools. Just put pip3 install rdiff-backup in your go file. You may need libffi also.

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.