Re: [Ipmitool-devel] IPMItool 1.8.11 - "make" issue in Solaris 10 u7

2010-02-16 Thread Dmitry Frolov
I'm complete dumb, actually. Just found out, that one just need to specify the right PATH: $ export PATH; PATH="/usr/bin:/usr/sfw/bin:/usr/ccs/bin" $ ./configure $ gmake works just fine. Shame on me. 2010/2/16 : > You are a genius! > It worked!!! > > I managed to run gmake insta

Re: [Ipmitool-devel] IPMItool 1.8.11 - "make" issue in Solaris 10 u7

2010-02-16 Thread Dmitry Frolov
2010/2/16 Dmitry Frolov : > The first error it due to wrong "make" is used by configure script, > the second is due to wrong linker. Try to specify them explicitly to > configure: > > env CC=/usr/sfw/bin/gcc LD=/usr/sfw/bin/gld MAKE=/usr/sfw/bin/gmake > ./configure &

Re: [Ipmitool-devel] IPMItool 1.8.11 - "make" issue in Solaris 10 u7

2010-02-16 Thread Dmitry Frolov
-1.8.11/lib' >>> make[1]: *** [all-recursive] Error 1 >>> make[1]: Leaving directory `/var/tmp/ipmitool-1.8.11' >>> gmake: *** [all] Error 2 > > Thanks again > >        Diego > > > -Original Message- > From: dmitry.fro...@gmail.c

Re: [Ipmitool-devel] IPMItool 1.8.11 - "make" issue in Solaris 10 u7

2010-02-16 Thread Dmitry Frolov
Sorry, here it is: $ rm -rf ipmitool-1.8.11 $ gunzip -c ipmitool-1.8.11.tar.gz | tar xvf - $ cd ipmitool-1.8.11 $ export PATH; PATH="$PATH:/usr/sfw/bin" $ ./configure $ gmake 2010/2/16 Dmitry Frolov : > Hi, Diego! > > Here is the sequence, that worked on a Solaris 10 5/0

Re: [Ipmitool-devel] IPMItool 1.8.11 - "make" issue in Solaris 10 u7

2010-02-16 Thread Dmitry Frolov
t; > > -Original Message- > From: dmitry.fro...@gmail.com [mailto:dmitry.fro...@gmail.com] On Behalf > Of Dmitry Frolov > Sent: 13 February 2010 07:47 > To: Leccardi, Diego > Cc: ipmitool-devel@lists.sourceforge.net > Subject: Re: [Ipmitool-devel] IPMItool 1.8.11

Re: [Ipmitool-devel] IPMItool 1.8.11 - "make" issue in Solaris 10 u7

2010-02-12 Thread Dmitry Frolov
Try /usr/sfw/bin/gmake instead. 2010/2/12 : > Good Morning all, > > I just subscribed to this list to see if anyone can help with the issue that > I’m having while compiling IPMItool 1.8.11 on Solaris 10 u7. > > File used: > http://sourceforge.net/projects/ipmitool/files/ipmitool/1.8.11/ipmitool-

Re: [Ipmitool-devel] 1.8.10 version roll

2008-08-07 Thread Dmitry Frolov
* Petter Reinholdtsen <[EMAIL PROTECTED]> [06.08.2008 02:15]: > Did anyone test if ipmitool compile on non-linux platforms like > Solaris? Builds fine under FreeBSD. Tested to work but not very thoroughly. - This SF.Net emai

Re: [Ipmitool-devel] ipmitool v1.8.10

2008-06-10 Thread Dmitry Frolov
1.65 of configure.ac: http://ipmitool.cvs.sourceforge.net/ipmitool/ipmitool/configure.in?r1=1.64&r2=1.65 > > Thank you very much for your review and comments! :-) > > Carol > > ------ > > > 1) Small FREEBSD patch from Dmitry Frolov sent in on 1/25/07 (searc

Re: [Ipmitool-devel] Doubt on ipmitool implementation

2007-11-19 Thread Dmitry Frolov
* Amit Kumar <[EMAIL PROTECTED]> [20.11.2007 12:04]: > > Hello Corey, > > Thanks much for your response. > Actually i am working on openSolaris and hence i was looking to > evaluate libipmi. > The link is - > http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libipmi/ Looks li

Re: [Ipmitool-devel] TR: dual bridge support

2007-09-13 Thread Dmitry Frolov
* Audet, Jean-Michel <[EMAIL PROTECTED]> [12.09.2007 21:52]: > Not sure I understand correctly the private and native. Under private I mean src/plugins/open/open.h header in ipmitool tree, native means /usr/include/linux/ipmi.h on Linux and /usr/include/sys/ipmi.h on FreeBSD. If You look at the b

Re: [Ipmitool-devel] Patch for Raritan OEM commands

2007-09-12 Thread Dmitry Frolov
* Dmitry Frolov <[EMAIL PROTECTED]> [12.09.2007 22:27]: > * Thomas Rendelmann <[EMAIL PROTECTED]> [12.09.2007 14:25]: > > > Hi, > > > > Attached is a patch against 1.8.9 which adds Raritan specific > > OEM commands. We added these commands to ipmitoo

Re: [Ipmitool-devel] Patch for lan/lanplus channel

2007-09-12 Thread Dmitry Frolov
* Thomas Rendelmann <[EMAIL PROTECTED]> [12.09.2007 19:34]: > > Exactly the same patch was already commited to CVS HEAD about 2 weeks > > ago :) > > I already posted this patch to the list some time ago, but I have > never seen the message on the list, so I thought I post it again. When > I poste

Re: [Ipmitool-devel] Patch for Raritan OEM commands

2007-09-12 Thread Dmitry Frolov
* Thomas Rendelmann <[EMAIL PROTECTED]> [12.09.2007 14:25]: > Hi, > > Attached is a patch against 1.8.9 which adds Raritan specific > OEM commands. We added these commands to ipmitool to manage > our devices (e.g. firmware upgrade, read firmware version) etc. > We were asked by our customers to m

Re: [Ipmitool-devel] TR: dual bridge support

2007-09-12 Thread Dmitry Frolov
* Audet, Jean-Michel <[EMAIL PROTECTED]> [12.09.2007 21:25]: > > Hi Dmitry and Corey, > Looks like some of you are trying to get in touch with me!! > Sorry, I miss the e-mail or I never received it... Anyway, do you still > have problem with the dual bridge option. > > The DUAL bridge opt

Re: [Ipmitool-devel] Patch for lan/lanplus channel

2007-09-12 Thread Dmitry Frolov
* Thomas Rendelmann <[EMAIL PROTECTED]> [12.09.2007 14:43]: > Hi, > > Attached is a patch for the lan and lanplus channel which fixes a > bug in case the first recv() attempt fails. In older versions this > worked, but with 1.8.9 this was broken because the code was changed > from using signals t

Re: [Ipmitool-devel] querying Apple Xserve with ipmitool 1.8.9

2007-08-30 Thread Dmitry Frolov
* Lev Givon <[EMAIL PROTECTED]> [31.08.2007 05:10]: > Received from Cress, Andrew R on Thu, Aug 30, 2007 at 10:34:16AM EDT: > > > > If the server won't respond to Get Channel Authentication Capabilities > > (the first IPMI LAN request, required by the IPMI spec), then either the > > IPMI LAN isn'

Re: [Ipmitool-devel] querying Apple Xserve with ipmitool 1.8.9

2007-08-30 Thread Dmitry Frolov
* Lev Givon <[EMAIL PROTECTED]> [30.08.2007 19:31]: [...] > Sorry to touch on this again, but is there currently any way to use > ipmitool 1.8.9 on Linux to query the LOMs on Apple Xserves? Found that while googling: http://www.afp548.com/comment.php?mode=view&cid=8640 Let us know... -

Re: [Ipmitool-devel] Build fails on Debian Etch / X86_64

2007-08-29 Thread Dmitry Frolov
* Corey Minyard <[EMAIL PROTECTED]> [29.08.2007 21:33]: > Dmitry Frolov wrote: > > open.h is conditionally included if no other OpenIPMI header is > > available. > > > > Currenlty there is a feature called "dual bridge support" that > > is incompat

Re: [Ipmitool-devel] Build fails on Debian Etch / X86_64

2007-08-29 Thread Dmitry Frolov
* Steffen Grunewald <[EMAIL PROTECTED]> [29.08.2007 20:52]: > > However I want to ask developers, and especially Jean-Michel Audet, what > > they think about disabling this code by default, or even auto-detect if > > appropriate OpenIPMI header is available? > > I'd prefer that... Just commited

Re: [Ipmitool-devel] Build fails on Debian Etch / X86_64

2007-08-29 Thread Dmitry Frolov
* Steffen Grunewald <[EMAIL PROTECTED]> [29.08.2007 16:24]: > Hi all, > > trying to build ipmitool from current CVS (2007-08-29T09:00:00UTC), I get > > make[5]: Entering directory > `/.auto/home/root64/fai-buildpackages/ipmitool/src/plugins/open' > if /bin/sh ../../../libtool --silent --tag=CC

Re: [Ipmitool-devel] patch file for HPM.1 Upgrade (Related to Initiate Upgrade Action)

2007-08-28 Thread Dmitry Frolov
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [11.08.2007 06:19]: > Hi, > > Essential patch file for HPM.1 Upgrade. > > Changes done > - Initiate Upgrade Action (HPMFWUPG_UPGRADE_ACTION_UPGRADE) was called for > all components even > when single component was given on command line (hpm upgrade

Re: [Ipmitool-devel] Patch file for addition of RadiSys OEM Strings

2007-08-28 Thread Dmitry Frolov
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [03.08.2007 02:00]: > Hi, > > Patch file to add the RadiSys strings in the OEM Commited. Thanks! - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to f

Re: [Ipmitool-devel] [Fwd: Re: ETA for ipmitool v1.8.9?]

2007-08-28 Thread Dmitry Frolov
* Dmitry Frolov <[EMAIL PROTECTED]> [25.08.2007 13:59]: > * Carol Hebert <[EMAIL PROTECTED]> [10.08.2007 03:52]: > > > Hi, > > > > I am very sorry but I am still buried with other work and have been > > unable to come up for air long enough to get Stef

Re: [Ipmitool-devel] [Ipmitool-cvs] [Fwd: Re: ETA for ipmitool v1.8.9?]

2007-08-24 Thread Dmitry Frolov
* Carol Hebert <[EMAIL PROTECTED]> [10.08.2007 03:52]: > Hi, > > I am very sorry but I am still buried with other work and have been > unable to come up for air long enough to get Steffan Persvold's Feb. 16, > 2007 SOL patch and Feri's June 19, 2007 patch merged into the cvs tree. > Would one of

Re: [Ipmitool-devel] FreeBSD problem

2007-06-22 Thread Dmitry Frolov
cific, have You tried other platform? What version of ipmitool You are running and what hardware You are targeting? It also will be useful if You rerun this command with -vvv switch and show the whole result. wbr&w, dmitry. -- Dmitry Frolov <[EMAIL PROTECTED]> RISS-Telecom Network,

Re: [Ipmitool-devel] Error: Unable to establish LAN session

2007-03-04 Thread Dmitry Frolov
nterface, e.g "ipmitool -I open". > > Thanks, > Kishore > > On 3/2/07, Dmitry Frolov <[EMAIL PROTECTED]> wrote: > > > >* venkata kishore <[EMAIL PROTECTED]> [02.03.2007 11:51]: > > > >> >> Hi, > >> >> > >>

Re: [Ipmitool-devel] Error: Unable to establish LAN session

2007-03-01 Thread Dmitry Frolov
design. 2. You did not configured out-of-band communication on the target machine's BMC. You will need to do this using in-band interface (e.g ipmitool -I open). 3. Firewall between source and target prevents communicat

Re: [Ipmitool-devel] ETA for ipmitool v1.8.9?

2007-02-21 Thread Dmitry Frolov
o the > project and allow you to integrate the patches yourself. I had a look > at the mailing list archive, and believe I saw patches posted from Al > Chu, Arkadiusz Miskiewicz, Carol Hebert, Dmitry Frolov and Steffen > Persvold. I guess it would be a good idea to give cvs write access

Re: [Ipmitool-devel] Lead developer still busy, extra project admin appointed

2007-01-24 Thread Dmitry Frolov
#else --- src/ipmievd.c.orig Thu Sep 14 23:20:59 2006 +++ src/ipmievd.c Thu Jan 25 09:57:23 2007 @@ -58,7 +58,7 @@ # include # endif # include -# elif defined(HAVE_FREEBSD_IPMI_H) +# elif defined(HAVE_SYS_IPMI_H) # include # else # include "plugins/open/open.h"

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-08-12 Thread Dmitry Frolov
do for us what we wanted (generate netdumps via SMI > interrupts). I'm not sure if anyone else has used it regularly in 2 > years or so. We use bmc-watchdog from freeipmi 0.1.3 on several machines. Works perfectly. Thank You! wbr&w, dmitry. -- Dmitry Frolov <[EMAIL PROTECT

Re: [Ipmitool-devel] New ipmi watchdog daemon

2006-08-12 Thread Dmitry Frolov
this, but here is FreeBSD's watchdogd that can be used as a sample for watchdog daemon functionality: http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/usr.sbin/watchdogd/watchdogd.c [...] > > 5.) Other functionality? Non-daemonizing mode would be nice. wbr&w, dmitry. --