<div dir="ltr">Just to finish this up.  <div><br></div><div>My 'Map not loaded:' problem disappeared this morning.  I'm assuming that the nightly run of loncontrol on all the servers took care of that.  <div><br></div><div>A reboot and then an additional restart via loncontrol on my library server took care of published items not replicating.   The 'binghamtonaX (take your pick of 2,3,5,6,7 for ):not found' message from the subscription files seems to point to a dns name resolution problem.  This might be due to some network function in Centos 7 not finishing it's startup before loncontrol runs.  I have a similar issue on another server where the Darwin streaming server won't run after a reboot until your restart the Darwin daemon.</div></div><div><br></div><div>Thanks to Stuart for his time and continued documenting of how things work in loncapa, it's extremely helpful.</div><div><br></div><div>Bob Gonzales</div><div>Binghamton University</div><div>Chemistry Dept</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 19, 2015 at 4:24 PM, Bob Gonzales <span dir="ltr"><<a href="mailto:rgonzal@binghamton.edu" target="_blank">rgonzal@binghamton.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Published resources seem to be replicating now.<div><br></div><div>I'm guessing that is it because of the reboot and then the restart of loncontrol.  I will go through the /var/log/messages file to see if can see anyway that loncontrol ran before dns services were available.</div><div><br></div><div>Now, I just have to figure out the following message when I try to log into my test course:</div><span class=""><div><br></div><div><span style="font-size:13px;font-family:Verdana">Map not loaded: The file </span><span style="font-family:Courier;font-size:11px">/home/httpd/html/userfiles/</span><span style="font-family:Courier;font-size:11px">binghamton/</span><span style="font-family:Courier;font-size:11px">71215825fc2344762binghamtonl1/</span><span style="font-family:Courier;font-size:11px">default.sequence</span><span style="font-size:13px;font-family:Verdana"> does not exist.</span><br></div><div><span style="font-size:13px;font-family:Verdana"><br></span></div></span><div><font face="Verdana">Thanks for all the help so far, Stuart!</font></div><span class=""><div><font face="Verdana"><br></font></div><div><font face="Verdana">Bob Gonzales</font></div><div><font face="Verdana">Binghamton University</font></div><div><font face="Verdana">Chemistry Dept</font></div></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 19, 2015 at 12:15 PM, Stuart Raeburn <span dir="ltr"><<a href="mailto:raeburn@msu.edu" target="_blank">raeburn@msu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Bob,<span><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The subscription file shows the access server is subscribed.<br>
  binghamtona2:<a href="http://128.226.130.9:1442502030" rel="noreferrer" target="_blank"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 128.226.130.9:1442502030</a><br>
</blockquote>
<br></span>
The timestamp 1442502030 converts to: Thu Sep 17 11:00:30 EDT<br>
( <a href="http://www.epochconverter.com/" rel="noreferrer" target="_blank">http://www.epochconverter.com/</a> )<br>
<br>
which is after the (Thu Sep 17 10:49:37 EDT) time of the:<br>
"access failed for 128.226.130.9, reason: binghamtona2 not subscribed" message.<br>
<br>
You might check that your servers are all running ntpd, and have the correct date/time.<br>
<br>
It is possible that if binghamtona2 had already been subscribed at 10:49:37, you could still see an error message: "binghamtona2 not subscribed", if there whad been a problem with the DNS look-up on your library server for the hostname: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>.<br>
<br>
<a href="http://lonracc.pm" rel="noreferrer" target="_blank">lonracc.pm</a> which authorizes access to files in /raw/ includes:<br>
<br>
my (undef,undef,undef,undef,$ip) = gethostbyname($hostname);<br>
return 0 if (length($ip) != 4);<br>
$ip=inet_ntoa($ip);<br>
<br>
where $hostname would be <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> and $ip would be 128.226.130.9<br>
<br>
It is possible then that there is a issue with the DNS service that is used to resolve the hostname: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a><span><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I see <a href="http://binghamton.edu" rel="noreferrer" target="_blank">binghamton.edu</a> in the dns_hosts.tab and and hosts.tab on the library<br>
server but I see <a href="http://chem.binghamton.edu" rel="noreferrer" target="_blank">chem.binghamton.edu</a> in the access servers hosts.tab.  My<br>
dns domain is <a href="http://chem.binghamton.edu" rel="noreferrer" target="_blank">chem.binghamton.edu</a> and I do remember using that during the<br>
installation on each machine this summer.  Could this be it?<br>
<br>
</blockquote>
<br></span>
The last entry in your server's record in hosts.tab is what is referred to in LON-CAPA as the "internet domain".  I do not believe that is the source of the problem here.  That value is used as a way to combine an institution's servers together into a group, if you have set the domain configuration to restrict user session hosting for users from domains outside your institution.  Although you should set it to be the same on all your servers, it does not currently play a role in controlling content replication.<br>
<br>
So it should be set to <a href="http://binghamton.edu" rel="noreferrer" target="_blank">binghamton.edu</a> on all your servers. for consistency with what is present in the "authoritative" cluster tables, e.g., <a href="https://s10.lite.msu.eu/adm/dns/hosts" rel="noreferrer" target="_blank">https://s10.lite.msu.eu/adm/dns/hosts</a><br>
<br>
It would only make sense to set it to <a href="http://chem.binghamton.edu" rel="noreferrer" target="_blank">chem.binghamton.edu</a> if another department at Binghamton installed LON-CAPA on their own servers, and you wanted to prohibit hosting of your user sessions on their servers, or vice versa.<div><div><br>
<br>
<br>
Stuart Raeburn<br>
LON-CAPA Academic Consortium<br>
<br>
<br>
Quoting Bob Gonzales <<a href="mailto:rgonzal@binghamton.edu" target="_blank">rgonzal@binghamton.edu</a>>:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Stuart,<br>
<br>
In my library servier httpd error_log I see:<br>
<br>
[Thu Sep 17 10:49:37.<a href="tel:441421%202015" value="+14414212015" target="_blank">441421 2015</a>] [:error] [pid 2605] access to<br>
/home/httpd/html/raw/binghamton/gonzales/Testing Area/foobar.problem failed<br>
for 128.226.130.9, reason: binghamtona2 not subscribed<br>
<br>
The subscription file shows the access server is subscribed.<br>
<br>
  binghamtona2:<a href="http://128.226.130.9:1442502030" rel="noreferrer" target="_blank"><font color="red"><b>MailScanner warning: numerical links are often malicious:</b></font> 128.226.130.9:1442502030</a><br>
<br>
<br>
Using the info in the referenced post<br>
<a href="http://mail.lon-capa.org/pipermail/lon-capa-admin/2013-November/002773.html" rel="noreferrer" target="_blank">http://mail.lon-capa.org/pipermail/lon-capa-admin/2013-November/002773.html</a>,<br>
I'm thinking a name/ip problem.<br>
<br>
So, regarding entries in /etc/hosts, there are only the default ones for<br>
127.0.0.1 and ::1 on all the machines.<br>
<br>
Looking at dns_hosts.tab  I see this on all the servers (access and<br>
library):<br>
<br>
binghamtonl1:binghamton:library:loncapal1.chem.binghamton.edu:http:<br>
<a href="http://binghamton.edu" rel="noreferrer" target="_blank">binghamton.edu</a><br>
binghamtona2:binghamton:access:loncapa2.chem.binghamton.edu:http:<br>
<a href="http://binghamton.edu" rel="noreferrer" target="_blank">binghamton.edu</a><br>
binghamtona3:binghamton:access:loncapa3.chem.binghamton.edu:http:<br>
<a href="http://binghamton.edu" rel="noreferrer" target="_blank">binghamton.edu</a><br>
binghamtona4:binghamton:access:loncapa.chem.binghamton.edu:http:<br>
<a href="http://binghamton.edu" rel="noreferrer" target="_blank">binghamton.edu</a><br>
binghamtona5:binghamton:access:loncapa5.chem.binghamton.edu:http:<br>
<a href="http://binghamton.edu" rel="noreferrer" target="_blank">binghamton.edu</a><br>
binghamtona6:binghamton:access:loncapa6.chem.binghamton.edu:http:<br>
<a href="http://binghamton.edu" rel="noreferrer" target="_blank">binghamton.edu</a><br>
binghamtona7:binghamton:access:loncapa7.chem.binghamton.edu:http:<br>
<a href="http://binghamton.edu" rel="noreferrer" target="_blank">binghamton.edu</a><br>
<br>
Looking at hosts I see this on the library server:<br>
<br>
^<a href="http://s10.lite.msu.edu" rel="noreferrer" target="_blank">s10.lite.msu.edu</a><br>
^<a href="http://dalton.chem.sfu.ca" rel="noreferrer" target="_blank">dalton.chem.sfu.ca</a><br>
^<a href="http://library1.lon-capa.uiuc.edu" rel="noreferrer" target="_blank">library1.lon-capa.uiuc.edu</a><br>
binghamtonl1:binghamton:library:loncapal1.chem.binghamton.edu:http:<br>
<a href="http://binghamton.edu" rel="noreferrer" target="_blank">binghamton.edu</a><br>
<br>
and this on one of the access servers:<br>
^<a href="http://s10.lite.msu.edu" rel="noreferrer" target="_blank">s10.lite.msu.edu</a><br>
^<a href="http://dalton.chem.sfu.ca" rel="noreferrer" target="_blank">dalton.chem.sfu.ca</a><br>
^<a href="http://library1.lon-capa.uiuc.edu" rel="noreferrer" target="_blank">library1.lon-capa.uiuc.edu</a><br>
binghamtona2:binghamton:access:loncapa2.chem.binghamton.edu:http:<br>
<a href="http://chem.binghamton.edu" rel="noreferrer" target="_blank">chem.binghamton.edu</a><br>
<br>
I see <a href="http://binghamton.edu" rel="noreferrer" target="_blank">binghamton.edu</a> in the dns_hosts.tab and and hosts.tab on the library<br>
server but I see <a href="http://chem.binghamton.edu" rel="noreferrer" target="_blank">chem.binghamton.edu</a> in the access servers hosts.tab.  My<br>
dns domain is <a href="http://chem.binghamton.edu" rel="noreferrer" target="_blank">chem.binghamton.edu</a> and I do remember using that during the<br>
installation on each machine this summer.  Could this be it?<br>
<br>
Thanks,<br>
Bob Gonzales<br>
<br>
<br>
On Thu, Sep 17, 2015 at 5:23 PM, Stuart Raeburn <<a href="mailto:raeburn@msu.edu" target="_blank">raeburn@msu.edu</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Bob,<br>
<br>
Looking at lonc.log on the MSU LON-CAPA library server s10 I see that the<br>
run of /home/httpd/perl/loncron used to update connections and retrieve<br>
updated cluster membership information failed to connect to binghamtona2 at<br>
5:11 am today.<br>
<br>
On the MSU library server ...<br>
<br>
Thu Sep 17 05:11:14 2015 (2148) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu Sep<br>
17 05:11:14 2015: Parent keeping the flock] <font color='red'>CRITICAL:<br>
Forking server for <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a></font><br>
Thu Sep 17 05:11:18 2015 (13722) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu Sep<br>
17 05:11:14 2015: Connected to <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] <font<br>
color='red'>CRITICAL: Failed to make a connection with lond.</font><br>
Thu Sep 17 05:11:18 2015 (13722) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu Sep<br>
17 05:11:14 2015: Connected to <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] <font<br>
color='blue'>WARNING: Failing transaction sethost</font><br>
<br>
As a result the lonc status reported on s10 for<br>
<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> was:<br>
<br>
www      13722  2148  0 05:11 ?        00:00:00 lonc:<br>
<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> Connection count: 0 Retries remaining: 5 ()<br>
Thu Sep 17 13:29:08 2015<br>
<br>
However, when I attempted to connect to binghamtona2 a few hours ago the<br>
connection was successfully created:<br>
<br>
www      13722  2148  0 05:11 ?        00:00:00 lonc:<br>
<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> Connection count: 1 Retries remaining: 5<br>
(insecure) Thu Sep 17 13:34:39 2015<br>
<br>
and I was able to transfer my user session there.<br>
<br>
From the lonc.log information on your library server ...<br>
<br>
   Thu Sep 17 11:05:19 2015 (3279) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu Sep<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
17 10:53:24 2015: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> Connection count: 0<br>
Retries<br>
remaining: 5 ()] <font color='green'>SUCCESS: Connection 1 to<br>
<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> now ready for action</font><br>
   Thu Sep 17 11:10:20 2015 (3279) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu<br>
Sep<br>
17 11:10:20 2015: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> Connection count: 1<br>
Retries<br>
remaining: 5 (insecure)] <font color='blue'>WARNING: Shutting down a<br>
socket</font><br>
<br>
</blockquote>
<br>
This indicates successful creation of a connection, and then shutdown 5<br>
minutes later, as a result of pruning of idle connections (this is all as<br>
expected).  The IdleTimeout hard-coded in /home/httpd/perl/loncnew is 5<br>
minutes.<br>
<br>
   Thu Sep 17 10:53:24 2015 (3279) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu Sep<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
17 10:42:10 2015: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> Connection count: 0<br>
Retries<br>
remaining: 5 ()] <font color='yellow'>INFO: Resetting Connection<br>
Retries.</font><br>
<br>
</blockquote>
<br>
This occurs when &Apache::lonnet::reconlonc() sends "reset_retries".<br>
&reconlonc($clientname) is called in lond when lond is connected by a known<br>
client (excluding connections from itself).<br>
<br>
      Cleanup phase: Notifications<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
     Notifying host binghamtona7:not_found<br>
     Notifying host binghamtona2:not_found<br>
<br>
</blockquote>
<br>
The logged "not_found" messages originate from<br>
lond::update_resource_handler() on the library server, and will be sent if<br>
the old copy of the file which has just been republished is no longer<br>
present on the access server.<br>
<br>
That can happen if the Linux OS on the access server was updated without<br>
preserving the contents of /home/httpd/html/res/.  This is not an issue,<br>
including the case where the access server had a subscription to the file<br>
before the access server was updated/rebuilt.  When the file is requested<br>
in a user session hosted on the access server it should be replicated to<br>
the access server from the library server, as usual.<br>
<br>
However this:<br>
<br>
   Thu Sep 17 11:00:30 2015 (3908): <font color="blue">WARNING: LWP get:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
403 Forbidden: /home/httpd/html/res/binghamton/gonzales/Testing<br>
Area/foobar.problem</font><br>
<br>
<br>
</blockquote>
indicates that the replication failed.  You might check in the<br>
corresponding Apache error_log file for the request for:<br>
<br>
GET /raw/binghamton/gonzales/TestingArea/foobar.problem<br>
<br>
from 128.226.130.9.<br>
<br>
See:<br>
<br>
<a href="http://mail.lon-capa.org/pipermail/lon-capa-admin/2013-November/002773.html" rel="noreferrer" target="_blank">http://mail.lon-capa.org/pipermail/lon-capa-admin/2013-November/002773.html</a><br>
<br>
for a discussion of things to check.  In that particular instance the<br>
"Forbidden" error was caused by an incorrect IP address in /etc/hosts<br>
<br>
Stuart Raeburn<br>
LON-CAPA Academic Consortium<br>
<br>
<br>
Quoting Bob Gonzales <<a href="mailto:rgonzal@binghamton.edu" target="_blank">rgonzal@binghamton.edu</a>>:<br>
<br>
Hi,<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I'm running 2.11.1 and centos 7.1 on all my servers.<br>
<br>
When I publish a resource and then try to access it on any of my access<br>
servers I get the message 'unable to find' and then the name of the<br>
problem<br>
just published.<br>
<br>
The subscription file for the problem shows the access server has<br>
subscribed.<br>
<br>
When I republished a file the log file for the problem I got the following<br>
information from the log file for the problem:<br>
<br>
      Cleanup phase: Notifications<br>
<br>
     Notifying host binghamtona7:not_found<br>
     Notifying host binghamtona2:not_found<br>
     Notifying course binghamton_71215825fc2344762binghamtonl1:ok<br>
<br>
I see a lot of these messages for binghamtona2 (loncapa2) in the library<br>
server lonnet.log<br>
<br>
Thu Sep 17 10:53:24 2015 (8257): Trying to reconnect lonc for<br>
binghamtona2 (<br>
<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>)<br>
<br>
And these in the library servers lonc.log<br>
<br>
    Thu Sep 17 10:42:10 2015 (3279) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu<br>
Sep<br>
17 10:42:10 2015: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> Connection count: 0<br>
Retries<br>
remaining: 5 ()] <font color='yellow'>INFO: Resetting Connection<br>
Retries.</font><br>
   Thu Sep 17 10:53:24 2015 (3279) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu<br>
Sep<br>
17 10:42:10 2015: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> Connection count: 0<br>
Retries<br>
remaining: 5 ()] <font color='yellow'>INFO: Resetting Connection<br>
Retries.</font><br>
   Thu Sep 17 10:53:24 2015 (3279) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu<br>
Sep<br>
17 10:53:24 2015: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> Connection count: 0<br>
Retries<br>
remaining: 5 ()] <font color='yellow'>INFO: Resetting Connection<br>
Retries.</font><br>
   Thu Sep 17 10:53:24 2015 (3279) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu<br>
Sep<br>
17 10:53:24 2015: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>  Connection count: 0<br>
Retries<br>
remaining: 5 ()] <font color='yellow'>INFO: Resetting Connection<br>
Retries.</font><br>
   Thu Sep 17 11:05:19 2015 (3279) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu<br>
Sep<br>
17 10:53:24 2015: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> Connection count: 0<br>
Retries<br>
remaining: 5 ()] <font color='green'>SUCCESS: Created connection 1 to host<br>
<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a></font><br>
   Thu Sep 17 11:05:19 2015 (3279) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu<br>
Sep<br>
17 10:53:24 2015: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> Connection count: 0<br>
Retries<br>
remaining: 5 ()] <font color='yellow'>INFO: Connected to lond version:<br>
489</font><br>
   Thu Sep 17 11:05:19 2015 (3279) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu<br>
Sep<br>
17 10:53:24 2015: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> Connection count: 0<br>
Retries<br>
remaining: 5 ()] <font color='green'>SUCCESS: Connection 1 to<br>
<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> now ready for action</font><br>
   Thu Sep 17 11:10:20 2015 (3279) [<a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a>] [Thu<br>
Sep<br>
17 11:10:20 2015: <a href="http://loncapa2.chem.binghamton.edu" rel="noreferrer" target="_blank">loncapa2.chem.binghamton.edu</a> Connection count: 1<br>
Retries<br>
remaining: 5 (insecure)] <font color='blue'>WARNING: Shutting down a<br>
socket</font><br>
<br>
I also see this in the access servers lonnet.log:<br>
<br>
   Thu Sep 17 11:00:30 2015 (3908): <font color="blue">WARNING: LWP get:<br>
403 Forbidden: /home/httpd/html/res/binghamton/gonzales/Testing<br>
Area/foobar.problem</font><br>
<br>
I don't really know what all of this means.  Any help would be<br>
appreciated.<br>
<br>
Thanks,<br>
Bob Gonzales<br>
Binghamton University<br>
Chemistry Dept<br>
<br>
</blockquote></blockquote></blockquote>
<br>
_______________________________________________<br>
LON-CAPA-admin mailing list<br>
<a href="mailto:LON-CAPA-admin@mail.lon-capa.org" target="_blank">LON-CAPA-admin@mail.lon-capa.org</a><br>
<a href="http://mail.lon-capa.org/mailman/listinfo/lon-capa-admin" rel="noreferrer" target="_blank">http://mail.lon-capa.org/mailman/listinfo/lon-capa-admin</a><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>