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: 42
Popularity: 0.33
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 .. 5 6 7 8 9 10 11 Next › Last »

rustam commented on 2013-05-20 07:46 (UTC)

PKGBUILD for the new version: http://pastebin.com/jMLugDNN

rustam commented on 2013-05-20 07:40 (UTC)

Please update the pkgbuild, the new version is out(2.9.18-build130410) and the old download link for 2.9.15-build121211 won't work anymore.

lepokle commented on 2012-12-19 19:45 (UTC)

Updated.

<deleted-account> commented on 2012-12-18 02:28 (UTC)

New PKGBUILD for new version ---------- # Maintainer : Leo von Klenze <devel@leo.von-klenze.de> # Contributor: Martin Wimpress <code@flexion.org> pkgname=ipmiview pkgver=2.9.15 _buildnr=121211 pkgrel=1 pkgdesc="IPMIView is a management software program based on the IPMI specification Reversion 1.5 - 2.0" arch=('i686' 'x86_64') url="ftp://ftp.supermicro.com/utility/IPMIView/Jar/" license=('unknown') depends=('java-runtime') source=("ftp://ftp.supermicro.com/utility/IPMIView/Jar/IPMIView-${pkgver}-build${_buildnr}-jar.zip") md5sums=('8a86e633bcb09e7c31047aa6f0cffb8f') build() { mkdir -p ${pkgdir}/opt/IPMIView mkdir -p ${pkgdir}/usr/bin cp "${srcdir}/IPMIView-${pkgver}-build${_buildnr}-jar/"* "${pkgdir}/opt/IPMIView" chmod 644 "${pkgdir}/opt/IPMIView/"* echo -e "#!/bin/sh\n\n"'mkdir -p ${HOME}/.IPMIView'"\n"'cd ${HOME}/.IPMIView'"\n\njava -Djava.library.path=/opt/IPMIView -jar /opt/IPMIView/IPMIView20.jar\n" > "${pkgdir}/opt/IPMIView/IPMIView20.sh" chmod 755 "${pkgdir}/opt/IPMIView/IPMIView20.sh" ln -s /opt/IPMIView/IPMIView20.sh "${pkgdir}/usr/bin/IPMIView" }

cmellwig commented on 2012-11-26 22:46 (UTC)

Did anyone manage to start the KVM?

<deleted-account> commented on 2012-05-29 11:50 (UTC)

get this while compiling: -> Stripping unneeded symbols from binaries and libraries... strip:./opt/IPMIView/libjavaharddiskwrapper7757x64.so: File format not recognized /usr/bin/fakeroot: line 181: 29773 User defined signal 1 FAKEROOTKEY=$FAKEROOTKEY LD_LIBRARY_PATH="$PATHS" LD_PRELOAD="$LIB" "$@"

<deleted-account> commented on 2012-05-29 11:33 (UTC)

Update plz, new version is available. and yours is not =(

lepokle commented on 2012-04-12 20:43 (UTC)

Thanks!

flexiondotorg commented on 2012-04-12 14:57 (UTC)

Hi, I've updated the PKGBUILD for IPMIView 2.9.6. I've also replaced `java-environment` (JDK) which `java-runtime` (JRE). The updated PKGBUILD is available on the following github:gist * https://gist.github.com/2367896 Regards, Martin.