Re: [Freeipmi-devel] 0.3.3 release ready?

2007-05-04 Thread Bala.A
Hi Al, We've got ourselves a nice chunk of bug fixes. Shall we release 0.3.3? As I don't have much close look, please go ahead if you feel good. I guess, AB will not be available till mid of this month. Thanks, Regards, Bala --- Free as in freedom http://www.gnu.org/

Re: [Freeipmi-devel] docs/ directory

2007-04-29 Thread Bala.A
Hi Al, 1) freeipmi.texi, version-doc.texi, authors.texi, gpl.texi, fdl.texi Most of this doc is just cut and pasted from the manpages and other .txt files, it's already grown out of date, and nobody bothers to keep up with it. I figure someone will get mad at me if I remove the above.

Re: [Freeipmi-devel] FreeIPMI Issues

2007-04-23 Thread Bala.A
Hi Levi, Firstly, I would say thanks for your appreciation. We'd also like some more extensive PEF configuration options in bmc-config, but I haven't looked into that with any detail yet. In the current FreeIPMI development CVS branch has separate tool called ipmi-pef. The tool is under

Re: [Freeipmi-devel] FreeIPMI Issues

2007-04-23 Thread Bala.A
Hi Levi, We'd definitely be interested in splitting the workload with you if Bala is open to it. Fantastic. It will be great help for us. The current status of ipmi-pef tool is, it just dumps Event Filter Table and Alert Policy Table in commented texts in stdout or filename like

Re: [Freeipmi-devel] 2/18 change - configure.ac: fix of automake init

2007-02-21 Thread Bala.A
Hi Al, ./autogen.sh failed with your chance. I use autoconf 2.61 automake 1.8.5 Thanks, Regards, Bala --- Free as in freedom http://www.gnu.org/ Bala, Is there a reason you reverted my fix to configure.ac from 2/16/07? Do you guys run an older autoconf version that didn't support the

Re: [Freeipmi-devel] bmc-config pef checkout

2006-07-28 Thread Bala.A
Hi Al, PEF commands give 0x1C completion code on IPMI 2.0 machine. I think, most of IPMI boxes don't have PEF. If possible, can you try Intel proprietary tools to know whether the box supports PEF. Unfortunately I don't have physical access to IPMI machines here Thanks, Bala --- Free as in

[Freeipmi-devel] FreeIPMI 0.2.3 released

2006-07-25 Thread Bala.A
FreeIPMI 0.2.3: ftp://ftp.zresearch.com/pub/freeipmi/LATEST Updates: - Lot of bug fixes. - added LAN packet retransmission. - Bug fixes in SSIF driver. Known issue: - SSIF driver probing returns invalid IPMB address. Users are requested to pass IPMB address via command

[Freeipmi-devel] Re: now ipmi-sel is in C

2006-07-11 Thread Bala.A
. I still think we should still revert the code, so that the differences between the different releases are still kept to a minimum. Al On Fri, 2006-07-07 at 18:39 -0700, Bala.A wrote: Hi Al, packet retransmission code is only in UDM. I did code cleanup in ipmi_lan_sendto() and forgot

[Freeipmi-devel] Re: now ipmi-sel is in C

2006-07-11 Thread Bala.A
Could you tell describe about this bug? Bala --- Free as in freedom http://www.gnu.org/ now freeipmi main branch has C version of ipmi-sel. I have removed scheme version of ipmi-sel. Just remembered, how will we be dealing with bug #16278?

[Freeipmi-devel] Re: now ipmi-sel is in C

2006-07-07 Thread Bala.A
Hi Al, packet retransmission code is only in UDM. I did code cleanup in ipmi_lan_sendto() and forgot to initialize packet_size variable. Because of that, ipmi_lan_sendto() was failing. Thanks, Bala --- Free as in freedom http://www.gnu.org/ On Fri, 2006-07-07 at 15:20 -0700, Anand Babu

[Freeipmi-devel] improved ssif driver

2006-05-10 Thread Bala.A
Hi Al / Gernot, I have added significant improvements to ssif driver in Release-0_2_0_branch. This may not work in FreeBSD, but please test it. If freeipmi commands fail, try with --no-probing. Here is an example of bmc-info. bmc-info --no-probing -D SSIF --driver-address=66

Re: [Freeipmi-devel] freeipmi-0.2.1 fails on SE7210 using FreeBSD 6.0

2006-05-04 Thread Bala.A
Hi Al, I'm going to remove ipmi 2.0 card today and mostly SSIF will be ready in 2 to 3 days. Thanks, Bala --- Free as in freedom http://www.gnu.org/ Hey Gernot, Doh! That's right, a lot of the Intel boards use SSIF. SSIF isn't working in FreeIPMI yet. One of the other developers, Bala,

Re: [Freeipmi-devel] sensor type code 12h , offset 05h

2006-02-08 Thread Bala.A
Hi Al, Page No. 378 (400 in pdf viewer) in latest IPMI v1.5 spec. Thanks, Bala --- Free as in freedom http://www.gnu.org/ Hi Bala, I noticed in ipmi-sensor-event-messages.c that you have code indicating offset 05h for sensor type code 12h (system event). I cannot find offset 05h in the

Re: [Freeipmi-devel] fiid_obj_get bugs

2006-01-17 Thread Bala.A
Index: bit-ops.c === RCS file: /cvsroot/freeipmi/freeipmi/libfreeipmi/src/bit-ops.c,v retrieving revision 1.3 diff -r1.3 bit-ops.c 47,48c47,48 uint64_t lsb_ones = 0xFFULL; uint64_t msb_ones =