All of lore.kernel.org
 help / color / mirror / Atom feed
* [phosphor-logging] About the "Stop emitting Entry propChanged before ifacesAdded" change reason
@ 2021-10-20  8:39 CS20 CHMa0
  2021-10-20 15:13 ` Matt Spinler
  0 siblings, 1 reply; 10+ messages in thread
From: CS20 CHMa0 @ 2021-10-20  8:39 UTC (permalink / raw)
  To: spinler@us.ibm.com; +Cc: openbmc@lists.ozlabs.org

[-- Attachment #1: Type: text/plain, Size: 1654 bytes --]

Hi Matt,
I meet an issue in bmcweb while update service handle firmware update error
https://github.com/openbmc/bmcweb/blob/master/redfish-core/lib/update_service.hpp#L321

After I  revert the change or try to change the match rule from 'PropertiesChanged' to 'InterfacesAdded',
the error handler work well in update service.
     fwUpdateErrorMatcher = std::make_unique<sdbusplus::bus::match::match>(
         *crow::connections::systemBus,
-        "type='signal',member='PropertiesChanged',path_namespace='/xyz/"
-        "openbmc_project/logging/entry',"
-        "arg0='xyz.openbmc_project.Logging.Entry'",
+        "interface='org.freedesktop.DBus.ObjectManager',type='signal',"
+        "member='InterfacesAdded',"
+        "path='/xyz/openbmc_project/logging'",

May I ask the reason why you update the change?  https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-logging/+/46055


Thanks
Brian
________________________________
The privileged confidential information contained in this email is intended for use only by the addressees as indicated by the original sender of this email. If you are not the addressee indicated in this email or are not responsible for delivery of the email to such a person, please kindly reply to the sender indicating this fact and delete all copies of it from your computer and network server immediately. Your cooperation is highly appreciated. It is advised that any unauthorized use of confidential information of Nuvoton is strictly prohibited; and any information in this email irrelevant to the official business of Nuvoton shall be deemed as neither given nor endorsed by Nuvoton.

[-- Attachment #2: Type: text/html, Size: 4790 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-11-05 21:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-20  8:39 [phosphor-logging] About the "Stop emitting Entry propChanged before ifacesAdded" change reason CS20 CHMa0
2021-10-20 15:13 ` Matt Spinler
2021-10-20 17:17   ` Patrick Williams
2021-10-21 10:24     ` CS20 CHMa0
2021-10-28  3:49     ` CS20 CHMa0
2021-11-04 19:39     ` Ed Tanous
2021-11-04 21:19       ` Patrick Williams
2021-11-04 21:36         ` Bills, Jason M
2021-11-04 21:50           ` Patrick Williams
2021-11-05 21:58         ` Ed Tanous

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.