#
b1cb6dd8 |
| 24-May-2022 |
Harvey.Wu <Harvey.Wu@quantatw.com> |
ensure service start success
- In phosphor-ipmi-host, if service start failed, it will auto restart. But kcs service will not start because dependency service start failed if ipmi-host service s
ensure service start success
- In phosphor-ipmi-host, if service start failed, it will auto restart. But kcs service will not start because dependency service start failed if ipmi-host service start failed at first time. So change dependency to use Wants instead of Requires.
Signed-off-by: Harvey.Wu <Harvey.Wu@quantatw.com> Change-Id: I73aa563ab31a4c66802f67420291b87636e16a97
show more ...
|
#
03e6defc |
| 11-May-2021 |
William A. Kennington III <wak@google.com> |
kcsbridge: Daemon rewrite This focuses on improving compile time, output size, and correctness of command handling. Notably, it adds the ability for the host to cancel outstanding IP
kcsbridge: Daemon rewrite This focuses on improving compile time, output size, and correctness of command handling. Notably, it adds the ability for the host to cancel outstanding IPMI calls when the host decides they should time out. It ensures that canceled calls do not end up writing over the response for an incoming request. Since the host can now cancel calls, we remove internal DBus timeouts and instead require the host to drive any timeout logic it desires for communications. This gives the host more control and better adheres to the wishes of the specification. Change-Id: I526169253931b9bcc4910afa0b54b304d4a9bef3 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
e2938496 |
| 11-May-2021 |
William A. Kennington III <wak@google.com> |
build: Install bridge in libexec Users aren't intended to run the server directly so it shouldn't be included in their PATH. Change-Id: Idc49664a7a07142ee27aac1318066bba6f67a6fd
build: Install bridge in libexec Users aren't intended to run the server directly so it shouldn't be included in their PATH. Change-Id: Idc49664a7a07142ee27aac1318066bba6f67a6fd Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|