Everything posted by dmacias
-
[Plugin] IPMI for unRAID 6.1+
What version of unRAID?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
What version of unRAID? I had to repackage it and added it for 6.2+
-
Way to manually remove or delete VMs?
You can also go to /etc/libvirt/qemu/ through the command line or mc and delete the vm's xml. Then restart rc.libvirt, the array or the server.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Your welcome. If there's a ready available package I can add it with a few clicks from my phone. I asked you some time ago to add bc. Is it still possible? http://lime-technology.com/forum/index.php?topic=37541.msg492129#msg492129 It was added for 6.1 but I didn't add it for 6.2+. Not sure why. I added it now.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Your welcome. If there's a ready available package I can add it with a few clicks from my phone.
-
[Plugin] IPMI for unRAID 6.1+
No problem. For Thanks testing it out. Edit: Also since you're using a network connection, instead of ipmi-sensors you can use one of the scripts I made ipmisensors. There's also ipmifru, ipmisel and ipmiraw. They will use the network settings or not from the plugin, plus filter ignored and take any valid options too.
-
[Plugin] IPMI for unRAID 6.1+
It should be fixed. There was a problem with the ipmi kernel driver loading. Shouldn't matter if your using network now anyway.
-
[Plugin] IPMI for unRAID 6.1+
Were you using localhost or network when you got the error? What version of unRAID too? Edit: Here's the previous version if you want to go back. https://raw.githubusercontent.com/dmacias72/unRAID-plugins/5543a736bf35d7860ced2ebd8686dd7f1f30288b/plugins/ipmi.plg Also I've gotten those errors before on the old motherboard when I was having trouble communicating with ipmi through localhost. I only use network now even on new board.
-
[Plugin] IPMI for unRAID 6.1+
Does ipmi-sensors work from the command line without error? Try setting up network connection instead of using local. Even though I replaced my C2750 board with a new one and rma'd the old, I'm still using network connection for ipmi.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I added sysstat. It includes iostat, mpstat, pidstat, sadf, and sar tools.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I just removed the plugin and deleted the plugin folder. Reinstalled fine. Do you have a /boot/config/plugins/NerdPack/packages/6.2 folder on the flash drive? Edit: Does the server have internet connection? What browser? Did you try refreshing the browser cache or click on Check for Updates? Also try running 'curl --version' from the command line, see if it gives an error.
-
[Plugin] IPMI for unRAID 6.1+
Thanks. I pushed the wrong plg file. Updated again.
-
[Plugin] IPMI for unRAID 6.1+
I added -q to modprobe and sent any output to null. It will still create a log entry though. I can't do anything about that.
-
[Plugin] IPMI for unRAID 6.1+
Your welcome. I'm glad you figured it out.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Thanks. Fixed. I forgot -p for mkdir.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Don't worry about the nc update. For some reason it gives a false positive that it's installed. The update isn't very smart. It just shows up if there's a different version installed than is in the NerdPack repo whether it's newer or older. So if I update a package to a newer version in the repo, 'update' will show and the Apply button will be available to be clicked. If you click apply it will download and install the new package. I haven't had a chance to figure it out yet. Thanks for pointing out the undefined. It's a bug but won't affect anything. Packagemanager will ignore invalid options. My guess, it's because of missing cookies and it will probably go away if you toggle the uninstall and delete switches.
-
[Plugin] IPMI for unRAID 6.1+
I compiled ipmiutil 3.0.0 and added it to the OP. Give it a try. https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/source/packages/ipmiutil-3.0.0-x86_64-1.txz
-
[Plugin] IPMI for unRAID 6.1+
I don't know why Selview was included in that shootout. It's a proprietary Intel app for only a handful of Intel servers. Of course it's gonna be more accurate, it was written by them for their boards. For whatever reason there's no package or slackbuild for ipmiutil that I can find. I'll see if I can compile it from source. Did you try some of the other command line options for freeipmi? This is the command I use for the plugin. /usr/sbin/ipmi-sel --comma-separated-output --output-event-state --no-header-output --interpret-oem-data Try adding one or all of these -W assumesystemevent --output-oem-event-strings or run 'ipmi-sel --help' for more options.
-
[Plugin] Command Line Tools (Shell in a Box) for 6.1+
Are you using the cmdline.plg or the previous shellinabox-plugin.plg? In the cmdline plugin there's an option "Connect by IP Address". If you select yes and start shellinabox the Connect button and /Tools/CommandLine page should connect by ip address in the underlying code. Also clicking on the green port number should open a new window and connect by ip address.
-
[Plugin] IPMI for unRAID 6.1+
The plugin file doesn't install freeipmi because the logic was for 6.2. You can manually installpkg freeipmi-1.5.1 from the plugin directory. I have a new version but I was just double checking before I released it. I added some new features for mapping the fans to the correct ipmi-raw positions and changed some underlying code. I'm looking through it now. I'll probably go ahead and release it.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
ok... First time I've had an issue with NerdPack, so treat me like a noob on my questions In the meantime, I have no choice but to downgrade unRaid (wife is actually watching TV for a change, so I have a small window to develop some things ) I pushed the 6.2 repo to a 6.3 folder and cloned my 6.2 vm and booted up 6.3. Everything seems to work fine now in 6.3. My tv is my server so... but I usually reboot anyway and smile as I listen to the groans throughout the house.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
It uses curl to retrieve packages and info using github api based on unRAID version. There's no 6.3 repo. It'll probably work if I copied the 6.2 packages to a 6.3 folder in github. I'll have to look through the code.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
I'll have to add support for 6.3 version. Maybe should have based it on slackware 14.1 vs 14.2 instead of 6.1 & 6.2
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
No problem. I added nc/netcat for 6.1 and 6.2.
-
[Plugin] IPMI for unRAID 6.1+
I get the same. I'll check it out.