ibm-openbmc / dev

Product Development Project Mgmt and Tracking
16 stars 2 forks source link

SW555907:Setting NTP server for BMC Date and time is not setting the NTP time properly #3612

Closed gtmills closed 2 years ago

gtmills commented 2 years ago
BUIlD:
root@p10bmc:~# cat /etc/os-release
ID=openbmc-openpower
NAME="IBM eBMC (OpenBMC for IBM Enterprise Systems)"
VERSION="fw1030.00-2.9"
VERSION_ID=fw1030.00-2.9-1030.2235.20220823a (NL1030_008)
PRETTY_NAME="IBM eBMC (OpenBMC for IBM Enterprise Systems) fw1030.00-2.9"
BUILD_ID="20221101"
OPENBMC_TARGET_MACHINE="p10bmc"
EXTENDED_VERSION=NL1030_008
BMC_SIGNATURE_TYPE=Development
HOST_SIGNATURE_TYPE=Development
root@p10bmc:~#
root@p10bmc:~# journalctl -f
-- Journal begins at Wed 2022-08-24 06:42:36 UTC. --
Aug 24 07:49:20 p10bmc avahi-daemon[453]: Interface eth1.IPv4 no longer relevant for mDNS.
Aug 24 07:49:20 p10bmc systemd-networkd[194]: eth1: DHCPv6 lease lost
Aug 24 07:49:20 p10bmc avahi-daemon[453]: Joining mDNS multicast group on interface eth0.IPv4 with address 9.41.165.86.
Aug 24 07:49:20 p10bmc avahi-daemon[453]: New relevant interface eth0.IPv4 for mDNS.
Aug 24 07:49:20 p10bmc avahi-daemon[453]: Registering new address record for 9.41.165.86 on eth0.IPv4.
Aug 24 07:49:20 p10bmc systemd-networkd[194]: eth1: DHCPv4 address 10.5.5.25/24 via 10.5.5.1
Aug 24 07:49:20 p10bmc avahi-daemon[453]: Joining mDNS multicast group on interface eth1.IPv4 with address 10.5.5.25.
Aug 24 07:49:20 p10bmc avahi-daemon[453]: New relevant interface eth1.IPv4 for mDNS.
Aug 24 07:49:20 p10bmc avahi-daemon[453]: Registering new address record for 10.5.5.25 on eth1.IPv4.
Aug 24 07:49:28 p10bmc bmcweb[1655]: (2022-08-24 07:49:28) [ERROR "redfish_util.hpp":162] generic:3
Aug 24 07:50:00 p10bmc systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Aug 24 07:50:02 p10bmc systemd-networkd[194]: eth0: Re-configuring with /etc/systemd/network/00-bmc-eth0.network
Aug 24 07:50:02 p10bmc systemd-networkd[194]: eth0: DHCPv6 lease lost
Aug 24 07:50:02 p10bmc avahi-daemon[453]: Withdrawing address record for 9.41.165.86 on eth0.
Aug 24 07:50:02 p10bmc avahi-daemon[453]: Leaving mDNS multicast group on interface eth0.IPv4 with address 9.41.165.86.
Aug 24 07:50:02 p10bmc avahi-daemon[453]: Interface eth0.IPv4 no longer relevant for mDNS.
Aug 24 07:50:02 p10bmc bmcweb[1655]: (2022-08-24 07:50:02) [CRITICAL "http_connection.hpp":488] 0x136cfc8 Response content provided but code was no-content
Aug 24 07:50:02 p10bmc systemd-networkd[194]: eth1: Re-configuring with /etc/systemd/network/00-bmc-eth1.network
Aug 24 07:50:02 p10bmc systemd-networkd[194]: eth1: DHCP lease lost
Aug 24 07:50:02 p10bmc avahi-daemon[453]: Withdrawing address record for 10.5.5.25 on eth1.
Aug 24 07:50:02 p10bmc avahi-daemon[453]: Leaving mDNS multicast group on interface eth1.IPv4 with address 10.5.5.25.
Aug 24 07:50:02 p10bmc avahi-daemon[453]: Interface eth1.IPv4 no longer relevant for mDNS.
Aug 24 07:50:02 p10bmc systemd-networkd[194]: eth1: DHCPv6 lease lost
Aug 24 07:50:02 p10bmc avahi-daemon[453]: Joining mDNS multicast group on interface eth0.IPv4 with address 9.41.165.86.
Aug 24 07:50:02 p10bmc avahi-daemon[453]: New relevant interface eth0.IPv4 for mDNS.
Aug 24 07:50:02 p10bmc avahi-daemon[453]: Registering new address record for 9.41.165.86 on eth0.IPv4.
Aug 24 07:50:02 p10bmc systemd-networkd[194]: eth1: DHCPv4 address 10.5.5.25/24 via 10.5.5.1
Aug 24 07:50:02 p10bmc avahi-daemon[453]: Joining mDNS multicast group on interface eth1.IPv4 with address 10.5.5.25.
Aug 24 07:50:02 p10bmc avahi-daemon[453]: New relevant interface eth1.IPv4 for mDNS.
Aug 24 07:50:02 p10bmc avahi-daemon[453]: Registering new address record for 10.5.5.25 on eth1.IPv4.
Aug 24 07:50:12 p10bmc systemd[1]: Starting Hostname Service...
Aug 24 07:50:12 p10bmc systemd[1]: Started Hostname Service.
Aug 24 07:50:29 p10bmc bmcweb[1655]: (2022-08-24 07:50:29) [ERROR "redfish_util.hpp":162] generic:3          <=========== Not sure if this error is the cause for not setting the NTP time.
Aug 24 07:50:42 p10bmc systemd[1]: systemd-hostnamed.service: Deactivated successfully.

Internally this is defect https://w3.rchland.ibm.com/projects/bestquest/?defect=SW555907

gtmills commented 2 years ago

Closed for now. Will repoen if still an issue.