diff options
Diffstat (limited to 'doc/UserGuide')
-rw-r--r-- | doc/UserGuide | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/UserGuide b/doc/UserGuide index d1b1090..213b367 100644 --- a/doc/UserGuide +++ b/doc/UserGuide @@ -1,6 +1,6 @@ IPMIUTIL USER GUIDE - VERSION 2.9.3 + VERSION 2.9.6 An easy-to-use IPMI server management utility @@ -5263,6 +5263,12 @@ make sure that the Microsoft VC++ Redistributable package is installed See http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en to download this if needed. +Note that there are two outstanding bug reports against the Microsoft ipmidrv.sys driver which may affect its usage: + * ipmidrv.sys does not support systems with 4-byte register spacing + https://social.technet.microsoft.com/forums/windowsserver/en-US/223e3a0d-3daa-4141-9c13-3169f766a7d5/win2008-ipmidrvsys-does-not-load-if-register-spacing-4 + * ipmidrv.sys WBEM access memory leak + https://sourceforge.net/p/ipmiutil/support-requests/11/ + https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/ca4df181-7fd4-4912-83a0-5896b030e3ca/latest-version-of-microsoft-ipmi-driver-ipmidrvsys?forum=wdk ---------------------------------- @@ -6161,6 +6167,7 @@ The make rpm produces a binary rpm, and a source rpm, which can be installed with "rpm -i *.rpm". To build and install a Debian package, do this: +# mv debpkg debian # dpkg-buildpackage then install it with "dpkg -i *.deb". |