[opensuse] Yast failure after upgrade 42.2 -> 42.3
Hi ! Ive got strange problem after upgrade from 42.2 -> 42.3 on Lenovo laptop. /sbin/yast2/: line 447: 4142 Segmentation fault (core dumped) $y2ccbin $Y2UI_ARGS “$0” However, yast —gtk launches (almost) successfully. attempt to run Rear backup results in cannot load such file - rear/list_edit_dialog Caller: /usr/lib64/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55 I reinstalled all Yast modules, problem remains. IMHO there are seem to be missing Ruby RPM dependencies. Thanks in advance for any suggestion(s). Andrei -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2017-08-04 15:48, andreil1 wrote:
Hi !
Ive got strange problem after upgrade from 42.2 -> 42.3 on Lenovo laptop.
/sbin/yast2/: line 447: 4142 Segmentation fault (core dumped) $y2ccbin $Y2UI_ARGS “$0”
However, yast —gtk launches (almost) successfully. attempt to run Rear backup results in cannot load such file - rear/list_edit_dialog Caller: /usr/lib64/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55
I reinstalled all Yast modules, problem remains. IMHO there are seem to be missing Ruby RPM dependencies.
Run this query: rpm -q -a --queryformat "%{INSTALLTIME}\t%{INSTALLTIME:day} \ %{BUILDTIME:day} %-30{NAME}\t%15{VERSION}-%-7{RELEASE}\t%{arch} \ %25{VENDOR}%25{PACKAGER} == %{DISTRIBUTION} %{DISTTAG}\n" \ | sort | cut --fields="2-" | tee rpmlist | \ egrep -v "openSUSE\ Leap\ 42\.3|openSUSE_Leap_42\.3" | less -S It will detect all packages that are not from Leap 42.3, with some false positives, so that you can upgrade or remove them as appropriate. The list is sorted older packages first. -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)
participants (2)
-
andreil1
-
Carlos E. R.