Nigel, After looking at this problem more, I think it has nothing to do with the setting of the LANG variables. In fact, no matter what you set $LANG to, ltspadmin will override it with 'en_US'.
I think the real problem is the download is timing out, and the program isn't handling the error properly, so the program is comparing the md5sum of a partial file. As soon as I get back from San Francisco, i'll work on adding better error handling to ltspadmin, so that it at least reports the correct error. Thanks, Jim McQuillan [EMAIL PROTECTED] On Fri, 6 Aug 2004, Nigel D Pallett wrote: > Hi Jim, > > I update ltsp-utils to v0.7, but I still got checksum errors, so I > change my $LANG variable from "en_GB.UTF-8" to "en_GB" and the install > worked fine. > > Regards, > Nigel. > > On Thu, 2004-08-05 at 06:27, [EMAIL PROTECTED] wrote: > > I've added some LANG code to the ltspadmin program, to prevent the > > checksum error that several people have reported. > > > > please upgrade the ltsp-utils package to v0.7, and give ltspadmin a try. > > > > You can find the package at: > > > > http://www.ltsp.org/ltsp-4.1.html > > > > thanks, > > > > Jim McQuillan > > [EMAIL PROTECTED] > > > > > > On Thu, 5 Aug 2004, Craig Ringer wrote: > > > > > On Thu, 2004-08-05 at 11:22, Joey S. Eisma wrote: > > > > Seems like many packages have the same problem. > > > > > > > > Where is this being set: > > > > > LANG=C > > > > > LC_ALL=C > > > > > > > > Using wget, where's the URL? > > > > > > You'll want the contents of http://www.ltsp.org/ltsp-4.1/ . I used > > > something like > > > > > > wget -r -A .tgz,.ltsp -l 0 http://www.ltsp.org/ltsp-4.1/ > > > > > > IIRC. I'd try exporting those two environment variables: > > > > > > export LANG=C > > > export LC_ALL=C > > > > > > and then trying ltspadmin again before resorting to wget, though. > > > > > > -- > > > Craig Ringer > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > > > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > > > one more big change to announce. We are now OSTG- Open Source Technology > > > Group. Come see the changes on the new OSTG site. www.ostg.com > > > _____________________________________________________________________ > > > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: > > > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > > > For additional LTSP help, try #ltsp channel on irc.freenode.net > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > > one more big change to announce. We are now OSTG- Open Source Technology > > Group. Come see the changes on the new OSTG site. www.ostg.com > > _____________________________________________________________________ > > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: > > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > > For additional LTSP help, try #ltsp channel on irc.freenode.net > ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
