[Bug 848812] New: yast disk does not change the partitioning
https://bugzilla.novell.com/show_bug.cgi?id=848812 https://bugzilla.novell.com/show_bug.cgi?id=848812#c0 Summary: yast disk does not change the partitioning Classification: openSUSE Product: openSUSE 13.1 Version: RC 2 Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: pastakhov@yandex.ru QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0 After installing the system ( minimum server ), I try add the partition by yast. But when I press "next" in the end, no changes will occur and no error messages. Reproducible: Always Steps to Reproduce: 1. install system ( minimum server ) 2. start yast disk and make changes 3. press "next" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848812 https://bugzilla.novell.com/show_bug.cgi?id=848812#c1 --- Comment #1 from Pavel Astakhov <pastakhov@yandex.ru> 2013-11-04 05:12:51 UTC --- Created an attachment (id=565990) --> (http://bugzilla.novell.com/attachment.cgi?id=565990) y2log after i press "next" Here I am trying to add a partition 3 on the sda drive -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848812 https://bugzilla.novell.com/show_bug.cgi?id=848812#c2 --- Comment #2 from Pavel Astakhov <pastakhov@yandex.ru> 2013-11-04 05:20:24 UTC --- Created an attachment (id=565991) --> (http://bugzilla.novell.com/attachment.cgi?id=565991) fdisk -l output This partition disks has been made during the installation of the system -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848812 https://bugzilla.novell.com/show_bug.cgi?id=848812#c3 --- Comment #3 from Pavel Astakhov <pastakhov@yandex.ru> 2013-11-04 05:27:32 UTC --- There is no /var/log/messages, is this normal? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848812 https://bugzilla.novell.com/show_bug.cgi?id=848812#c Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschnell@suse.com AssignedTo|bnc-team-screening@forge.pr |aschnell@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848812 https://bugzilla.novell.com/show_bug.cgi?id=848812#c4 Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |jreidinger@suse.com --- Comment #4 from Arvin Schnell <aschnell@suse.com> 2013-11-04 13:00:10 UTC --- It's a encoding problem like in bug #841713. Josef, does your ruby code to modify the storage class also work for functions where the parameter is modified and is a list of structs (in C++), getCommitInfos() in StorageInterface.h? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848812 https://bugzilla.novell.com/show_bug.cgi?id=848812#c5 Josef Reidinger <jreidinger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |jreidinger@suse.com InfoProvider|jreidinger@suse.com | --- Comment #5 from Josef Reidinger <jreidinger@suse.com> 2013-11-04 13:22:18 UTC --- (In reply to comment #4)
It's a encoding problem like in bug #841713.
Josef, does your ruby code to modify the storage class also work for functions where the parameter is modified and is a list of structs (in C++), getCommitInfos() in StorageInterface.h?
no, my wrapper only modify return code to be always in UTF-8. In general if you modify also parameters, then you need to check it after method and convert after call. I am not sure how exactly swig generate such structure, but if it is common ruby class, then it need special handling of its values in switch statement, something like ( just pseudocode ) case CommitInfo value.description = convert_to_UTF8(value.description) ... end Josef -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848812 https://bugzilla.novell.com/show_bug.cgi?id=848812#c6 Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED Severity|Normal |Major --- Comment #6 from Arvin Schnell <aschnell@suse.com> 2013-11-04 14:07:38 UTC --- I just noticed that the functions of the StorageInterface class are completely unaffected by the "force encoding" ruby code. Only the few function of the Storage class are modified. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848812 https://bugzilla.novell.com/show_bug.cgi?id=848812#c7 Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |Final --- Comment #7 from Arvin Schnell <aschnell@suse.com> 2013-11-04 16:21:51 UTC --- I have now completely changed the method how strings from libstorage are forced to UTF-8 in yast2-storage since the old method isn't easy to extend. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=848812 https://bugzilla.novell.com/show_bug.cgi?id=848812#c8 --- Comment #8 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-11-04 18:00:11 CET --- This is an autogenerated message for OBS integration: This bug (848812) was mentioned in https://build.opensuse.org/request/show/205725 13.1 / libstorage https://build.opensuse.org/request/show/205726 13.1 / yast2-storage -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com