Re: [Freeipmi-users] FreeIPMI recognizes OEM sensor, but it does not return a reasonable state for it

2011-02-21 Thread larsen...@web.de


Open /etc/freeipmi/freeipmi_interpret_sensor.conf and go to the lines  
like this:

Try uncommenting all of the IPMI_OEM_Bitmask lines, and then see if
it works (remember to specify --interpret-oem-data).


I edited the file in /usr/local/... and it worked.



Hopefully the above works.  Now, commenting the above lines back, see
if the attached patch works.  (Basically, I wrote the function for
doing this by default, but forgot to call it).


Yes, now also works fine. Thanks!


Cheers
Lars

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


Re: [Freeipmi-users] error while loading shared libraries: libfreeipmi.so.10: cannot open shared object file: No such file or directory

2011-02-15 Thread larsen...@web.de

Hi,


on my box with Ubuntu 10.10 I had to create a .conf file
in /etc/ld.so.conf.d/ - I named it /etc/ld.so.conf.d/freeipmi.conf
with the following contents:

/usr/local/lib


I already had a file /etc/ld.so.conf.d/libc.conf with that content and  
after running ldconfig the libs were added, so I can run the tools without  
problems now. Thanks for that hint!


Shouldn´t ldconfig be ran automatically by make install?


Lars

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


[Freeipmi-users] error while loading shared libraries: libfreeipmi.so.10: cannot open shared object file: No such file or directory

2011-02-14 Thread larsen...@web.de

Hi,

I recently compiled freeipmi-1.0.1 on a Debian Lenny system with a simple  
./configure  make  make install.

When I tried to run /usr/local/sbin/ipmi-locate (or other tools) I got:

/usr/local/sbin/ipmi-locate: error while loading shared libraries:
libfreeipmi.so.10: cannot open shared object file: No such file or  
directory


Searching the mailinglist, I found I had to export  
LD_LIBRARY_PATH=/usr/local/lib to get it to work. LD_LIBRARY_PATH was  
empty before.
I couldn´t find anything in INSTALL or README about it. Is this supposed  
to be this way?



Cheers
Lars

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