Package Details: ipmiview 2.21.1-3

Git Clone URL: https://aur.archlinux.org/ipmiview.git (read-only, click to copy)
Package Base: ipmiview
Description: Supermicro IPMI tool
Upstream URL: http://www.supermicro.com/products/nfo/ipmi.cfm
Keywords: IPMI
Licenses: custom:"Super Micro Computer"
Submitter: lepokle
Maintainer: zhimsel
Last Packager: zhimsel
Votes: 40
Popularity: 0.019927
First Submitted: 2011-01-02 09:49 (UTC)
Last Updated: 2023-10-21 15:46 (UTC)

Dependencies (3)

Required by (0)

Sources (4)

Pinned Comments

leuko commented on 2022-12-08 20:08 (UTC)

If you get the following error:

No Java virtual machine could be found from your PATH
...

then you may not have a default Java env. You can set it using archlinux-java status and archlinux-java set ....

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »

mortzu commented on 2020-08-03 07:07 (UTC)

@gu1ll0me: What should be added?

Thermi commented on 2020-08-02 01:11 (UTC) (edited on 2020-08-02 01:12 (UTC) by Thermi)

Confirmed, but issue also persists after downgrade to 2.16.

Problems seems to be a segfault in an iKVM related lib. Check kernel messages.

gu1ll0me commented on 2020-08-02 00:48 (UTC) (edited on 2020-08-02 12:36 (UTC) by gu1ll0me)

KVM console not launching since 2.17.0.

iKVM.properties and stunnel.properties must be added to package() section to make it working.

Thanks

Thermi commented on 2020-07-28 15:07 (UTC)

IPMIView_2.17.0_build.200505_bundleJRE_Linux_x64.tar.gz is available.

mortzu commented on 2020-07-13 12:39 (UTC)

Please update or orphan

fryfrog commented on 2020-07-08 15:01 (UTC) (edited on 2020-07-08 15:01 (UTC) by fryfrog)

Hey @mortzu, it's all yours! Thanks for wanting to take ownership.

Edit: Ah shit, I should have made you a co-maintainer first. :/

connaisseur commented on 2020-06-14 06:29 (UTC) (edited on 2020-06-14 06:30 (UTC) by connaisseur)

Hi,

to save others from some headache when using multi-version JAVA installations on same system, could please include this as ipmiview in /usr/bin:

#!/bin/sh

export PATH="/usr/lib/jvm/java-8-openjdk/jre/bin/:${PATH}"
exec /opt/ipmiview/IPMIView20 "$@"

Simply linking /opt/ipmiview/IPMIView20 barfs in multi-version JAVA installations with "no JRE found" messages.

Thanks.

fryfrog commented on 2020-02-22 16:36 (UTC)

Ugh, what the heck? :/

ava1ar commented on 2020-02-22 09:22 (UTC)

Version 2.17 is not available anymore: https://www.supermicro.com/wftp/utility/IPMIView/Linux/

ekollof commented on 2020-02-19 16:36 (UTC)

Here's a patch:

diff --git a/PKGBUILD b/PKGBUILD
index 8ea0128..3318e42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Donald Webster <fryfrog@gmail.com>

 pkgname=ipmiview
-pkgver=2.16.0
-_pkghash=190815
+pkgver=2.17.0
+_pkghash=191220
 pkgrel=2
 pkgdesc="Supermicro IPMI tool"
 makedepends=('tar')
@@ -19,7 +19,7 @@ backup=('account.properties'
 source=("https://www.supermicro.com/wftp/utility/IPMIView/Linux/IPMIView_${pkgver}_build.${_pkghash}_bundleJRE_Linux_x64.tar.gz"
         'ipmiview.desktop')

-sha512sums=('9a6af293a08dcdb662a226c061590e7149e5cee0a69eca12906e4581e254d3293d27e71dd36c301a449a43a10be700f3023f8408bdda5a3b9b65d76c96eaa3d7'
+sha512sums=('17f34626b14c8f8597dbfa892ada95fb07e52912e120c91e55ff2f629dddb4ad7e50c53ffc1005b7c8cafd930e702803b581ae83e2c0fac7d38b29bee41b2331'
             '683922d5ce90116ca04fbf1a244da87296beaf079ecde94d799b2d303e21dfda4e771f5a4b724e7dd64143feaef49d2f11fd2eaf380ebdcf02e9db82c9975497')

 package() {