Ok, better solution for the problem is creating 029-xen in /usr/share/ltsp/plugins/ltsp-build-client/Ubuntu with the following content:
case "$MODE" in
configure)
if [ x`dpkg -l libc6-xen | grep libc6-xen | cut -f1 -d\ ` == 'xii' -a
x`echo $COMPONENTS | grep universe` == 'x' ] ; then
COMPONENTS="$COMPONENTS universe"
fi
;;
after-install)
if [ x`dpkg -l libc6-xen | grep libc6-xen | cut -f1 -d\ ` == 'xii' ] ;
then
chroot $ROOT apt-get $APT_GET_OPTS install libc6-xen
fi
;;
esac
and then exec:
sudo ltsp-build-client
--
x11-common segfaults in ltsp chroot in xen dom0
https://bugs.launchpad.net/bugs/134865
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
