Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zombie processes on startup #206

Closed
KennethWilke opened this issue Mar 9, 2016 · 6 comments
Closed

Zombie processes on startup #206

KennethWilke opened this issue Mar 9, 2016 · 6 comments

Comments

@KennethWilke
Copy link

Howdy!

Today I'm doing some OpenBMC testing on Barreleye using the current master d7eea1d

I'm seeing a few zombie processes in the process list shortly after startup, and wanted to report it as that seems unusual.

My full process list below:

root@barreleye:~# ps
  PID USER       VSZ STAT COMMAND
    1 root     23420 S    {systemd} /sbin/init
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW<  [kworker/0:0H]
    6 root         0 SW   [kworker/u2:0]
    7 root         0 SW   [kdevtmpfs]
    8 root         0 SW<  [writeback]
    9 root         0 SW   [kworker/u2:1]
  142 root         0 SW<  [crypto]
  144 root         0 SW<  [bioset]
  146 root         0 SW<  [kblockd]
  183 root         0 SW<  [rpciod]
  184 root         0 SW   [kworker/0:1]
  193 root         0 SW   [kswapd0]
  194 root         0 SW   [fsnotify_mark]
  195 root         0 SW<  [nfsiod]
  249 root         0 SW<  [bioset]
  250 root         0 SW<  [bioset]
  251 root         0 SW<  [bioset]
  252 root         0 SW<  [bioset]
  262 root         0 SW<  [bioset]
  265 root         0 SW<  [bioset]
  268 root         0 SW<  [bioset]
  271 root         0 SW<  [bioset]
  274 root         0 SW<  [bioset]
  277 root         0 SW<  [bioset]
  280 root         0 SW<  [bioset]
  283 root         0 SW<  [bioset]
  297 root         0 SW<  [bioset]
  302 root         0 SW<  [bioset]
  307 root         0 SW<  [bioset]
  312 root         0 SW<  [bioset]
  317 root         0 SW<  [bioset]
  322 root         0 SW<  [bioset]
  327 root         0 SW<  [bioset]
  333 root         0 SW<  [bioset]
  459 root         0 SW<  [deferwq]
  505 root         0 SWN  [jffs2_gcd_mtd6]
  510 root         0 SW<  [kworker/0:1H]
  515 root         0 SW   [kworker/0:2]
  532 root      6708 S    /lib/systemd/systemd-journald
  867 root     10440 S    /lib/systemd/systemd-udevd
  874 systemd- 13036 S    /lib/systemd/systemd-timesyncd
  926 root      3636 S    /usr/sbin/btbridged
  927 root      3032 S    /sbin/syslogd -n -C
  929 root      1728 S    /usr/sbin/inarp
  930 root     16236 S    {system_manager.} /usr/bin/python -u /usr/sbin/system_manager.py Barreleye
  931 root     16992 S    python /usr/sbin/netman.py
  932 root     15360 S    python /usr/sbin/obmc-phosphor-userd
  933 messageb  3288 S    /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
  934 root      2884 S    /lib/systemd/systemd-logind
  935 root      2968 S    /sbin/klogd -n
  937 root      4536 S    /usr/sbin/obmc-phosphor-eventd
  938 root     14548 S    {settings_manage} /usr/bin/python -u /usr/sbin/settings_manager.py
  939 root     12964 S    python /usr/sbin/rest-dbus
  940 root     15528 S    python /usr/sbin/phosphor-mapper
  941 systemd- 11672 S    /lib/systemd/systemd-networkd
  943 root      4944 S    /usr/sbin/ipmid
  953 root     15088 S    {sensor_manager2} /usr/bin/python -u /usr/sbin/sensor_manager2.py Barreleye
  958 root     43340 S    python /usr/sbin/obmc-rest
  961 root     24248 S    /usr/sbin/power_control.exe 3000 10
  963 root     24244 S    /usr/sbin/control_host.exe
  965 root     14844 S    {hwmon.py} /usr/bin/python -u /usr/sbin/hwmon.py Barreleye
  966 root      3628 S    /usr/sbin/led_controller.exe
  967 root     14880 S    {download_manage} /usr/bin/python -u /usr/sbin/download_manager.py Barreleye
  968 root     14664 S    {bmc_update.py} /usr/bin/python -u /usr/sbin/bmc_update.py
  969 root     24244 S    /usr/sbin/button_reset.exe
  970 root     24244 S    /usr/sbin/button_power.exe
  971 root     24236 S    /usr/sbin/host_watchdog.exe
  972 root     24236 S    /usr/sbin/control_bmc.exe
  973 root     24244 S    /usr/sbin/flash_bios.exe
  974 root     15040 S    {inventory_items} /usr/bin/python -u /usr/sbin/inventory_items.py Barreleye
 1019 root     14568 S    {chassis_control} /usr/bin/python -u /usr/sbin/chassis_control.py
 1020 root     14480 S    {fan_control.py} /usr/bin/python -u /usr/sbin/fan_control.py
 1024 root         0 Z    [discover_system]
 1025 root         0 Z    [flasher.exe]
 1030 root         0 Z    [flasher.exe]
 1042 root      2880 R    /usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_host_key -B
 1043 root      3324 S    -sh
 1065 root         0 SW   [kworker/0:0]
 1067 root         0 SW   [kworker/0:3]
 1068 root      2228 S    /sbin/agetty -8 -L --keep-baud ttyS4 115200 xterm
 1072 root      3440 R    ps
@jk-ozlabs
Copy link
Member

@KennethWilke thanks for posting; we should take a look at these. Even if they're harmless, it makes it difficult to tell if something else has actually gone wrong.

@williamspatrick williamspatrick added this to the v1.0 Backlog milestone Apr 1, 2016
@KennethWilke
Copy link
Author

KennethWilke commented May 16, 2016

As a follow up on this one, on the 0.6.1 tag:

flashe.exe processes are both child processes of /usr/sbin/flash_bios.exe

There is also now a zombie process pcie_slot_prese that is a child process of {system_manager.} /usr/bin/python -u /usr/sbin/system_manager.py Barreleye

@williamspatrick williamspatrick modified the milestones: v2.0 Backlog, v1.0 Backlog Jun 14, 2016
@adamliyi
Copy link
Member

adamliyi commented Aug 5, 2016

flash_bios_obj.c already defines handler to handle SIGCHLD, and wait on the child process. Not sure why it was commented out. Submitted a patch to re-enable the handler. Tested on Barreleye, there is no 'flasher.exe' zombie processes.

root@barreleye:~# ps | grep -i 'z'
  PID USER       VSZ STAT COMMAND
 1072 root         0 Z    [discover_system]
 1095 root      2972 S    grep -i z

@adamliyi
Copy link
Member

Those zombie processes are child processes of "system_manager.py". SystemManager starts many child processes with 'popen()' when system state changes. Committed a patch to fix the zombie process issue: https://gerrit.openbmc-project.xyz/#/c/228/

Before the change:

root@barreleye:~# ps
  PID USER       VSZ STAT COMMAND
    1 root     13116 S    {systemd} /sbin/init
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW<  [kworker/0:0H]
    7 root         0 SW   [kdevtmpfs]
    8 root         0 SW<  [writeback]
   58 root         0 SW   [kworker/u2:2]
  141 root         0 SW<  [crypto]
  143 root         0 SW<  [bioset]
  145 root         0 SW<  [kblockd]
  184 root         0 SW<  [rpciod]
  192 root         0 SW   [kswapd0]
  193 root         0 SW   [fsnotify_mark]
  194 root         0 SW<  [nfsiod]
  248 root         0 SW<  [bioset]
  249 root         0 SW<  [bioset]
  250 root         0 SW<  [bioset]
  251 root         0 SW<  [bioset]
  261 root         0 SW<  [bioset]
  264 root         0 SW<  [bioset]
  267 root         0 SW<  [bioset]
  269 root         0 SW<  [bioset]
  272 root         0 SW<  [bioset]
  276 root         0 SW<  [bioset]
  279 root         0 SW<  [bioset]
  282 root         0 SW<  [bioset]
  296 root         0 SW<  [bioset]
  301 root         0 SW<  [bioset]
  306 root         0 SW<  [bioset]
  311 root         0 SW<  [bioset]
  316 root         0 SW<  [bioset]
  321 root         0 SW<  [bioset]
  326 root         0 SW<  [bioset]
  332 root         0 SW<  [bioset]
  468 root         0 SW<  [deferwq]
  514 root         0 SWN  [jffs2_gcd_mtd6]
  519 root         0 SW<  [kworker/0:1H]
  545 root      6704 R    /lib/systemd/systemd-journald
  880 root     10208 S    /lib/systemd/systemd-udevd
  886 systemd- 12932 S    /lib/systemd/systemd-timesyncd
  947 root     15244 S    python /usr/sbin/phosphor-mapper
  949 root      1736 S    /usr/sbin/obmc-console-server
  950 root      3636 S    /usr/sbin/btbridged
  951 root      2968 S    /sbin/klogd -n
  952 root     14840 S    python /usr/sbin/obmc-phosphor-userd
  953 root      3032 S    /sbin/syslogd -n -C
  955 root      2880 S    /lib/systemd/systemd-logind
  956 root      1724 S    /usr/sbin/inarp
  957 messageb  3136 S    /usr/bin/dbus-daemon --system --address=systemd: --n
  962 root      4544 S    /usr/sbin/obmc-phosphor-eventd -s 200000 -t 128
  967 root      4956 S    /usr/sbin/ipmid
  977 root     43660 S    python /usr/sbin/obmc-rest
 1071 root      3068 S    -sh
 1213 root         0 SW   [kworker/0:0]
 1257 root         0 SW   [kworker/0:1]
 1372 root         0 SW   [kworker/u2:3]
 1415 root         0 SW   [kworker/0:2]
 1418 root     15168 R    {system_manager.} /usr/bin/python -u /usr/sbin/syste
 1419 root     14244 S    {settings_manage} /usr/bin/python -u /usr/sbin/setti
 1420 root     16536 S    python /usr/sbin/netman.py
 1421 root      3636 S    /usr/sbin/netman_watch_dns /run/systemd/netif/state
 1425 root     14892 S    {sensor_manager2} /usr/bin/python -u /usr/sbin/senso
 1428 root     24228 S    /usr/sbin/button_power.exe
 1430 root     24224 S    /usr/sbin/control_bmc.exe
 1432 root     24236 S    /usr/sbin/control_host.exe
 1434 root     14600 S    {hwmon.py} /usr/bin/python -u /usr/sbin/hwmon.py Bar
 1437 root     24232 S    /usr/sbin/host_checkstop.exe
 1440 root     24228 S    /usr/sbin/button_reset.exe
 1442 root     24232 S    /usr/sbin/flash_bios.exe
 1444 root     15060 R    {inventory_items} /usr/bin/python -u /usr/sbin/inven
 1446 root     24232 S    /usr/sbin/power_control.exe 3000 10
 1449 root      3632 S    /usr/sbin/led_controller.exe
 1453 root     14636 S    {download_manage} /usr/bin/python -u /usr/sbin/downl
 1454 root     16772 S    {bmc_update.py} /usr/bin/python -u /usr/sbin/bmc_upd
 1455 root     24228 S    /usr/sbin/host_watchdog.exe
 1461 root     14324 S    {chassis_control} /usr/bin/python -u /usr/sbin/chass
 1463 root     14236 S    {fan_control.py} /usr/bin/python -u /usr/sbin/fan_co
 1466 root         0 Z    [flasher.exe]
 1471 root         0 Z    [flasher.exe]
 1484 root         0 Z    [python]
 1491 root         0 Z    [pcie_slot_prese]
 1504 root      3208 R    ps

After the fix:

root@barreleye:~# obmcutil state
  = HOST_BOOTED  
 root@barreleye:~# ps
   PID USER       VSZ STAT COMMAND
     1 root     13116 S    {systemd} /sbin/init
     2 root         0 SW   [kthreadd]
     3 root         0 SW   [ksoftirqd/0]
     5 root         0 SW<  [kworker/0:0H]
     7 root         0 SW   [kdevtmpfs]
     8 root         0 SW<  [writeback]
   141 root         0 SW<  [crypto]
   143 root         0 SW<  [bioset]
   145 root         0 SW<  [kblockd]
   184 root         0 SW<  [rpciod]
   192 root         0 SW   [kswapd0]
   193 root         0 SW   [fsnotify_mark]
   194 root         0 SW<  [nfsiod]
   248 root         0 SW<  [bioset]
   249 root         0 SW<  [bioset]
   250 root         0 SW<  [bioset]
   251 root         0 SW<  [bioset]
   261 root         0 SW<  [bioset]
   264 root         0 SW<  [bioset]
   267 root         0 SW<  [bioset]
   269 root         0 SW<  [bioset]
   272 root         0 SW<  [bioset]
   276 root         0 SW<  [bioset]
   279 root         0 SW<  [bioset]
   282 root         0 SW<  [bioset]
   296 root         0 SW<  [bioset]
   301 root         0 SW<  [bioset]
   306 root         0 SW<  [bioset]
   311 root         0 SW<  [bioset]
   316 root         0 SW<  [bioset]
   321 root         0 SW<  [bioset]
   326 root         0 SW<  [bioset]
   332 root         0 SW<  [bioset]
   468 root         0 SW<  [deferwq]
   514 root         0 SWN  [jffs2_gcd_mtd6]
   519 root         0 SW<  [kworker/0:1H]
   545 root      6704 S    /lib/systemd/systemd-journald
   880 root     10208 S    /lib/systemd/systemd-udevd
   886 systemd- 12932 S    /lib/systemd/systemd-timesyncd
   947 root     15284 S    python /usr/sbin/phosphor-mapper
   949 root      1736 S    /usr/sbin/obmc-console-server
   950 root      3636 S    /usr/sbin/btbridged
   951 root      2968 S    /sbin/klogd -n
   952 root     14840 S    python /usr/sbin/obmc-phosphor-userd
   953 root      3032 S    /sbin/syslogd -n -C
   955 root      2880 S    /lib/systemd/systemd-logind
   956 root      1724 S    /usr/sbin/inarp
   957 messageb  3136 S    /usr/bin/dbus-daemon --system --address=systemd: --n
   962 root      4544 S    /usr/sbin/obmc-phosphor-eventd -s 200000 -t 128
   967 root      4956 S    /usr/sbin/ipmid
   977 root     43660 S    python /usr/sbin/obmc-rest
  1071 root      3068 S    -sh
  1257 root         0 SW   [kworker/0:1]
  1415 root         0 SW   [kworker/0:2]
  1513 root         0 SW   [kworker/u2:0]
  1514 root         0 SW   [kworker/u2:1]
  1536 root         0 SW   [kworker/0:0]
  1539 root     15168 S    {system_manager.} /usr/bin/python -u /usr/sbin/syste
  1540 root     14244 S    {settings_manage} /usr/bin/python -u /usr/sbin/setti
  1541 root     16536 S    python /usr/sbin/netman.py
  1542 root      3636 S    /usr/sbin/netman_watch_dns /run/systemd/netif/state
  1544 root     15004 S    {sensor_manager2} /usr/bin/python -u /usr/sbin/senso
  1547 root     24228 S    /usr/sbin/button_power.exe
  1549 root     24224 S    /usr/sbin/control_bmc.exe
  1551 root     24236 S    /usr/sbin/control_host.exe
  1552 root     14856 S    {hwmon.py} /usr/bin/python -u /usr/sbin/hwmon.py Bar
  1555 root     24232 S    /usr/sbin/host_checkstop.exe
  1558 root     24228 S    /usr/sbin/button_reset.exe
  1560 root     24232 S    /usr/sbin/flash_bios.exe
  1563 root     15056 S    {inventory_items} /usr/bin/python -u /usr/sbin/inven
  1565 root     24232 S    /usr/sbin/power_control.exe 3000 10
  1568 root      3632 S    /usr/sbin/led_controller.exe
  1570 root     14636 S    {download_manage} /usr/bin/python -u /usr/sbin/downl
  1573 root     16772 S    {bmc_update.py} /usr/bin/python -u /usr/sbin/bmc_upd
  1575 root     24228 S    /usr/sbin/host_watchdog.exe
  1583 root     14324 S    {chassis_control} /usr/bin/python -u /usr/sbin/chass
  1585 root     14236 S    {fan_control.py} /usr/bin/python -u /usr/sbin/fan_co
  1620 root         0 SW   [kworker/u2:2]
  1624 root      3208 R    ps

@sivassrr
Copy link

sivassrr commented Sep 7, 2016

VERSION_ID=v1.0.5-2-g7a3e2dc-dirty
Still see some zombie process (flasher.exe) at the time of READY and host booted state.
And sync_inventory as zombie at the time of BMC READY state.
root@barreleye:# obmcutil state
= BMC_READY
root@barreleye:
# ps | grep -i 'z'
PID USER VSZ STAT COMMAND
1056 root 0 Z [discover_system]
1057 root 0 Z [sync_inventory_]
1058 root 0 Z [sync_inventory_]
1059 root 0 Z [flasher.exe]
1064 root 0 Z [flasher.exe]
1092 root 2972 S grep -i z

root@barreleye:# obmcutil state
= HOST_BOOTED
root@barreleye:
# ps | grep -i 'z'
PID USER VSZ STAT COMMAND
1059 root 0 Z [flasher.exe]
1064 root 0 Z [flasher.exe]
1094 root 0 Z [python]
1101 root 0 Z [pcie_slot_prese]
1133 root 2972 S grep -i z

@sivassrr sivassrr reopened this Sep 7, 2016
@williamspatrick
Copy link
Member

You are testing stable. Fix went into master.

stefanberger pushed a commit to stefanberger/openbmc that referenced this issue Aug 1, 2023
Sandeepa Singh (47):
  Firmware-change (openbmc#66)
  Allow only tar file upload (openbmc#71)
  Hardware Deconfiguration Page (openbmc#84)
  Deconfig-Toggles (openbmc#110)
  Filter SNMP data (openbmc#112)
  Upload acf certificate on login page (openbmc#126)
  Hardware deconfiguration fix (openbmc#128)
  TFTP firmware update (openbmc#104)
  Add filter to remove absent dimms form GUI (openbmc#139)
  Add abiliy to sort hardware deconfig columns (openbmc#162)
  Add helptext for FQDN (openbmc#164)
  Add deconfiguration type as None (openbmc#163)
  Fix link to deconfiguration records (openbmc#155)
  Remove regex from firmware (openbmc#151)
  Add alert for HMC connection disconnect (openbmc#152)
  Update hardware deconfiguration per Demo feedback (openbmc#180)
  Remove Default option from Server power operations page (openbmc#188)
  reverting removal of Default partition environment dropdown (openbmc#190)
  Add Lateral cast out page (openbmc#177)
  fix toggle issue (openbmc#191)
  Add details on login page (openbmc#193)
  Remove TFTP server option from firmware page (openbmc#194)
  Real time post codes converted to ASCII (openbmc#207)
  fix TFTP bug (openbmc#213)
  Show/Hide ACF upload button (openbmc#214)
  Fix toggle issue (openbmc#219)
  Change the toggle text to configure/deconfigure (openbmc#223)
  Fix the sorting issue in progress logs (openbmc#240)
  Translate severity to fatal,predictive and manual (openbmc#235)
  Add Pel ID column on HW deconfiguration page (openbmc#244)
  Show FW_boot_side_current attribute value (openbmc#262)
  Added filter to remove 00000000 from post code table (openbmc#272)
  Fix toast msg for HW deconfiguration page (openbmc#251)
  Add location code of Deconfig records page (openbmc#293)
  Make memory page consistent (openbmc#308)
  Add pel id column (openbmc#332)
  Update service login condition (openbmc#326)
  Edit app nav and login file (openbmc#335)
  Update Automatic helptext (openbmc#340)
  Grey out toggle when DHCP is disabled (openbmc#338)
  Disable delete when system is powered on (openbmc#327)
  Renamed added optimization page (openbmc#346)
  Fix deconfiguration record translation bug (openbmc#360)
  Fix power page translation bug (openbmc#361)
  Operating mode is translatable now (openbmc#363)
  Fix user management page translation bugs (openbmc#365)
  Fix server power ops translation bugs (openbmc#359)

Kenneth Fullbright (85):
  Removed irrelevant fields from the VET Capabilities table (openbmc#68)
  Update Firmware page interactions when system is powered on (openbmc#51)
  Updated CSR Modal & Service login Certificate Modal (openbmc#59)
  Removed OemIBMServiceAgent from  Group Privilege list (openbmc#76)
  Updated Power saver modes descriptions (openbmc#83)
  Popup SOL Console (Host Console) not showing correct connection status (openbmc#79)
  Removed irrelevant fields from the VET Capabilities table (openbmc#93)
  Added Initiate Resource Dump Function (openbmc#103)
  Fixed password change/reset code for expired password (openbmc#125)
  Fixed global action vuex error getUsers (openbmc#120)
  Fixed 'Promise.all' related errors on Overview (openbmc#119)
  Renamed "Serial over LAN (SOL) console" page (openbmc#54)
  Fixed event log table to be fully responsive (openbmc#122)
  Prevent service user password change (openbmc#88)
  Turned dumps PHYP alert into a toast (openbmc#140)
  Repaired Service login consoles links in the navbar (openbmc#145)
  Removed LDAP from navigation on non admin role accounts (openbmc#108)
  Updated the link to consoles and other nav related items
  Refactored Power page and power page related things (openbmc#109)
  Added Power restore policy missing alert on operating mode manual (openbmc#147)
  Made non-service roles not pass default password for resource dumps (openbmc#135)
  Fixed BMC Hypervisor console switch (openbmc#159)
  Enhanced user creation and current user failed message for password change (openbmc#81)
  Fixed translation double key error (openbmc#146)
  Removed service privilege option from edit user and add user (openbmc#161)
  Enhanced resource dump error messages (openbmc#168)
  Refactored Power page code for efficiency and clarity (openbmc#158)
  Fixed init system dump from resource dump (openbmc#136)
  Added toast for invalid privilege (openbmc#172)
  Fixed Service consoles (openbmc#176)
  Fix user management delete table action (openbmc#179)
  Fixed service account resource dumps password field to allow any string (openbmc#183)
  Fixed Idle power saving missing reset button option (openbmc#184)
  Removed lower and upper limit and warning sensors (openbmc#186)
  Fixed missing fields for add user on user modal (openbmc#185)
  Fixed maximum amount of users toast error (openbmc#196)
  Fixed delete and replace function in Certificates table (openbmc#197)
  Fixed navbar missing error (openbmc#206)
  Fixed popup BMC and Hypervisor consoles. (openbmc#205)
  Fixed init system dump PHYP in standby check error (openbmc#204)
  Fixed closing console conntections. (openbmc#220)
  Fixed upload certificate button not being disabled on max certificates (openbmc#224)
  Added info tool tips on password changing fields. (openbmc#225)
  Removed operator role from add role group modal (openbmc#229) [SW550540]
  Removed Operator and NoAccess roles from desciption table (openbmc#228) [SW550558]
  Fixed proxy logout error (openbmc#226)
  Created info icon for enhanced information about power consumption (openbmc#232)
  Fixed some tables not being fully responsive (openbmc#222)
  Set autocomplete option to off for password fields (openbmc#231)
  Added dump being offloaded warning for reboot and shutdown (openbmc#241)
  Fixed system dump error messages (openbmc#238)
  Fixed factory reset to default code (openbmc#243)
  Changed OemIBMServiceAgent to ServiceAgent (openbmc#261)
  Add safe mode to user interface (openbmc#250)
  Fixed fresh install set password and login error (openbmc#263)
  Fixed DHCP delete button not disabled (openbmc#273)
  Removed unsupported ServiceAgent group from LDAP group privilege modal (openbmc#268)
  Fixed Zombie state when factory resetting (openbmc#270)
  Fixed unauthorized error toast on page loading (openbmc#267)
  Fixed firmware swapping confusion (openbmc#271)
  Fixed console connection indicators (openbmc#275)
  Fixed account polocy settings displaying not updated info on refresh (openbmc#276)
  Fixed running and backup image info render problem (openbmc#287)
  Fixed event logs not updating upon delete all button (openbmc#290)
  Fixed account policy radio buttons (openbmc#289)
  Fixed secure LDAP checkbox not showing correct values (openbmc#291)
  Fixed firmware update function (openbmc#296)
  Fixed JSON.parse error from localStorage (openbmc#298)
  Fixed factory reset function to be fully async (openbmc#306)
  Removed host console access from ReadOnly roles (openbmc#307)
  Fixed SRC Details not showing on non manual records (openbmc#300)
  Fixed page memory validation error (openbmc#313)
  Fixed location code not showing on Deconfiguration records table (openbmc#317)
  Disabled users from changing username on user management table (openbmc#321)
  Added Location codes for TPM (openbmc#324)
  Fixed console indicators not updating status (openbmc#304)
  Added Location codes for TPM (openbmc#325)
  Made more meaningful toasts (openbmc#314)
  Fixed manage access keys hyperlink being disabled problems on Firmware page (openbmc#322)
  Fixed asset tag info not showing up in modal after app refresh and tag update (openbmc#333)
  Removed hashes from files (openbmc#334)
  Created real time indicator postCodeValue filter (openbmc#302)
  Fixed Deconfig table download additional data button (openbmc#328)
  Changed page "Lateral cast out" to "Added optimization" (openbmc#341)
  Added notices page (openbmc#336)

A Nikhil (47):
  Update Inventory DIMM table (openbmc#74)
  Update Inventory Assemblies table (openbmc#87)
  Update Inventory Processors table (openbmc#86)
  Incorrect Power mode value (openbmc#89)
  Dumps available on BMC are not displayed on BMC-GUI (openbmc#72)
  Components on the hardware page not in order (openbmc#101)
  No values populated for licensed and configured cores (openbmc#91)
  Update GUI as IBM (openbmc#116)
  Rename Update Firmware access key (openbmc#117)
  Health and state field of assembly components is missing in inventory page (openbmc#99)
  Event logs add missing information (openbmc#111)
  GUI has no way to turn off System attention LED (openbmc#129)
  Event log does not show information for service (openbmc#133)
  GUI missing detailed COD (openbmc#124)
  Rename count in system table (openbmc#149)
  FCO page accepts value greater than the number of licensed cores (openbmc#142)
  Part number field is showing spare part number value (openbmc#165)
  Wrong lable on SRC for logs (openbmc#156)
  Inventory and LEDs page has two system entries (openbmc#137)
  Add toggle to enable/disable the secure version lock in (openbmc#167)
  Factory reset option should only be provided at power off (openbmc#174)
  Health in critical state after marking critical errors as resolved (openbmc#189)
  Concurrent maintenance Page (openbmc#202)
  Download implementation in Event logs (openbmc#192)
   Missing host USB enable/disable (openbmc#239)
  Prevent system power on when BMC is not in Ready state (openbmc#227)
  Adding mex chassis Info (openbmc#233)
  Mex IO enclosure firmware version not displayed (openbmc#265)
  PCIe Hardware Topology (openbmc#181)
  Warning in PcieTopology.vue (openbmc#282)
  Pcie-topology and Inventory fixes (openbmc#288)
  Unable to edit group name in the Add Role group field. (openbmc#303)
  PCIe Topology Save changes (openbmc#309)
  Invalid range for I/O Adapter enlarged capacity (openbmc#311)
  Status for both system and chassis comes as absent at host power off state (openbmc#312)
  Status for system table should be Present (openbmc#320)
  Fixed Identify LED error in MEX chassis (openbmc#330)
  Assemblies section does not has search option in Inventory page (openbmc#315)
  PCIe link width for empty slots is showing as -1 (openbmc#319)
  Warning message only in manual mode (openbmc#323)
  Fixed incorrect Identity LEDs error message (openbmc#331)
  Unwanted fields for MEX components removed (openbmc#329)
  PCIe topology performance improved (openbmc#337)
  AIX/LINUX and IBM i partition are only for non-HMC manage system (openbmc#318)
  Severity values is now translatable (openbmc#357)
  Enabled value taken from translation file (openbmc#362)
  Removed .tar.xz extension from dumps (openbmc#410)

whitesource-ets[bot] (1):
  Add .whitesource configuration file

sandeepasingh116 (17):
  Add new toggles on CM page (openbmc#3)
  Changed connection status logic for Hypervisor console (openbmc#6)
  Remove dump download option from overview page (openbmc#9)
  Add text on user management page (openbmc#8)
  Rename the save setting button (openbmc#20)
  Add success toast (openbmc#18)
  Fix network eth1 error (openbmc#21)
  Disable date and time page (openbmc#24)
  Update password helptext (openbmc#19)
  Add info tooltip to frequency cap (openbmc#25)
  Read only user will not be able to toggle switches (openbmc#28)
  Make filters translatable (openbmc#33)
  Fix translations of vet capabilities (openbmc#35)
  fix english texts containing links (openbmc#38)
  Remove service login label for read only user (openbmc#45)
  fix translation defect for server power ops (openbmc#52)
  add toogle on Policies page (openbmc#73)

Reed Frandsen (1):
  Removed alert message from Update firmware component (openbmc#90)

Gunnar Mills (3):
  Enable hmc proxy (openbmc#208)
  Update notices to 1030 (openbmc#50)
  Revert "Refresh only once after login (openbmc#42)" (openbmc#59)

Nikhil Ashoka (33):
  pdated the text of server power ops documentation (openbmc#7)
  Displaying Sensors table one row at a time (openbmc#11)
  NTP server duplicate entry is not accepted (openbmc#4)
  Fabric Adapters Info in Inventory page (openbmc#12)
  Fixed Secure LDAP using SSL checkbox value (openbmc#2)
  Added progress bar for activate access key (openbmc#1)
  Error message displayed if fails to authenticate the user (openbmc#10)
  Memory page made HMC-managed independent (openbmc#15)
  Sorting fixed for status (openbmc#17)
  Sensors table now updating on refresh (openbmc#22)
  Secure LDAP is disabled when LDAP authentication disables (openbmc#23)
  Removed Service consoles page for read-only users (openbmc#14)
  Additional message added on Disable SSH (openbmc#30)
  Default partition value taken from translation file (openbmc#36)
  Updated password Max Limit (openbmc#26)
  New Error message displayed if fails to authenticate the user (openbmc#27)
  Added Status and roles values to the translation file (openbmc#31)
  Title translation (openbmc#34)
  Power values added to translation file (openbmc#32)
  Health and Date format taken from translation file (openbmc#37)
  Added possible property values in translation file (openbmc#39)
  Displaying System Anchor value (openbmc#40)
  Added Info tooltip to VirtualTPM (openbmc#47)
  Added max limit based on selected user (openbmc#46)
  Refresh only once after login (openbmc#42)
  Lamp test switch disabled once ON (openbmc#48)
  Tab names translated in Inventory page (openbmc#54)
  Using privilege values from the translation file (openbmc#56)
  Deconfiguration type is taken from translation file (openbmc#57)
  Fabric Adapter table showing Name (openbmc#55)
  PCIe topology overlapping fix (openbmc#53)
  Added Identity LED to Fabric Adapters (openbmc#49)
  Removed Error message from Accounts verification (openbmc#44)

Dixsie Wolmers (14):
  Fix network settings defects - FQDN, link info, and MAC address (openbmc#113)
  Audit translation file (openbmc#115)
  Network settings - update DHCP section (openbmc#114)
  Add deconfiguration logs page (openbmc#121)
  Fix host console route (openbmc#157)
  Fix language dropdown on login page (openbmc#166)
  Network settings fixes - dhcp modal, edit ipv4, default gateway (openbmc#175)
  Update deconfig log table (openbmc#200)
  Update  network settings ipv4 table (openbmc#199)
  Fix network settings hostname and IUM errors (openbmc#210)
  Add  ability to edit asset tag (openbmc#211)
  Fix LDAP form values when LDAP disabled - SW546990 (openbmc#245)
  Fix deconfig records defects (openbmc#246)
  Update maintainers - Remove Dixsie and add Sandeepa (openbmc#286)

aixt9n aixt9n (2):
  i18n: KO_KR: Drop latest translated files for webui-vue (openbmc#257)
  i18n: ES_ES: Drop latest translated files for webui-vue (openbmc#258)

Change-Id: Ib5cb6cfccace5b718d22173ff1df4e8ce2a1e05c
stefanberger pushed a commit to stefanberger/openbmc that referenced this issue Aug 1, 2023
Reed Frandsen (1):
  Merge pull request openbmc#206 from lakshmiy/bonnel_psu

Lakshmi Yadlapati (5):
  dt-bindings: vendor-prefixes: Add prefix for acbel
  dt-bindings: trivial-devices: Add acbel,fsg032
  hwmon: (pmbus/acbel-fsg032) Add Acbel power supply
  docs: hwmon: Add documentaion for acbel-fsg032 PSU
  ARM: dts: aspeed: p10bmc: Change power supply info

Change-Id: I516390cc7d17ffcba6404c7f92a4c4181e4b6f65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants