<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false">Hi all,<br></div><div dir="ltr" data-setdir="false"><div>I'm trying to port OBMC to a new server motherboard. some of the hardware specification:<br><br>- 3rd Gen Intel Xeon Scalable Processor x2 slots<br>- Intel® C621A chipset<br>- ASPEED AST2500<br>- x6 Fan with tacho<br><br><b>Are Done :</b><br>I wrote the device tree according to its schematic and other similar server motherboards. Also, I wrote a new JSON configuration for Entity-Manager and x86-Power-Control. I created .conf files of the sensors in /recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/*.<br><b><br>Current Status :</b><br>- I can watch the Sensors and ADC values correctly.<br><div>- I can see current power status and turn off/on the server.</div><div><b><br></b></div><b>Current Problems :</b><br>- PWM of all fans is set on 100%.<br>- BIOS is frozen at DXE running stage.<br><b><br>conf/machine/test_obmc.conf :</b><br>...<br>VRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager”<br>VRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors”<br>VRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control”<br>VRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control”<br>VRTUAL-RUNTIME_obmc-fan-control = "phosphor-pid-control”<br><br><b>recipes-kernel/linux/linux-aspeed/test_obmc.cfg :</b><br>...<br>CONFIG_PECI=y<br>...<br><br><b>My Questions :</b><br>- I built the sensors .conf files in /reciptes-phosphor/sensors/*. Is it needed spite Entity-Manager has been configured?<br>- Why isn't `/dev/peci-1` created though `CONFIG_PECI=y`?  Is it reason of restarting CPU Sensor service?<br>- I defines two LED as `heartbeat` and `system-fault` inside the DTS file.  What's the problem with `Phosphor LED Group Management?<br>- Why all of the PWM values are invalid? I set `phosphor-pid-control`, Although, There are multiple errors with PWM and tacho sensors.</div><div><br></div><div dir="ltr" data-setdir="false"><div><br><b>journalctl output :</b><br>Jan 01 00:00:12 test_obmc kernel: Booting Linux on physical CPU 0x0<br>Jan 01 00:00:12 test_obmc kernel: Linux version 5.15.36-8ddab47 (oe-user@oe-host) (arm-openbmc-linux-gnueabi-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220313) #1 Tue May 3 06:36:43 UTC 2022<br>Jan 01 00:00:12 test_obmc kernel: CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d<br>Jan 01 00:00:12 test_obmc kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache<br>Jan 01 00:00:12 test_obmc kernel: OF: fdt: Machine model: ASRock test_obmc<br>Jan 01 00:00:12 test_obmc kernel: Memory policy: Data cache writeback<br>Jan 01 00:00:12 test_obmc kernel: cma: Reserved 16 MiB at 0x9d800000<br>Jan 01 00:00:12 test_obmc kernel: Zone ranges:<br>Jan 01 00:00:12 test_obmc kernel:   Normal  em 0x0000000080000000-0x000000009effffff]<br>Jan 01 00:00:12 test_obmc kernel: Movable zone start for each node<br>Jan 01 00:00:12 test_obmc kernel: Early memory node ranges<br>Jan 01 00:00:12 test_obmc kernel:   node   0:em 0x0000000080000000-0x000000009effffff]<br>Jan 01 00:00:12 test_obmc kernel: Initmem setup node 0em 0x0000000080000000-0x000000009effffff]<br>Jan 01 00:00:12 test_obmc kernel: Built 1 zonelists, mobility grouping on.  Total pages: 125984<br>Jan 01 00:00:12 test_obmc kernel: Kernel command line: console=ttyS4,115200n8 root=/dev/ram rw<br>Jan 01 00:00:12 test_obmc kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)<br>Jan 01 00:00:12 test_obmc kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)<br>Jan 01 00:00:12 test_obmc kernel: mem auto-init: stack:off, heap alloc:off, heap free:off<br>Jan 01 00:00:12 test_obmc kernel: Memory: 474768K/507904K available (7168K kernel code, 664K rwdata, 1556K rodata, 1024K init, 160K bss, 16752K reserved, 16384K cma-reserved)<br>Jan 01 00:00:12 test_obmc kernel: random: get_random_u32 called from __kmem_cache_create+0x30/0x400 with crng_init=0<br>Jan 01 00:00:12 test_obmc kernel: SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1<br>Jan 01 00:00:12 test_obmc kernel: ftrace: allocating 23765 entries in 47 pages<br>Jan 01 00:00:12 test_obmc kernel: ftrace: allocated 47 pages with 5 groups<br>Jan 01 00:00:12 test_obmc kernel: trace event string verifier disabled<br>Jan 01 00:00:12 test_obmc kernel: NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16<br>Jan 01 00:00:12 test_obmc kernel: i2c controller registered, irq 17<br>Jan 01 00:00:12 test_obmc kernel: clocksource: FTTMR010-TIMER2: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 77222644334 ns<br>Jan 01 00:00:12 test_obmc kernel: sched_clock: 32 bits at 24MHz, resolution 40ns, wraps every 86767015915ns<br>Jan 01 00:00:12 test_obmc kernel: Switching to timer-based delay loop, resolution 40ns<br>Jan 01 00:00:12 test_obmc kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 49.50 BogoMIPS (lpj=247500)<br>Jan 01 00:00:12 test_obmc kernel: pid_max: default: 32768 minimum: 301<br>Jan 01 00:00:12 test_obmc kernel: Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)<br>Jan 01 00:00:12 test_obmc kernel: Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)<br>Jan 01 00:00:12 test_obmc kernel: CPU: Testing write buffer coherency: ok<br>Jan 01 00:00:12 test_obmc kernel: Setting up static identity map for 0x80100000 - 0x80100038<br>Jan 01 00:00:12 test_obmc kernel: ASPEED AST2500 rev A2 (04030303)<br>Jan 01 00:00:12 test_obmc kernel: devtmpfs: initialized<br>Jan 01 00:00:12 test_obmc kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns<br>Jan 01 00:00:12 test_obmc kernel: futex hash table entries: 256 (order: -1, 3072 bytes, linear)<br>Jan 01 00:00:12 test_obmc kernel: pinctrl core: initialized pinctrl subsystem<br>Jan 01 00:00:12 test_obmc kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family<br>Jan 01 00:00:12 test_obmc kernel: DMA: preallocated 256 KiB pool for atomic coherent allocations<br>Jan 01 00:00:12 test_obmc kernel: hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.<br>Jan 01 00:00:12 test_obmc kernel: hw-breakpoint: maximum watchpoint size is 4 bytes.<br>Jan 01 00:00:12 test_obmc kernel: mc: Linux media interface: v0.10<br>Jan 01 00:00:12 test_obmc kernel: videodev: Linux video capture interface: v2.00<br>Jan 01 00:00:12 test_obmc kernel: pps_core: LinuxPPS API ver. 1 registered<br>Jan 01 00:00:12 test_obmc kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it><br>Jan 01 00:00:12 test_obmc kernel: PTP clock support registered<br>Jan 01 00:00:12 test_obmc kernel: clocksource: Switched to clocksource FTTMR010-TIMER2<br>Jan 01 00:00:12 test_obmc kernel: NET: Registered PF_INET protocol family<br>Jan 01 00:00:12 test_obmc kernel: IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)<br>Jan 01 00:00:12 test_obmc kernel: tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)<br>Jan 01 00:00:12 test_obmc kernel: TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)<br>Jan 01 00:00:12 test_obmc kernel: TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear)<br>Jan 01 00:00:12 test_obmc kernel: TCP: Hash tables configured (established 4096 bind 4096)<br>Jan 01 00:00:12 test_obmc kernel: UDP hash table entries: 256 (order: 0, 4096 bytes, linear)<br>Jan 01 00:00:12 test_obmc kernel: UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)<br>Jan 01 00:00:12 test_obmc kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family<br>Jan 01 00:00:12 test_obmc kernel: Unpacking initramfs...<br>Jan 01 00:00:12 test_obmc kernel: workingset: timestamp_bits=30 max_order=17 bucket_order=0<br>Jan 01 00:00:12 test_obmc kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher<br>Jan 01 00:00:12 test_obmc kernel: jffs2: version 2.2. (SUMMARY)  © 2001-2006 Red Hat, Inc.<br>Jan 01 00:00:12 test_obmc kernel: NET: Registered PF_ALG protocol family<br>Jan 01 00:00:12 test_obmc kernel: gpio-794 (bmc-ready): hogged as output/high<br>Jan 01 00:00:12 test_obmc kernel: gpio-832 (bmc-smb): hogged as output/low<br>Jan 01 00:00:12 test_obmc kernel: ast-kcs-bmc 1e78902c.kcs: Initialised raw client for channel 3<br>Jan 01 00:00:12 test_obmc kernel: ast-kcs-bmc 1e78902c.kcs: Initialised IPMI client for channel 3<br>Jan 01 00:00:12 test_obmc kernel: ast-kcs-bmc 1e78902c.kcs: Initialised channel 3 at 0xca2<br>Jan 01 00:00:12 test_obmc kernel: Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled<br>Jan 01 00:00:12 test_obmc kernel: printk: console [ttyS4] disabled<br>Jan 01 00:00:13 test_obmc kernel: 1e784000.serial: ttyS4 at MMIO 0x1e784000 (irq = 31, base_baud = 1500000) is a 16550A<br>Jan 01 00:00:13 test_obmc kernel: printk: console [ttyS4] enabled<br>Jan 01 00:00:13 test_obmc kernel: timeriomem_rng 1e6e2078.hwrng: 32bits from 0x(ptrval) @ 1us<br>Jan 01 00:00:13 test_obmc kernel: random: fast init done<br>Jan 01 00:00:13 test_obmc kernel: random: crng init done<br>Jan 01 00:00:13 test_obmc kernel: loop: module loaded<br>Jan 01 00:00:13 test_obmc kernel: spi-nor spi0.0: w25q512jv (65536 Kbytes)<br>Jan 01 00:00:13 test_obmc kernel: spi-aspeed-smc 1e620000.spi: CE0 read buswidth:2 [0x203c0641]<br>Jan 01 00:00:13 test_obmc kernel: 5 fixed-partitions partitions found on MTD device bmc<br>Jan 01 00:00:13 test_obmc kernel: Creating 5 MTD partitions on "bmc":<br>Jan 01 00:00:13 test_obmc kernel: 0x000000000000-0x0000000e0000 : "u-boot"<br>Jan 01 00:00:13 test_obmc kernel: 0x0000000e0000-0x000000100000 : "u-boot-env"<br>Jan 01 00:00:13 test_obmc kernel: 0x000000100000-0x000000a00000 : "kernel"<br>Jan 01 00:00:13 test_obmc kernel: 0x000000a00000-0x000002a00000 : "rofs"<br>Jan 01 00:00:13 test_obmc kernel: 0x000002a00000-0x000004000000 : "rwfs"<br>Jan 01 00:00:13 test_obmc kernel: spi-nor spi1.0: unrecognized JEDEC id bytes: 00 00 00 00 00 00<br>Jan 01 00:00:13 test_obmc kernel: spi-nor: probe of spi1.0 failed with error -2<br>Jan 01 00:00:13 test_obmc kernel: ftgmac100 1e660000.ethernet: Generated random MAC address 2e:28:4e:8b:ce:8a<br>Jan 01 00:00:13 test_obmc kernel: RTL8211E Gigabit Ethernet 1e660000.ethernet--1:00: attached PHY driver (mii_bus:phy_addr=1e660000.ethernet--1:00, irq=POLL)<br>Jan 01 00:00:13 test_obmc kernel: ftgmac100 1e660000.ethernet eth0: irq 20, mapped at f4c72443<br>Jan 01 00:00:13 test_obmc kernel: aspeed_vhub 1e6a0000.usb-vhub: Initialized virtual hub in USB2 mode<br>Jan 01 00:00:13 test_obmc kernel: Mass Storage Function, version: 2009/09/11<br>Jan 01 00:00:13 test_obmc kernel: LUN: removable file: (no medium)<br>Jan 01 00:00:13 test_obmc kernel: no file given for LUN0<br>Jan 01 00:00:13 test_obmc kernel: udc 1e6a0000.usb-vhub:p1: failed to start g_mass_storage: -22<br>Jan 01 00:00:13 test_obmc kernel: i2c_dev: i2c /dev entries driver<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a040.i2c-bus: i2c bus 0 registered, irq 33<br>Jan 01 00:00:13 test_obmc kernel: at24 1-0053: 16384 byte 24c128 EEPROM, writable, 64 bytes/write<br>Jan 01 00:00:13 test_obmc kernel: pca953x 1-001c: using no AI<br>Jan 01 00:00:13 test_obmc kernel: pca953x 1-001c: failed writing register<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a080.i2c-bus: i2c bus 1 registered, irq 34<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a0c0.i2c-bus: i2c bus 2 registered, irq 35<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a100.i2c-bus: i2c bus 3 registered, irq 36<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a140.i2c-bus: i2c bus 4 registered, irq 37<br>Jan 01 00:00:13 test_obmc kernel: Freeing initrd memory: 1084K<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a180.i2c-bus: i2c bus 5 registered, irq 38<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a1c0.i2c-bus: i2c bus 6 registered, irq 39<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a300.i2c-bus: i2c bus 7 registered, irq 40<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a340.i2c-bus: i2c bus 8 registered, irq 41<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a380.i2c-bus: i2c bus 9 registered, irq 42<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a3c0.i2c-bus: i2c bus 10 registered, irq 43<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a400.i2c-bus: i2c bus 11 registered, irq 44<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a440.i2c-bus: i2c bus 12 registered, irq 45<br>Jan 01 00:00:13 test_obmc kernel: aspeed-i2c-bus 1e78a480.i2c-bus: i2c bus 13 registered, irq 46<br>Jan 01 00:00:13 test_obmc kernel: pca954x 4-0038: probe failed<br>Jan 01 00:00:13 test_obmc kernel: pca954x 5-0038: probe failed<br>Jan 01 00:00:13 test_obmc kernel: pca954x 12-0071: probe failed<br>Jan 01 00:00:13 test_obmc kernel: Driver for 1-wire Dallas network protocol.<br>Jan 01 00:00:13 test_obmc kernel: SPI driver bmp280 has no spi_device_id for bosch,bmp085<br>Jan 01 00:00:13 test_obmc kernel: NET: Registered PF_INET6 protocol family<br>Jan 01 00:00:13 test_obmc kernel: Segment Routing with IPv6<br>Jan 01 00:00:13 test_obmc kernel: In-situ OAM (IOAM) with IPv6<br>Jan 01 00:00:13 test_obmc kernel: NET: Registered PF_PACKET protocol family<br>Jan 01 00:00:13 test_obmc kernel: 8021q: 802.1Q VLAN Support v1.8<br>Jan 01 00:00:13 test_obmc kernel: printk: console [netcon0] enabled<br>Jan 01 00:00:13 test_obmc kernel: netconsole: network logging started<br>Jan 01 00:00:13 test_obmc kernel: Freeing unused kernel image (initmem) memory: 1024K<br>Jan 01 00:00:13 test_obmc kernel: Checked W+X mappings: passed, no W+X pages found<br>Jan 01 00:00:13 test_obmc kernel: Run /init as init process<br>Jan 01 00:00:13 test_obmc kernel: jffs2: notice: (100) jffs2_build_xattr_subsystem: complete building xattr subsystem, 20 of xdatum (19 unchecked, 1 orphan) and 27 of xref (1 dead, 0 orphan) found.<br>Jan 01 00:00:13 test_obmc kernel: overlayfs: upper fs does not support tmpfile.<br>Jan 01 00:00:13 test_obmc kernel: overlayfs: upper fs does not support RENAME_WHITEOUT.<br>Jan 01 00:00:13 test_obmc systemd[1]: Failed to look up module alias 'autofs4': Function not implemented<br>Jan 01 00:00:13 test_obmc systemd[1]: systemd 250 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR -IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP +SYSVINIT default-hierarchy=hybrid)<br>Jan 01 00:00:13 test_obmc systemd[1]: Detected architecture arm.<br>Jan 01 00:00:13 test_obmc systemd[1]: Hostname set to <test_obmc>.<br>Jan 01 00:00:13 test_obmc systemd[111]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.<br>Jan 01 00:00:13 test_obmc systemd[1]: /lib/systemd/system/phosphor-ipmi-net@.socket:3: Invalid interface name, ignoring: sys-subsystem-net-devices-%i.device<br>Jan 01 00:00:13 test_obmc systemd[1]: Queued start job for default target Multi-User System.<br>Jan 01 00:00:13 test_obmc systemd[1]: Created slice Slice /system/getty.<br>Jan 01 00:00:13 test_obmc systemd[1]: Created slice Slice /system/mapper-wait.<br>Jan 01 00:00:13 test_obmc systemd[1]: Created slice Slice /system/modprobe.<br>Jan 01 00:00:13 test_obmc systemd[1]: Created slice Slice /system/obmc-led-group-start.<br>Jan 01 00:00:13 test_obmc systemd[1]: Created slice Slice /system/phosphor-certificate-manager.<br>Jan 01 00:00:13 test_obmc systemd[1]: Created slice Slice /system/phosphor-ipmi-kcs.<br>Jan 01 00:00:13 test_obmc systemd[1]: Created slice Slice /system/phosphor-ipmi-net.<br>Jan 01 00:00:13 test_obmc systemd[1]: Created slice Slice /system/serial-getty.<br>Jan 01 00:00:13 test_obmc systemd[1]: Created slice Slice /system/xyz.openbmc_project.Chassis.Control.Power.<br>Jan 01 00:00:13 test_obmc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.<br>Jan 01 00:00:13 test_obmc systemd[1]: Started Forward Password Requests to Wall Directory Watch.<br>Jan 01 00:00:13 test_obmc systemd[1]: Reached target Path Units.<br>Jan 01 00:00:13 test_obmc systemd[1]: Reached target Remote File Systems.<br>Jan 01 00:00:13 test_obmc systemd[1]: Reached target Slice Units.<br>Jan 01 00:00:13 test_obmc systemd[1]: Reached target Swaps.<br>Jan 01 00:00:13 test_obmc systemd[1]: Listening on Syslog Socket.<br>Jan 01 00:00:13 test_obmc systemd[1]: Listening on Process Core Dump Socket.<br>Jan 01 00:00:13 test_obmc systemd[1]: Listening on initctl Compatibility Named Pipe.<br>Jan 01 00:00:13 test_obmc systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).<br>Jan 01 00:00:13 test_obmc systemd[1]: Listening on Journal Socket (/dev/log).<br>Jan 01 00:00:13 test_obmc systemd[1]: Listening on Journal Socket.<br>Jan 01 00:00:13 test_obmc systemd[1]: Listening on Network Service Netlink Socket.<br>Jan 01 00:00:13 test_obmc systemd[1]: Listening on udev Control Socket.<br>Jan 01 00:00:13 test_obmc systemd[1]: Listening on udev Kernel Socket.<br>Jan 01 00:00:13 test_obmc systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).<br>Jan 01 00:00:13 test_obmc systemd[1]: POSIX Message Queue File System was skipped because of a failed condition check (ConditionPathExists=/proc/sys/fs/mqueue).<br>Jan 01 00:00:13 test_obmc systemd[1]: Mounting Kernel Debug File System...<br>Jan 01 00:00:13 test_obmc systemd[1]: Mounting Kernel Trace File System...<br>Jan 01 00:00:13 test_obmc systemd[1]: Mounting Temporary Directory /tmp...<br>Jan 01 00:00:13 test_obmc systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/5.15.36-8ddab47/modules.devname).<br>Jan 01 00:00:13 test_obmc systemd[1]: Starting Load Kernel Module configfs...<br>Jan 01 00:00:13 test_obmc systemd[1]: Starting Load Kernel Module fuse...<br>Jan 01 00:00:13 test_obmc systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).<br>Jan 01 00:00:13 test_obmc systemd[1]: Starting Journal Service...<br>Jan 01 00:00:13 test_obmc systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.<br>Jan 01 00:00:13 test_obmc systemd[1]: Starting Generate network units from Kernel command line...<br>Jan 01 00:00:13 test_obmc systemd[1]: Starting Remount Root and Kernel File Systems...<br>Jan 01 00:00:13 test_obmc systemd[1]: Starting Apply Kernel Variables...<br>Jan 01 00:00:13 test_obmc systemd[1]: Starting Coldplug All udev Devices...<br>Jan 01 00:00:13 test_obmc systemd[1]: Mounted Kernel Debug File System.<br>Jan 01 00:00:13 test_obmc systemd[1]: Mounted Kernel Trace File System.<br>Jan 01 00:00:13 test_obmc systemd[1]: Mounted Temporary Directory /tmp.<br>Jan 01 00:00:13 test_obmc systemd[1]: modprobe@configfs.service: Deactivated successfully.<br>Jan 01 00:00:13 test_obmc systemd[1]: Finished Load Kernel Module configfs.<br>Jan 01 00:00:13 test_obmc systemd[1]: modprobe@fuse.service: Deactivated successfully.<br>Jan 01 00:00:13 test_obmc systemd[1]: Finished Load Kernel Module fuse.<br>Jan 01 00:00:13 test_obmc systemd[1]: Finished Generate network units from Kernel command line.<br>Jan 01 00:00:13 test_obmc systemd[1]: Finished Remount Root and Kernel File Systems.<br>Jan 01 00:00:13 test_obmc systemd[1]: Finished Apply Kernel Variables.<br>Jan 01 00:00:13 test_obmc systemd[1]: Reached target Preparation for Network.<br>Jan 01 00:00:13 test_obmc systemd[1]: FUSE Control File System was skipped because of a failed condition check (ConditionPathExists=/sys/fs/fuse/connections).<br>Jan 01 00:00:13 test_obmc systemd[1]: Mounting Kernel Configuration File System...<br>Jan 01 00:00:13 test_obmc systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).<br>Jan 01 00:00:13 test_obmc systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).<br>Jan 01 00:00:13 test_obmc systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).<br>Jan 01 00:00:13 test_obmc systemd[1]: Starting Create Static Device Nodes in /dev...<br>Jan 01 00:00:13 test_obmc systemd[1]: Mounted Kernel Configuration File System.<br>Jan 01 00:00:13 test_obmc systemd[1]: Finished Create Static Device Nodes in /dev.<br>Jan 01 00:00:13 test_obmc systemd[1]: Reached target Preparation for Local File Systems.<br>Jan 01 00:00:13 test_obmc systemd[1]: Mounting /var/volatile...<br>Jan 01 00:00:13 test_obmc systemd-journald[125]: Journal started<br>Jan 01 00:00:13 test_obmc systemd-journald[125]: Runtime Journal (/run/log/journal/96af4eacf7ca4faa85a8bdc626516057) is 8.0M, max 64.0M, 56.0M free.<br>Jan 01 00:00:12 test_obmc systemd-sysctl[128]: Couldn't write '16' to 'kernel/sysrq', ignoring: No such file or directory<br>Jan 01 00:00:13 test_obmc systemd-tmpfiles[135]: ]8;;file://test_obmc/usr/lib/tmpfiles.d/dbus.conf/usr/lib/tmpfiles.d/dbus.conf]8;;:13: Line references path below legacy directory /var/run/, updating /var/run/dbus/containers → /run/dbus/containers; please update the tmpfiles.d/ drop-in file accordingly.<br>Jan 01 00:00:14 test_obmc systemd[1]: Starting Rule-based Manager for Device Events and Files...<br>Jan 01 00:00:14 test_obmc systemd[1]: Started Journal Service.<br>Jan 01 00:00:14 test_obmc systemd[1]: Mounted /var/volatile.<br>Jan 01 00:00:14 test_obmc systemd[1]: Starting Flush Journal to Persistent Storage...<br>Jan 01 00:00:14 test_obmc systemd[1]: Bind mount volatile /var/cache was skipped because of a failed condition check (ConditionPathIsReadWrite=!/var/cache).<br>Jan 01 00:00:14 test_obmc systemd[1]: Bind mount volatile /var/lib was skipped because of a failed condition check (ConditionPathIsReadWrite=!/var/lib).<br>Jan 01 00:00:14 test_obmc systemd[1]: Starting Load/Save Random Seed...<br>Jan 01 00:00:14 test_obmc systemd[1]: Bind mount volatile /var/spool was skipped because of a failed condition check (ConditionPathIsReadWrite=!/var/spool).<br>Jan 01 00:00:14 test_obmc systemd[1]: Bind mount volatile /srv was skipped because of a failed condition check (ConditionPathIsReadWrite=!/srv).<br>Jan 01 00:00:14 test_obmc systemd[1]: Reached target Local File Systems.<br>Jan 01 00:00:14 test_obmc systemd-journald[125]: Runtime Journal (/run/log/journal/96af4eacf7ca4faa85a8bdc626516057) is 8.0M, max 64.0M, 56.0M free.<br>Jan 01 00:00:14 test_obmc systemd-journald[125]: Received client request to flush runtime journal.<br>Jan 01 00:00:14 test_obmc systemd[1]: Finished Flush Journal to Persistent Storage.<br>Jan 01 00:00:14 test_obmc systemd[1]: Starting Create Volatile Files and Directories...<br>Jan 01 00:00:14 test_obmc systemd[1]: Finished Load/Save Random Seed.<br>Jan 01 00:00:15 test_obmc systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).<br>Jan 01 00:00:15 test_obmc systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).<br>Jan 01 00:00:15 test_obmc systemd-tmpfiles[141]: ]8;;file://test/usr/lib/tmpfiles.d/dbus.conf/usr/lib/tmpfiles.d/dbus.conf]8;;:13: Line references path below legacy directory /var/run/, updating /var/run/dbus/containers → /run/dbus/containers; please update the tmpfiles.d/ drop-in file accordingly.<br>Jan 01 00:00:15 test_obmc systemd[1]: Finished Create Volatile Files and Directories.<br>Jan 01 00:00:15 test_obmc systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).<br>Jan 01 00:00:15 test_obmc systemd[1]: Update is Completed was skipped because all trigger condition checks failed.<br>Jan 01 00:00:16 test_obmc systemd[1]: Started Rule-based Manager for Device Events and Files.<br>Jan 01 00:00:16 test_obmc systemd[1]: Starting Network Configuration...<br>Jan 01 00:00:17 test_obmc systemd[1]: Finished Coldplug All udev Devices.<br>Jan 01 00:00:17 test_obmc systemd[1]: Starting Wait for udev To Complete Device Initialization...<br>Jan 01 00:00:18 test_obmc systemd-udevd[142]: Using default interface naming scheme 'v250'.<br>Jan 01 00:00:21 test_obmc systemd[1]: Found device /sys/subsystem/net/devices/eth0.<br>Jan 01 00:00:22 test_obmc udevadm[149]: systemd-udev-settle.service is deprecated. Please fix rngd.service not to pull it in.<br>Jan 01 00:00:22 test_obmc systemd[1]: Finished Wait for udev To Complete Device Initialization.<br>Jan 01 00:00:22 test_obmc systemd-networkd[148]: lo: Link UP<br>Jan 01 00:00:22 test_obmc systemd-networkd[148]: lo: Gained carrier<br>Jan 01 00:00:22 test_obmc systemd-networkd[148]: Enumeration completed<br>Jan 01 00:00:22 test_obmc systemd[1]: Started Network Configuration.<br>Jan 01 00:00:22 test_obmc systemd-networkd[148]: eth0: Link UP<br>Jan 01 00:00:22 test_obmc systemd[1]: Created slice Slice /system/xyz.openbmc_project.led.controller.<br>Jan 01 00:00:22 test_obmc systemd[1]: Reached target Hardware activated USB gadget.<br>Jan 01 00:00:22 test_obmc systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).<br>Jan 01 00:00:22 test_obmc systemd[1]: POSIX Message Queue File System was skipped because of a failed condition check (ConditionPathExists=/proc/sys/fs/mqueue).<br>Jan 01 00:00:22 test_obmc systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/5.15.36-8ddab47/modules.devname).<br>Jan 01 00:00:22 test_obmc systemd[1]: Starting Load Kernel Module fuse...<br>Jan 01 00:00:22 test_obmc systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.<br>Jan 01 00:00:22 test_obmc systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).<br>Jan 01 00:00:22 test_obmc systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).<br>Jan 01 00:00:22 test_obmc systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).<br>Jan 01 00:00:22 test_obmc systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.<br>Jan 01 00:00:22 test_obmc systemd[1]: Starting Wait for Network to be Configured...<br>Jan 01 00:00:22 test_obmc systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).<br>Jan 01 00:00:22 test_obmc systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).<br>Jan 01 00:00:23 test_obmc systemd[1]: Starting Network Name Resolution...<br>Jan 01 00:00:23 test_obmc systemd[1]: Update is Completed was skipped because all trigger condition checks failed.<br>Jan 01 00:00:23 test_obmc systemd[1]: modprobe@fuse.service: Deactivated successfully.<br>Jan 01 00:00:23 test_obmc systemd[1]: Finished Load Kernel Module fuse.<br>Jan 01 00:00:23 test_obmc systemd[1]: FUSE Control File System was skipped because of a failed condition check (ConditionPathExists=/sys/fs/fuse/connections).<br>Jan 01 00:00:23 test_obmc systemd[1]: Reached target System Initialization.<br>Jan 01 00:00:23 test_obmc systemd[1]: logrotate.timer: Not using persistent file timestamp Thu 1970-01-01 00:00:32 UTC as it is in the future.<br>Jan 01 00:00:23 test_obmc systemd[1]: Started Daily rotation of log files.<br>Jan 01 00:00:23 test_obmc systemd[1]: Started Daily Cleanup of Temporary Directories.<br>Jan 01 00:00:23 test_obmc systemd[1]: Reached target Timer Units.<br>Jan 01 00:00:23 test_obmc systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.<br>Jan 01 00:00:23 test_obmc systemd[1]: Listening on BMC Webserver socket.<br>Jan 01 00:00:23 test_obmc systemd[1]: Listening on D-Bus System Message Bus Socket.<br>Jan 01 00:00:23 test_obmc systemd[1]: Listening on dropbear.socket.<br>Jan 01 00:00:23 test_obmc systemd[1]: Listening on Phosphor Host Console SSH Per-Connection socket.<br>Jan 01 00:00:24 test_obmc systemd[1]: Listening on phosphor-ipmi-net@eth0.socket.<br>Jan 01 00:00:24 test_obmc systemd[1]: Reached target Socket Units.<br>Jan 01 00:00:24 test_obmc systemd[1]: Starting D-Bus System Message Bus...<br>Jan 01 00:00:24 test_obmc kernel: ftgmac100 1e660000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx<br>Jan 01 00:00:24 test_obmc kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready<br>Jan 01 00:00:24 test_obmc systemd-networkd[148]: eth0: Gained carrier<br>Jan 01 00:00:25 test_obmc rngd[163]: Initializing available sources<br>Jan 01 00:00:25 test_obmc rngd[163]: [hwrng ]: Initialized<br>Jan 01 00:00:26 test_obmc systemd[1]: Started D-Bus System Message Bus.<br>Jan 01 00:00:26 test_obmc systemd-networkd[148]: eth0: Gained IPv6LL<br>Jan 01 00:00:26 test_obmc systemd[1]: Reached target Basic System.<br>Jan 01 00:00:26 test_obmc systemd[1]: System is tainted: cgroupsv1<br>Jan 01 00:00:26 test_obmc dbus-broker-lau[170]: Ready<br>Jan 01 00:00:26 test_obmc systemd[1]: Starting Clear one time boot overrides...<br>Jan 01 00:00:26 test_obmc systemd[1]: Starting SSH Key Generation...<br>Jan 01 00:00:26 test_obmc systemd[1]: Started LPC Snoop Daemon.<br>Jan 01 00:00:26 test_obmc systemd[1]: Starting Name Service Cache Daemon...<br>Jan 01 00:00:26 test_obmc systemd[1]: Started Phosphor Dump core monitor..<br>Jan 01 00:00:27 test_obmc systemd[1]: Started Phosphor certificate manager for authority.<br>Jan 01 00:00:27 test_obmc systemd[1]: Started Phosphor certificate manager for bmcweb.<br>Jan 01 00:00:27 test_obmc systemd[1]: Started Phosphor certificate manager for nslcd.<br>Jan 01 00:00:27 test_obmc systemd[1]: Starting BMC health monitoring...<br>Jan 01 00:00:27 test_obmc systemd-networkd[148]: eth0: DHCPv4 address 192.168.200.5/20, gateway 192.168.192.1 acquired from 192.168.192.1<br>Jan 01 00:00:27 test_obmc nscd[182]: 182 disabled inotify-based monitoring for file `/passwd': No such file or directory<br>Jan 01 00:00:27 test_obmc nscd[182]: 182 stat failed for file `/passwd'; will try again later: No such file or directory<br>Jan 01 00:00:27 test_obmc nscd[182]: 182 disabled inotify-based monitoring for file `/group': No such file or directory<br>Jan 01 00:00:27 test_obmc nscd[182]: 182 stat failed for file `/group'; will try again later: No such file or directory<br>Jan 01 00:00:27 test_obmc systemd[1]: Starting OpenBMC ipKVM daemon...<br>Jan 01 00:00:27 test_obmc nscd[182]: 182 disabled inotify-based monitoring for file `/hosts': No such file or directory<br>Jan 01 00:00:27 test_obmc nscd[182]: 182 stat failed for file `/hosts'; will try again later: No such file or directory<br>Jan 01 00:00:27 test_obmc nscd[182]: 182 disabled inotify-based monitoring for file `/resolv.conf': No such file or directory<br>Jan 01 00:00:27 test_obmc nscd[182]: 182 stat failed for file `/resolv.conf'; will try again later: No such file or directory<br>Jan 01 00:00:27 test_obmc nscd[182]: 182 disabled inotify-based monitoring for file `/services': No such file or directory<br>Jan 01 00:00:28 test_obmc systemd[1]: Starting Enable Linux trace events in the boot loader...<br>Jan 01 00:00:27 test_obmc nscd[182]: 182 stat failed for file `/services'; will try again later: No such file or directory<br>Jan 01 00:00:28 test_obmc systemd[1]: Starting Intel Power Control for the Host 0...<br>Jan 01 00:00:28 test_obmc systemd-resolved[165]: Positive Trust Anchors:<br>Jan 01 00:00:28 test_obmc nscd[182]: 182 disabled inotify-based monitoring for file `/nsswitch.conf': No such file or directory<br>Jan 01 00:00:28 test_obmc systemd-resolved[165]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d<br>Jan 01 00:00:28 test_obmc nscd[182]: 182 stat failed for file `/nsswitch.conf'; will try again later: No such file or directory<br>Jan 01 00:00:28 test_obmc systemd-resolved[165]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test<br>Jan 01 00:00:28 test_obmc nscd[182]: 182 disabled inotify-based monitoring for file `/nsswitch.conf': No such file or directory<br>Jan 01 00:00:28 test_obmc systemd[1]: Starting Phosphor Dump Manager...<br>Jan 01 00:00:28 test_obmc nscd[182]: 182 stat failed for file `/nsswitch.conf'; will try again later: No such file or directory<br>Jan 01 00:00:28 test_obmc nscd[182]: 182 disabled inotify-based monitoring for file `/nsswitch.conf': No such file or directory<br>Jan 01 00:00:28 test_obmc nscd[182]: 182 stat failed for file `/nsswitch.conf'; will try again later: No such file or directory<br>Jan 01 00:00:28 test_obmc nscd[182]: 182 disabled inotify-based monitoring for file `/nsswitch.conf': No such file or directory<br>Jan 01 00:00:28 test_obmc nscd[182]: 182 stat failed for file `/nsswitch.conf'; will try again later: No such file or directory<br>Jan 01 00:00:28 test_obmc systemd[1]: Starting Entity Manager...<br>Jan 01 00:00:28 test_obmc systemd[1]: Started Fru Device.<br>Jan 01 00:00:28 test_obmc systemd-resolved[165]: Using system hostname 'test_obmc'.<br>Jan 01 00:00:28 test_obmc nscd[182]: 182 cannot write to database file /var/db/nscd/passwd: Invalid argument<br>Jan 01 00:00:29 test_obmc systemd[1]: Starting Phosphor Log Manager...<br>Jan 01 00:00:29 test_obmc systemd[1]: Starting Phosphor DBus Service Discovery Manager...<br>Jan 01 00:00:29 test_obmc systemd[1]: Starting Phosphor Settings Daemon...<br>Jan 01 00:00:29 test_obmc systemd[1]: Starting Phosphor Download Manager...<br>Jan 01 00:00:29 test_obmc nscd[182]: 182 cannot write to database file /var/db/nscd/group: Invalid argument<br>Jan 01 00:00:29 test_obmc systemd[1]: Starting Post code manager...<br>Jan 01 00:00:29 test_obmc systemd[1]: Starting Rsyslog config updater...<br>Jan 01 00:00:30 test_obmc systemd[1]: Starting Telemetry...<br>Jan 01 00:00:30 test_obmc nscd[182]: 182 cannot write to database file /var/db/nscd/hosts: Invalid argument<br>Jan 01 00:00:30 test_obmc systemd[1]: Starting Phosphor User Manager...<br>Jan 01 00:00:30 test_obmc systemd[1]: Started Phosphor sysfs LED controller.<br>Jan 01 00:00:30 test_obmc systemd[1]: Started Phosphor sysfs LED controller.<br>Jan 01 00:00:31 test_obmc nscd[182]: 182 cannot write to database file /var/db/nscd/services: Invalid argument<br>Jan 01 00:00:32 test_obmc systemd[1]: Started Network Name Resolution.<br>Jan 01 00:00:32 test_obmc systemd[1]: Finished Wait for Network to be Configured.<br>Jan 01 00:00:33 test_obmc systemd[1]: Finished SSH Key Generation.<br>Jan 01 00:00:33 test_obmc systemd[1]: Started Name Service Cache Daemon.<br>Jan 01 00:00:33 test_obmc systemd[1]: Started OpenBMC ipKVM daemon.<br>Jan 01 00:00:33 test_obmc systemd[1]: trace-enable.service: Deactivated successfully.<br>Jan 01 00:00:33 test_obmc systemd[1]: Finished Enable Linux trace events in the boot loader.<br>Jan 01 00:00:34 test_obmc systemd[1]: Reached target Network.<br>Jan 01 00:00:34 test_obmc systemd[1]: Reached target Network is Online.<br>Jan 01 00:00:34 test_obmc systemd[1]: Reached target Host and Network Name Lookups.<br>Jan 01 00:00:34 test_obmc post-code-manager[202]: Start post code manager service...<br>Jan 01 00:00:34 test_obmc systemd[1]: Starting Avahi mDNS/DNS-SD Stack...<br>Jan 01 00:00:34 test_obmc health-monitor[181]: Path /xyz/openbmc_project/inventory does not exist in ObjectMapper, cannot create association<br>Jan 01 00:00:35 test_obmc systemd[1]: Started Start bmcweb server.<br>Jan 01 00:00:35 test_obmc telemetry[204]: Telemetry starting<br>Jan 01 00:00:35 test_obmc systemd[1]: Starting LDAP daemon...<br>Jan 01 00:00:35 test_obmc systemd[1]: Starting System Logging Service...<br>Jan 01 00:00:35 test_obmc systemd[1]: Started Lightweight SLP Server.<br>Jan 01 00:00:36 test_obmc systemd[1]: Starting Permit User Sessions...<br>Jan 01 00:00:36 test_obmc phosphor-certificate-manager[179]: Certificate install<br>Jan 01 00:00:36 test_obmc health-monitor[181]: CPU Health Sensor initialized<br>Jan 01 00:00:36 test_obmc health-monitor[181]: CPU Health Sensor created<br>Jan 01 00:00:36 test_obmc health-monitor[181]: Memory Health Sensor initialized<br>Jan 01 00:00:36 test_obmc health-monitor[181]: Memory Health Sensor created<br>Jan 01 00:00:36 test_obmc health-monitor[181]: Storage_RW Health Sensor initialized<br>Jan 01 00:00:36 test_obmc power-control[185]: Start Chassis power control service for host : 0<br>Jan 01 00:00:36 test_obmc health-monitor[181]: Storage_RW Health Sensor created<br>Jan 01 00:00:36 test_obmc post-code-manager[202]: PostCode is created<br>Jan 01 00:00:37 test_obmc systemd[1]: Finished Clear one time boot overrides.<br>Jan 01 00:00:37 test_obmc power-control[185]: SIO control GPIOs not defined, disable SIO support.<br>Jan 01 00:00:37 test_obmc systemd[1]: Started Post code manager.<br>Jan 01 00:00:37 test_obmc power-control[185]: BMC_NMI set to 0<br>Jan 01 00:00:37 test_obmc health-monitor[181]: ASSERT: sensor CPU is above the upper threshold critical high<br>Jan 01 00:00:37 test_obmc power-control[185]: FM_BMC_PWRBTN_OUT_N set to 1<br>Jan 01 00:00:37 test_obmc power-control[185]: RST_BMC_RSTBTN_OUT_N set to 1<br>Jan 01 00:00:37 test_obmc power-control[185]: PowerControl: power restore policy applied<br>Jan 01 00:00:37 test_obmc systemd[1]: Finished Permit User Sessions.<br>Jan 01 00:00:37 test_obmc power-control[185]: NMI Source Property Monitor<br>Jan 01 00:00:37 test_obmc power-control[185]: Initializing power state.<br>Jan 01 00:00:37 test_obmc power-control[185]: Host0: Moving to "Off" state<br>Jan 01 00:00:37 test_obmc post-code-manager[202]: HostState changed to OFF. Empty postcode log, keep boot cycle at 0<br>Jan 01 00:00:37 test_obmc systemd[1]: Started BMC health monitoring.<br>Jan 01 00:00:37 test_obmc power-control[185]: RestartCause set to xyz.openbmc_project.State.Host.RestartCause.Unknown<br>Jan 01 00:00:38 test_obmc systemd[1]: Started Rsyslog config updater.<br>Jan 01 00:00:38 test_obmc systemd[1]: Started Telemetry.<br>Jan 01 00:00:38 test_obmc phosphor-user-manager[207]: Group not found<br>Jan 01 00:00:38 test_obmc systemd[1]: Started Phosphor Download Manager.<br>Jan 01 00:00:38 test_obmc systemd[1]: Started Phosphor DBus Service Discovery Manager.<br>Jan 01 00:00:38 test_obmc systemd[1]: Started Phosphor Log Manager.<br>Jan 01 00:00:38 test_obmc power-control[185]: Invoking Power Restore Policy xyz.openbmc_project.Control.Power.RestorePolicy.Policy.Restore<br>Jan 01 00:00:38 test_obmc power-control[185]: Power was dropped, restoring Host On state<br>Jan 01 00:00:38 test_obmc power-control[185]: powerStateOff: power-on request event received<br>Jan 01 00:00:38 test_obmc power-control[185]: power supply power OK watchdog timer started<br>Jan 01 00:00:38 test_obmc power-control[185]: Host0: Moving to "Wait for Power Supply Power OK" state<br>Jan 01 00:00:38 test_obmc power-control[185]: FM_BMC_PWRBTN_OUT_N set to 0<br>Jan 01 00:00:38 test_obmc power-control[185]: RestartCause set to xyz.openbmc_project.State.Host.RestartCause.PowerPolicyPreviousState<br>Jan 01 00:00:39 test_obmc systemd[1]: Started Intel Power Control for the Host 0.<br>Jan 01 00:00:39 test_obmc power-control[185]: FM_BMC_PWRBTN_OUT_N released<br>Jan 01 00:00:39 test_obmc systemd[1]: Started Phosphor Dump Manager.<br>Jan 01 00:00:39 test_obmc systemd[1]: Started Phosphor Settings Daemon.<br>Jan 01 00:00:39 test_obmc systemd[1]: Started Entity Manager.<br>Jan 01 00:00:39 test_obmc fru-device[189]: device at bus 1 address 76 busy<br>Jan 01 00:00:39 test_obmc systemd[1]: Started Phosphor User Manager.<br>Jan 01 00:00:39 test_obmc systemd[1]: Reached target Phosphor Object Mapper.<br>Jan 01 00:00:39 test_obmc systemd[1]: Getty on tty1 was skipped because of a failed condition check (ConditionPathExists=/dev/tty0).<br>Jan 01 00:00:40 test_obmc systemd[1]: Starting Wait for /xyz/openbmc_project/control/host0/boot/one_time...<br>Jan 01 00:00:40 test_obmc power-control[185]: powerStateWaitForPSPowerOK: power supply power OK assert event received<br>Jan 01 00:00:40 test_obmc power-control[185]: Host0: Moving to "On" state<br>Jan 01 00:00:40 test_obmc power-control[185]: power supply power OK watchdog timer canceled<br>Jan 01 00:00:40 test_obmc power-control[185]: POH timer started<br>Jan 01 00:00:40 test_obmc power-control[185]: Host system DC power is on<br>Jan 01 00:00:40 test_obmc fru-device[189]: device at bus 2 address 76 busy<br>Jan 01 00:00:40 test_obmc systemd[1]: Starting Wait for /xyz/openbmc_project/control/host0/boot...<br>Jan 01 00:00:40 test_obmc obmc-ikvm[221]: 01/01/1970 00:00:40 Listening for VNC connections on TCP port 5900<br>Jan 01 00:00:40 test_obmc systemd[1]: Starting Wait for /xyz/openbmc_project/control/host0/power_restore_policy...<br>Jan 01 00:00:40 test_obmc systemd[1]: Starting Wait for /xyz/openbmc_project/control/host0/restriction_mode...<br>Jan 01 00:00:41 test_obmc systemd[1]: Starting Wait for /xyz/openbmc_project/led/groups/bmc_booted...<br>Jan 01 00:00:41 test_obmc systemd[1]: Starting Wait for /xyz/openbmc_project/time/sync_method...<br>Jan 01 00:00:41 test_obmc avahi-daemon[240]: Found user 'avahi' (UID 996) and group 'avahi' (GID 995).<br>Jan 01 00:00:41 test_obmc rsyslogd[229]: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.2202.0]<br>Jan 01 00:00:41 test_obmc rsyslogd[229]: [origin software="rsyslogd" swVersion="8.2202.0" x-pid="229" x-info="https://www.rsyslog.com"] start<br>Jan 01 00:00:41 test_obmc systemd[1]: Started Phosphor-Pid-Control Margin-based Fan Control Daemon.<br>Jan 01 00:00:42 test_obmc systemd[1]: Started phosphor systemd target monitor.<br>Jan 01 00:00:42 test_obmc systemd[1]: Starting Ramoops monitor....<br>Jan 01 00:00:42 test_obmc systemd[1]: Started Serial Getty on ttyS4.<br>Jan 01 00:00:42 test_obmc systemd[1]: Reached target Login Prompts.<br>Jan 01 00:00:43 test_obmc systemd[1]: Starting Phosphor LED Group Management Daemon...<br>Jan 01 00:00:43 test_obmc systemd[1]: Starting Phosphor Network Manager...<br>Jan 01 00:00:43 test_obmc systemd[1]: Starting OpenBMC Software Update Manager...<br>Jan 01 00:00:44 test_obmc systemd[1]: Starting Phosphor BMC State Manager...<br>Jan 01 00:00:44 test_obmc systemd[1]: Started Adc Sensor.<br>Jan 01 00:00:44 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:00:44 test_obmc systemd[1]: Started Exit Air Temp Sensor.<br>Jan 01 00:00:45 test_obmc systemd[1]: Started External Sensor.<br>Jan 01 00:00:45 test_obmc systemd[1]: Started Fan Sensor.<br>Jan 01 00:00:46 test_obmc nscd[182]: 182 checking for monitored file `/nsswitch.conf': No such file or directory<br>Jan 01 00:00:46 test_obmc nscd[182]: 182 checking for monitored file `/passwd': No such file or directory<br>Jan 01 00:00:46 test_obmc systemd[1]: Started Hwmon Temp Sensor.<br>Jan 01 00:00:46 test_obmc phosphor-image-updater[262]: Error in mapper GetSubTreePath: sd_bus_call: xyz.openbmc_project.Common.Error.ResourceNotFound: The resource is not found.<br>Jan 01 00:00:46 test_obmc phosphor-certificate-manager[179]: Error occurred during X509_verify_cert call, checking for known error<br>Jan 01 00:00:46 test_obmc swampd[253]: Tuning enabled<br>Jan 01 00:00:46 test_obmc systemd[1]: Started Intrusion Sensor.<br>Jan 01 00:00:47 test_obmc swampd[253]: No fan zones, application pausing until new configuration<br>Jan 01 00:00:47 test_obmc mapperx[199]: Introspect call failed with error: generic:53, Invalid request descriptor on process: xyz.openbmc_project.Hwmon.external path: /<br>Jan 01 00:00:47 test_obmc nscd[182]: 182 checking for monitored file `/nsswitch.conf': No such file or directory<br>Jan 01 00:00:47 test_obmc nscd[182]: 182 checking for monitored file `/group': No such file or directory<br>Jan 01 00:00:47 test_obmc systemd[1]: Started IPMB Sensor.<br>Jan 01 00:00:47 test_obmc adcsensor[265]: error getting  SpecialMode status No route to host<br>Jan 01 00:00:47 test_obmc systemd[1]: Started MCU Temp Sensor.<br>Jan 01 00:00:47 test_obmc cpusensor[266]: error getting  SpecialMode status No route to host<br>Jan 01 00:00:48 test_obmc systemd[1]: Started PSU Sensor.<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in7_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in12_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in15_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in2_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in5_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in8_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in10_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in13_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in3_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in6_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in9_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in11_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in14_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in1_input<br>Jan 01 00:00:48 test_obmc adcsensor[265]: failed to find match for /sys/class/hwmon/hwmon3/in4_input<br>Jan 01 00:00:48 test_obmc nscd[182]: 182 checking for monitored file `/nsswitch.conf': No such file or directory<br>Jan 01 00:00:48 test_obmc fru-device[189]: failed to read bus 9 address 40<br>Jan 01 00:00:48 test_obmc fru-device[189]: failed to read bus 9 address 55<br>Jan 01 00:00:48 test_obmc nscd[182]: 182 checking for monitored file `/resolv.conf': No such file or directory<br>Jan 01 00:00:48 test_obmc nscd[182]: 182 checking for monitored file `/hosts': No such file or directory<br>Jan 01 00:00:49 test_obmc nscd[182]: 182 checking for monitored file `/nsswitch.conf': No such file or directory<br>Jan 01 00:00:49 test_obmc nscd[182]: 182 checking for monitored file `/services': No such file or directory<br>Jan 01 00:00:49 test_obmc exitairtempsensor[268]: error getting  SpecialMode status No route to host<br>Jan 01 00:00:49 test_obmc mapperx[199]: Found invalid association on path /xyz/openbmc_project/software/0908ea58<br>Jan 01 00:00:49 test_obmc phosphor-certificate-manager[179]: Certificate compareKeys<br>Jan 01 00:00:49 test_obmc fansensor[270]: error getting  SpecialMode status No route to host<br>Jan 01 00:00:50 test_obmc intrusion-sensor[273]: can't find matched I2C or GPIO configuration for intrusion sensor.<br>Jan 01 00:00:50 test_obmc systemd[1]: Started System Logging Service.<br>Jan 01 00:00:50 test_obmc hwmontempsensor[272]: error getting  SpecialMode status No route to host<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan9_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan13_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan16_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan1_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan4_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan7_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan11_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan14_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan2_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan5_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan8_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan12_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan15_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan3_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan6_input<br>Jan 01 00:00:50 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan10_input<br>Jan 01 00:00:50 test_obmc systemd[1]: Finished Wait for /xyz/openbmc_project/control/host0/boot/one_time.<br>Jan 01 00:00:50 test_obmc systemd[1]: Finished Wait for /xyz/openbmc_project/control/host0/boot.<br>Jan 01 00:00:51 test_obmc systemd[1]: Finished Wait for /xyz/openbmc_project/control/host0/power_restore_policy.<br>Jan 01 00:00:51 test_obmc ipmbsensor[274]: error getting  SpecialMode status No route to host<br>Jan 01 00:00:51 test_obmc mcutempsensor[276]: error getting  SpecialMode status No route to host<br>Jan 01 00:00:51 test_obmc systemd[1]: Finished Wait for /xyz/openbmc_project/control/host0/restriction_mode.<br>Jan 01 00:00:51 test_obmc systemd[1]: Finished Wait for /xyz/openbmc_project/time/sync_method.<br>Jan 01 00:00:51 test_obmc systemd[1]: ramoops-monitor.service: Deactivated successfully.<br>Jan 01 00:00:51 test_obmc systemd[1]: Finished Ramoops monitor..<br>Jan 01 00:00:51 test_obmc avahi-daemon[240]: Successfully dropped root privileges.<br>Jan 01 00:00:51 test_obmc avahi-daemon[240]: avahi-daemon 0.8 starting up.<br>Jan 01 00:00:51 test_obmc nslcd[283]: version 0.9.8 starting<br>Jan 01 00:00:51 test_obmc nslcd[283]: accepting connections<br>Jan 01 00:00:51 test_obmc systemd[1]: Started LDAP daemon.<br>Jan 01 00:00:51 test_obmc systemd[1]: Started Phosphor Network Manager.<br>Jan 01 00:00:51 test_obmc systemd[1]: Started OpenBMC Software Update Manager.<br>Jan 01 00:00:52 test_obmc phosphor-bmc-state-manager[264]: Unit obmc-bmc-service-quiesce@0.target not found: sd_bus_call: org.freedesktop.systemd1.NoSuchUnit: Unit obmc-bmc-service-quiesce@0.target not loaded.<br>Jan 01 00:00:52 test_obmc systemd[1]: Starting Phosphor Inband IPMI...<br>Jan 01 00:00:52 test_obmc psusensor[277]: error getting  SpecialMode status No route to host<br>Jan 01 00:00:52 test_obmc systemd[1]: Starting Phosphor Ldap config updater...<br>Jan 01 00:00:52 test_obmc psusensor[277]: Driver name aspeed_pwm_tacho not found in sensor whitelist<br>Jan 01 00:00:52 test_obmc psusensor[277]: Driver name w83773g not found in sensor whitelist<br>Jan 01 00:00:52 test_obmc psusensor[277]: Driver name iio_hwmon not found in sensor whitelist<br>Jan 01 00:00:52 test_obmc psusensor[277]: Driver name w83773g not found in sensor whitelist<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: Successfully called chroot().<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: Successfully dropped remaining capabilities.<br>Jan 01 00:00:52 test_obmc systemd[1]: Starting Phosphor Version Software Manager...<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: Loading service file /services/obmc_console.service.<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::68e9:3dff:fe93:825c.<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: New relevant interface eth0.IPv6 for mDNS.<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.200.5.<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: New relevant interface eth0.IPv4 for mDNS.<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: New relevant interface lo.IPv6 for mDNS.<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: New relevant interface lo.IPv4 for mDNS.<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: Network interface enumeration completed.<br>Jan 01 00:00:52 test_obmc systemd[1]: Starting Phosphor Time Manager daemon...<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: Registering new address record for fe80::68e9:3dff:fe93:825c on eth0.*.<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: Registering new address record for 192.168.200.5 on eth0.IPv4.<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: Registering new address record for ::1 on lo.*.<br>Jan 01 00:00:52 test_obmc avahi-daemon[240]: Registering new address record for 127.0.0.1 on lo.IPv4.<br>Jan 01 00:00:53 test_obmc systemd[1]: Started Avahi mDNS/DNS-SD Stack.<br>Jan 01 00:00:53 test_obmc phosphor-bmc-state-manager[264]: Setting the BMCState field to BMC_NOTREADY<br>Jan 01 00:00:53 test_obmc phosphor-bmc-state-manager[264]: Setting the BMCState field to xyz.openbmc_project.State.BMC.BMCState.NotReady<br>Jan 01 00:00:53 test_obmc phosphor-bmc-state-manager[264]: Setting the RebootCause field to xyz.openbmc_project.State.BMC.RebootCause.Unknown<br>Jan 01 00:00:53 test_obmc systemd[1]: Started Phosphor BMC State Manager.<br>Jan 01 00:00:53 test_obmc avahi-daemon[240]: Server startup complete. Host name is test_obmc.local. Local service cookie is 1954789941.<br>Jan 01 00:00:53 test_obmc nslcd[283]: caught signal SIGTERM (15), shutting down<br>Jan 01 00:00:53 test_obmc systemd[1]: Stopping LDAP daemon...<br>Jan 01 00:00:53 test_obmc nslcd[283]: thread 0 is still running, shutting down anyway<br>Jan 01 00:00:53 test_obmc nslcd[283]: thread 1 is still running, shutting down anyway<br>Jan 01 00:00:53 test_obmc nslcd[283]: thread 2 is still running, shutting down anyway<br>Jan 01 00:00:53 test_obmc nslcd[283]: thread 3 is still running, shutting down anyway<br>Jan 01 00:00:53 test_obmc nslcd[283]: thread 4 is still running, shutting down anyway<br>Jan 01 00:00:53 test_obmc nslcd[283]: version 0.9.8 bailing out<br>Jan 01 00:00:53 test_obmc systemd[1]: Started Phosphor Ldap config updater.<br>Jan 01 00:00:54 test_obmc systemd[1]: nslcd.service: Deactivated successfully.<br>Jan 01 00:00:54 test_obmc systemd[1]: Stopped LDAP daemon.<br>Jan 01 00:00:54 test_obmc systemd[1]: Started Phosphor Version Software Manager.<br>Jan 01 00:00:54 test_obmc avahi-daemon[240]: Service "obmc_console on test_obmc" (/services/obmc_console.service) successfully established.<br>Jan 01 00:00:54 test_obmc fru-device[189]: device at bus 1 address 76 busy<br>Jan 01 00:00:54 test_obmc systemd[1]: Starting Time & Date Service...<br>Jan 01 00:00:55 test_obmc fru-device[189]: device at bus 2 address 76 busy<br>Jan 01 00:00:56 test_obmc ipmid[290]: JSON file not found<br>Jan 01 00:00:56 test_obmc phosphor-network-manager[261]: Refreshing the objects.<br>Jan 01 00:00:57 test_obmc systemd[1]: Starting Hostname Service...<br>Jan 01 00:00:57 test_obmc fru-device[189]: failed to read bus 9 address 40<br>Jan 01 00:00:57 test_obmc fru-device[189]: failed to read bus 9 address 55<br>Jan 01 00:00:59 test_obmc systemd[1]: Started Time & Date Service.<br>Jan 01 00:01:00 test_obmc systemd-timedated[297]: Set NTP to disabled.<br>Jan 01 00:01:00 test_obmc phosphor-time-manager[293]: Updated NTP setting<br>Jan 01 00:01:00 test_obmc systemd[1]: Started Phosphor Time Manager daemon.<br>Jan 01 00:01:00 test_obmc phosphor-network-manager[261]: Refreshing complete.<br>Jan 01 00:01:00 test_obmc bmcweb[226]: Checking certs in file /etc/ssl/certs/https/server.pem<br>Jan 01 00:01:00 test_obmc bmcweb[226]: Generating new keys<br>Jan 01 00:01:00 test_obmc bmcweb[226]: Generating EC key<br>Jan 01 00:01:01 test_obmc bmcweb[226]: Generating x509 Certificate<br>Jan 01 00:01:01 test_obmc ipmid[290]: Registering OEM:[0X00C2CF], Cmd:[0X04] for Manual Zone Control<br>Jan 01 00:01:01 test_obmc systemd[1]: Started Hostname Service.<br>Jan 01 00:01:01 test_obmc systemd[1]: Started Phosphor Inband IPMI.<br>Jan 01 00:01:01 test_obmc systemd[1]: Starting Phosphor IPMI KCS DBus Bridge...<br>Jan 01 00:01:01 test_obmc phosphor-certificate-manager[179]: Certificate install<br>Jan 01 00:01:01 test_obmc systemd[1]: Started Network IPMI daemon.<br>Jan 01 00:01:02 test_obmc systemd[1]: Started Phosphor IPMI KCS DBus Bridge.<br>Jan 01 00:01:02 test_obmc kcsbridged-ipmi-kcs3[312]: IPMI response failure: ipmid response: org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable<br>Jan 01 00:01:02 test_obmc kcsbridged-ipmi-kcs3[312]: IPMI response failure: ipmid response: org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable<br>Jan 01 00:01:02 test_obmc kcsbridged-ipmi-kcs3[312]: IPMI response failure: ipmid response: org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable<br>Jan 01 00:01:02 test_obmc ipmid[290]: Loading whitelist filter<br>Jan 01 00:01:03 test_obmc phosphor-certificate-manager[179]: Certificate compareKeys<br>Jan 01 00:01:03 test_obmc ipmid[290]: New interface mapping<br>Jan 01 00:01:03 test_obmc ipmid[290]: Set restrictedMode = false<br>Jan 01 00:01:03 test_obmc netipmid[313]: Failed to get bus name<br>Jan 01 00:01:03 test_obmc netipmid[313]: Bind to interfae<br>Jan 01 00:01:03 test_obmc ipmid[290]: New interface mapping<br>Jan 01 00:01:03 test_obmc phosphor-certificate-manager[179]: Inotify callback to update certificate properties<br>Jan 01 00:01:03 test_obmc systemd[1]: Reloading Start bmcweb server...<br>Jan 01 00:01:03 test_obmc systemd[1]: Reloaded Start bmcweb server.<br>Jan 01 00:01:08 test_obmc entity-manager[224]: Inventory Added<br>Jan 01 00:01:12 test_obmc adcsensor[265]: Sensor VCCM_IJKL low threshold 1.135 assert: value 0.003 raw data 3<br>Jan 01 00:01:12 test_obmc adcsensor[265]: Sensor VCCM_IJKL low threshold 1.08 assert: value 0.003 raw data 3<br>Jan 01 00:01:12 test_obmc adcsensor[265]: Sensor VCCM_MNOP low threshold 1.135 assert: value 0 raw data 0<br>Jan 01 00:01:12 test_obmc adcsensor[265]: Sensor VCCM_MNOP low threshold 1.08 assert: value 0 raw data 0<br>Jan 01 00:01:13 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan9_input<br>Jan 01 00:01:13 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan13_input<br>Jan 01 00:01:13 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan16_input<br>Jan 01 00:01:13 test_obmc fansensor[270]: Error read/write "/sys/class/hwmon/hwmon2/pwm3_enable"<br>Jan 01 00:01:13 test_obmc adcsensor[265]: Sensor PVCCIN_CPU2 low threshold 1.75 assert: value 0.029 raw data 29<br>Jan 01 00:01:13 test_obmc adcsensor[265]: Sensor PVCCIN_CPU2 low threshold 1.72 assert: value 0.029 raw data 29<br>Jan 01 00:01:13 test_obmc fansensor[270]: Error read/write "/sys/class/hwmon/hwmon2/pwm5_enable"<br>Jan 01 00:01:13 test_obmc fansensor[270]: Error read/write "/sys/class/hwmon/hwmon2/pwm7_enable"<br>Jan 01 00:01:13 test_obmc adcsensor[265]: Sensor VCCM_IJKL low threshold 1.135 assert: value 0.001 raw data 1<br>Jan 01 00:01:13 test_obmc adcsensor[265]: Sensor VCCM_IJKL low threshold 1.08 assert: value 0.001 raw data 1<br>Jan 01 00:01:13 test_obmc adcsensor[265]: Sensor VCCM_MNOP low threshold 1.135 assert: value 0.003 raw data 3<br>Jan 01 00:01:13 test_obmc cpusensor[266]: CPU configs are parsed<br>Jan 01 00:01:13 test_obmc cpusensor[266]: unable to open /dev/peci-1<br>Jan 01 00:01:13 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan11_input<br>Jan 01 00:01:13 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:01:13 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan14_input<br>Jan 01 00:01:13 test_obmc fansensor[270]: Error read/write "/sys/class/hwmon/hwmon2/pwm1_enable"<br>Jan 01 00:01:13 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:01:13 test_obmc fansensor[270]: Error read/write "/sys/class/hwmon/hwmon2/pwm2_enable"<br>Jan 01 00:01:13 test_obmc fansensor[270]: Error read/write "/sys/class/hwmon/hwmon2/pwm8_enable"<br>Jan 01 00:01:14 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan12_input<br>Jan 01 00:01:14 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan15_input<br>Jan 01 00:01:14 test_obmc fansensor[270]: Error read/write "/sys/class/hwmon/hwmon2/pwm4_enable"<br>Jan 01 00:01:14 test_obmc fansensor[270]: Error read/write "/sys/class/hwmon/hwmon2/pwm6_enable"<br>Jan 01 00:01:14 test_obmc fansensor[270]: failed to find match for /sys/class/hwmon/hwmon2/fan10_input<br>Jan 01 00:01:14 test_obmc intrusion-sensor[273]: can't find matched NIC name.<br>Jan 01 00:01:16 test_obmc ipmid[290]: wd_set: sd_bus_call: xyz.openbmc_project.Common.Error.ResourceNotFound: The resource is not found.<br>Jan 01 00:01:16 test_obmc ipmid[290]: Set Sol Config - Invalid solInterface<br>Jan 01 00:01:16 test_obmc ipmid[290]: Failed to check request for full unpack<br>Jan 01 00:01:16 test_obmc swampd[253]: New configuration detected, reloading<br>Jan 01 00:01:16 test_obmc swampd[253]: .No fan zones, application pausing until new configuration<br>Jan 01 00:01:18 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 1.<br>Jan 01 00:01:18 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:01:18 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:01:18 test_obmc cpusensor[319]: error getting  SpecialMode status No route to host<br>Jan 01 00:01:21 test_obmc cpusensor[319]: CPU configs are parsed<br>Jan 01 00:01:21 test_obmc cpusensor[319]: unable to open /dev/peci-1<br>Jan 01 00:01:21 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:01:21 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:01:26 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 2.<br>Jan 01 00:01:26 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:01:26 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:01:26 test_obmc cpusensor[325]: error getting  SpecialMode status No route to host<br>Jan 01 00:01:26 test_obmc health-monitor[181]: DEASSERT: sensor CPU is under the upper threshold critical high<br>Jan 01 00:01:28 test_obmc cpusensor[325]: CPU configs are parsed<br>Jan 01 00:01:28 test_obmc cpusensor[325]: unable to open /dev/peci-1<br>Jan 01 00:01:28 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:01:28 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:01:30 test_obmc systemd[1]: systemd-hostnamed.service: Deactivated successfully.<br>Jan 01 00:01:31 test_obmc systemd[1]: systemd-timedated.service: Deactivated successfully.<br>Jan 01 00:01:33 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 3.<br>Jan 01 00:01:33 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:01:33 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:01:33 test_obmc cpusensor[333]: error getting  SpecialMode status No route to host<br>Jan 01 00:01:34 test_obmc fansensor[270]: Sensor SP_FAN0_TACH reading error!<br>Jan 01 00:01:35 test_obmc fansensor[270]: Sensor SP_FAN3_TACH reading error!<br>Jan 01 00:01:36 test_obmc fansensor[270]: Sensor SP_FAN6_TACH reading error!<br>Jan 01 00:01:36 test_obmc cpusensor[333]: CPU configs are parsed<br>Jan 01 00:01:36 test_obmc cpusensor[333]: unable to open /dev/peci-1<br>Jan 01 00:01:36 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:01:36 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:01:36 test_obmc fansensor[270]: Sensor SP_FAN1_TACH reading error!<br>Jan 01 00:01:36 test_obmc fansensor[270]: Sensor SP_FAN4_TACH reading error!<br>Jan 01 00:01:36 test_obmc fansensor[270]: Sensor SP_FAN7_TACH reading error!<br>Jan 01 00:01:36 test_obmc fansensor[270]: Sensor SP_FAN2_TACH reading error!<br>Jan 01 00:01:36 test_obmc fansensor[270]: Sensor SP_FAN5_TACH reading error!<br>Jan 01 00:01:38 test_obmc nscd[182]: 182 checking for monitored file `/nsswitch.conf': No such file or directory<br>Jan 01 00:01:38 test_obmc nscd[182]: 182 checking for monitored file `/group': No such file or directory<br>Jan 01 00:01:41 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 4.<br>Jan 01 00:01:41 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:01:41 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:01:41 test_obmc cpusensor[334]: error getting  SpecialMode status No route to host<br>Jan 01 00:01:43 test_obmc cpusensor[334]: CPU configs are parsed<br>Jan 01 00:01:43 test_obmc cpusensor[334]: unable to open /dev/peci-1<br>Jan 01 00:01:43 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:01:43 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:01:48 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 5.<br>Jan 01 00:01:48 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:01:48 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:01:48 test_obmc cpusensor[335]: error getting  SpecialMode status No route to host<br>Jan 01 00:01:49 test_obmc ipmid[290]: Set Sol Config - Invalid solInterface<br>Jan 01 00:01:49 test_obmc ipmid[290]: Failed to check request for full unpack<br>Jan 01 00:01:51 test_obmc cpusensor[335]: CPU configs are parsed<br>Jan 01 00:01:51 test_obmc cpusensor[335]: unable to open /dev/peci-1<br>Jan 01 00:01:51 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:01:51 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:01:53 test_obmc nscd[182]: 182 checking for monitored file `/nsswitch.conf': No such file or directory<br>Jan 01 00:01:53 test_obmc nscd[182]: 182 checking for monitored file `/group': No such file or directory<br>Jan 01 00:01:54 test_obmc ipmid[290]: wd_get: sd_bus_call: xyz.openbmc_project.Common.Error.ResourceNotFound: The resource is not found.<br>Jan 01 00:01:56 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 6.<br>Jan 01 00:01:56 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:01:56 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:01:56 test_obmc cpusensor[338]: error getting  SpecialMode status No route to host<br>Jan 01 00:01:58 test_obmc cpusensor[338]: CPU configs are parsed<br>Jan 01 00:01:58 test_obmc cpusensor[338]: unable to open /dev/peci-1<br>Jan 01 00:01:58 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:01:58 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:02:03 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 7.<br>Jan 01 00:02:03 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:02:03 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:02:03 test_obmc cpusensor[339]: error getting  SpecialMode status No route to host<br>Jan 01 00:02:06 test_obmc cpusensor[339]: CPU configs are parsed<br>Jan 01 00:02:06 test_obmc cpusensor[339]: unable to open /dev/peci-1<br>Jan 01 00:02:06 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:02:06 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:02:11 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 8.<br>Jan 01 00:02:11 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:02:11 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:02:11 test_obmc cpusensor[340]: error getting  SpecialMode status No route to host<br>Jan 01 00:02:13 test_obmc systemd[1]: xyz.openbmc_project.LED.GroupManager.service: start operation timed out. Terminating.<br>Jan 01 00:02:13 test_obmc systemd[1]: xyz.openbmc_project.LED.GroupManager.service: Failed with result 'timeout'.<br>Jan 01 00:02:13 test_obmc systemd[1]: Failed to start Phosphor LED Group Management Daemon.<br>Jan 01 00:02:13 test_obmc systemd[1]: Starting Wait for /xyz/openbmc_project/led/groups...<br>Jan 01 00:02:13 test_obmc cpusensor[340]: CPU configs are parsed<br>Jan 01 00:02:13 test_obmc cpusensor[340]: unable to open /dev/peci-1<br>Jan 01 00:02:13 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:02:13 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:02:14 test_obmc systemd[1]: xyz.openbmc_project.LED.GroupManager.service: Scheduled restart job, restart counter is at 1.<br>Jan 01 00:02:14 test_obmc systemd[1]: Stopped Phosphor LED Group Management Daemon.<br>Jan 01 00:02:14 test_obmc systemd[1]: Starting Phosphor LED Group Management Daemon...<br>Jan 01 00:02:18 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 9.<br>Jan 01 00:02:18 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:02:18 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:02:18 test_obmc cpusensor[344]: error getting  SpecialMode status No route to host<br>Jan 01 00:02:21 test_obmc cpusensor[344]: CPU configs are parsed<br>Jan 01 00:02:21 test_obmc cpusensor[344]: unable to open /dev/peci-1<br>Jan 01 00:02:21 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:02:21 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:02:26 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 10.<br>Jan 01 00:02:26 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:02:26 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:02:26 test_obmc cpusensor[347]: error getting  SpecialMode status No route to host<br>Jan 01 00:02:28 test_obmc cpusensor[347]: CPU configs are parsed<br>Jan 01 00:02:28 test_obmc cpusensor[347]: unable to open /dev/peci-1<br>Jan 01 00:02:28 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:02:28 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:02:31 test_obmc fansensor[270]: Sensor SP_FAN5_TACH reading error!<br>Jan 01 00:02:33 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 11.<br>Jan 01 00:02:33 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:02:33 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:02:33 test_obmc cpusensor[348]: error getting  SpecialMode status No route to host<br>Jan 01 00:02:34 test_obmc login[259]: pam_lastlog(login:session): file /var/log/lastlog created<br>Jan 01 00:02:34 test_obmc login[349]: ROOT LOGIN  on '/dev/ttyS4'<br>Jan 01 00:02:36 test_obmc cpusensor[348]: CPU configs are parsed<br>Jan 01 00:02:36 test_obmc cpusensor[348]: unable to open /dev/peci-1<br>Jan 01 00:02:36 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:02:36 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:02:41 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 12.<br>Jan 01 00:02:41 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:02:41 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:02:41 test_obmc cpusensor[354]: error getting  SpecialMode status No route to host<br>Jan 01 00:02:43 test_obmc cpusensor[354]: CPU configs are parsed<br>Jan 01 00:02:43 test_obmc cpusensor[354]: unable to open /dev/peci-1<br>Jan 01 00:02:43 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:02:43 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:02:48 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 13.<br>Jan 01 00:02:48 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:02:48 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:02:49 test_obmc cpusensor[356]: error getting  SpecialMode status No route to host<br>Jan 01 00:02:51 test_obmc cpusensor[356]: CPU configs are parsed<br>Jan 01 00:02:51 test_obmc cpusensor[356]: unable to open /dev/peci-1<br>Jan 01 00:02:51 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:02:51 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:02:56 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 14.<br>Jan 01 00:02:56 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:02:56 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:02:56 test_obmc cpusensor[359]: error getting  SpecialMode status No route to host<br>Jan 01 00:02:58 test_obmc cpusensor[359]: CPU configs are parsed<br>Jan 01 00:02:58 test_obmc cpusensor[359]: unable to open /dev/peci-1<br>Jan 01 00:02:58 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:02:58 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:03:03 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 15.<br>Jan 01 00:03:04 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:03:04 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:03:04 test_obmc cpusensor[363]: error getting  SpecialMode status No route to host<br>Jan 01 00:03:06 test_obmc cpusensor[363]: CPU configs are parsed<br>Jan 01 00:03:06 test_obmc cpusensor[363]: unable to open /dev/peci-1<br>Jan 01 00:03:06 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:03:06 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:03:11 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 16.<br>Jan 01 00:03:11 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:03:11 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:03:11 test_obmc cpusensor[364]: error getting  SpecialMode status No route to host<br>Jan 01 00:03:13 test_obmc cpusensor[364]: CPU configs are parsed<br>Jan 01 00:03:13 test_obmc cpusensor[364]: unable to open /dev/peci-1<br>Jan 01 00:03:13 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:03:13 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:03:18 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 17.<br>Jan 01 00:03:19 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:03:19 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:03:19 test_obmc cpusensor[366]: error getting  SpecialMode status No route to host<br>Jan 01 00:03:21 test_obmc cpusensor[366]: CPU configs are parsed<br>Jan 01 00:03:21 test_obmc cpusensor[366]: unable to open /dev/peci-1<br>Jan 01 00:03:21 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:03:21 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:03:26 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 18.<br>Jan 01 00:03:26 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:03:26 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:03:26 test_obmc cpusensor[367]: error getting  SpecialMode status No route to host<br>Jan 01 00:03:28 test_obmc cpusensor[367]: CPU configs are parsed<br>Jan 01 00:03:28 test_obmc cpusensor[367]: unable to open /dev/peci-1<br>Jan 01 00:03:28 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:03:28 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:03:34 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 19.<br>Jan 01 00:03:34 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:03:34 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:03:34 test_obmc cpusensor[368]: error getting  SpecialMode status No route to host<br>Jan 01 00:03:36 test_obmc cpusensor[368]: CPU configs are parsed<br>Jan 01 00:03:36 test_obmc cpusensor[368]: unable to open /dev/peci-1<br>Jan 01 00:03:36 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:03:36 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:03:41 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 20.<br>Jan 01 00:03:41 test_obmc systemd[1]: Stopped CPU Sensor.<br>Jan 01 00:03:41 test_obmc systemd[1]: Started CPU Sensor.<br>Jan 01 00:03:41 test_obmc cpusensor[370]: error getting  SpecialMode status No route to host<br>Jan 01 00:03:43 test_obmc cpusensor[370]: CPU configs are parsed<br>Jan 01 00:03:43 test_obmc cpusensor[370]: unable to open /dev/peci-1<br>Jan 01 00:03:43 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Main process exited, code=exited, status=1/FAILURE<br>Jan 01 00:03:43 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Failed with result 'exit-code'.<br>Jan 01 00:03:44 test_obmc systemd[1]: xyz.openbmc_project.LED.GroupManager.service: start operation timed out. Terminating.<br>Jan 01 00:03:44 test_obmc systemd[1]: xyz.openbmc_project.LED.GroupManager.service: Failed with result 'timeout'.<br>Jan 01 00:03:44 test_obmc systemd[1]: Failed to start Phosphor LED Group Management Daemon.<br>Jan 01 00:03:45 test_obmc systemd[1]: xyz.openbmc_project.LED.GroupManager.service: Scheduled restart job, restart counter is at 2.<br>Jan 01 00:03:46 test_obmc systemd[1]: Stopped Phosphor LED Group Management Daemon.<br>Jan 01 00:03:46 test_obmc systemd[1]: Starting Phosphor LED Group Management Daemon...<br>Jan 01 00:03:48 test_obmc systemd[1]: xyz.openbmc_project.cpusensor.service: Scheduled restart job, restart counter is at 21.<br><div>....</div><div><br></div><div dir="ltr" data-setdir="false">Thanks in advance,</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false"> <span>Sincerely </span>Yours,<span></span></div><div dir="ltr" data-setdir="false">Hamidreza<br></div></div></div></div></div></body></html>