Everything posted by dmacias
-
Wake on Lan for Virtual Machines for 6.1+
Thanks I reverted the Nerdpack python 2 Sent from my SM-N970U using Tapatalk
-
unRAID 6 DevPack - Dev tools (gc, gcc, glib, make, etc.)
The reason I assume none are installed is because the image you posted shows all of them as downloaded = no. That mean that DevPack didn't download and install them. So the packages are installed inherently in unraid but DevPack didn't install the same package headers only.
-
[Plugin] NUT v2 - Network UPS Tools
Yes, Unraid has Apcupsd built in under Settings/UPS Settings
-
unRAID 6 DevPack - Dev tools (gc, gcc, glib, make, etc.)
Actually none of those are installed. It's misleading because those are part of unraid but they remove the headers. I created packages with just the headers for inherent unraid packages to be installed over the existing package. They should show downloaded and the switch should be turned on.
-
unRAID 6 DevPack - Dev tools (gc, gcc, glib, make, etc.)
Did you install all the DevPack packages? I think it's in glibc. I usually just install everything
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Updated to 3.1
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
The binaries are all within Slackware packages hosted on my github. Some are compiled by me and some are from other repositories. When installed, the Slackware package are downloaded to the flash drive then installed. When rebooting the server they are installed from the flash drive.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
The "underscore" in the version was messing up json-c. I renamed it
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
It's included in 6.9
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I updated bind, json-c and added krb5. If I remember I'll add the auto select of dependencies for bind next time I update the plugin
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Looks like you need libffi
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Updated
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Note that this upgrades json-c. /usr/lib64/libjson-c.so.4 is replaced with /usr/lib64/libjson-c.so.5. I don't know what else relies on the older version of json-c. Updated bind and json-c and added krb5
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Added psutil. Should be able to install using pip3 now
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Sounds like a different version is installed already by another plugin or manually
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Updated bind. Let me know.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Sure it's easier. I don't have to maintain a package when python has a perfectly good package manager.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
This is a python app. You can install this with pip3 install undervolt. Need pip, setuptools and python
-
[Plugin] IPMI for unRAID 6.1+
I'd appreciate any help. What does this command print out? dmidecode -qt2|awk -F: '/^\tProduct Name:/ {print $2}' If it's the board model, id like to add it to an array for future use with similar models. Then I just have to add a model name to the array to compare and implement the necessary raw commands. Unless there's an better way to differentiate this model from other ASRock models. I'm not sure what your hack was. If you just hard-coded a json array with everything. But I'd prefer using the ipmi2json script to build this json array. Reason being that bmc firmware updates sometimes change ipmi fan names and sometimes there's different names between different models even though they use the same ipmi raw commands. If prefer building the json array matching each location in the raw command to each fan it corresponds to. Thanks for any help and for figuring out the ipmi commands.
-
[Plugin] IPMI for unRAID 6.1+
I wouldn't try anything like that
-
[Plugin] IPMI for unRAID 6.1+
I usually alway update the bios and bmc if there's an update. I guess if depends on the release notes of it's worth it.
-
[Plugin] IPMI for unRAID 6.1+
Maybe try ipmitool. Could be a freeipmi problem. Also is the bmc firmware up to date.
-
[Plugin] IPMI for unRAID 6.1+
Sorry, there's no individual control with the Supermicro boards.
-
[Plugin] IPMI for unRAID 6.1+
I added the raw commands to the OP. Maybe the ASRock dual cpu commands work. I see it lists the commands in the link. Do you have PWM fans?
-
[Plugin] IPMI for unRAID 6.1+
Not sure on the RPM difference. Something to do with the fan or ipmi but not much I can do. You are correct on the PWM requirements. I have the fan control turn off the smart control.