http://bugzilla.novell.com/show_bug.cgi?id=595674 http://bugzilla.novell.com/show_bug.cgi?id=595674#c3 --- Comment #3 from Robin Knapp <robin.knapp@ts.fujitsu.com> 2010-04-12 13:24:56 CEST --- Seems to hang in function wait_for_x11 endless loop with a check inside: while ...; do if test -e /tmp/.X11-unix/X0 && test -x $TESTX; then ... continue ... fi done $TESTX is /usr/sbin/testX, but it does not exist on my system, so it never leaves this loop Looking at openSUSE 11.2, I found that /usr/sbin/testX is part of sax2-tools. So a "zypper in sax2-tools" on a console helps - installation will continue. Either this is missing in the live cd or the YaST2.call script should be adapted. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.