<div dir="ltr"><div><div>Stuart,<br></div><div><br></div><div>It works today!  The process isn't running so it must have completed.<br><br></div>Thank you for the information and help!<br><br></div>Bob<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 22, 2016 at 6:16 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 class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Everything I've tested seems to work fine except for 'Search for a user and<br>
modify/add user information or roles' under 'User Management'.<br>
</blockquote>
<br></span>
The most likely reason is that the allusers table in the MySQL loncapa database has yet to be populated.<br>
<br>
That can be done by running /home/httpd/perl/<a href="http://searchcat.pl" rel="noreferrer" target="_blank">searchcat.pl</a> as user www.<br>
<br>
However, you should first check to see that it is not already running, since when you run ./UPDATE to install or update LON-CAPA, the final action is to issue a command to queue running of the script after 5 minutes have elapsed.<br>
<br>
su -c /home/httpd/perl/<a href="http://searchcat.pl" rel="noreferrer" target="_blank">searchcat.pl</a> - www | at now + 5 minutes<br>
<br>
The command<br>
<br>
ps -ef |grep searchcat |grep -v grep<br>
<br>
will tell you if it is currently running.<br>
<br>
<br>
There is also an entry in /etc/cron.d/loncapa<br>
10 1 * * 2,4,6    www    /home/httpd/perl/<a href="http://searchcat.pl" rel="noreferrer" target="_blank">searchcat.pl</a><br>
<br>
which runs this script every other night.<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"><span class="">
I just moved my library server to a virtual machine in my institution's<br>
cluster a couple of days ago.  This was a fresh install of Centos 7.2 and<br>
Lon-capa 2.11.1.  The /home directory was copied over from the old server<br>
with rsync as per the instructions for doing a hardware upgrade.<br>
<br>
Everything I've tested seems to work fine except for 'Search for a user and<br>
modify/add user information or roles' under 'User Management'.<br>
<br>
Searching with the criteria 'in selected LON-CAPA domain' does not work<br>
with any of the available criteria choices.<br>
<br>
The error message from lon-capa is:<br>
<br></span>
"No exact match found for the last name *gonzales* in LON-CAPA domain:<span class=""><br>
binghamton (Binghamton University)"<br>
<br>
Searching with 'in this course' as the criteria works fine with the other<br>
criteria.<br>
<br>
The 'Add/modify a single user (create new user if required)' uses the<br>
domain and it works fine.  It searches with 'username'.<br>
<br>
Does anyone have any suggestions on what I could look at to get this<br>
working?<br>
<br>
Thanks,<br>
Bob Gonzales<br>
Chemistry Dept<br>
Binghamton University<br>
<br>
</span></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>
</blockquote></div><br></div></div>