Dear all! I have unexpected problem with yast2 in xen kernel!
My system is
MB Asus p8h67-m evo
CPU Intel i7 2600k cpu
RAM DDR2 8gb
Ive install clean minimal server config (11.3 x64), make all updates from yast2, than reboot, than from yast2 start installation of XEN (in Virtualization, not in software management), reboot, set Xen dom0 to boot and than, after login, starting yast2 and got on blue screen with text "Loading modules, please wait … " this one:
sbin/yast2: line 399: 5427 Illegal instruction $ybindir/y2base $module “$@” “$SELECTED_GUI” $Y2_GEOMETRY $Y2UI_ARGS
and return to promt
in /var/log/YaST2/y2log last string is:
2011-03-16 17:08:07 <1> linux-1i07(5427) [ncurses] NCstyle.cc(NCstyle):308 Init xterm-color using color => 4 styles in xterm
2011-03-16 17:08:07 <1> linux-1i07(5427) [ncurses] NCurses.cc(SetTitle):479 Draw title called
2011-03-16 17:08:07 <1> linux-1i07(5427) [ncurses] NCurses.cc(init):324 NCurses ready
2011-03-16 17:08:07 <1> linux-1i07(5427) [ui-shortcuts] YShortcutManager.cc(checkShortcuts):100 Not enough widgets with valid shortcut characters - no check
in yast2: line 391-399 is
# break out on errors, #343258
while $exit_code = 0 ]; do
<------>$ybindir/y2base $module “$@” “$SELECTED_GUI” $Y2_GEOMETRY $Y2UI_ARGS
<------>exit_code=$?
<------>if -z “$REDO_FILE” -o ! -f “$REDO_FILE” ]; then
<------> break
<------>fi
done
fi
and one more, when I reboot and boot from “Desktop – openSUSE 11.3” yast2 IS WORKING! but only here, not in XEN config
What Ive did to test this problem:
first of all google, but its empty for my error
2. on another computer, not such power and such expensive everything works ok, and if I plug its hard drive to new computer and boot system, yast not working
- on new computer i install 11.4x64 - same situation, but 11.1x64 works perfect!
- also I try “zypper update” and try reinstall yast2 still same
- If I install X window w gnome then xen, yast is loading but when i try to start some of modules its shows same error (ONLY IN XEN config)
Please help me to resolve this problem, cause i spend already 3 days and 2 nights!