tttech-industrial-buchsbaum / acrn-hypervisor

Project ACRN hypervisor
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

services of life-mngr, acrnd, acrnlog and acrnprobe cannot active after installing all debian package on tgl #6

Open shenfang2019 opened 2 years ago

shenfang2019 commented 2 years ago

Describe the bug services of life-mngr, acrnd, acrnlog and acrnprobe cannot active after installing all debian package on tgl

Platform tgl with ubuntu21.04

Codebase acrn-hypervisor commit id:3d8fa8094941077f8ee15a3def0f5e79a201a173 with the following debian patches: 0001-Update-gitignore-to-ignore-Eclipse-project-config.patch 0006-hv-Fixup-serial.conf-permissions.patch 0002-board-inspector-Fix-sys.path-for-all-internal-module.patch 0007-debian-Handle-etc-serial.conf.patch 0003-dm-Use-libdrm-library-for-drm-access.patch 0008-dm-Remove-dependency-on-libuuid.patch 0004-Adding-initial-native-Debian-packaging-for-ACRN.patch 0009-debian-Remove-build-dependency-on-uuid-dev.patch 0005-debian-Add-docker-build-helpers.patch 0010-Update-d-changelog.patch

Scenario nuc11tnbi5: shared

To Reproduce Steps to reproduce the behavior:

  1. dpkg -i *.deb to install all debian packages on tgl.
  2. use grub created by myself to boot acrn and sos menuentry 'ACRN' --id ACRN { load_video insmod gzio insmod part_gpt insmod ext2 search --no-floppy --fs-uuid --set f89281ef-d3ec-41e3-9003-e61b27c258ef multiboot2 /boot/acrn-3.0.bin root=PARTUUID=046e47d3-304f-4b02-8346-1caa99c2bbec module2 /boot/vmlinuz-5.10.106-acrn-service-vm-209086-ga2ffbcda0a64-dirty Linux_bzImage }
  3. all services of life-mngr, acrnd, acrnlog and acrnprobe cannot active

Expected behavior all services of life-mngr, acrnd, acrnlog and acrnprobe can active and work.

Additional context Attached service log and dmesg log. dmesg-service-fail.txt service-fail.txt

tttech-industrial-buchsbaum commented 2 years ago

I did a bit of investigation on that and I already verified the issue for acrnd. Just checking my ideas on that to solve it!

shenfang2019 commented 2 years ago

Ok waiting for you new codes to verify acrnd issue. for life-mngr and accrnlog/acrrnprobe, I didnot get your meaning. Do you mean it's acrn problem? @junjiemao1 do you have any comment?