Hi, Anusha!

06.06.2018 10:07, Anusha K wrote:
> We are trying booting a mips64 architecture board(octeon) and upgraded
> ipmitool from 1.8.9 to 1.8.18 version. We find that after NPT sync,
> date and ipmitool get sel time are not inline.
>
> Before upgrade:
>
> # ipmitool -V
>
> ipmitool version 1.8.9
>
> #ipmitool sel time get
>
> 06/04/2018 07:35:47
>
> # date --utc
>
> Mon Jun  4 07:35:50 UTC 2018
>
>
> After upgrade:
>
> # ipmitool -V
> ipmitool version 1.8.18
>
> #date --utc
> Mon Jun  4 *07:35:50* UTC 2018
>
> # ipmitool sel time get
> 06/04/2018 *04:36:19*
> **
> *There is a 3 hours difference.*
> **
> When the board boots, we use ipmitool sel time get command to
> configure the time before NTP synchronization, which is failing with
> this new version. Is there any bug/fix specific to this.
>
> Please let me know if you need more information.

I don't see any `ipmitool sel time set` commands in your log.
Did you do NTP sync on both sides?
I'm puzzled with the 29 second difference between the command outputs in
the "after upgrade" log.
Is this just due to a delay between execution of `date --utc` and
`ipmitool sel time get` commands,
or is it another part of the supposed bug?

Between 1.8.9 and 1.8.18 there have been only three changes related to these
two tickets that explicitly touched the `sel time` facility in ipmitool:
https://sourceforge.net/p/ipmitool/bugs/109/
https://sourceforge.net/p/ipmitool/bugs/437/

You can browse the git log yourself to check.

If you believe there is a bug, you're welcome to create a ticket on
GitHub (https://github.com/ipmitool/ipmitool),
to identify the commit that introduced the bug, and even to possibly fix
it and create a pull request with GitHub.

Alexander.


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to