Forum LAMS for Tech-Heads - General Forum: Re: LAMS 2.3.5 is out!


 
Search: 

2: Re: LAMS 2.3.5 is out!
In response to 1 01/05/11 11:41 AM
[ Reply | Forward ]
Thanx, good to see that LAMS is alive and improving/growing :)

(1) I made an upgrade from 2.3.4 under Solaris. Script needed two little fixes, well, at least one:

SunOS 5.10 Generic_127111-05 sun4u sparc SUNW,Sun-Fire-V240

L237: du -s $LAMS_DIR $JBOSS_DIR
L335: cp -pr assembly/lams.ear/* $EAR_DIR > log/update-files.log

... LAMS seems to work fine, but I didn't do any real testing. I'll wait for complaints from my students ;)

(2) Fix a typo in the next release
Check server/defalt/log/boot.log and server/defalt/log/server.log to see if LAMS has started correctly.

(3) Do you have an ETA for the moodle 2.0 extension ? Would be cool to have this sometimes soon, since there will be semester breaks in early feb (less risk to disrupt classes).

- cheers and a happy new year ! - Daniel

Posted by Daniel Schneider

3: Re: Re: LAMS 2.3.5 is out!
In response to 2 01/05/11 12:58 PM
[ Reply | Forward ]
Hi Daniel, 

Thanks for you help with this. 

> SunOS 5.10 Generic_127111-05 sun4u sparc SUNW,Sun-Fire-V240
> 
> L237: du -s $LAMS_DIR $JBOSS_DIR
> L335: cp -pr assembly/lams.ear/* $EAR_DIR > log/update-files.log

Good point! 

I've just now added a check in the script that would determine the attributes for the DU and the CP commands:

if [[ "$(uname)" = "SunOS" ]]
then
    # This is SunOS                                                                                                          
    CP_ATT=" -pr"
    DU_ATT=" -s"
else
   # This is Linux/MacOSX                                                                                                    
    CP_ATT=" -pvr"
    DU_ATT=" -chs"
fi

Here's the full script (http://is.gd/kaQCP)

> (2) Fix a typo in the next release
> Check server/defalt/log/boot.log and server/defalt/log/server.log to see if
> LAMS has started correctly.

Ah Thanks, I'll fix this too. 

> (3) Do you have an ETA for the moodle 2.0 extension ?

Now that I have 2.3.5 out of my plate, I'll be focusing *just* on that. 

Thanks again for the help and your French translations :-) 

Ernie

Posted by Ernie Ghiglione

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum