[Freeipmi-devel] Fujitsu's iRMC S2 - support for reading/writing of some configspace variables within ipmi-oem

2010-09-27 Thread Dan Lukes
Hi. The Fujitsu's iRMC has implemented proprietary function for reading/writing internal configuration variables. Some of them hold the informations related to host operating system - for example OS version, hostname, system location and so on. Then they are shown on (for example) CLI and

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

2010-08-17 Thread Dan Lukes
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: --- int main (int argc, char **argv) { char x[684*1024]; } --- Compiled and linked: gcc -shared

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

2010-08-17 Thread Dan Lukes
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 the number record ID is silently changed to something else. I recommend not to allow out-of-range

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

2010-08-16 Thread Dan Lukes
On 08/16/10 19:55, Albert Chu: This should already be handled. Where you think it is handled ? I found cmd_args-config_file = NULL; within _init_common_cmd_args (cmd_args) only. I found no other place called from ipmi-sensor that initialize config_file (not counting the command-line