Bugzilla – Full Text Bug Listing |
Summary: | Missing package xorg-x11 from DVD installer | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Sofia Syrianidou <sofia.syrianidou> |
Component: | Installation | Assignee: | Imobach Gonzalez Sosa <igonzalezsosa> |
Status: | REOPENED --- | QA Contact: | Jiri Srain <jsrain> |
Severity: | Normal | ||
Priority: | P5 - None | CC: | igonzalezsosa, jeriveramoya |
Version: | Current | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | Other | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Attachments: |
save_y2logs
Installation overview screenshot |
Created attachment 842404 [details]
Installation overview screenshot
That's an issue of YaST / the installer. xorg-x11 is an empty package. It's pure presence means nothing - except YaST wrongly checking for it. Hi all, This PR should fix the issue: https://github.com/yast/yast-packager/pull/537. Finally, fixed in https://github.com/yast/yast-packager/pull/538. Thanks! This is an autogenerated message for openQA integration by the openqa_review script: This bug is still referenced in a failing openQA test: remote_vnc_target_nfs https://openqa.suse.de/tests/8667812 To prevent further reminder comments one of the following options should be followed: 1. The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted 2. The openQA job group is moved to "Released" or "EOL" (End-of-Life) 3. The bugref in the openQA scenario is removed or replaced, e.g. `label:wontfix:boo1234` Expect the next reminder at the earliest in 28 days if nothing changes in this ticket. In latest build of SLE-15-SP4, the service is inactive again: https://openqa.suse.de/tests/8667812#step/validate_vnc_from_target/8 and the softfailed is triggered again: ``` my $xvnc_inactive = systemctl "is-active xvnc.socket", ignore_failure => 1; if ($xvnc_inactive) { record_soft_failure "bsc#1177485"; } ``` Any recent changes that could cause this? I stopped the VM to get logs, but apparently we don't wait enough to see it active in the automation, because manually is active. |
Created attachment 842403 [details] save_y2logs While trying to perform installation via vnc, without activation of online repositories, package xorg-x11 is not available. As a result, after the remote installation, xvnc is not active. Attached there is a screenshot of installation overview, displaying the error message and save_y2logs. from installation logs: YaST2/y2log:2020-10-08 08:21:18 <1> install(7008) [Pkg] Package.cc(PkgQueryProvides):132 Searching packages providing: xorg-x11 YaST2/y2log:2020-10-08 08:21:18 <3> install(7008) [Ruby] modules/Packages.rb(block in find_providers):2454 Provider not found for 'xorg-x11' after installation xorg-x11 package is not installed if online repositories are disabled. On the contrary, if online repositories are enabled, xorg-x11 is installed.