Skip to content
  1. Jul 25, 2018
  2. Jul 24, 2018
  3. Jul 23, 2018
  4. Jul 20, 2018
    • Andrew Geissler's avatar
      Add explicit dependency between mapper and sdbus · aad617f2
      Andrew Geissler authored
      
      
      Mapper has an implicit dependency on dbus.socket but
      not on dbus.service. It appears an explicit dependency
      is required to ensure the shutdown happens correctly.
      
      Testing: Prior to this commit you would see this on a reboot:
      Jul 20 15:01:34 witherspoon systemd[1]: Stopping D-Bus System MessageBus...
      Jul 20 15:01:36 witherspoon systemd[1]: Stopped D-Bus System MessageBus.
      Jul 20 15:01:37 witherspoon systemd[1]: xyz.openbmc_project.ObjectMapper.service: Main process exited,code=exited, status=1/FAILURE
      Jul 20 15:01:37 witherspoon systemd[1]: xyz.openbmc_project.ObjectMapper.service: Failed with result'exit-code'.
      Jul 20 15:01:41 witherspoon systemd[1]: Closed D-Bus System Message Bus Socket.
      
      This shows the dbus.service stopping before the ObjectMapper
      
      With this fix, this is now seen:
      Jul 20 17:38:20 witherspoon systemd[1]: Stopping Phosphor DBus Service Discovery Manager...
      Jul 20 17:38:21 witherspoon systemd[1]: Stopped Phosphor DBus Service Discovery Manager.
      Jul 20 17:38:21 witherspoon systemd[1]: Stopping D-Bus System Message Bus...
      Jul 20 17:38:21 witherspoon systemd[1]: Stopped D-Bus System Message Bus.
      Jul 20 17:38:21 witherspoon systemd[1]: Closed D-Bus System Message Bus Socket.
      
      This shows ObjectMapper stopping prior to dbus.service
      
      Resolves openbmc/openbmc#3319
      
      Change-Id: I466ec45f4582b3242688e8308d156961bb79cdc1
      Signed-off-by: default avatarAndrew Geissler <geissonator@yahoo.com>
      aad617f2
    • Andrew Geissler's avatar
      openpower-software-manager.bb: bump version · 494894d6
      Andrew Geissler authored
      
      
      Change-Id: I5be442e3fe38ce840f1f16abb68b55fc880e9232
      Signed-off-by: default avatarAndrew Geissler <geissonator@yahoo.com>
      494894d6
  5. Jul 19, 2018
Loading