https://bugzilla.novell.com/show_bug.cgi?id=811452 https://bugzilla.novell.com/show_bug.cgi?id=811452#c2 Achim Mildenberger <admin@fph.physik.uni-karlsruhe.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |admin@fph.physik.uni-karlsr | |uhe.de --- Comment #2 from Achim Mildenberger <admin@fph.physik.uni-karlsruhe.de> 2013-09-09 09:12:10 UTC --- Joschi, many many thanks for pointing this out! I encountered the same problem, in my case the machine was completely inaccessible, I couldn't even get shell access. Only booting a rescue system offered some vague hints. I'm very glad that you solved this puzzle. As a workaround, I'm using an autoyast-chroot script: <chroot-scripts config:type="list"> <script> <chrooted config:type="boolean">true</chrooted> <filename>chroot-script.sh</filename> <interpreter>shell</interpreter> <source><![CDATA[echo "+++++ CHROOT SCRIPT" sed -i '/kill X-Server/,/exit/ s/while kill -0/while kill -9/' /usr/lib/YaST2/startup/YaST2.call # [...some more setup...] ]]></source> </script> </chroot-scripts> -- 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.