Hello,
On Tue, 2010-09-21 at 16:17 +0800, Kees wrote: > OK, > > I seem to have serious problems with this Local Apps thing. Am now > trying to install openoffice as a local app. Doing: > > sudo chroot /opt/ltsp/i386 apt-get install openoffice.org Try : sudo chroot /opt/ltsp/i386 mount -t proc proc /proc export LTSP_HANDLE_DAEMONS=false apt-get install openoffice.org umount /proc > > and keep getting the same problems, have attached the log file of the > third try. > > Have you got any idea what if going wrong here? I suspect that these > three lines is what the problem is, but are not sure, not do I know how > to resolve this: > > ---- > Can not write log, openpty() failed (/dev/pts not mounted?) > Setting up openjdk-6-jre-headless (6b18-1.8.1-0ubuntu1) ... > the java command requires a mounted proc fs (/proc). > ---- > > Thanks, > > Kees -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
