[Bug 797245] New: Installer crashes with 'Client umount_finish returned invalid data'
https://bugzilla.novell.com/show_bug.cgi?id=797245 https://bugzilla.novell.com/show_bug.cgi?id=797245#c0 Summary: Installer crashes with 'Client umount_finish returned invalid data' Classification: openSUSE Product: openSUSE Factory Version: 12.3 Milestone 1 Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: m.moeller@opensuse.org QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0 Installation of the live media crashes with the following error: 2013-01-08 14:24:32 <3> linux.site(2447) [YCP] clients/inst_finish.ycp:297 Missing YCP client: kdump_finish 2013-01-08 14:24:33 <3> linux.site(2447) [Parser] clients/umount_finish.ycp:219 Parameters don't match any declaration: 2013-01-08 14:24:33 <3> linux.site(2447) [Parser] clients/umount_finish.ycp:219 Storage::Umount (/* any -> string */e["device"]:"") 2013-01-08 14:24:33 <3> linux.site(2447) [Parser] clients/umount_finish.ycp:219 Candidates are: 2013-01-08 14:24:33 <3> linux.site(2447) [Parser] clients/umount_finish.ycp:219 global boolean Storage::Umount (string dev, boolean unsetup) 2013-01-08 14:24:33 <3> linux.site(2447) [Parser] clients/umount_finish.ycp:219 Parameters don't match any declaration: 2013-01-08 14:24:33 <3> linux.site(2447) [Parser] clients/umount_finish.ycp:219 Storage::Umount (/* any -> string */e["device"]:"") 2013-01-08 14:24:33 <3> linux.site(2447) [Parser] clients/umount_finish.ycp:219 Candidates are: 2013-01-08 14:24:33 <3> linux.site(2447) [Parser] clients/umount_finish.ycp:219 global boolean Storage::Umount (string dev, boolean unsetup) 2013-01-08 14:24:33 <5> linux.site(2447) [liby2] Y2Component.cc(doActualWork):67 component ErrorComponent: stub function Y2Component::doActualWork() called 2013-01-08 14:24:33 <3> linux.site(2447) [YCP] clients/inst_finish.ycp:315 Client umount_finish returned invalid data Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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=797245 https://bugzilla.novell.com/show_bug.cgi?id=797245#c Jiaying ren <jren@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jren@suse.com AssignedTo|bnc-team-screening@forge.pr |jsuchome@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=797245 https://bugzilla.novell.com/show_bug.cgi?id=797245#c1 Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |aschnell@suse.com, | |fehr@suse.com InfoProvider| |locilka@suse.com --- Comment #1 from Jiří Suchomel <jsuchome@suse.com> 2013-01-11 06:58:19 UTC --- (In reply to comment #0)
Parameters don't match any declaration: 2013-01-08 14:24:33 <3> linux.site(2447) [Parser] clients/umount_finish.ycp:219 Storage::Umount (/* any -> string */e["device"]:"")
Lukas, haven't you adapted Storage.ycp API recently? -- 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=797245 https://bugzilla.novell.com/show_bug.cgi?id=797245#c2 Lukas Ocilka <locilka@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |locilka@suse.com InfoProvider|locilka@suse.com | --- Comment #2 from Lukas Ocilka <locilka@suse.com> 2013-01-11 08:50:47 UTC --- Yes, but it wasn't related. It was Thomas' change: https://github.com/yast/yast-storage/commit/38674ad20cca24b98f1da8d6c24d5acd... -- 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=797245 https://bugzilla.novell.com/show_bug.cgi?id=797245#c3 --- Comment #3 from Lukas Ocilka <locilka@suse.com> 2013-01-11 08:52:19 UTC --- Maybe Storage should have two methods: Umount(device) and Umount(device, unsetup) and use some sane default if unsetup not defined. -- 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=797245 https://bugzilla.novell.com/show_bug.cgi?id=797245#c4 --- Comment #4 from Lukas Ocilka <locilka@suse.com> 2013-01-11 08:56:15 UTC --- Hmm, which is impossible except for builtins http://lists.opensuse.org/opensuse-bugs/2012-10/msg03185.html So, either two different methods, one calls another. Or just broken API. I'm afraid testsuite should catch such error - bat testsuite in yast2-installation (ycpc check called during build). -- 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=797245 https://bugzilla.novell.com/show_bug.cgi?id=797245#c5 Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Jiří Suchomel <jsuchome@suse.com> 2013-01-11 09:08:09 UTC --- (In reply to comment #4)
I'm afraid testsuite should catch such error
Yes, seems like y2-installation package should deserve one... -- 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=797245 https://bugzilla.novell.com/show_bug.cgi?id=797245#c8 Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #8 from Jiří Suchomel <jsuchome@suse.com> 2013-01-11 10:22:25 UTC --- fixed -- 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=797245 https://bugzilla.novell.com/show_bug.cgi?id=797245#c9 --- Comment #9 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-01-11 12:00:12 CET --- This is an autogenerated message for OBS integration: This bug (797245) was mentioned in https://build.opensuse.org/request/show/148018 Factory / yast2-installation -- 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