Another "bad completion code" - D5h

View: New views
4 Messages — Rating Filter:   Alert me  

Another "bad completion code" - D5h

by Kenneth Stailey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Al,

This time:

Sun Fire X4450 w/ELOM 3.0.0 running Ubuntu Jaunty 9.04

Kernel 2.6.28-13

FreeIPMI 0.7.10

$ sudo ipmi-sensors -D open --debug

... skip 54 working sensors ...

=====================================================
Get Sensor Reading Request
=====================================================
[              2Dh] = cmd[ 8b]
[              7Ch] = sensor_number[ 8b]
=====================================================
Get Sensor Reading Response
=====================================================
[              2Dh] = cmd[ 8b]
[              D5h] = comp_code[ 8b]
[               0h] = sensor_reading[ 8b]
[               0h] = reserved1[ 5b]
[               1h] = reading_state[ 1b]
[               0h] = sensor_scanning[ 1b]
[               1h] = all_event_messages[ 1b]
[               1h] = sensor_event_bitmask1[ 8b]
[               0h] = sensor_event_bitmask2[ 7b]
[               0h] = reserved2[ 1b]
ipmi_cmd_get_sensor_reading: bad completion code: request data/parameter invalid

Thanks,
Kenneth



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

Re: Another "bad completion code" - D5h

by Al Chu11 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey Kenneth,

Sure looks like it.  I'll try and get you a beta tar.gz later today
(finishing up something else right now) to try out.

Al

On Mon, 2009-06-29 at 16:39 -0700, Kenneth Stailey wrote:

> Hi Al,
>
> This time:
>
> Sun Fire X4450 w/ELOM 3.0.0 running Ubuntu Jaunty 9.04
>
> Kernel 2.6.28-13
>
> FreeIPMI 0.7.10
>
> $ sudo ipmi-sensors -D open --debug
>
> ... skip 54 working sensors ...
>
> =====================================================
> Get Sensor Reading Request
> =====================================================
> [              2Dh] = cmd[ 8b]
> [              7Ch] = sensor_number[ 8b]
> =====================================================
> Get Sensor Reading Response
> =====================================================
> [              2Dh] = cmd[ 8b]
> [              D5h] = comp_code[ 8b]
> [               0h] = sensor_reading[ 8b]
> [               0h] = reserved1[ 5b]
> [               1h] = reading_state[ 1b]
> [               0h] = sensor_scanning[ 1b]
> [               1h] = all_event_messages[ 1b]
> [               1h] = sensor_event_bitmask1[ 8b]
> [               0h] = sensor_event_bitmask2[ 7b]
> [               0h] = reserved2[ 1b]
> ipmi_cmd_get_sensor_reading: bad completion code: request data/parameter invalid
>
> Thanks,
> Kenneth
>
>
>
> _______________________________________________
> Freeipmi-devel mailing list
> Freeipmi-devel@...
> http:// lists.gnu.org/mailman/listinfo/freeipmi-devel
>
--
Albert Chu
chu11@...
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory



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

Re: Another "bad completion code" - D5h

by Al Chu11 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey Kenneth,

I got a beta tar.gz with a workaround for this error code.  Can you give
it a shot and lemme know it works.

http://ftp.zresearch.com/pub/freeipmi/qa-release/freeipmi-0.7.11.beta0.tar.gz

Thanks,

Al

On Tue, 2009-06-30 at 09:30 -0700, Al Chu wrote:

> Hey Kenneth,
>
> Sure looks like it.  I'll try and get you a beta tar.gz later today
> (finishing up something else right now) to try out.
>
> Al
>
> On Mon, 2009-06-29 at 16:39 -0700, Kenneth Stailey wrote:
> > Hi Al,
> >
> > This time:
> >
> > Sun Fire X4450 w/ELOM 3.0.0 running Ubuntu Jaunty 9.04
> >
> > Kernel 2.6.28-13
> >
> > FreeIPMI 0.7.10
> >
> > $ sudo ipmi-sensors -D open --debug
> >
> > ... skip 54 working sensors ...
> >
> > =====================================================
> > Get Sensor Reading Request
> > =====================================================
> > [              2Dh] = cmd[ 8b]
> > [              7Ch] = sensor_number[ 8b]
> > =====================================================
> > Get Sensor Reading Response
> > =====================================================
> > [              2Dh] = cmd[ 8b]
> > [              D5h] = comp_code[ 8b]
> > [               0h] = sensor_reading[ 8b]
> > [               0h] = reserved1[ 5b]
> > [               1h] = reading_state[ 1b]
> > [               0h] = sensor_scanning[ 1b]
> > [               1h] = all_event_messages[ 1b]
> > [               1h] = sensor_event_bitmask1[ 8b]
> > [               0h] = sensor_event_bitmask2[ 7b]
> > [               0h] = reserved2[ 1b]
> > ipmi_cmd_get_sensor_reading: bad completion code: request data/parameter invalid
> >
> > Thanks,
> > Kenneth
> >
> >
> >
> > _______________________________________________
> > Freeipmi-devel mailing list
> > Freeipmi-devel@...
> > http://  lists.gnu.org/mailman/listinfo/freeipmi-devel
> >
--
Albert Chu
chu11@...
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory



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

Parent Message unknown Re: Another "bad completion code" - D5h

by Kenneth Stailey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi Al,

Yep, that did the trick--thanks again!

-Kenneth

--- On Wed, 7/1/09, Al Chu <chu11@...> wrote:

> From: Al Chu <chu11@...>
> Subject: Re: [Freeipmi-devel] Another "bad completion code" - D5h
> To: "Kenneth Stailey" <kstailey@...>
> Cc: freeipmi-devel@...
> Date: Wednesday, July 1, 2009, 12:40 PM
> Hey Kenneth,
>
> I got a beta tar.gz with a workaround for this error
> code.  Can you give
> it a shot and lemme know it works.
>
> http://ftp.zresearch.com/pub/freeipmi/qa-release/freeipmi-0.7.11.beta0.tar.gz
>
> Thanks,
>
> Al
>
> [...snip...]



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