[Freeipmi-devel] Re: symbols missing problem

2006-03-27 Thread Albert Chu
Hey Rene, > As root I run this and get: > > athena /root# bmc-config --checkout > ipmi_open_inband(): No such device This is the Memory Mapped I/O problem that we spoke about earlier. This is the short story, there various permutations of ways to do in-band communication with the BMC (IPMI serv

[Freeipmi-devel] Re: symbols missing problem

2006-03-27 Thread Anand Babu
,[ Albert Chu <[EMAIL PROTECTED]> ] | Are you running autogen.sh on the IBM? With some other projects, I a | recall Suse problems with autoconf/automake. I fixed the problem by | running ./autogen.sh on a Redhat/Fedora/Debian system. ` Al, I think you are right. This is caused because of n

[Freeipmi-devel] Re: symbols missing problem

2006-03-27 Thread Albert Chu
Hey Rene, Yup, I was able to verify that rebuilding the rpm under Suse fixed the problem. I'm not really sure what the problem was with the old Redhat RPMS. Just did the typical: > rpmbuild --rebuild freeipmi-0.2.0-1.src.rpm If you have a number of architectures of Suse, it'd be great if you c

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

2006-03-27 Thread Anand Babu
Update of bug #16093 (project freeipmi): Status:None => Fixed Assigned to:None => ab Open/Closed:Open => Closed ___

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

2006-03-27 Thread Albert Chu
Hey Rene, Thanks. That verifies atleast why it's failing. /* At this point we only support SYSTEM_IO, i.e. inb/outb style IO. If we cant find the bass address, we better exit. -- Anand Babu */ if (dev->io.inband.locate_info.addr_space_id != IPMI_ADDRESS_SPACE_ID_SYSTEM_IO) {

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

2006-03-27 Thread Albert Chu
URL: Summary: website links broken Project: GNU FreeIPMI Submitted by: chu11 Submitted on: Mon 03/27/06 at 09:49 Category: Documentation Severi

[Freeipmi-devel] Re: symbols missing problem

2006-03-27 Thread Albert Chu
Was this an issue b/c you did a "make install" and had both 32 & 64 libs installed on the test machine? B/c this shouldn't be the case if only the x86_64 rpms were installed. The rpms should not have any lib64 issues, I just double checked on my machine. Al -- Albert Chu [EMAIL PROTECTED] 925-4

[Freeipmi-devel] Re: symbols missing problem

2006-03-27 Thread Anand Babu
,[ Albert Chu <[EMAIL PROTECTED]> ] | Was this an issue b/c you did a "make install" and had both 32 & 64 libs | installed on the test machine? B/c this shouldn't be the case if only | the x86_64 rpms were installed. The rpms should not have any lib64 | issues, I just double checked on my mac