Search Criteria
Package Details: ipmiview 2.18.0-2
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: | |
Submitter: | lepokle |
Maintainer: | zhimsel |
Last Packager: | zhimsel |
Votes: | 33 |
Popularity: | 0.141373 |
First Submitted: | 2011-01-02 09:49 |
Last Updated: | 2020-11-28 19:05 |
Dependencies (3)
- glibc (glibc-git)
- java-runtime=8 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, java-openjdk-bin, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jre11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, jdk11-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre11-jetbrains-imfix, jdk-jetbrains, java-openjdk-loom-ea-bin, jre-jetbrains, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- tar (tar-libarchive, tar-git, tar-parallel) (make)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
zhimsel commented on 2020-11-28 19:06
@glowingsword ah, yes, thank you. I didn't notice this when building locally since I'm building out of the
PKGBUILD
git repo (which includes the.patch
file). Since the file is both insrc/
and the repo, both./
and../
work.I pushed the fix. Sorry for the inconvenience.
glowingsword commented on 2020-11-28 18:45
2.18 can't build
But if we change the
to
it works.
zhimsel commented on 2020-11-28 15:17
@GaveUp thanks for the patch! I updated the package and applied your patch. Works as expected.
GaveUp commented on 2020-11-28 06:47
@o0-o: 1.17 is no longer on the supermicro servers. I also ran in to an issue with the check when starting ipmiview that needed to be patched. This patch did the trick for me.
https://gist.github.com/GaveUp/1f8eb2e6d72a63781df391bde2c29d8e
o0-o commented on 2020-11-28 00:30
sha512sum is failing on the bundle for me. Also, 2.18 is out now.
zhimsel commented on 2020-09-09 15:47
@gu1ll0me: applied your patch, thanks!
@Thermi: I'm hesitant to add an unconventional launch script like that. It would be opaque to the average user that the runtime files are copied to their home dir. It's also likely prone to bugs during installation/removal. In the meantime, I've fixed the
backup
setting so that the config files are actually preserved with package updates and removal: https://aur.archlinux.org/cgit/aur.git/commit/?h=ipmiview&id=0478ae4acb688dddadb83f685eb77324d9bb64e4mortzu commented on 2020-09-09 07:02
Orphaned
zhimsel commented on 2020-09-08 16:31
Just marked this as out-of-date. If the author doesn't reply within a reasonable amount of time, I'd be happy to orphan and take over this package.
gu1ll0me commented on 2020-08-15 16:25
@mortzu See https://pastebin.com/4zVBBjYe lines 16,17,42,43,48,49.
Thermi commented on 2020-08-03 08:47
While we're already on the topic of adding stuff, please also add my run.sh script from an older comment of mine on this package. ipmiview stores the user settings (with passwords and all) in the place the IPMIView jar file is in, so in the default setup it's world accessible (/opt/ipmiview). My run.sh copies it all into ~/.local/ipmiview and keeps it up to date with the version in /opt.