Re: [Freeipmi-devel] interruptible driver calls

2005-04-20 Thread Albert Chu
Bmc-watchdog uses the interruptible functions. Al -- Albert Chu [EMAIL PROTECTED] Lawrence Livermore National Laboratory - Original Message - From: Anand Babu [EMAIL PROTECTED] Date: Tuesday, April 19, 2005 5:07 pm Subject: [Freeipmi-devel] interruptible driver calls Any one using

[Freeipmi-devel] Re: Old libfreeipmi bug fix

2005-05-13 Thread Albert Chu
, IPMI_BMC_IPMB_LUN_BMC, (rq_seq % (IPMI_LAN_SEQ_NUM_MAX + 1)), cmd_rq, tmpl_rq, cmd_rs, tmpl_rs); Al -- Albert Chu [EMAIL PROTECTED] Lawrence Livermore National Laboratory - Original Message - From: Cress, Andrew R [EMAIL PROTECTED] Date: Friday, May 13, 2005 9:00 am Subject

[Freeipmi-devel] [bug #13076] ipmi_lan_open_session error -1 with libfreeipmi-0.1.3

2005-05-13 Thread Albert Chu
Update of bug #13076 (project freeipmi): Open/Closed:Open = Closed ___ Follow-up Comment #1: patch was applied post 0.1.3 :-( Its already in 0.2.0 Al

[Freeipmi-devel] using gcrypt

2005-05-18 Thread Albert Chu
Any issues if we switch over to gcrypt for md5, md2, hmac, sha, and all future digest/encryption/etc. in libfreeipmi? Al -- Albert Chu [EMAIL PROTECTED] Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org

Re: [Freeipmi-devel] Need to issue commands to non-BMC slave addresses

2005-05-25 Thread Albert Chu
transactions go to the BMC slave address, but its apparently not a correct assumption. I'll add it to the todo list. Al -- Albert Chu [EMAIL PROTECTED] Lawrence Livermore National Laboratory - Original Message - From: Cress, Andrew R [EMAIL PROTECTED] Date: Wednesday, May 25, 2005 8:50 am

Re: RE: [Freeipmi-devel] FreeBSD 5.4 / freeipmi 0.1.3 w/ Intel SE7210 motherboard

2005-06-20 Thread Albert Chu
Ahhh, the National Semiconductor BMC. Another user had problems with that BMC. It was replying to 'ipmipower' with invalid sequence numbers. A workaround is already commited in CVS. Al -- Albert Chu [EMAIL PROTECTED] Lawrence Livermore National Laboratory - Original Message - From

Re: [Freeipmi-devel] FreeBSD 5.4 / freeipmi 0.1.3 w/ Intel SE7210

2005-06-20 Thread Albert Chu
?) Sure, I'll add it to my list of todo's. Al -- Albert Chu [EMAIL PROTECTED] Lawrence Livermore National Laboratory - Original Message - From: Anand Babu [EMAIL PROTECTED] Date: Monday, June 20, 2005 3:29 pm Subject: Re: [Freeipmi-devel] FreeBSD 5.4 / freeipmi 0.1.3 w/ Intel SE7210

Re: [Freeipmi-devel] ipmi_lan_open_session() question

2005-09-27 Thread Albert Chu
Yeah that was a typo Didn't fix my problem though. Hmmm. Does something like 'ipmipower' atleast work? Al -- Albert Chu [EMAIL PROTECTED] Lawrence Livermore National Laboratory - Original Message - From: James Laros [EMAIL PROTECTED] Date: Tuesday, September 27, 2005 4:12 pm

[Freeipmi-devel] ipmiping 2.0 patch

2005-10-31 Thread Albert Chu
Does someone out there have a ipmi 2.0 machine[1] that could sanity check this patch?? After applying and compiling, try: ipmiping -r 2.0 hostname and ipmiping -r 2.0 -v hostname Thanks, Al [1] - That we believe is actually compliant to some degree or another. -- Albert Chu [EMAIL PROTECTED

[Freeipmi-devel] ipmi 2.0 branch

2005-10-31 Thread Albert Chu
Ab, Bala, etc., I'm starting some development in the branch 'al_ipmi_2_0_branch'. Al -- Albert Chu [EMAIL PROTECTED] Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman

[Freeipmi-devel] gcrypt

2005-11-03 Thread Albert Chu
. In other words, we'll stick with the MD2 and MD5 libraries I added into libfreeipmi from ipmipower. I'll be removing my SHA1 and HMAC code in favor of gcrypt for all IPMI 2.0 stuff. Al -- Albert Chu [EMAIL PROTECTED] Lawrence Livermore National Laboratory

Re: [Freeipmi-devel] ipmi 2.0 branch

2005-11-03 Thread Albert Chu
in the direction of what new API calls/options/whatever aren't working. Al -- Albert Chu [EMAIL PROTECTED] Lawrence Livermore National Laboratory - Original Message - From: Anand Babu [EMAIL PROTECTED] Date: Thursday, November 3, 2005 6:50 pm Subject: Re: [Freeipmi-devel] ipmi 2.0 branch

[Freeipmi-devel] [sr #104828] support option to delete a range of sel entries

2005-11-11 Thread Albert Chu
URL: http://savannah.gnu.org/support/?func=detailitemitem_id=104828 Summary: support option to delete a range of sel entries Project: GNU FreeIPMI Submitted by: chu11 Submitted on: Fri 11/11/05 at 15:44 Category:

[Freeipmi-devel] Re: how to join the freeipmi development

2005-12-09 Thread Albert Chu
it is complete though, IPMI 2.0 work can be done in parallel in the various FreeIPMI tools, which we be very welcome to have you help with :-) Al -- Albert Chu [EMAIL PROTECTED] Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original Message

[Freeipmi-devel] FreeIPMI testsuite

2005-12-13 Thread Albert Chu
Celsius) C) over LAN and In-Band There would have to be a config file that the user must input IP addresses, usernames, and etc. What are your ideas? Al -- Albert Chu [EMAIL PROTECTED] Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original

Re: [Freeipmi-devel] FIID Re-Implementation

2006-01-19 Thread Albert Chu
are never passed around anymore. 4) I'm going to develop an iterator interface for this API soon too. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original Message - From: Albert Chu [EMAIL

Re: [Freeipmi-devel] warnings patch

2006-01-20 Thread Albert Chu
Hi Anand, So I can carry things down into my branches, it seems that all the fixes are (uint8_t *) casts on anything that was originally a char * ?? Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory

[Freeipmi-devel] Re: UDM error codes

2006-02-02 Thread Albert Chu
a normal condition. For example if you pass a bad username in a get session challenge packet, the BMC responds with a shortened packet with a bad comp-code. I handle this condition in unassemble_ipmi_lan_pkt() and fiid_obj_dump_lan(). Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer

Re: [Freeipmi-devel] more frequent releases

2006-02-02 Thread Albert Chu
ask people to get the latest checked in version, most people by default won't have GNU Arch installed on their systems. So it'll be more difficult for them to actually get a recently checked in version. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems

[Freeipmi-devel] Re: lets meet again

2006-02-03 Thread Albert Chu
Sounds good. I can't do Sunday since it's Superbowl day :-) Otherwise any day. Are you willing to meet today? I think I'll be done with my fiid reimplementation before noon. We could meet at the starbucks again? Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High

[Freeipmi-devel] fiid reimplementation notes

2006-02-03 Thread Albert Chu
the exception. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman/listinfo

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

2006-02-08 Thread Albert Chu
in the spec? Thanks, Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman/listinfo

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

2006-02-08 Thread Albert Chu
Cool thanks. It's in the IPMI 1.5 spec errata, but not the IPMI 1.5 + 2.0 spec errata. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original Message - From: Bala.A [EMAIL PROTECTED] Date

[Freeipmi-devel] [bug #15689] doc/examples don't build

2006-02-09 Thread Albert Chu
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=15689 Summary: doc/examples don't build Project: GNU FreeIPMI Submitted by: chu11 Submitted on: Thu 02/09/06 at 16:19 Category: None Severity: 3 -

[Freeipmi-devel] code cleanup/auditting for libfreeipmi

2006-02-14 Thread Albert Chu
for reading the code along with the spec. 4) Of course there is duplicate code, unused code, random crapola that I'm cleaning up / removing along the way. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory

Re: [Freeipmi-devel] code cleanup/auditting for libfreeipmi

2006-02-15 Thread Albert Chu
. Abbreviating words leads to people abbreviating differently or not at all in various places. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original Message - From: Albert Chu [EMAIL PROTECTED

[Freeipmi-devel] latest 0.3.0 merged into head

2006-02-17 Thread Albert Chu
, they will be put into other directories/libs. They're still there now. 4) There's still more to go. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi

Re: [Freeipmi-devel] freebsd sys/time.h

2006-02-26 Thread Albert Chu
Thanks Dmitry. I'll assume it was a typo then. I'll fix it up. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original Message - From: Dmitry Frolov [EMAIL PROTECTED] Date: Saturday

[Freeipmi-devel] [bug #16094] cannot debug fish commands when LAN is used

2006-03-14 Thread Albert Chu
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16094 Summary: cannot debug fish commands when LAN is used Project: GNU FreeIPMI Submitted by: chu11 Submitted on: Tue 03/14/06 at 18:04 Category: fish

[Freeipmi-devel] [bug #16093] ipmi-sensors help outputs with wrong program name

2006-03-16 Thread Albert Chu
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16093 Summary: ipmi-sensors help outputs with wrong program name Project: GNU FreeIPMI Submitted by: chu11 Submitted on: Tue 03/14/06 at 18:02 Category: fish

[Freeipmi-devel] [sr #103662] bmc-config should checkout/commit based on number of users

2006-03-16 Thread Albert Chu
Update of sr #103662 (project freeipmi): Priority: 1 - Later = 5 - Normal Severity:1 - Wish = 3 - Normal Status: Postponed = None

[Freeipmi-devel] Re: symbols missing problem

2006-03-27 Thread Albert Chu
could rebuild the rpms and we could stick em all on the website. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original Message - From: Rene Salmon [EMAIL PROTECTED] Date: Friday, March 24

[Freeipmi-devel] [bug #16198] website links broken

2006-03-27 Thread Albert Chu
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16198 Summary: website links broken Project: GNU FreeIPMI Submitted by: chu11 Submitted on: Mon 03/27/06 at 09:49 Category: Documentation

Re: [Freeipmi-devel] Re: [Freeipmi-users] ipmi_open_inband no such device on Ibm e325

2006-04-03 Thread Albert Chu
Second thing I may try is to increase the value of libfreeipmi/src/ipmi-kcs-api.c:IPMI_KCS_SLEEP_USECS to something higher. Because MSI's BMC is slow in I/O. Why don't we make it a command-line option for all in-band tools? Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist

Re: [Freeipmi-devel] IBM e325 and GNU FreeIPMI

2006-04-03 Thread Albert Chu
) if the firmware is bad. Otherwise how will any user with bad firmware ever use FreeIPMI? Especially if IBM never releases a fix (they may not be obligated to). Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National

Re: [Freeipmi-devel] IBM e325 and GNU FreeIPMI

2006-04-03 Thread Albert Chu
And I'll add that we can easily document these workarounds into the manpages/docs. Please see how I did the ipmipower manpage for all the non-compliant vendors I've found. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore

Re: [Freeipmi-devel] [bug #16259] --no-probing broken

2006-04-03 Thread Albert Chu
I got it. Mistake due to API changes. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original Message - From: Anand Babu [EMAIL PROTECTED] Date: Monday, April 3, 2006 6:44 pm Subject

[Freeipmi-devel] [bug #16259] --no-probing broken

2006-04-03 Thread Albert Chu
Update of bug #16259 (project freeipmi): Open/Closed:Open = Closed ___ Follow-up Comment #1: fixed logic bug ___ Reply to this

Re: [Freeipmi-devel] 0.2.1 development patch

2006-04-04 Thread Albert Chu
Ok. Well, I still think we should add the note to all in-band tools. So that users atleast know where to be pointed to. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original Message

[Freeipmi-devel] [bug #16270] udm - out of band hangs on lost packets

2006-04-05 Thread Albert Chu
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16270 Summary: udm - out of band hangs on lost packets Project: GNU FreeIPMI Submitted by: chu11 Submitted on: Wednesday 04/05/06 at 09:49 Category: fish

[Freeipmi-devel] [bug #16271] on ipmi error close session

2006-04-06 Thread Albert Chu
Update of bug #16271 (project freeipmi): Open/Closed:Open = Closed ___ Follow-up Comment #1: maybe not a bug ___ Reply to this

[Freeipmi-devel] [bug #16283] udm-raw interface should be passed lun netfn as parameters, not in the buffer

2006-04-06 Thread Albert Chu
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16283 Summary: udm-raw interface should be passed lun netfn as parameters, not in the buffer Project: GNU FreeIPMI Submitted by: chu11 Submitted on: Thursday 04/06/06 at 08:53

[Freeipmi-devel] [bug #16291] in-band --driver-address option should take hex input

2006-04-06 Thread Albert Chu
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16291 Summary: in-band --driver-address option should take hex input Project: GNU FreeIPMI Submitted by: chu11 Submitted on: Thursday 04/06/06 at 16:10 Category:

[Freeipmi-devel] [bug #16292] ibm e325 workaround documention needed for 0.3.0

2006-04-06 Thread Albert Chu
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16292 Summary: ibm e325 workaround documention needed for 0.3.0 Project: GNU FreeIPMI Submitted by: chu11 Submitted on: Thursday 04/06/06 at 16:16 Category:

[Freeipmi-devel] [bug #16292] ibm e325 workaround documention needed for 0.3.0

2006-04-06 Thread Albert Chu
Follow-up Comment #1, bug #16292 (project freeipmi): and info/web docs ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16292 ___ Message sent via/by

[Freeipmi-devel] [bug #16293] privilege minimums should be stated in manpages

2006-04-06 Thread Albert Chu
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16293 Summary: privilege minimums should be stated in manpages Project: GNU FreeIPMI Submitted by: chu11 Submitted on: Thursday 04/06/06 at 16:35 Category:

Re: [Freeipmi-devel] bmc-config ipmi 2.0 problem

2006-04-11 Thread Albert Chu
a --checkout. After some thinking, I think Password and Password20 are the options I'll go with. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original Message - From: Albert Chu [EMAIL PROTECTED

Re: [Freeipmi-devel] GUILE 1.8 build problem!

2006-04-28 Thread Albert Chu
Hi, So we know, what version of FreeIPMI was this. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original Message - From: Harshavardhana Ranganath [EMAIL PROTECTED] Date: Friday, April 28

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

2006-05-02 Thread Albert Chu
Hi Gernot, Do you know if 0.2.0 worked? Or hopefully atleast 0.1.3? I'm wondering what could have been messed up along the way. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original Message

[Freeipmi-devel] Re: [Freeipmi-users] Cat ate fish during bmc-config

2006-06-13 Thread Albert Chu
Great. A.B., Bala, any time frame on a fix? Perhaps we can push this in before a 0.2.2 release? Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory - Original Message - From: Frank Hempel [EMAIL

[Freeipmi-devel] Re: Avati's contributions

2006-07-06 Thread Albert Chu
] A Supercomputing Company. -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman

Re: [Freeipmi-devel] removed ipmi_locate_defaults_get_dev_info() in things_to_try list

2006-07-24 Thread Albert Chu
the user must also input the address/registerspacing/etc. into the inband tools? Otherwise probing will always fail. I've reverted this change, because I have a machine which has no probing information. It simply implements the IPMI defaults. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311

[Freeipmi-devel] bmc-config pef checkout

2006-07-28 Thread Albert Chu
with the code? Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman/listinfo

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

2006-09-05 Thread Albert Chu
___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman/listinfo/freeipmi-devel -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory

[Freeipmi-devel] bmc-info re-architect - please carry over to other tools

2007-01-12 Thread Albert Chu
the exit code for the program should be. This prevents early termination based on errors and ensures the correct exit code for each thread can be carried until the end. Please see the changes to bmc-info and you'll see what I mean. Thanks, Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer

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

2007-02-21 Thread Albert Chu
, 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 changes I made? I'm confused. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National

Re: [Freeipmi-devel] Patch for hex k_g keys in ipmipower, take 2

2007-04-27 Thread Albert Chu
and bmc-config equivalent support too? Thanks, Al On Thu, 2007-04-26 at 22:47 -0700, Albert Chu wrote: Hey Levi, Looks pretty good. Some minor nit-picks. Fixed those, and I prevented printing out a key starting with a literal '0x' in ascii. --Levi -- Albert Chu [EMAIL

Re: [Freeipmi-devel] docs/ directory

2007-04-28 Thread Albert Chu
can start cleaning up. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org

Re: [Freeipmi-devel] Patch for hex k_g keys in ipmiconsole and bmc-config + bugfix

2007-05-03 Thread Albert Chu
/mailman/listinfo/freeipmi-devel -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org

Re: [Freeipmi-devel] Patch for hex k_g keys in ipmiconsole and bmc-config + bugfix

2007-05-04 Thread Albert Chu
that didn't exist on the BMC. Is this correct? --Levi ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman/listinfo/freeipmi-devel -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High

[Freeipmi-devel] 0.3.3 release ready?

2007-05-04 Thread Albert Chu
We've got ourselves a nice chunk of bug fixes. Shall we release 0.3.3? Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list

[Freeipmi-devel] sorry for all the bug spam

2007-05-09 Thread Albert Chu
buglist hadn't been cleaned up in probably 10-12 months or so. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi

[Freeipmi-devel] use threadsafe functions

2007-05-13 Thread Albert Chu
-- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman/listinfo/freeipmi-devel

[Freeipmi-devel] bmc-autoconfig: drop for 0.5.0 release?

2007-08-13 Thread Albert Chu
I'm thinking of dropping this from FreeIPMI: A) It doesn't seem to be maintained by the original authors. B) It apparenly only configures 3 fields of the BMC. No users, lan enabling, etc. I don't really see the use anymore. Any comments? Anyone out there using this? Al -- Albert Chu

[Freeipmi-devel] FreeIPMI 0.4.3 Released

2007-08-14 Thread Albert Chu
config option issues. o Fix usage help in ipmiconsole. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org

[Freeipmi-devel] FreeIPMI 0.4.4 Released

2007-09-18 Thread Albert Chu
-- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman/listinfo/freeipmi-devel

Re: [Freeipmi-devel] Bug report version 0.4.3

2007-09-18 Thread Albert Chu
for the catch. Al ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman/listinfo/freeipmi-devel -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore

[Freeipmi-devel] Re: [Freeipmi-users] freeipmi on freebsd 4.x

2007-11-22 Thread Albert Chu
-- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman/listinfo/freeipmi-devel

Re: [Freeipmi-devel] 0.5.0.beta1 FreeBSD 5.x compatibility patch

2007-11-24 Thread Albert Chu
/listinfo/freeipmi-devel -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman

[Freeipmi-devel] FreeIPMI 0.5.1 Released

2007-12-07 Thread Albert Chu
more useful information. For example, IPMI_ERR_PRIVILEGE is now IPMI_ERR_PRIVILEGE_LEVEL_CANNOT_BE_OBTAINED and the error message has been updated appropriately. o Various bug fixes and enhancements. Al -- Albert Chu [EMAIL PROTECTED] 925-422-5311 Computer Scientist High Performance

[Freeipmi-devel] [bug #24300] ipmiconsole cannot connect to various Intel servers

2009-01-20 Thread Albert Chu
Update of bug #24300 (project freeipmi): Status:None = Fixed Assigned to:None = chu11 Open/Closed:Open = Closed

[Freeipmi-devel] [bug #24300] ipmiconsole cannot connect to various Intel servers

2009-10-06 Thread Albert Chu
Follow-up Comment #7, bug #24300 (project freeipmi): Sorry, never documented that I fixed them. I think we dealt with it in e-mail. It was fixed in the 0.7.4 release. 0.7.4 - 12/15/08 snip o Fix Intel IPMI 2.0 workarounds in all tools/libraries. snip

[Freeipmi-devel] [sr #105351] Does anyone accomplish the work of run FreeIPMI on cygwin?

2010-02-12 Thread Albert Chu
Update of sr #105351 (project freeipmi): Open/Closed:Open = Closed ___ Reply to this item at: http://savannah.gnu.org/support/?105351 ___

[Freeipmi-devel] Re: FreeIPMI beta w/ BMC watchdog workaround for Sun machines

2010-06-22 Thread Albert Chu
this sleep(5) makes it work on the 4100? Al -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman

Re: [Freeipmi-devel] ipmiconsole on FreeBSD

2010-06-24 Thread Albert Chu
___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://*lists.gnu.org/mailman/listinfo/freeipmi-devel -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory

[Freeipmi-devel] Re: FreeIPMI beta w/ BMC watchdog workaround for Sun machines

2010-06-28 Thread Albert Chu
Hey Dave, Ok. I'll put a sleep(5) like workaround-addition into bmc-watchdog. Al On Mon, 2010-06-28 at 08:06 -0700, Dave Love wrote: I thought I'd replied to this before... Albert Chu ch...@llnl.gov writes: Just want to clarify, you're saying this sleep(5) makes it work on the 4100

[Freeipmi-devel] Another FreeIPMI beta w/ BMC watchdog workaround for Sun machines

2010-06-28 Thread Albert Chu
))) +{ + _daemon_cmd_error_noexit (Get Watchdog Timer, ret); + goto sleep_now; +} + + previous_present_countdown_seconds = present_countdown_seconds; +} + sleep_now: if (gettimeofday (end_tv, NULL) 0) { Al -- Albert Chu ch...@llnl.gov Computer

Re: [Freeipmi-devel] Re: Another FreeIPMI beta w/ BMC watchdog workaround for Sun machines

2010-07-06 Thread Albert Chu
. When running the loop with bmc-watchdog -r it takes 5-6 hours but then the machine is powered off, too. Kind of strange watchdog that can shutdown the machine when you reset it :-( Another thing for Sun to fix... cu, Frank -- Albert Chu ch...@llnl.gov Computer Scientist High

Re: [Freeipmi-devel] Re: Another FreeIPMI beta w/ BMC watchdog workaround for Sun machines

2010-07-07 Thread Albert Chu
personally never tested on Solaris. So who knows if the /dev/bmc was really programmed correctly. I may have screwed up. Is this only happening on one motherboard? I have this feeling that maybe the board is just busted. Al On Tue, 2010-07-06 at 23:52 -0700, Frank Steiner wrote: Albert Chu wrote

RE: [Freeipmi-devel] configure: warning while processing for powerpc / Open embedded target

2010-07-07 Thread Albert Chu
be defining HAVE_SYS_IO_H because that's what ipmi-kcs-driver.c ends up trying to include. Where are HAVE_[SYS/ASM]_IO_H determined and is there something I can do for a quick and dirty fix? Thanks again, Dick -Original Message- From: Albert Chu [mailto:ch...@llnl.gov] Sent: Tuesday

[Freeipmi-devel] Re: Modifications necessary for our PPC environment.

2010-07-08 Thread Albert Chu
) This is an easy fix, and I'll make sure it's in the next FreeIPMI release (and in other areas getopt() is called). Hopefully fixes for these can be included in the next release? Thanks for your help in getting freeipmi up and working on our target. Dick D. -- Albert Chu ch...@llnl.gov Computer

Re: [Freeipmi-devel] Re: Another FreeIPMI beta w/ BMC watchdog workaround for Sun machines

2010-07-08 Thread Albert Chu
Hey Dave, On Wed, 2010-07-07 at 12:49 -0700, Dave Love wrote: Albert Chu ch...@llnl.gov writes: On the flip side, I've personally never tested on Solaris. So who knows if the /dev/bmc was really programmed correctly. I may have screwed up. Well the watchdog daemon has been running

Re: [Freeipmi-devel] Patch for SHA256 Support

2010-07-29 Thread Albert Chu
from). The modifications itself are straight forward, I just had to find all the places. Comments or feedback is more than welcome, especially if it works with other vendor implementations. Thanks, Holger -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems

Re: [Freeipmi-devel] FreeIPMI moving to subversion

2010-08-11 Thread Albert Chu
members, please adjust to use ssh). Al On Mon, 2010-08-09 at 16:06 -0700, Albert Chu wrote: Hey everyone, Just as a heads up, I plan to move the FreeIPMI repo from CVS to SVN sometime in the near future. So for those who may be cloning/updating/etc. from the repo, be aware that it'll change

[Freeipmi-devel] Re: Fujitsu's iRMC S2 - support for get SEL entry long text within ipmi-oem

2010-08-16 Thread Albert Chu
implementation of ipmi-sel than I have. Someone with better skills may implement it (using the code from patch). Then I can help with testing, if necessary. Hope it help, but you can freely ignore this message if not interested. Dan -- Albert Chu ch...@llnl.gov Computer Scientist High

RE: [Freeipmi-devel] Patch for SHA256 Support

2010-08-16 Thread Albert Chu
/technology/product/dcmi/specification.htm Holger ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://*lists.gnu.org/mailman/listinfo/freeipmi-devel -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems Division

[Freeipmi-devel] Re: ipmi-sensors abends when configuration file not specified at all

2010-08-16 Thread Albert Chu
Hi Dan, On Mon, 2010-08-16 at 11:51 -0700, Dan Lukes wrote: On 08/16/10 19:55, Albert Chu: This should already be handled. Where you think it is handled ? In config_file_parse() there is eventually this line: if (!filename) filename = FREEIPMI_CONFIG_FILE_DEFAULT; and then filename

RE: [Freeipmi-devel] Re: Fujitsu's iRMC S2 - support for get SEL entry long text within ipmi-oem

2010-08-17 Thread Albert Chu
command beforehand, you can evaluate the Get Device Id response: Vendor ID: 0x2880 ProductId: should be = 0x0200 Holger -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory

[Freeipmi-devel] Re: Fujitsu's iRMC S2 - support for get SEL entry long text within ipmi-oem

2010-08-17 Thread Albert Chu
-- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman/listinfo/freeipmi-devel

Re: [Freeipmi-devel] Re: Fujitsu's iRMC S2 - support for get SEL entry long text within ipmi-oem

2010-08-17 Thread Albert Chu
Hey Dan, On Tue, 2010-08-17 at 11:04 -0700, Albert Chu wrote: Hey Dan, Finally got a chance to look through your patch. For the most part it's fine. I'll tweak a few formatting things to be consistent to other parts of FreeIPMI, and I think I'll do first and last instead of 0 or -1

[Freeipmi-devel] Re: ipmi-sensors abends when configuration file not specified at all

2010-08-17 Thread Albert Chu
Hey Dan, Glad it's not a freeipmi issue. That is quite odd though. Al On Tue, 2010-08-17 at 13:04 -0700, Dan Lukes wrote: On 08/16/10 22:40, Albert Chu: This should already be handled. You are true, problem is elsewhere. I croped the sources to just

[Freeipmi-devel] Re: Fujitsu's iRMC S2 - support for get SEL entry long text within ipmi-oem

2010-08-17 Thread Albert Chu
ChangeLog and NEWS conflicts in this patch, but you can ignore those of course. The code patches appear to apply cleanly to FreeIPMI 0.8.8. On Tue, 2010-08-17 at 12:13 -0700, Dan Lukes wrote: On 08/17/10 20:04, Albert Chu: I'll tweak a few formatting things to be consistent to other parts

Re: [Freeipmi-devel] Patch for SHA256 Support

2010-08-18 Thread Albert Chu
(where the Cipher Suite number is taken from). The modifications itself are straight forward, I just had to find all the places. Comments or feedback is more than welcome, especially if it works with other vendor implementations. Thanks, Holger -- Albert Chu ch...@llnl.gov

[Freeipmi-devel] Re: Fujitsu's iRMC S2 - support for get SEL entry long text within ipmi-oem

2010-08-18 Thread Albert Chu
Hey Dan, Responses inlined below. On Tue, 2010-08-17 at 16:19 -0700, Dan Lukes wrote: On 08/17/10 23:10, Albert Chu: Attached is my reworked patch for ipmi-oem. Can you give it a shot and LMK if it works? Done. Some notes: 1. -- if user call for record id = 65536

RE: [Freeipmi-devel] Re: Fujitsu's SDR cache bug

2010-08-18 Thread Albert Chu
: [ EBh] = checksum2[ 8b] -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list Freeipmi-devel@gnu.org http://lists.gnu.org/mailman/listinfo

RE: [Freeipmi-devel] Re: Fujitsu's iRMC S2 - support for get SEL entry long text within ipmi-oem

2010-08-19 Thread Albert Chu
an error if user isn't specifying atleast admin privilege??? Not entirely sure at this point, we'll ponder this a bit more. Al Holger -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory

RE: [Freeipmi-devel] Re: Fujitsu's iRMC S2 - support for get SEL entry long text within ipmi-oem

2010-08-20 Thread Albert Chu
on integration of Fujitsu specific OEM sensor information into freeipmi, at least this would show some better information for the SEL than today when running without -l admin but with --interpret-oem-data. Cool! Al Holger -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems

[Freeipmi-devel] FreeIPMI 0.8.9 Released

2010-08-20 Thread Albert Chu
--enable-rawdumps compile option. o Support SHA256 in IPMI 2.0. o Other minor bug fixes. Al -- Albert Chu ch...@llnl.gov Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory ___ Freeipmi-devel mailing list

[Freeipmi-devel] Re: [Freeipmi-users] FreeIPMI 0.8.9 Released

2010-08-20 Thread Albert Chu
Oops, didn't update the link properly. http://ftp.gluster.com/pub/freeipmi/0.8.9/ Al On Fri, 2010-08-20 at 13:51 -0700, Albert Chu wrote: http://ftp.gluster.com/pub/freeipmi/0.8.8/ FreeIPMI 0.8.9 - 08/20/10 - o In ipmi-sel and ipmimonitoring, workaround Supermicro

Re: [Freeipmi-devel] Re: Patch for Fujitsu OEM Sensor Types and SEL decoding

2010-09-09 Thread Albert Chu
-sensors: No additional arguments 2000 | DIMM-1A | OEM Reserved| N/A| N/A | 'Unrecognized State' --interpret-oem-data 2000 | DIMM-1A | OEM Memory Status | N/A| N/A | 'OK' Holger -- Albert Chu ch...@llnl.gov Computer Scientist

  1   2   3   4   5   >