Everything posted by dmacias
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Try pip install docker-compose. It didn't seem like anything really needs to be compiled. So if that works then going forward I would remove docker-compose and you'd install it that way.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I compiled it myself. Try removing and unistalling docker compose since you can't upgrade the same version. Then refresh the packages and make sure it says SBo at the end. Then install that one
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Added
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
You need setuptools
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
There's no slackware packages or slackbuild for this. And I imagine they probably require many more dependencies also
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
You can try and installpkg the 6.8 version on 6.7 but it will probably complain of missing versions of dependencies.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Sorry. I only update the current stable for the most part. I just don't have the time to keep up with betas and past version compatibility.
-
Wake on Lan plugin for unRAID 6.1
https://forums.unraid.net/topic/42320-wake-on-lan-for-virtual-machines-for-61/
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Updated
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Updated.
-
Wake on Lan plugin for unRAID 6.1
That's a different plugin. It's libvirt wake on lan. It's for waking up vm's.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
root@Server:~# ldd /usr/bin/ipmitool linux-vdso.so.1 (0x00007ffe876a7000) libm.so.6 => /lib64/libm.so.6 (0x000014cb76a42000) libreadline.so.7 => /usr/lib64/libreadline.so.7 (0x000014cb767f4000) libncurses.so.6 => /lib64/libncurses.so.6 (0x000014cb767c8000) libtinfo.so.6 => /lib64/libtinfo.so.6 (0x000014cb76799000) libcrypto.so.1.1 => /lib64/libcrypto.so.1.1 (0x000014cb764bf000) libc.so.6 => /lib64/libc.so.6 (0x000014cb762da000) /lib64/ld-linux-x86-64.so.2 (0x000014cb76b9f000) libdl.so.2 => /lib64/libdl.so.2 (0x000014cb762d3000) libz.so.1 => /lib64/libz.so.1 (0x000014cb760bc000) libpthread.so.0 => /lib64/libpthread.so.0 (0x000014cb7609a000)root@Server:~# ipmitool -Vipmitool version 1.8.18root@Server:~# I never checked if the 6.7 version worked on 6.8. I just recompiled ipmitool for 6.8. I did just now change the package version in the package name to 1.8.18 (I had 1.8.19 since that is was the source I used said) but that should make no difference. I think you have a different version installed somehow
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I copied over the 6.8 repo to 6.9. Can't guarantee all packages will work. They should though for the most part.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Not sure. It works fine on my server and my dev unraid vm. Make sure you don't have another ipmitool package loading or it might be something else you have installed.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
i recompiled ipmitool for 6.8. Should work now
-
[Plugin] IPMI for unRAID 6.1+
You'd need to provide the command you used and the output.
-
[Plugin] IPMI for unRAID 6.1+
This plugin doesn't use ipmitool. It uses freeipmi. There's an ipmi-dcmi that's part of freeipmi. You might try that
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I don't believe there's a python dev package for slackware and in any case sounds like somethings need compiling. You might try DevPack instead of Nerdpack.
-
[Plugin] IPMI for unRAID 6.1+
Are your bmc and bios firmware up to date?
-
[Plugin] IPMI for unRAID 6.1+
Thanks for following up. The fans will be at full speed before and after the fan control script is run. By design I reset the fans to full in case something happens and your fans are stuck at 200 rpms burning up your cpu or hard drives. So at start and shutdown they will be at full. And sometimes at start it can take s little longer depending on your poll settings. Also removing fans should have no affect. The script just checks temps and blindly sends the fan speed commands based on the settings. It wouldn't work to check fan rpms since they aren't always accurate and differ between fans.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Too many other packages for this package. I removed it. I'm not sure if it will work but it did work on my unraid dev vm. I have a bunch of other packages installed though. You need python, pip and setuptools. Then just run pip install awscli.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Added. Pretty cool! Like the exec shell feature.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
added
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Added. You'll need python too. Edit: removed for too many packages. However you can install as with any python packages that don't need to be compiled using pip. Install python, pip and setuptools then run pip install awscli
-
[Plugin] IPMI for unRAID 6.1+
I would try 200 or 300 thresholds instead of 225. I've had trouble with the bmc accepting numbers other than whole hundreds.