Menu

#71 Error parsing command arguments, argument 4: Invalid argument

v1.0_(example)
closed-fixed
None
5
2017-07-28
2014-05-07
No

Hello,
I'm having some problems while compiling/using openipmi 2.0.21 (and git version).
OS: debian 7 (wheezy).
Config params: ./configure --prefix=/usr --exec-prefix=/usr --with-openssl=yes

First of all, openipmi does not compile and gives you error about:
undefined reference to `clock_gettime'
I found out that you have to edit Makefile in each failed compile directory and change "LDFLAGS" from "LDFLAGS =" to "LDFLAGS = -lrt".
This must be done in folowing directories:
unix, cmdlang, ui, lanserv, sample

After these changes openipmi compiles fine. But at this point I bumped to a problem with ipmi_ui:

ipmi_ui lan 192.168.0.1 623 straight admin username password

1399444024.169755: Starting setup, wait until complete before entering commands.

Error parsing command arguments, argument 4: Invalid argument

This even compromises console (no newline available) so you have to re-log.

Does anyone have any ideas, what's wrong?
Thank you.

Discussion

  • Corey Minyard

    Corey Minyard - 2017-07-28
    • status: open --> closed-fixed
    • assigned_to: Corey Minyard
     
  • Corey Minyard

    Corey Minyard - 2017-07-28

    I believe this has been fixed by change 488c5dbfe54cb0da26a61c0b892a4106ac87a878 "Add check to see if -lrt is required"

     

Log in to post a comment.