Oh! That could be it. I generally start my chroot with: $ sudo ltsp-chroot -m -p
so that everything gets mounted and the server's package repo gets used. (Which means it's probably a good idea to install the version(s) of Java you want on the server first. Unless there's a 32-/64-bit issue.) On Tue, Oct 8, 2013 at 9:18 PM, theluketaylor <[email protected]> wrote: > Did you mount items like /dev? Certain packages with post install > scripts can need that. Most packages don't fail as a result but I > wouldn't be surprised java would complain since it's likely trying to > create some certs or something and can't read from /dev/random > > mount --bind /dev /opt/ltsp/i386/dev > mount -t proc none /opt/ltsp/i386/proc > mount -t sysfs none /opt/ltsp/i386/sys > > On Tue, Oct 8, 2013 at 9:05 PM, Todd O'Bryan <[email protected]> wrote: >> I've been able to install to my fat clients using the webupd8 ppas. (I >> actually have to install both java6 and java7 because of some software >> projects my students are working on.) There weren't any gotchas I came >> across when I did the install, but that may have just been dumb luck. >> >> I'll try to check this from school tomorrow and see if I can provide any >> help. >> >> Todd >> >> On Tue, Oct 8, 2013 at 7:59 PM, Jim Christiansen >> <[email protected]> wrote: >>> I'm at home writing this and the server is at school but I've been >>> unsuccessful in getting java- any java- openjdk or webup8 to install. I get >>> error messages that a dir isn't mounting and logs can't be written to or >>> dependency troubles with ca-certificates. I'll post the actual errors >>> tomorrow. Thanks. >>> >>> -- >>> edubuntu-users mailing list >>> [email protected] >>> Modify settings or unsubscribe at: >>> https://lists.ubuntu.com/mailman/listinfo/edubuntu-users >>> >> >> -- >> edubuntu-users mailing list >> [email protected] >> Modify settings or unsubscribe at: >> https://lists.ubuntu.com/mailman/listinfo/edubuntu-users > > -- > edubuntu-users mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/edubuntu-users -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
