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.020748
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 .. 6 7 8 9 10 11

swdunlop commented on 2012-01-28 04:32 (UTC)

2.9.4 is out, updated PKGBUILD: # Maintainer: Leo von Klenze <devel@leo.von-klenze.de> pkgname=ipmiview pkgver=2.9.4 _buildnr=111230 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-environment') source=("ftp://ftp.supermicro.com/utility/IPMIView/Jar/IPMIView20-Class_v${pkgver}_Build${_buildnr}.zip") sha256sums=('8ae41f695c0e61473c1da30fc1ed782101f42ee84118b231822d67c34710bcf8') build() { mkdir -p ${pkgdir}/opt/IPMIView mkdir -p ${pkgdir}/usr/bin cd "${srcdir}" cp * "${pkgdir}/opt/IPMIView" rm "${pkgdir}/opt/IPMIView/IPMIView20-Class_v${pkgver}_Build${_buildnr}.zip" 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" }

<deleted-account> commented on 2011-03-14 19:21 (UTC)

2.7.20 is out, updated PKGBUILD: pkgname=ipmiview pkgver=2.7.20 pkgrel=1 _build=110125 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=('jre') source=("ftp://ftp.supermicro.com/utility/IPMIView/Jar/IPMIView20-Class_v${pkgver}_Build${_build}.zip") sha256sums=('327c92e5a442bdf2fe4b95e40c4e2b00abfbfad197d38e09a2efe390ebca20e9') build() { mkdir -p ${pkgdir}/opt/IPMIView mkdir -p ${pkgdir}/usr/bin cd "${srcdir}" cp * "${pkgdir}/opt/IPMIView" rm "${pkgdir}/opt/IPMIView/IPMIView20-Class_v${pkgver}_Build${_build}.zip" 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" }