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.32
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 .. 4 5 6 7 8 9 10 11 Next › Last »

andrewbates09 commented on 2015-09-24 17:27 (UTC)

Had to make the following changes to get IPMIView to install: #sha256sums=('577ccc48e7d70325ef2f922a0784acdcf72fe6bded8e195a47efa03da6db4b74' sha256sums=('0f748369db6014e1a1443a2cf236efb24903287837382d90e34df2b6f2e5f62b' '41d5fa089912ee10d476a0f6aa3c12765861c1a71cf4f811efaf2e47c4ce9351') package() { tar -xvf ${srcdir}/${_pkgname}_V${pkgver}_bundleJRE_Linux_${_pkgarch}_${_pkgrev}.tar.gz cd ${srcdir}/${_pkgname}_V${pkgver}_bundleJRE_Linux_${_pkgrev}

eworm commented on 2015-04-19 12:50 (UTC)

Directory /opt/IPMIView/jre has permission 0644 and does not allow user to enter it. That breaks console. Additionally the Upstream URL ($url) is no longer valid.

tigran commented on 2015-02-15 22:38 (UTC)

Well, it's got updated again. And the old link gets to 404. Here it is by now: ftp://supermicro.com/utility/IPMIView/Linux/IPMIView_V2.10.2_bundleJRE_Linux_x32_20150203.tar.gz ftp://supermicro.com/utility/IPMIView/Linux/IPMIView_V2.10.2_bundleJRE_Linux_x64_20150203.tar.gz

jmeng commented on 2014-07-22 07:11 (UTC)

There's a new version upstream. Changes to the pkgbuild to get it: pkgver=2.9.32 _buildnr=20140624 md5sums=('f5a8d58a1115c31558f0bff19045dff8')

sexst commented on 2014-06-11 21:23 (UTC)

IPMIView now uses JViewerX9.jar app to open iKVM session. Third sed expression in java wrapper "s|-jar JViewerX9.jar|-jar /opt/IPMIView/JViewerX9.jar|" should fix this issue.

jnbek commented on 2014-04-17 22:09 (UTC)

Please update the pkgbuild

swdunlop commented on 2014-01-10 00:27 (UTC)

Upstream updated again to 2.9.28, updated PKGBUILD: https://gist.github.com/swdunlop/af68fbc49675ec4f7b9b

QuimaxW commented on 2013-12-17 02:49 (UTC)

2.9.27 seems to be up...updated PKGBUILD http://pastebin.com/2iNMF0qC

lepokle commented on 2013-06-11 06:12 (UTC)

Thanks for the updated PKGBUILD

rustam commented on 2013-05-20 14:30 (UTC)

there is a problem with running iKVM from within IPMIView which appears to be caused by hard-coded java.library.path set to "." and path to the jar file in iKVMLunchar.class which prevent it from running, I've createad a simple wrapper for java that replaces those paths, the PKGBUILD with this workaround is uploaded here http://pastebin.com/BtWRYeWE