Everything posted by dmacias
-
Wake on Lan for Virtual Machines for 6.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
-
Wake on Lan plugin for unRAID 6.1
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.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
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.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
No, I did. I removed the underscore. Should work now.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
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.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
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.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
You need libffi too
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
You need setuptools
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Try it now. I recompiled borgbackup and compiled llfuse myself
-
unRAID 6 DevPack - Dev tools (gc, gcc, glib, make, etc.)
I can create the repo with the 6.7 packages but don't have time right now to update them for 6.8
-
Wake on Lan plugin for unRAID 6.1
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.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
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
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I am pretty sure a library needs to be included from NerdPack. Not sure which one, though.Added lmdb package
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
When I get a chance to compile it, I'll update
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Added
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Added
-
Speedtest.net for unRAID 6.1+
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
-
Speedtest.net for unRAID 6.1+
Thanks again for the head up on the official speedtest cli. I put together a slackware package. I added it to the original post.
-
Speedtest.net for unRAID 6.1+
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
-
Speedtest.net for unRAID 6.1+
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
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Ok done
-
Wake on Lan for Virtual Machines for 6.1+
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.
-
[Plugin] IPMI for unRAID 6.1+
Ok I see. I'll have to update the plugin when I get a chance
-
[Plugin] IPMI for unRAID 6.1+
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.
-
[Plugin] IPMI for unRAID 6.1+
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