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

2006-07-24 Thread Al Chu
Hi David,

I'm not too sure off the top of my head.  One of the other developers
might have a better idea.

Admittedly, I sometimes do the binary search thing with my input files
(comment out certain chunks, see if it works or not, etc).  

One of the developers has re-done bmc-config.  So we hope many of these
bugs will go away in freeipmi 0.3.0.

Al

On Mon, 2006-07-24 at 11:52 -0700, Ennis, David wrote:
 
 
-- 
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] 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 PROTECTED]
Date: Tuesday, June 13, 2006 8:31 am
Subject: Re: [Freeipmi-users] Cat ate fish during bmc-config

 That's it man! With the change it worked.
 
 Thank you!
 
 
 cu, Frank.
 
 Albert Chu schrieb:
  Hi Frank,
  
  Hmmm, it's erroring out before the checkout of the parameter
  Lan_Privilege_Limit.  And the string-capitalize indicates there 
 was an
  error in the input.  
  
  Hmmm.  I suppose it's possible the privilege level limit is 
 invalid and
  doesn't map to a value correctly, thus bmc-config errors out.  I'll
  submit a bug for the other FreeIPMI developers that work on that 
 part of
  the code.
  
  In the meantime, could you try tweaking the code to give it a 
 shot? (or
  if you want, just holler and I'll build you a test rpm.)
  
  Modify fish/extensions/bc-common.scm and change
  
  (define privilege-limit-values '((callback. 1)
   (user. 2)
  SNIP
   (no_access   . #xF)))
  
  to
  
  (define privilege-limit-values '((reserved. 0)
   (callback. 1)
   (user. 2)
  SNIP
   (no_access   . #xF)))
  
  then reinstall of course.
  
  My current bet is the default config of your BMC is invalid, and 
 thus confuses bmc-config.
  
  Thanks,
  Al
  
 
 
 ___
 Freeipmi-users mailing list
 Freeipmi-users@gnu.org
 http://lists.gnu.org/mailman/listinfo/freeipmi-users
 



___
Freeipmi-devel mailing list
Freeipmi-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-devel