-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-9.3.0, rhel-9.5
-
None
-
None
-
None
-
rhel-sst-edge
-
None
-
False
-
-
None
-
None
-
None
-
None
-
-
All
-
None
What were you trying to do that didn't work?
create an edge-ami image with osbuild-composer, then provision a vm with this image, found some error messages in dmesg, (which is not found in rhel9.4)
Please provide the package NVR for which bug is seen:
osbuild noarch 119-1.el9
osbuild-composer x86_64 110-1.el9
How reproducible:
100%
Steps to reproduce
- create an edge-ami image on rhel 9.5 with osbuild-composer, then provision a vm with this image
- check dmesg errors, and found these error messages.
ACPI: _OSC evaluation for CPUs failed, trying _PDC
acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended configuration space under this bridge
systemd[1]: sys-module-fuse.device: Failed to enqueue SYSTEMD_WANTS= job, ignoring: Unit sys-fs-fuse-connections.mount not found.
NetworkManager[614]: [1718859591.5301] ifcfg-rh: dbus: couldn't acquire D-Bus service: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Request to own name refused by policy
NetworkManager[614]: [1718859601.3142] config: device-state: write #1 (/run/NetworkManager/devices/1) failed: Failed to create file “/run/NetworkManager/devices/1.XJPSP2”: No such file or directory
NetworkManager[614]: [1718859601.3278] config: device-state: write #2 (/run/NetworkManager/devices/2) failed: Failed to create file “/run/NetworkManager/devices/2.HOMRP2”: No such file or directory
Error: Driver 'pcspkr' is already registered, aborting... - Run same test on rhel9.3, the error message is:
acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended configuration space under this bridge
systemd[1]: sys-module-fuse.device: Failed to enqueue SYSTEMD_WANTS= job, ignoring: Unit sys-fs-fuse-connections.mount not found.
NetworkManager[625]: <warn> [1719235463.6360] ifcfg-rh: dbus: couldn't acquire D-Bus service: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Request to own name refused by policy
ostree-prepare-root[763]: composefs: optional support failed: No such file or directory
NetworkManager[625]: <warn> [1719235472.6336] config: device-state: write #1 (/run/NetworkManager/devices/1) failed: Failed to create file “/run/NetworkManager/devices/1.UQDJP2”: No such file or directory
NetworkManager[625]: <warn> [1719235472.6337] config: device-state: write #2 (/run/NetworkManager/devices/2) failed: Failed to create file “/run/NetworkManager/devices/2.YLDJP2”: No such file or directory
Error: Driver 'pcspkr' is already registered, aborting...