|
Bugzilla – Full Text Bug Listing |
| Summary: | [sles15sp5-QR][Build 137.7][x86_64 only] with ram size=1GB/2GB, vm panic/hang during the TEXTMODE installation phase if libyui kernel boot parameters added | ||
|---|---|---|---|
| Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP5 | Reporter: | Richard Fan <richard.fan> |
| Component: | Kernel | Assignee: | Kernel Bugs <kernel-bugs> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | meissner, mgrifalconi, qzhao, santiago.zarate, tiwai, wegao |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SLES 15 | ||
| URL: | https://openqa.suse.de/tests/13845781/modules/setup_libyui/steps/4 | ||
| See Also: | https://bugzilla.suse.com/show_bug.cgi?id=1221814 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
serial log with 1gb ram
serial log with 2gb ram |
||
|
Description
Richard Fan
2024-03-29 02:42:55 UTC
Created attachment 873915 [details]
serial log with 1gb ram
Created attachment 873916 [details]
serial log with 2gb ram
One more comment: kvm server information: OS: leap15.5 qemu version detected: 7.1.0 kernel:Linux 5.14.21-150500.55.49-default I'd like to add more information here: 1. The issue seems happen on x86_64 platform only\ 2. The issue can only be seen with TEXTMODE installation, that means we add "textmode=1" and "libyui" parameters to boot parameter at the same time. In summary, the below boot parameters can cause the problem. ``` textmode=1 extend=libyui-rest-api YUI_HTTP_PORT=39101 YUI_HTTP_REMOTE=1 YUI_REUSE_PORT=1 ``` (In reply to Richard Fan from comment #4) > I'd like to add more information here: > > 1. The issue seems happen on x86_64 platform only\ > 2. The issue can only be seen with TEXTMODE installation, that means we add > "textmode=1" and "libyui" parameters to boot parameter at the same time. > > In summary, the below boot parameters can cause the problem. > > ``` > textmode=1 > extend=libyui-rest-api > YUI_HTTP_PORT=39101 > YUI_HTTP_REMOTE=1 > YUI_REUSE_PORT=1 > ``` To clarify the issue, it is not seen with either 'textmode=1' or libyui related parameters defined. That means the issue can only be seen with all of these boot parameters added at the same time: 'textmode=1' AND 'extend=libyui-rest-api YUI_HTTP_PORT=39101 YUI_HTTP_REMOTE=1 YUI_REUSE_PORT=1' Let me add my test results: 1. The issue is not seen with only 'textmode=1' defined https://openqa.suse.de/tests/13906657#step/welcome/1 [please ignore the failed test module, it is not related to this bug] 2. The issue is not see with only libyui related parameters defined https://openqa.suse.de/tests/13906876 Dup of bug 1221814? (In reply to Takashi Iwai from comment #7) > Dup of bug 1221814? yes, seems to be the same The issue is gone in the latest openQA test run: >https://openqa.suse.de/tests/14050508 *** This bug has been marked as a duplicate of bug 1221814 *** |