[Server-devel] My Observations and experiences with XSCE 0.2.1
Richard Smith
richard at laptop.org
Tue Mar 19 19:07:35 EDT 2013
On Tue, Mar 19, 2013 at 6:20 PM, Tim Moody <timmoody at sympatico.ca> wrote:
> I have installed 0.2.1 on an XO 1.75 successfully in one go and the XO 1.75
I'll try a 2nd machine.
> server and another XO were both able to register and connect to schoolserver
> (without http:// I sometimes get a google search instead of the url), so
> either we have regressed or we didn't handle your non-MN machine.
I added the correct MN tag so the install would continue.
> Not sure if you reflashed for each iteration of installing, but I don't
> think we restart very well.
Didn't have to restart.
> Thanks for the suggestion on reading manf tag. I have puzzled over the
> missing ']', because the syntax looks right; thanks again for the
> suggestion.
This is a perfect example. The problem is that && does not work
inside of [ ] for that line to work with && it needs to be:
if [ -e $SETUPSTATEDIR/etckeeper ] && [ $# -gt 1 ];
Change the [ ] to [[ ]] and the original line will work.
--
Richard A. Smith
One Laptop per Child
More information about the Server-devel
mailing list