Re: [Ipmitool-devel] Error compiling the Intel imb driver with Cywin

2015-02-14 Thread Zdenek Styblik
On Wed, Feb 11, 2015 at 7:24 PM, Juan Pablo Baserga jbase...@gmail.com wrote: Hi Zdenek, as always thank you very much, you are right, I forgot to put the compiler output, here it is: Hello Juan, if you haven't figured out or given up, attached is a patch which should get you through

Re: [Ipmitool-devel] Error compiling the Intel imb driver with Cywin

2015-02-05 Thread Zdenek Styblik
On Thu, Feb 5, 2015 at 11:16 PM, Juan Pablo Baserga jbase...@gmail.com wrote: Hi all, I commented the PAGESIZE definition as Zdenek suggested and, as he predicted, got errors with libtool (at least no compilation error). All errors are related to IOCTL_IMB_SEND_MESSAGE definition. If some on

Re: [Ipmitool-devel] Error compiling the Intel imb driver with Cywin

2015-02-05 Thread Juan Pablo Baserga
Hi all, I commented the PAGESIZE definition as Zdenek suggested and, as he predicted, got errors with libtool (at least no compilation error). All errors are related to IOCTL_IMB_SEND_MESSAGE definition. If some on the list have a clue to go over this, I can try again, if not, I will resort to

Re: [Ipmitool-devel] Error compiling the Intel imb driver with Cywin

2015-02-05 Thread Hank Bruning
I agree with Zdenek, Rewrite the plug in. The reason the reason windows (or other Operating Systems) are not supported is that the identical information is available using IPMI RMCP when no operating system is running. Either way, OS vs no OS, you still are going to run into the problem of lack of

Re: [Ipmitool-devel] Error compiling the Intel imb driver with Cywin

2015-02-05 Thread Juan Pablo Baserga
Hello Hank, thanks very much for your answer. Fortunately my case is not one of size but your comment is true. IPMI or not IPMI 3,000 machines deserves a special architecture (collectors, etc) to be feasible. As I told Zdenek, I cannot connect the BMCs to LAN, so I need an inband check. I did it

Re: [Ipmitool-devel] Error compiling the Intel imb driver with Cywin

2015-02-04 Thread Zdenek Styblik
On Wed, Feb 4, 2015 at 5:54 PM, Zdenek Styblik zdenek.styb...@gmail.com wrote: On Wed, Feb 4, 2015 at 4:24 PM, Juan Pablo Baserga jbase...@gmail.com wrote: Zdenek, thanks again on this, The problem with the Oracle/Sun approach is that they are using their own propietary IPMI driver, and don't

Re: [Ipmitool-devel] Error compiling the Intel imb driver with Cywin

2015-02-04 Thread Zdenek Styblik
On Wed, Feb 4, 2015 at 4:24 PM, Juan Pablo Baserga jbase...@gmail.com wrote: Zdenek, thanks again on this, The problem with the Oracle/Sun approach is that they are using their own propietary IPMI driver, and don't support the Intel/Microsoft ones. My goal is to get IPMI inband (I don't have

Re: [Ipmitool-devel] Error compiling the Intel imb driver with Cywin

2015-02-04 Thread Juan Pablo Baserga
Hi Zdenek, thank you again very much for your support. IPMIutil is working (although it depends on VB dlls to run) with both the MS and the Intel drivers, but it has no Nagios plugin, that's why I tried to give IPMItool a chance (as it has many Nagios plugins). As I told you I will try a little

Re: [Ipmitool-devel] Error compiling the Intel imb driver with Cywin

2015-02-04 Thread Zdenek Styblik
On Wed, Feb 4, 2015 at 7:25 PM, Juan Pablo Baserga jbase...@gmail.com wrote: Hi Zdenek, thank you again very much for your support. IPMIutil is working (although it depends on VB dlls to run) with both the MS and the Intel drivers, but it has no Nagios plugin, that's why I tried to give

Re: [Ipmitool-devel] Error compiling the Intel imb driver with Cywin

2015-02-04 Thread Juan Pablo Baserga
Hi Zdenek, thank you very much for your prompt answer. I thought of that, but I'd rather ask before breaking something... I'll will try and let the list know. I am not very familiar with the code, is there a definition (i.e. ifdef cygwin) that I can use so I can try to make a patch for future use?

Re: [Ipmitool-devel] Error compiling the Intel imb driver with Cywin

2015-02-04 Thread Zdenek Styblik
On Tue, Feb 3, 2015 at 11:27 PM, Juan Pablo Baserga jbase...@gmail.com wrote: Hi, I am trying to compile ipmitool-1.8.15 under Cygwin. If I compile it using only the lan driver (./configure --enable-intf-lanplus) everything goes smooth; but if I try to compile the Intel driver (so I can do

[Ipmitool-devel] Error compiling the Intel imb driver with Cywin

2015-02-03 Thread Juan Pablo Baserga
Hi, I am trying to compile ipmitool-1.8.15 under Cygwin. If I compile it using only the lan driver (./configure --enable-intf-lanplus) everything goes smooth; but if I try to compile the Intel driver (so I can do inband management in Windows) it gives an error. I do: ./configure