https://bugzilla.novell.com/show_bug.cgi?id=433057 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433057#c6 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mvidner@novell.com Priority|P5 - None |P2 - High --- Comment #6 from Jozef Uhliarik <juhliarik@novell.com> 2008-10-08 06:39:13 MDT --- The problem is that scr died :( from log: .. 2008-10-07 15:09:03 <1> sled1.internal.unixthugs.org(4011) [wfm] Y2StdioFunction.cc(evaluateCall):137 Evaluating remote call to 'Bootloader_API::setMountPoints' 2008-10-07 15:09:03 <3> sled1.internal.unixthugs.org(4011) [liby2] Y2ProgramComponent.cc(receiveFromExternal):358 External program /usr/lib/YaST2/servers/scr returned invalid data. (No other error means no data at all) 2008-10-07 15:09:03 <1> sled1.internal.unixthugs.org(4011) [wfm] Y2StdioFunction.cc(evaluateCall):137 Evaluating remote call to 'Bootloader_API::setPartitions' 2008-10-07 15:09:03 <3> sled1.internal.unixthugs.org(4011) [liby2] Y2ProgramComponent.cc(receiveFromExternal):350 External program /usr/lib/YaST2/servers/scr died unexpectedly .. I am not able to reproduce it. :( It works for me. Data which were sent to perl function are valid. The definistion of function: BEGIN { $TYPEINFO{setMountPoints} = ["function", "boolean", ["map", "string", "string"]]; } sub setMountPoints($) Data sent to function: $[ "/":"/dev/sda6", "/home":"/dev/sda10", "/machboot":"/dev/sda1", "/system/SL10-AMD64":"/dev/sda2", "/system/SL10-i386":"/dev/sda3", "/system/SLES10-AMD64":"/dev/sda7", "/system/SLES10-i386":"/dev/sda8", "/system/SLES9-AMD64":"/dev/sda5" ] Martin could you check it please? If the problem is in yast2-bootloader please reassign it back. I don't know what is wrong. I have also similar bug with yast2-bootloader but it is in repair mode. -- 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.