action #64138
openCannot support VNC remote access as missing xorg-x11 package for TW ppc64le
0%
Description
Cannot support VNC remote access as missing xorg-x11 package
reported by yast2 installer if adding vnc=1 boot parameter.
Failure reported trying openQA LPAR test (with pvm-hmc backend) for ppc64le with Tumbleweed (1)
There is no such failure with Leap15.2 (2)
below are related y2log extracts for two conditions:
=== (1) Tumbleweed
2020-03-02 08:24:03 furax2(3666) [Pkg] Package.cc(PkgQueryProvides):123 Searching packages providing: xorg-x11
2020-03-02 08:24:03 furax2(3666) [Ruby] modules/Packages.rb:2454 Provider not found for 'xorg-x11'
2020-03-02 08:24:03 furax2(3666) [Pkg] modules/Packages.rb:2471 Pkg Builtin called: PkgQueryProvides
2020-03-02 08:24:03 furax2(3666) [Pkg] Package.cc(PkgQueryProvides):123 Searching packages providing: xorg-x11-Xvnc
2020-03-02 08:24:03 furax2(3666) [Pkg] Package.cc(PkgQueryProvides):140 Found package: (5030)xorg-x11-Xvnc-1.10.0-3.1.ppc64le(openSUSE-20200125-0)
...
2020-03-02 08:24:38 furax2(3666) [Ruby] modules/Packages.rb:2610 xorg-x11-fonts will be installed
2020-03-02 08:24:38 furax2(3666) [Ruby] modules/Packages.rb:839 Cannot support ["VNC"] remote access in the installed system due missing packages ["xorg-x11"]
2020-03-02 08:24:38 furax2(3666) [Interpreter] installation/proposal_store.rb:480 Called YaST client returned.
2020-03-02 08:24:38 furax2(3666) [Ruby] installation/proposal_runner.rb:525 proposal returns warning with level warning and msg Cannot support VNC remote access in the installed system due to missing packages
xorg-x11.
It will be disabled.
===
=== (2) Leap15.2
2020-03-03 10:14:58 furax2(3748) [Pkg] Package.cc(PkgQueryProvides):123 Searching packages providing: xorg-x11
2020-03-03 10:14:58 furax2(3748) [Pkg] Package.cc(PkgQueryProvides):140 Found package: (3616)xorg-x11-7.6_1-lp152.3.2.noarch(openSUSE-Leap-15.2-1)
2020-03-03 10:14:58 furax2(3748) [Pkg] modules/Packages.rb:2471 Pkg Builtin called: PkgQueryProvides
2020-03-03 10:14:58 furax2(3748) [Pkg] Package.cc(PkgQueryProvides):123 Searching packages providing: xorg-x11-Xvnc
2020-03-03 10:14:58 furax2(3748) [Pkg] Package.cc(PkgQueryProvides):140 Found package: (3617)xorg-x11-Xvnc-1.9.0-lp152.5.2.ppc64le(openSUSE-Leap-15.2-1)
...
2020-03-03 10:14:58 furax2(3748) [zypp::solver] SATResolver.cc(resolvePool):739 Install U_Th_(3616)xorg-x11-7.6_1-lp152.3.2.noarch(openSUSE-Leap-15.2-1)
2020-03-03 10:14:58 furax2(3748) [zypp::solver] SATResolver.cc(resolvePool):739 Install U_Th_(3617)xorg-x11-Xvnc-1.9.0-lp152.5.2.ppc64le(openSUSE-Leap-15.2-1)
===
Updated by michel_mno over 4 years ago
I do not know how to add xorg-x11 to https://build.opensuse.org/package/view_file/openSUSE:Factory:PowerPC/000product/openSUSE-dvd5-dvd-ppc64le.kiwi?expand=1
===
name="xorg-x11-driver-video"
name="xorg-x11-essentials"
name="xorg-x11-fonts"
name="xorg-x11-fonts-core"
name="xorg-x11-libX11-ccache"
name="xorg-x11-server"
name="xorg-x11-server-extra"
name="xorg-x11-server-sdk"
name="xorg-x11-server-wayland"
name="xorg-x11-server-Xvfb"
name="xorg-x11-Xvnc"
name="xorg-x11-Xvnc-module"
===
For Leap 15.2 ppc64le: this is present in https://build.opensuse.org/package/view_file/openSUSE:Leap:15.2:PowerPC/000product/openSUSE-dvd5-dvd-ppc64le.kiwi?expand=1
===
name="xorg-x11"
name="xorg-x11-driver-video"
name="xorg-x11-essentials"
name="xorg-x11-fonts"
name="xorg-x11-fonts-core"
name="xorg-x11-libX11-ccache"
name="xorg-x11-server"
name="xorg-x11-server-extra"
name="xorg-x11-server-wayland"
name="xorg-x11-Xvnc"
name="xorg-x11-Xvnc-module"
===
Updated by okurz over 4 years ago
- Project changed from openQA Tests to openSUSE Release Process
- Assignee set to michel_mno
That's not related to openQA tests directly, right?