Created attachment 766 [details] docker dmesg 信息 Description of problem: docker镜像reg.docker.alibaba-inc.com/alinux/beta:3-230602.1下存在异常warn和err,请确认是否是问题 部分warn和err如下,完整warn和err见附件 #docker exec efab66507125 /bin/bash -c "export http_proxy=http://IP:port && dmesg -l warn -T" [Fri May 12 02:18:32 2023] [Firmware Bug]: APEI: Invalid physical address in GAR [0x0/64/0/4/0] [Fri May 12 02:19:08 2023] usbhid: probe of 1-1.1:1.1 failed with error -110 [Fri May 12 02:19:08 2023] arm_spe_pmu arm,spe-v1: profiling buffer inaccessible. Try passing "kpti=off" on the kernel command line [Fri May 12 02:19:08 2023] arm_spe_pmu: probe of arm,spe-v1 failed with error -1 [Fri May 12 02:19:18 2023] printk: systemd: 10 output lines suppressed due to ratelimiting [Fri May 12 02:19:18 2023] systemd[1]: /usr/lib/systemd/system/irqbalance.service:6: Unknown lvalue 'ConditionCPUs' in section 'Unit' [Fri May 12 02:19:18 2023] vnic: loading out-of-tree module taints kernel. [Fri May 12 02:19:19 2023] ipmi_si IPI0001:00: bt cap response too short: 3 [Fri May 12 02:19:19 2023] ipmi_si IPI0001:00: using default values [Fri May 12 02:19:19 2023] ipmi_si IPI0001:00: The BMC does not support setting the recv irq bit, compensating, but the BMC needs to be fixed. [Fri May 12 02:19:22 2023] ICMPv6: NA: 00:00:00:00:00:00 advertised our address ::1 on lo! [Fri May 12 02:19:24 2023] ICMPv6: NA: 00:00:00:00:00:00 advertised our address ::1 on lo! [Fri May 12 02:19:29 2023] ICMPv6: NA: 00:00:00:00:00:00 advertised our address ::1 on lo! [Fri May 12 02:19:29 2023] ICMPv6: NA: 00:00:00:00:00:00 advertised our address ::1 on lo! [Sun Jun 4 21:03:13 2023] ipmi_si IPI0001:00: IPMI BT: timeout in RD_WAIT [ ] [Sun Jun 4 21:03:13 2023] 1 retries left [Sat Jun 10 17:24:05 2023] ipmi_si IPI0001:00: IPMI BT: timeout in RD_WAIT [ ] [Sat Jun 10 17:24:05 2023] 1 retries left #docker exec efab66507125 /bin/bash -c "export http_proxy=http://IP:port && dmesg -l err -T" [Fri May 12 02:18:32 2023] ACPI: IORT: [Firmware Bug]: [map (____ptrval____)] conflicting mapping for input ID 0x7c00 [Fri May 12 02:18:32 2023] ACPI: IORT: [Firmware Bug]: applying workaround. [Fri May 12 02:18:32 2023] mpam: No MSC devices found in firmware [Fri May 12 02:18:32 2023] ACPI: IORT: [Firmware Bug]: applying workaround. [Fri May 12 02:19:08 2023] usbhid 1-1.1:1.1: can't add hid device: -110 [Fri May 12 02:19:21 2023] team: team_refresh_port_linkup team port eth0 linkup 0 user.linkup_enabled 0 user.state 0 state.linkup 0 [Fri May 12 02:19:21 2023] team: team_refresh_port_linkup team port eth0 linkup 1 user.linkup_enabled 0 user.state 0 state.linkup 1 [Fri May 12 02:19:23 2023] team: team_port_arr_remove NO MORE useful team ports [Fri May 12 02:19:26 2023] team: team_refresh_port_linkup team port eth0 linkup 1 user.linkup_enabled 0 user.state 1 state.linkup 1 [Mon Jun 12 07:30:35 2023] dracut[446] No '/dev/log' or 'logger' included for syslog logging Steps to Reproduce: 1.执行docker pull reg.docker.alibaba-inc.com/alinux/beta:3-230602.1下载镜像 2.执行docker -itd --name=alinux3 镜像ID /bin/bash 3.执行docker exec 容器ID /bin/bash -c "export http_proxy=http://IP:端口 && dmesg -l warn -T"和docker exec 容器ID /bin/bash -c "export http_proxy=http://IP:端口 && dmesg -l err -T" Actual results: dmesg下存在异常warn和err信息 Expected results: dmesh下不存在除已知问题以外的warn和err信息 Additional info:
alinux不应该开在bugzilla