** Changed in: ltsp (Ubuntu)
Status: Fix Committed => Fix Released
--
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 subscribed to Ubuntu.
--
ubuntu-bugs mailing l
i think the plugin is a good idea, although simplify the grep a little:
if [ -n "$(dpkg -l libc6-xen | egrep ^ii)" ]; then
XEN_PACKAGES="$XEN_PACKAGES libc6-xen"
...
if [ -n "$XEN_PACKAGES" ] ; then
chroot apt-get install $XEN_PACKAGES
fi
and instead of installing directly, you should be
could you set a variable in the configure target ? so instead of having
to run dpkg -l twice you can just check for the variable being set in
the after-install target.
--
x11-common segfaults in ltsp chroot in xen dom0
https://bugs.launchpad.net/bugs/134865
You received this bug notification beca
That helped me too. Changed status to "fix commited". Thanks, novaki. I
think that should be added to hardy release.
** Changed in: ltsp (Ubuntu)
Status: New => Fix Committed
--
x11-common segfaults in ltsp chroot in xen dom0
https://bugs.launchpad.net/bugs/134865
You received this bug no
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)
sudo ltsp-build-client --early-packages libc6-xen --copy-sourceslist
Is wrong way, I use much more repositories and its not possible correctly
install from it.
sudo ltsp-build-client --early-packages libc6-xen --components 'main restricted
universe'
Works at now, is possible to apply something l
The problem is that debootstrap builds image based on libc6, however
libc6-xen is required for xen kernels.
The solution (you need to use the universe component, and pre-install
libc6-xen):
sudo ltsp-build-client --early-packages libc6-xen --copy-sourceslist
or (this is untested, but should work
** Attachment added: "debug.txt"
http://launchpadlibrarian.net/9148585/debug.txt
--
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.
--
ubun
** Attachment added: "error.txt"
http://launchpadlibrarian.net/9148570/error.txt
--
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.
--
ubun
In attachments is complete output of command:
strace -o debug.txt sudo ./commands/debug.sh ltsp-build-client --arch
i386 1>output.txt 2>error.txt
** Attachment added: "output.txt"
http://launchpadlibrarian.net/9148532/output.txt
--
x11-common segfaults in ltsp chroot in xen dom0
https://bugs.
I tried --arch i386 option, but its the same.
--
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
ubuntu-bugs@lists.
** Summary changed:
- segfaults on ltsp in xen dom0
+ x11-common segfaults in ltsp chroot in xen dom0
--
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
12 matches
Mail list logo