dmacias

Community Developer
  • Posts

    2803
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by dmacias

  1. Also if some other plugin requires python 2 it won't uninstall though. Plugin would be listed under the plugins column.
  2. 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.
  3. 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
  4. There's no slackware packages or slackbuild for this. And I imagine they probably require many more dependencies also
  5. You can try and installpkg the 6.8 version on 6.7 but it will probably complain of missing versions of dependencies.
  6. 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.
  7. https://forums.unraid.net/topic/42320-wake-on-lan-for-virtual-machines-for-61/
  8. That's a different plugin. It's libvirt wake on lan. It's for waking up vm's.
  9. 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
  10. I copied over the 6.8 repo to 6.9. Can't guarantee all packages will work. They should though for the most part.
  11. 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.
  12. You'd need to provide the command you used and the output.
  13. This plugin doesn't use ipmitool. It uses freeipmi. There's an ipmi-dcmi that's part of freeipmi. You might try that
  14. 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.
  15. Are your bmc and bios firmware up to date?
  16. 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.
  17. 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.
  18. 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