Bugzilla – Bug 1161442
yast2-storage-ng incompatible character encodings: UTF-8 and ASCII-8BIT
Last modified: 2020-02-05 07:24:21 UTC
Created attachment 827933 [details] y2logs When opening yast2-storage-ng program crashes, _Caller: /usr/share/YaST2/lib/y2partitioner/widgets/description_section/partition.rb:48:in `format'_ in rare cases crashes when a disk volume is selected. all users of RU locale confirmed this error, as people wrote that a similar error occurs in the installer of the distribution at the stage of detecting disks, even with an EN locale.
And with French locale also
The error happens when trying to show the ID of a partition. We recently unified the handling of IDs between libstorage-ng and yast2-storage-ng. In the past, the (internationalized) name of such IDs were maintained (duplicated) in both projects, but now they are always coming from libstorage-ng. See https://github.com/yast/yast-storage-ng/pull/1016 This seems related to that change. Maybe some inconsistency in the packages. Which versions of the following packages do you have in your system? yast2-storage-ng yast2-trans libstorage-ng-ruby libstorage-ng-lang
(In reply to Ancor Gonzalez Sosa from comment #2) > The error happens when trying to show the ID of a partition. > > We recently unified the handling of IDs between libstorage-ng and > yast2-storage-ng. In the past, the (internationalized) name of such IDs were > maintained (duplicated) in both projects, but now they are always coming > from libstorage-ng. See https://github.com/yast/yast-storage-ng/pull/1016 > > This seems related to that change. Maybe some inconsistency in the packages. > Which versions of the following packages do you have in your system? > > yast2-storage-ng > yast2-trans > libstorage-ng-ruby > libstorage-ng-lang yast2-storage-ng - 4.2.72 yast2-trans - 84.87.20200104.ad092ae8df libstorage-ng-ruby - 4.2.55 libstorage-ng-lang - 4.2.55
I finally managed to reproduce this. A fix will come shortly
(In reply to Ancor Gonzalez Sosa from comment #4) > I finally managed to reproduce this. A fix will come shortly Good news, thanks
This is fixed in yast2-storage-ng 4.2.77. See details at https://github.com/yast/yast-storage-ng/pull/1032 This is the submit request to Factory/Tumbleweed: https://build.opensuse.org/request/show/766664
*** Bug 1161830 has been marked as a duplicate of this bug. ***