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. Did you try and stop then start from the settings page? You can check if it's running with ps aux | grep libvirtwol. It does depend on your default network bridge in the vm settings. This is the actual command and may give you some info as to why it's not starting. Just substitute br0 with your default network bridge /usr/share/libvirt-python-env/bin/python /usr/local/emhttp/plugins/libvirtwol/scripts/libvirtwol.py br0
  2. Ideas what i could do? I came across this "10-Gigabit Ethernet adapters Wake-on-LAN isn't supported on Intel[emoji2400] Ethernet 10-gigabit adapters." https://www.intel.com/content/www/us/en/support/articles/000005793/network-and-io/ethernet-products.html wtf?! So it may not transmit it on that adapter. I never used bond as the interface or -b option. Usually etherwake -i br0 mac address.
  3. I won't be including this because it requires a bunch of other packages. Any python package that doesn't need to be compiled can be installed with pip. E.g. pip3 install borgmatic. I just tried it. You just need python3, setuptools, pip and libffi. There are also dockers available.
  4. No, I did. I removed the underscore. Should work now.
  5. Just a heads up you'll need ncurses-terminfo for screen and tmux. This includes all the terms they rip out of ncurses so I don't have to manually add them to packages.
  6. I ended up needing fuse2 to compile llfuse but seems to be working now. I tried compiling the alpha version of borgbackup because the change log looked like they fixed some of these dependency errors but kept getting an openssl error.
  7. Try it now. I recompiled borgbackup and compiled llfuse myself
  8. I can create the repo with the 6.7 packages but don't have time right now to update them for 6.8
  9. They just renamed some of the icons in the gui. Still works for me just the icons missing during checking and not online but devices online show green. I can press the missing icons and it still works.
  10. There's not a wrong or right version. Unraid isn't strictly 14.2. It's a mix with slackware current. I try to use current unless it doesn't work. Also sometimes I compile myself Also if it now needs Maria db, then it's getting outside the scope of this plugin
  11. I am pretty sure a library needs to be included from NerdPack. Not sure which one, though.Added lmdb package
  12. When I get a chance to compile it, I'll update
  13. I just made a slackware package that installs the official cli in the right location so its executable from anywhere. It'll take me a while to update the plugin. The output from the official cli is a bit different and I also have to deal with the license acceptance when you first run speedtest. Sent from my SM-N970U using Tapatalk
  14. Thanks again for the head up on the official speedtest cli. I put together a slackware package. I added it to the original post.
  15. Nice! I'll have to update the plugin to use the official cli. You can download the Linux x86-64 version (ookla-speedtest-1.0.0-x86_64-linux.tgz) then run installpkg ookla-speedtest-1.0.0-x86_64-linux.tgz. Then run /speedtest. I'll at least create a package for slackware. May be a bit on updating the plugin Sent from my SM-N970U using Tapatalk
  16. You can install this package using wget and installpkg from the command line https://github.com/dmacias72/unRAID-speedtest/raw/master/packages/SpeedTest-1.14.20181120-x86_64-1.txz Run SpeedTest and see if that's better Sent from my SM-N970U using Tapatalk
  17. The way you're trying to run it won't work. Everything is loaded under a python virtual environment. /usr/share/libvirt-python-env/bin/python /usr/local/emhttp/plugins/$prog/scripts/libvirtwol.py $BRNAME The config is under VM Manager settings. All you need from NerdPack is python2.
  18. Ok I see. I'll have to update the plugin when I get a chance
  19. Maybe do a full readout and see if there's anything temp related smartctl -A -n standby /dev/sdX 2>/dev/null I think I remember discussion about temp and those drives. Does it show a temp in the main webgui? If so, I'll have to see how he did that.
  20. Maybe the script isn't seeing the hard drive or the temp. Does that hard drive show up in the ignore list? What do you get when you run this command substituting sdX for sdf or whatever the hard drive is. smartctl -A -n standby /dev/sdX 2>/dev/null| grep -m 1 -i Temperature_Cel | awk '{print $10}' If nothing just try this smartctl -A -n standby /dev/${hdd} 2>/dev/null| grep -m 1 -i Temperature

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.