--- doc/loncapafiles/loncapafiles.lpml 2002/01/30 17:11:24 1.92 +++ doc/loncapafiles/loncapafiles.lpml 2002/03/01 01:45:39 1.104 @@ -1,7 +1,7 @@ - + + + +!!! REDHAT 6.2 NOTICE !!! +!!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!! +!!! This sometimes happens (bad): !!! +!!! 127.0.0.1 computer1 localhost.localdomain localhost !!! +!!! Should be: !!! +!!! 127.0.0.1 localhost.localdomain localhost !!! +!!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!! + !!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!! !!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!! @@ -44,18 +54,15 @@ http://www.lon-capa.org/ !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!! The offending line is in CGI/Cookie.pm !! !!!! !! -!!!! it went from !! -!!!! !! -!!!! !! -!!!! # IE requires the path and domain to be present for some reason. !! -!!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !! -!!!! !! +!!!! it should be changed from !! +!!!! $path = CGI::url(-absolute=>1) unless defined $path; !! !!!! to !! +!!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !! !!!! !! -!!!! !! +!!!! (This is just below the following line ) !! !!!! # IE requires the path and domain to be present for some reason. !! -!!!! $path = CGI::url(-absolute=>1) unless defined $path; !! + / /home/user/loncapa/ @@ -185,11 +192,10 @@ Division of Science and Mathematics Educ Utilities/System LON-CAPA-base-3.1.tar.gz no - This package facilitates a base installation of LON-CAPA files in their directories.\n -The files in this package are only those directly associated with the network communication\n -layer established through direct server-to-server communications (via lond and lonc); plus\n -those which configure (but otherwise not constitute) external software packages like Apache\n -and Athena-Kerberos. For more on the LON-CAPA project, visit http://www.lon-capa.org/. + This package facilitates a base installation of LON-CAPA \n +files in their directories.\n +For more on the LON-CAPA project, visit http://www.lon-capa.org/. + echo '***********************************************************************'\n echo 'LON-CAPA LearningOnline with CAPA'\n echo 'http://www.lon-capa.org/'\n @@ -203,10 +209,6 @@ echo 'This installation assumes an insta echo ' '\n echo 'The server computer should be currently connected to the ethernet'\n echo ' '\n -echo 'The files in this package are only those directly associated with the network communication'\n -echo 'layer established through direct server-to-server communications (via lond and lonc); plus'\n -echo 'those which configure (but otherwise not constitute) external software packages like Apache'\n -echo 'and Athena-Kerberos.'\n echo '***********************************************************************'\n @@ -318,7 +320,7 @@ echo '********************************** - home/httpd/perl/londchld + home/httpd/html/lon-status/londchld server standard Used by lond parent to check if children are responding to USR1 signals @@ -494,6 +496,16 @@ LON-CAPA system. + usr/local/bin + standard + local binary files + + + usr/local/man/man1 + standard + local manual pages + + usr/man/man1 standard manual pages @@ -658,6 +670,14 @@ parameter. +loncom/cgi/clusterstatus.pl +home/httpd/cgi-bin/clusterstatus.pl +script + +utility cgi script to view status of cluster + + + loncom/cgi/graph.gif home/httpd/cgi-bin/graph.gif script @@ -670,6 +690,22 @@ GDGraph-1.33 and GDTextUtils-0.80. +loncom/cgi/lonversions.pl +home/httpd/cgi-bin/lonversions.pl +script + +utility cgi script to view software versions of a remote server + + + +loncom/cgi/ping.pl +home/httpd/cgi-bin/ping.pl +script + +cgi-script to ping other server + + + loncom/cgi/plot.gif home/httpd/cgi-bin/plot.gif script @@ -816,7 +852,7 @@ and privileges available in the network loncom/hosts.tab home/httpd/lonTabs/hosts.tab -conf +static conf List of all machines in the LON-CAPA network. Relates lonHostID to lonDefDomain and IP address. @@ -911,7 +947,7 @@ loncom/build/pod2man.sh ../lonc > ../../ doc/scripts/lonc.html home/httpd/html/adm/help/scripts/lonc.html doc -man page for lonc +POD-derived page for lonc loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && echo 'pod2html lonc' @@ -955,7 +991,7 @@ loncom/build/pod2man.sh ../lond > ../../ doc/scripts/lond.html home/httpd/html/adm/help/scripts/lond.html doc -man page for lond +POD-derived page for lond loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && echo 'pod2html lond' @@ -999,7 +1035,7 @@ loncom/build/pod2man.sh ../lonsql > ../. doc/scripts/lonsql.html home/httpd/html/adm/help/scripts/lonsql.html doc -man page for lonsql +POD-derived page for lonsql loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && echo 'pod2html lonsql' @@ -1974,8 +2010,8 @@ image. handles requests for output, evaluation, and alteration of a homework resource - works/unverified + loncom/homework/inputtags.pm home/httpd/lib/perl/Apache/inputtags.pm @@ -2877,6 +2913,7 @@ p.gif; parm.gif; pgrd.gif; pparm.gif; +pref.gif; prev.gif; prt.gif; q.gif; @@ -3087,40 +3124,46 @@ javascript for handling client-side inte -loncom/build/loncapaverifypackages -usr/sbin/loncapaverifypackages -script +loncom/build/check-rpms +usr/local/bin/check-rpms +root script -checks the system RPMs against what install.lon-capa.org specifies +compare installed rpms with up-to-date distribution -deprecated +tested/documented/beta -loncom/build/loncaparestoreconfigurations -usr/sbin/loncaparestoreconfigurations -script - -restores .rpmsave files after a LON-CAPA-base upgrade - -deprecated +doc/man/check-rpms.1 +usr/local/man/man1/check-rpms.1 +doc +man page for check-rpms + +loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && echo 'manifying check-rpms' + +beta + +../../loncom/build/check-rpms + -loncom/build/loncapaautoupgrade -usr/sbin/loncapaautoupgrade -script - -does all the things to coordinate updating of LON-CAPA base files. Should be -used with caution so that you do not lose work - -deprecated +doc/scripts/check-rpms.html +home/httpd/html/adm/help/scripts/check-rpms.html +doc +POD-derived page for check-rpms + +loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html && echo 'pod2html checkrpms' + +works/unverified + +../../loncom/build/check-rpms + -loncom/build/loncapaverify -usr/sbin/loncapaverify +loncom/build/loncaparestoreconfigurations +usr/sbin/loncaparestoreconfigurations script -makes verification report using loncapaverifypackages and -loncapaverifybasepackage +restores .rpmsave files after a LON-CAPA-base upgrade deprecated