<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hello,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Sorry, I didn't used the exact name of the parameter. It is <host>.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>    <database><br>
</span>
<div>        <host>localhost</host><br>
</div>
<span>        <username></span>lorismysql</username></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
...</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Also, in the config table, `url` should be `http://localhost/` with the slash at the end. Should not be the cause to the current problem.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
As for creating a new user, I don't think it will solve the problem. <br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Could you ensure that in MariaDB, the user `lorismysql`@`localhost` have the update permission (select, insert, update, delete) on `loris_database`.* as well as  usage on these tables.<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Also can you check which version of MariaDB you have?  The version of MariaDB that come with CentOS 7 isn't supported for the latest versions of LORIS.
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
We have instructions (not quite definitive yet) on how to install MariaDB 10.3 in the documentation for Release 22 that should be out soon.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<a href="https://github.com/aces/Loris/blob/22.0-release/README.CentOS7.md" id="LPNoLP861199">https://github.com/aces/Loris/blob/22.0-release/README.CentOS7.md</a></div>
<br>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Kind regards,<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p style="margin-top: 0px; margin-bottom: 0px;margin-top:0; margin-bottom:0">M<span class="_Xbe">é</span>lanie<br>
</p>
<br>
<p style="margin-top: 0px; margin-bottom: 0px;"></p>
</div>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Julie Ashworth, HWNI Computing Support <support-cirl@berkeley.edu><br>
<b>Sent:</b> November 11, 2019 22:30<br>
<b>To:</b> Melanie Legault, Mrs <melanie.legault2@mcgill.ca><br>
<b>Cc:</b> Christine Rogers, Ms. <christine.rogers@mcgill.ca>; Ioannis Pappas <ioannis@berkeley.edu>; loris-dev@bic.mni.mcgill.ca <loris-dev@bic.mni.mcgill.ca><br>
<b>Subject:</b> Re: [Loris-dev] loris server</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">thanks Christine and Melanie -<br>
I updated the Config table settings (see below). <br>
<br>
Ioannis, <br>
can you please test if it works now?<br>
<br>
Melanie,<br>
I couldn't find a reference to dbHost in the config.xml file. The only reference to host that I could find is:<br>
# grep -i host /srv/www/loris/project/config.xml <br>
<host>localhost</host><br>
<hostname>%COUCH_HOSTNAME%</hostname><br>
<br>
<br>
MariaDB [loris_database]> SELECT c.ConfigID, cs.Name, cs.Label, c.Value, cs.Description FROM Config c LEFT JOIN ConfigSettings cs ON (c.ConfigID = cs.ID) JOIN ConfigSettings csp ON (cs.Parent = csp.ID) WHERE csp.Name = 'www';<br>
+----------+-------------------+-------------------+------------------+--------------------------------------+<br>
| ConfigID | Name              | Label             | Value            | Description                          |<br>
+----------+-------------------+-------------------+------------------+--------------------------------------+<br>
|       44 | host              | Host              | localhost        | Host                                 |<br>
|       45 | url               | Main LORIS URL    | <a href="http://localhost">http://localhost</a> | Main URL where LORIS can be accessed |<br>
|       46 | issue_tracker_url | Issue tracker URL | /issue_tracker   | The *new* bug/issue tracker url      |<br>
+----------+-------------------+-------------------+------------------+--------------------------------------+<br>
<br>
<br>
thanks!<br>
Julie<br>
<br>
<br>
On 11-11-2019 17.28 +0000, Melanie Legault, Mrs wrote:<br>
>    Hello Julie,<br>
>    Yes, the '%' sign is a wildcard for 'all host'. So it should be good but I<br>
>    had problem with that in the past.<br>
>    Could you ensure the 'lorismysql'@'localhost' user proper permissions.<br>
> <br>
>    Also, in that case, in the config.xml file, the dbHost should be<br>
>    'localhost'. MySQL treat 127.0.0.1 and localhost as 2 different host.<br>
> <br>
>    Mélanie<br>
> <br>
>    --------------------------------------------------------------------------<br>
> <br>
>    From: Julie Ashworth, HWNI Computing Support <support-cirl@berkeley.edu><br>
>    Sent: November 11, 2019 12:03<br>
>    To: Melanie Legault, Mrs <melanie.legault2@mcgill.ca><br>
>    Cc: Christine Rogers, Ms. <christine.rogers@mcgill.ca>; Ioannis Pappas<br>
>    <ioannis@berkeley.edu>; loris-dev@bic.mni.mcgill.ca<br>
>    <loris-dev@bic.mni.mcgill.ca><br>
>    Subject: Re: [Loris-dev] loris server<br>
>    Â <br>
>    thanks Melanie,<br>
>    I'm including the output below. My understanding is that '%' matches all<br>
>    hostnames. Should I specifically grant permission to 'loris.priv' from<br>
>    user lorismysql? Or perhaps you recommend changing loris_database entries<br>
>    ('host' to 'localhost' and 'url' to '[1]http://localhost')?<br>
>    thanks!<br>
> <br>
>    MariaDB [(none)]> SELECT User, Host FROM mysql.user;<br>
>    +------------+-----------+<br>
>    | User       | Host      |<br>
>    +------------+-----------+<br>
>    | lorismysql | %         |<br>
>    | root       | 127.0.0.1 |<br>
>    | root       | ::1       |<br>
>    | lorismysql | localhost |<br>
>    | root       | localhost |<br>
>    +------------+-----------+<br>
>    5 rows in set (0.00 sec)<br>
> <br>
>    MariaDB [(none)]> SHOW grants for 'lorismysql'@'%';<br>
>    +--------------------------------------------------------------------------------+<br>
>    | Grants for lorismysql@%<br>
>    +--------------------------------------------------------------------------------+<br>
>    | GRANT USAGE ON *.* TO 'lorismysql'@'%'<br>
>    | GRANT SELECT, INSERT, UPDATE, DELETE ON `loris_database`.* TO<br>
>    'lorismysql'@'%' |<br>
>    +--------------------------------------------------------------------------------+<br>
>    2 rows in set (0.00 sec)<br>
> <br>
>    On 11-11-2019 15.47 +0000, Melanie Legault, Mrs wrote:<br>
>    >    Hello Julie,<br>
>    >    Could it be that your MySQL 'lorismysql' user have different<br>
>    permissions<br>
>    >    depending on where it is connecting to the DB?<br>
>    >    A database admin (root) can check this for you.<br>
>    >    SELECT User, Host FROM mysql.user;<br>
>    >    then for the user that match the Host (name or IP address) of your<br>
>    LORIS<br>
>    >    (Apache) server<br>
>    >    SHOW grants for 'lorismysql'@'<Host>';<br>
>    ><br>
>    >    Mélanie<br>
>    ><br>
>    >   <br>
>    --------------------------------------------------------------------------<br>
>    ><br>
>    >    From: Julie Ashworth, HWNI Computing Support<br>
>    <support-cirl@berkeley.edu><br>
>    >    Sent: November 8, 2019 21:04<br>
>    >    To: Christine Rogers, Ms. <christine.rogers@mcgill.ca><br>
>    >    Cc: Ioannis Pappas <ioannis@berkeley.edu>; Melanie Legault, Mrs<br>
>    >    <melanie.legault2@mcgill.ca>; loris-dev@bic.mni.mcgill.ca<br>
>    >    <loris-dev@bic.mni.mcgill.ca><br>
>    >    Subject: Re: [Loris-dev] loris server<br>
>    >    Ã‚ <br>
>    >    thanks Christine,<br>
>    ><br>
>    >    yes, it's the lorismysql user in the config.xml file.<br>
>    >    Ã‚ Â Â Â Â Â Â  <username>lorismysql</username><br>
>    >    Ã‚ Â Â Â Â Â Â  <database>loris_database</database><br>
>    >    Ã‚ Â Â Â Â Â Â  <quatUser>lorismysql</quatUser><br>
>    ><br>
>    >    we appeciate your help troubleshooting this.<br>
>    >    best,<br>
>    >    Julie<br>
>    ><br>
>    >    On 08-11-2019 23.20 +0000, Christine Rogers, Ms. wrote:<br>
>    >    >    Hi Ioannis,<br>
>    >    >    Could you open your file called config.xml<br>
>    >    >    (/srv/www/loris/project/config.xml) and confirm for us -- <br>
>    which user<br>
>    >    >    credential is stored there, and what's the name of the<br>
>    database it is<br>
>    >    >    connecting to?<br>
>    >    >    This is the mysql user which connects to the database from<br>
>    the front<br>
>    >    end<br>
>    >    >    of LORIS. <br>
>    >    >    If this user has insufficient privileges on your database,<br>
>    that would<br>
>    >    >    cause the errors you are seeing.  I had assumed from your<br>
>    thread it<br>
>    >    was<br>
>    >    >    your lorismysql user but it sounds like this should be<br>
>    verified.<br>
>    >    >    Let us know, and we'll keep following up when we come back<br>
>    online<br>
>    >    after<br>
>    >    >    the weekend,<br>
>    >    >    Best,<br>
>    >    >    Christine<br>
>    >    >    On Fri, Nov 8, 2019 at 5:31 PM Ioannis Pappas<br>
>    <ioannis@berkeley.edu><br>
>    >    >    wrote:<br>
>    >    ><br>
>    >    >      Hi Melanie.<br>
>    >    >      Thank you for taking the time to reply to this. I took<br>
>    some to<br>
>    >    consider<br>
>    >    >      your comments. Unfortunately as I said to Christine we<br>
>    are unable<br>
>    >    to do<br>
>    >    >      any kind of updating to the database (either that is<br>
>    changing the<br>
>    >    name<br>
>    >    >      or changing the small html description, etc.).<br>
>    >    >      Based on some more digging and on some of Christine's<br>
>    comments I<br>
>    >    have a<br>
>    >    >      feeling that our lorisweb front-end, admin user cannot<br>
>    write<br>
>    >    anything to<br>
>    >    >      the database. Along these lines could it be the case the<br>
>    lorismysql<br>
>    >    user<br>
>    >    >      (the database, admin user with INSERT, UPDATE, etc<br>
>    privileges) is<br>
>    >    not<br>
>    >    >      ÃƒÂ¢Ã¢â€šÂ¬Ã…“talkingâ€&#157; to the lorisweb front end user?<br>
>    What is the<br>
>    >    difference between<br>
>    >    >      the two and could it be a installation problem for them<br>
>    not talking<br>
>    >    to<br>
>    >    >      each other? As Julie said, lorismysql user is working<br>
>    normally with<br>
>    >    >      MariaDB.<br>
>    >    >      Thank you again for your help.<br>
>    >    >      Best wishes,<br>
>    >    >      Ioannis<br>
>    >    ><br>
>    >    >        On Nov 7, 2019, at 4:33 AM, Melanie Legault, Mrs<br>
>    >    >        <melanie.legault2@mcgill.ca> wrote:<br>
>    >    >        Hello,<br>
>    >    >        Changing the project name in the configuration page<br>
>    >    >        ([1]https://loris.url/configuration/) of LORIS, only<br>
>    change the<br>
>    >    title of<br>
>    >    >        the project. To see this change, you have to log out<br>
>    of LORIS and<br>
>    >    then<br>
>    >    >        go back to the login page ([2]https://.loris.url/).<br>
>    This is the<br>
>    >    only<br>
>    >    >        place you can find the project name (except from the<br>
>    >    configuration<br>
>    >    >        page). See ProjectName.png<br>
>    >    >        As for files permission, I would suggest a few change<br>
>    to improve<br>
>    >    >        security of you server. Some extra permissions where<br>
>    granted to<br>
>    >    help<br>
>    >    >        you but are not needed.<br>
>    >    >          * /srv/www/loris/smarty/templates_c/  should<br>
>    have ownership of<br>
>    >    >            lorisadmin:httpd and permission 770 (or 775)<br>
>    >    >          * srv/www/loris/project/  should have ownership<br>
>    >    lorisadmin:httpd and<br>
>    >    >            permission 770 (775)<br>
>    >    >          * All other files under loris should have<br>
>    lorisadmin:lorisadmin<br>
>    >    755<br>
>    >    >        Reading through this change of mail, I understand<br>
>    that you let<br>
>    >    Apache<br>
>    >    >        store file in /srv/www/loris<br>
>    >    >           |       31 | DownloadPath   |<br>
>    Downloads   | /srv/www/loris/  <br>
>    >    |<br>
>    >    >        Where<br>
>    >    >        >>     files are downloaded<br>
>    >    >        Downloaded files should not be in the same tree as<br>
>    LORIS code. It<br>
>    >    >        should be in a separate structure where Apache will<br>
>    not try and<br>
>    >    do not<br>
>    >    >        have permission (in httpd.conf) to execute files.<br>
>    >    >        Kind regards,<br>
>    >    >        Mélanie Legault | Software developer | Faculty of<br>
>    Medicine |<br>
>    >    McGill<br>
>    >    >        University <br>
>    >    >        3801 University, Montréal, QC H3A 2B4<br>
>    >    ><br>
>    >    >     <br>
>    >   <br>
>    ----------------------------------------------------------------------<br>
>    >    ><br>
>    >    >        From: loris-dev-bounces@bic.mni.mcgill.ca<br>
>    >    >        <loris-dev-bounces@bic.mni.mcgill.ca> on behalf of<br>
>    Ioannis Pappas<br>
>    >    >        <ioannis@berkeley.edu><br>
>    >    >        Sent: November 7, 2019 0:18<br>
>    >    >        To: loris-dev@bic.mni.mcgill.ca<br>
>    <loris-dev@bic.mni.mcgill.ca><br>
>    >    >        Cc: Julie Ashworth, HWNI Computing Support<br>
>    >    >        <support-cirl@berkeley.edu>; Christine Rogers, Ms.<br>
>    >    >        <christine.rogers@mcgill.ca><br>
>    >    >        Subject: Re: [Loris-dev] loris server<br>
>    >    >        <br>
>    >    >        Hi Christine and Julie.<br>
>    >    ><br>
>    >    >        Yes it looks like that any attempt to configure<br>
>    something in the<br>
>    >    >        front-end results in the same page. I am sending this<br>
>    to the list<br>
>    >    (as<br>
>    >    >        you requested Christine) alongside the<br>
>    troubleshooting and<br>
>    >    discussion<br>
>    >    >        so far with Julie.<br>
>    >    ><br>
>    >    >        Best wishes,<br>
>    >    >        Ioannis<br>
>    >    ><br>
>    >    >        > On Nov 6, 2019, at 7:03 PM, Julie Ashworth, HWNI<br>
>    Computing<br>
>    >    Support<br>
>    >    >        <support-cirl@berkeley.edu> wrote:<br>
>    >    >        ><br>
>    >    >        > hi Christine and Ioannis,<br>
>    >    >        > Ioannis, can you follow-up with Christine about<br>
>    using the<br>
>    >    front-end?<br>
>    >    >        ><br>
>    >    >        > We're using CentOS7.7 and loris-21.0.1.<br>
>    >    >        ><br>
>    >    >        > I confirmed that I could login as the mysql user<br>
>    (lorismyqsl)<br>
>    >    and<br>
>    >    >        change the 'url' config setting from<br>
>    '[3]http://loris.priv' to<br>
>    >    >        '[4]http://localhost', and back again.<br>
>    >    >        ><br>
>    >    >        > MariaDB [loris_database]> SELECT c.ConfigID,<br>
>    cs.Name, cs.Label,<br>
>    >    >        c.Value, cs.Description FROM Config c LEFT JOIN<br>
>    ConfigSettings cs<br>
>    >    ON<br>
>    >    >        (c.ConfigID = cs.ID) JOIN ConfigSettings csp ON<br>
>    (cs.Parent =<br>
>    >    csp.ID)<br>
>    >    >        WHERE csp.Name = 'www';<br>
>    >    >        ><br>
>    >    >       <br>
>    >   <br>
>    +----------+-------------------+-------------------+-------------------+--------------------------------------+<br>
>    >    >        > | ConfigID | Name              |<br>
>    Label             |<br>
>    >    >        Value             |<br>
>    Description                          |<br>
>    >    >        ><br>
>    >    >       <br>
>    >   <br>
>    +----------+-------------------+-------------------+-------------------+--------------------------------------+<br>
>    >    >        > |       44 | host              |<br>
>    Host              |<br>
>    >    >        loris.priv        |<br>
>    Host                                 |<br>
>    >    >        > |       45 | url              <br>
>    | Main LORIS URL  <br>
>    >    >        | [5]http://loris.priv | Main URL where LORIS can be<br>
>    accessed |<br>
>    >    >        > |       46 | issue_tracker_url | Issue<br>
>    tracker URL |<br>
>    >    >        /issue_tracker    | The *new* bug/issue tracker<br>
>    url      |<br>
>    >    >        ><br>
>    >    >       <br>
>    >   <br>
>    +----------+-------------------+-------------------+-------------------+--------------------------------------+<br>
>    >    >        ><br>
>    >    >        > MariaDB [loris_database]> UPDATE Config SET<br>
>    >    Value='[6]http://localhost'<br>
>    >    >        WHERE ConfigID=(SELECT ID FROM ConfigSettings WHERE<br>
>    Name='url');<br>
>    >    >        > Rows matched: 1  Changed: 1  Warnings: 0<br>
>    >    >        ><br>
>    >    >        > MariaDB [loris_database]> SELECT c.ConfigID,<br>
>    cs.Name, cs.Label,<br>
>    >    >        c.Value, cs.Description FROM Config c LEFT JOIN<br>
>    ConfigSettings cs<br>
>    >    ON<br>
>    >    >        (c.ConfigID = cs.ID) JOIN ConfigSettings csp ON<br>
>    (cs.Parent =<br>
>    >    csp.ID)<br>
>    >    >        WHERE csp.Name = 'www';<br>
>    >    >        ><br>
>    >    >       <br>
>    >   <br>
>    +----------+-------------------+-------------------+------------------+--------------------------------------+<br>
>    >    >        > | ConfigID | Name              |<br>
>    Label             |<br>
>    >    >        Value            |<br>
>    Description                          |<br>
>    >    >        ><br>
>    >    >       <br>
>    >   <br>
>    +----------+-------------------+-------------------+------------------+--------------------------------------+<br>
>    >    >        > |       44 | host              |<br>
>    Host              |<br>
>    >    >        loris.priv       |<br>
>    Host                                 |<br>
>    >    >        > |       45 | url              <br>
>    | Main LORIS URL  <br>
>    >    >        | [7]http://localhost | Main URL where LORIS can be<br>
>    accessed |<br>
>    >    >        > |       46 | issue_tracker_url | Issue<br>
>    tracker URL |<br>
>    >    >        /issue_tracker   | The *new* bug/issue tracker<br>
>    url      |<br>
>    >    >        ><br>
>    >    >       <br>
>    >   <br>
>    +----------+-------------------+-------------------+------------------+--------------------------------------+<br>
>    >    >        > 3 rows in set (0.00 sec)<br>
>    >    >        ><br>
>    >    >        > best,<br>
>    >    >        > Julie<br>
>    >    >        ><br>
>    >    >        ><br>
>    >    >        > On 06-11-2019 21.43 +0000, Christine Rogers, Ms.<br>
>    wrote:<br>
>    >    >        >>   Hi Julie,<br>
>    >    >        >>   Forgive my ambiguity - We run the community<br>
>    support listserv<br>
>    >    for<br>
>    >    >        >>   developers, project administrators and<br>
>    sysadmins setting up<br>
>    >    >        LORIS, so that<br>
>    >    >        >>   these users can contact our technical team for<br>
>    exactly such<br>
>    >    >        technical<br>
>    >    >        >>   help. <br>
>    >    >        >>   If it's ok with you, I'd encourage you<br>
>    subscribe to the<br>
>    >    listserv<br>
>    >    >        and<br>
>    >    >        >>   contact our technical team that way for the<br>
>    same reason.<br>
>    >    >        >>   (Note that front-end users of LORIS typically<br>
>    contact their<br>
>    >    >        project team<br>
>    >    >        >>   for support, rather than us.)<br>
>    >    >        >>   Given that your lorismysql user privileges<br>
>    seem appropriate<br>
>    >    >        ('UPDATE" is<br>
>    >    >        >>   there, I mistyped 'INSERT" before)<br>
>    >    >        >>   --  is there any other indication why the<br>
>    database record is<br>
>    >    not<br>
>    >    >        >>   updating? <br>
>    >    >        >>   In the front-end, can your 'admin' user effect<br>
>    any changes<br>
>    >    in<br>
>    >    >        (any) Config<br>
>    >    >        >>   setting? <br>
>    >    >        >>   In the back-end, when you tried updating a<br>
>    field using your<br>
>    >    >        >>   lorismysql credential, what happened?<br>
>    >    >        >>   Your front end is loading ok, and you can log<br>
>    in there, if I<br>
>    >    >        understood<br>
>    >    >        >>   correctly.<br>
>    >    >        >>   Thanks for letting us know these details at<br>
>    >    >        >>   [1]loris-dev@bic.mni.mcgill.ca<br>
>    >    >        >>   Please also include what version of LORIS you<br>
>    are<br>
>    >    installing, and<br>
>    >    >        on what<br>
>    >    >        >>   OS version.<br>
>    >    >        >>   Best,<br>
>    >    >        >>   Christine<br>
>    >    >        >>   On Wed, Nov 6, 2019 at 3:31 PM Julie Ashworth,<br>
>    HWNI<br>
>    >    Computing<br>
>    >    >        Support<br>
>    >    >        >>   <[2]support-cirl@berkeley.edu> wrote:<br>
>    >    >        >><br>
>    >    >        >>     Thank you Christine,<br>
>    >    >        >>     I'm the linux sysadmin who installed the<br>
>    loris database<br>
>    >    for<br>
>    >    >        Ioannis.<br>
>    >    >        >>     I'm not a loris user, however, so that<br>
>    makes it a little<br>
>    >    >        awkward for<br>
>    >    >        >>     troubleshooting via the mailing list. I'm<br>
>    happy to help in<br>
>    >    >        whatever way<br>
>    >    >        >>     I can.<br>
>    >    >        >><br>
>    >    >        >>     Regarding the database permissions, I ran:<br>
>    >    >        >><br>
>    >    >        >>     MariaDB [(none)]> show grants for<br>
>    'lorismysql'@'%';<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    +--------------------------------------------------------------------------------+<br>
>    >    >        >>     | Grants for lorismysql@%<br>
>    >    >        >>     |<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    +--------------------------------------------------------------------------------+<br>
>    >    >        >>     | GRANT USAGE ON *.* TO 'lorismysql'@'%'<br>
>    >    >        >>     |<br>
>    >    >        >>     | GRANT SELECT, INSERT, UPDATE, DELETE ON<br>
>    >    `loris_database`.* TO<br>
>    >    >        >>     'lorismysql'@'%' |<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    +--------------------------------------------------------------------------------+<br>
>    >    >        >>     2 rows in set (0.00 sec)<br>
>    >    >        >><br>
>    >    >        >>     looking at the 'tips' section in the page<br>
>    you referred<br>
>    >    to...<br>
>    >    >        >><br>
>    >    >        >>     |       29 |<br>
>    base           | Base        |<br>
>    >    /srv/www/loris/   |<br>
>    >    >        The base<br>
>    >    >        >>     filesystem path where LORIS is<br>
>    >    >       <br>
>    installed                          |<br>
>    >    >        >>     |       31 | DownloadPath   |<br>
>    Downloads   |<br>
>    >    /srv/www/loris/   |<br>
>    >    >        Where<br>
>    >    >        >>     files are downloaded<br>
>    >    >        >><br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    +----------+-------------------+-------------------+-------------------+--------------------------------------+<br>
>    >    >        >>     | ConfigID |<br>
>    Name              | Label             |<br>
>    >    >        Value             |<br>
>    >    >        >>    <br>
>    Description                          |<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    +----------+-------------------+-------------------+-------------------+--------------------------------------+<br>
>    >    >        >>     |       44 |<br>
>    host              | Host              |<br>
>    >    >        loris.priv        |<br>
>    >    >        >>    <br>
>    Host                                 |<br>
>    >    >        >>     |       45 |<br>
>    url               | Main LORIS URL    |<br>
>    >    >        >>     [3]http://loris.priv | Main URL where<br>
>    LORIS can be<br>
>    >    accessed |<br>
>    >    >        >>     |       46 | issue_tracker_url |<br>
>    Issue tracker URL |<br>
>    >    >        /issue_tracker    |<br>
>    >    >        >>     The *new* bug/issue tracker url     <br>
>    |<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    +----------+-------------------+-------------------+-------------------+--------------------------------------+<br>
>    >    >        >><br>
>    >    >        >>     apache config:<br>
>    >    >        >><br>
>    >    >        >>     Listen 80<br>
>    >    >        >>     User apache<br>
>    >    >        >>     Group apache<br>
>    >    >        >>     DocumentRoot "/srv/www/loris/htdocs"<br>
>    >    >        >><br>
>    >    >        >>     <Directory /><br>
>    >    >        >>         AllowOverride none<br>
>    >    >        >>         Require all denied<br>
>    >    >        >>     </Directory><br>
>    >    >        >><br>
>    >    >        >>     <Directory "/srv/www"><br>
>    >    >        >>         AllowOverride All<br>
>    >    >        >>         Options Indexes FollowSymLinks<br>
>    >    >        >>         Require all granted<br>
>    >    >        >>     </Directory><br>
>    >    >        >><br>
>    >    >        >>     <Directory "/srv/www/loris/htdocs"><br>
>    >    >        >>         Options Indexes FollowSymLinks<br>
>    >    >        >>         AllowOverride All<br>
>    >    >        >>         Require all granted<br>
>    >    >        >>     </Directory><br>
>    >    >        >><br>
>    >    >        >>     file permissions:<br>
>    >    >        >><br>
>    >    >        >>     # ls -ld /srv/www/loris/smarty/templates_c<br>
>    >    >        >>     drwxrwxrwx 2 lorisadmin lorisadmin 4096<br>
>    Oct 31 09:46<br>
>    >    >        >>     /srv/www/loris/smarty/templates_c/<br>
>    >    >        >><br>
>    >    >        >>     [root@loris loris]# ls -l<br>
>    >    /srv/www/loris/smarty/templates_c<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin  2444<br>
>    Oct 31 09:46<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    0e1b94643329544102d69ebd990c8b0165d1bd0d_0.file.form_passwordexpiry.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin 10490<br>
>    Sep 10 10:55<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    195463768851669204bf65105fe4e81a03455b48_0.file.form_data_team_helper.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin 21126<br>
>    Sep  7 18:39<br>
>    >    >        >>    <br>
>    >    1ebadd1dabd19543319b9015a275a25fb3ea1271_0.file.main.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin  3296<br>
>    Sep  7 18:35<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >    32a6e0e3cc0aee3715361b33919eac95c0bb9cdc_0.file.form_login.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin  5901<br>
>    Sep  7 21:10<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    5cdeb715e5ad48d381bf4ea25405f9bfe5b81533_0.file.form_my_preferences.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin 23339<br>
>    Sep  7 18:39<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    71d07644a1309b40189d42145f7042af6743e856_0.file.form_dashboard.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin   874<br>
>    Sep 10 11:01<br>
>    >    >        >>    <br>
>    >    82495f3f78d11898c2eb816f93ec7338caa5ca28_0.file.500.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin  1101<br>
>    Sep 10 10:58<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    981927c886552e58e58f493e3153d095d2fe5d66_0.file.form_instrument_builder.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin 18054<br>
>    Sep 10 10:59<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    9dc62269f6e5525550f5928a805017c5e110a582_0.file.menu_data_release.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin  3590<br>
>    Sep  7 18:39<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >    a03bc16552e4c92f220889e46134f8fe96caf2ea_0.file.progress_bar.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin 25141<br>
>    Sep  7 21:08<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    a07d2701a4cda44e7ef7f6025b78e76f7b6e65c4_0.file.form_configuration.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin   897<br>
>    Sep  7 18:35<br>
>    >    >        >>    <br>
>    >    a0b6f32d181ed65d471eea20abc4abbc40bf3469_0.file.404.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin  9210<br>
>    Sep 10 11:01<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    a1c292c69532174e9aa753a48e112d4b0eb33594_0.file.menu_mri_violations.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin  8917<br>
>    Sep 10 13:21<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >    ae14f13d831988de3500d7174b53a47390649eb5_0.file.form_project.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin  4811<br>
>    Sep  7 18:35<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >    d1ca754a8d9c5ab253e43310722bf6504c17d6e1_0.file.public_layout.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin  3309<br>
>    Sep 10 11:02<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    d8ced7af9adee12c690eb2cc0d3ad5dc4ff54d10_0.file.form_statistics.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin 10303<br>
>    Sep 10 10:59<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    e6424ba9933db2e98436eb3df00ea38ae63d7b18_0.file.menu_genomic_browser.tpl.php<br>
>    >    >        >>     -rw-r--r-- 1 lorisadmin lorisadmin 12273<br>
>    Sep  7 17:42<br>
>    >    >        >>    <br>
>    >    fb872a21af70c86930fd51b0f25275c1e0912249_0.file.install.tpl.php<br>
>    >    >        >><br>
>    >    >        >>     thanks again!<br>
>    >    >        >>     Julie<br>
>    >    >        >><br>
>    >    >        >>     On 06-11-2019 19.01 +0000, Christine<br>
>    Rogers, Ms. wrote:<br>
>    >    >        >>>     Hi Ioannis,Â<br>
>    >    >        >>>     Thanks for your question.Â<br>
>    >    >        >>>     Given that the URL field is not updating,<br>
>    I suspect it's<br>
>    >    a<br>
>    >    >        database<br>
>    >    >        >>>     back-end issue.Â<br>
>    >    >        >>>     Can you verify -- Has your mysql user<br>
>    lorismysql been<br>
>    >    granted<br>
>    >    >        the<br>
>    >    >        >>     "INSERT"<br>
>    >    >        >>>     privilege for the right database? If not,<br>
>    that would<br>
>    >    result in<br>
>    >    >        an<br>
>    >    >        >>     error<br>
>    >    >        >>>     like the kind you are seeing.Â<br>
>    >    >        >>>     Also, if you wish to check your LORIS<br>
>    Configuration<br>
>    >    settings<br>
>    >    >        in the<br>
>    >    >        >>>     backend database such as the URL field --<br>
>    to see what was<br>
>    >    >        actually<br>
>    >    >        >>     stored<br>
>    >    >        >>>     in a given database field and should<br>
>    display in the<br>
>    >    Config<br>
>    >    >        >>     module:Â<br>
>    >    >        >>>     You can run the queries listed in the<br>
>    "Troubleshooting<br>
>    >    >        >>     Configuration<br>
>    >    >        >>>     settings" section of our Github-wiki<br>
>    Setup Guide (under<br>
>    >    >        Project<br>
>    >    >        >>>     Customization) :Â<br>
>    >    >        >>>   <br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    [1][4]https://github.com/aces/Loris/wiki/Project-Customization#troubleshooting-configuration-settings<br>
>    >    >        >>>     Lastly, this question is perfectly<br>
>    appropriate for the<br>
>    >    >        loris-dev<br>
>    >    >        >>     community<br>
>    >    >        >>>     support listserv -- please [2]subscribe<br>
>    here and then<br>
>    >    email<br>
>    >    >        our<br>
>    >    >        >>     technical<br>
>    >    >        >>>     team your next question atÂ<br>
>    >    [3][5]loris-dev@bic.mni.mcgill.ca<br>
>    >    >        >>     (after checking<br>
>    >    >        >>>     any forwarded threads for sensitive<br>
>    info).Â<br>
>    >    >        >>>     We prefer to answer technical questions<br>
>    there for the<br>
>    >    benefit<br>
>    >    >        of<br>
>    >    >        >>     the<br>
>    >    >        >>>     community and other first-time users in<br>
>    the same position<br>
>    >    as<br>
>    >    >        >>     yourself. Ãƒ‚<br>
>    >    >        >>>     Thanks and cheers,Â<br>
>    >    >        >>>     ChristineÂ<br>
>    >    >        >>>     On Mon, Nov 4, 2019 at 5:49 PM Dr.<br>
>    Ioannis Pappas PhD<br>
>    >    >        >>>     <[4][6]ioannis@berkeley.edu> wrote:<br>
>    >    >        >>><br>
>    >    >        >>>       Hi Loris support.Â<br>
>    >    >        >>>       My name is ioannis Pappas, a post-doc<br>
>    at the D'Esposito<br>
>    >    lab<br>
>    >    >        >>     stroke group<br>
>    >    >        >>>       at UC Berkeley. With the kind of help<br>
>    of our sys<br>
>    >    adminÂ<br>
>    >    >        Julie<br>
>    >    >        >>     (cc'ed) we<br>
>    >    >        >>>       have set up our loris database in our<br>
>    cluster (she is<br>
>    >    the<br>
>    >    >        sudo<br>
>    >    >        >>     user and<br>
>    >    >        >>>       I am the admin user).<br>
>    >    >        >>>       If you allow me, I would like to ask<br>
>    you about the<br>
>    >    first<br>
>    >    >        >>     configuration<br>
>    >    >        >>>       steps in the front end as they are<br>
>    described in the<br>
>    >    >        tutorial. We<br>
>    >    >        >>     can<br>
>    >    >        >>>       login to [5][7]http://loris and the<br>
>    front end normally.<br>
>    >    >        >>>       However any update that I am trying<br>
>    to perform in<br>
>    >    >        >>     Admin->Configuration<br>
>    >    >        >>>       doesn't work (e.g. updating the study<br>
>    name). It just<br>
>    >    >        refreshes<br>
>    >    >        >>     the same<br>
>    >    >        >>>       page. I am just wondering if there is<br>
>    an issue with<br>
>    >    writing<br>
>    >    >        in<br>
>    >    >        >>     the<br>
>    >    >        >>>       configuration file.<br>
>    >    >        >>>       Here are the permissions setup for<br>
>    where Loris is<br>
>    >    installed.<br>
>    >    >        >>>       chmod 777<br>
>    /var/www/loris/smarty/templates_c<br>
>    >    >        >>>       cd /srv/www/loris<br>
>    >    >        >>>       chown -R lorisadmin:lorisadmin .<br>
>    >    >        >>>       chmod -c -R a+r .<br>
>    >    >        >>>       ÃƒÆ’‚  ÃƒÆ’‚  this command gives<br>
>    everyone read access, and<br>
>    >    outputs<br>
>    >    >        what<br>
>    >    >        >>     changes<br>
>    >    >        >>>       were made:<br>
>    >    >        >>>       ÃƒÆ’‚  ÃƒÆ’‚  mode of<br>
>    ÃƒÆ’‚¿./project¿ changed from 0770<br>
>    >    (rwxrwx---) to<br>
>    >    >        0774<br>
>    >    >        >>>       (rwxrwxr--)<br>
>    >    >        >>>       ÃƒÆ’‚  ÃƒÆ’‚  mode of<br>
>    ÃƒÆ’‚¿./tools/logs¿ changed from 0770<br>
>    >    (rwxrwx---)<br>
>    >    >        to<br>
>    >    >        >>     0774<br>
>    >    >        >>>       (rwxrwxr--)<br>
>    >    >        >>>       find . -type d -exec chmod a+x -c {}<br>
>    \;<br>
>    >    >        >>>       ÃƒÆ’‚  ÃƒÆ’‚  this command gives<br>
>    everyone permission to open<br>
>    >    a<br>
>    >    >        directory,<br>
>    >    >        >>     and<br>
>    >    >        >>>       outputs what changes were made:<br>
>    >    >        >>>       ÃƒÆ’‚  ÃƒÆ’‚  mode of<br>
>    ÃƒÆ’‚¿./project¿ changed from 0774<br>
>    >    (rwxrwxr--) to<br>
>    >    >        0775<br>
>    >    >        >>>       (rwxrwxr-x)<br>
>    >    >        >>>       ÃƒÆ’‚  ÃƒÆ’‚  mode of<br>
>    ÃƒÆ’‚¿./tools/logs¿ changed from 0774<br>
>    >    (rwxrwxr--)<br>
>    >    >        to<br>
>    >    >        >>     0775<br>
>    >    >        >>>       (rwxrwxr-x)<br>
>    >    >        >>>       Hopefully you can help me with<br>
>    this. I also<br>
>    >    subscribed to<br>
>    >    >        the<br>
>    >    >        >>     mailing<br>
>    >    >        >>>       list but I am not sure if this too<br>
>    much of a basic<br>
>    >    question<br>
>    >    >        for<br>
>    >    >        >>     the<br>
>    >    >        >>>       list.<br>
>    >    >        >>>       Best wishes,<br>
>    >    >        >>>       Ioannis<br>
>    >    >        >>>       On Mon, Nov 4, 2019 at 1:12 PM Julie<br>
>    Ashworth, HWNI<br>
>    >    >        Computing<br>
>    >    >        >>     Support<br>
>    >    >        >>>       <[6][8]support-cirl@berkeley.edu><br>
>    wrote:<br>
>    >    >        >>><br>
>    >    >        >>>         Hi ioannis, maybe it's best to<br>
>    ask the developers?<br>
>    >    You can<br>
>    >    >        cc<br>
>    >    >        >>     me if<br>
>    >    >        >>>         you'd like.<br>
>    >    >        >>>         On Mon, Nov 4, 2019, 12:37 PM<br>
>    Ioannis Pappas<br>
>    >    >        >>     <[7][9]ioannis@berkeley.edu><br>
>    >    >        >>>         wrote:<br>
>    >    >        >>><br>
>    >    >        >>>           That did the trick Julie.<br>
>    Thank you!<br>
>    >    >        >>><br>
>    >    >        >>>           I am still trying to<br>
>    understand how configuration<br>
>    >    works<br>
>    >    >        >>     though. For<br>
>    >    >        >>>           example if I just try to<br>
>    change the name of the<br>
>    >    >        >>>           study from the front end, I<br>
>    get nowhere (it just<br>
>    >    >        refreshes<br>
>    >    >        >>     the same<br>
>    >    >        >>>           page).<br>
>    >    >        >>><br>
>    >    >        >>>           I am not sure if this<br>
>    requires write permissions<br>
>    >    >        somewhere in<br>
>    >    >        >>     a<br>
>    >    >        >>>           config file/folder and<br>
>    thatÃƒÂ¢Ã¢â€šÂ¬Ã¢â€şÂ¢s why it<br>
>    >    doesnÃƒÂ¢Ã¢â€šÂ¬Ã¢â€şÂ¢t update<br>
>    >    >        it.<br>
>    >    >        >>><br>
>    >    >        >>>           Best wishes,<br>
>    >    >        >>>           Ioannis<br>
>    >    >        >>><br>
>    >    >        >>>           > On Nov 4, 2019, at 12:08<br>
>    PM, Julie Ashworth, HWNI<br>
>    >    >        Computing<br>
>    >    >        >>>           Support<br>
>    <[8][10]support-cirl@berkeley.edu> wrote:<br>
>    >    >        >>>           ><br>
>    >    >        >>>           > just in case you're<br>
>    interested, these are the<br>
>    >    >        permission<br>
>    >    >        >>     changes I<br>
>    >    >        >>>           made:<br>
>    >    >        >>>           ><br>
>    >    >        >>>           > chmod 777<br>
>    /var/www/loris/smarty/templates_c<br>
>    >    >        >>>           > cd /srv/www/loris<br>
>    >    >        >>>           > chown -R<br>
>    lorisadmin:lorisadmin .<br>
>    >    >        >>>           > chmod -c -R a+r .<br>
>    >    >        >>>           >  ÃƒÆ’‚  this command<br>
>    gives everyone read access,<br>
>    >    and<br>
>    >    >        outputs<br>
>    >    >        >>     what<br>
>    >    >        >>>           changes were made:<br>
>    >    >        >>>           >  ÃƒÆ’‚  mode of<br>
>    ÃƒÆ’‚¿./project¿ changed from<br>
>    >    0770<br>
>    >    >        (rwxrwx---) to<br>
>    >    >        >>     0774<br>
>    >    >        >>>           (rwxrwxr--)<br>
>    >    >        >>>           >  ÃƒÆ’‚  mode of<br>
>    ÃƒÆ’‚¿./tools/logs¿ changed from<br>
>    >    0770<br>
>    >    >        (rwxrwx---)<br>
>    >    >        >>     to 0774<br>
>    >    >        >>>           (rwxrwxr--)<br>
>    >    >        >>>           > find . -type d -exec chmod<br>
>    a+x -c {} \;<br>
>    >    >        >>>           >  ÃƒÆ’‚  this command<br>
>    gives everyone permission to<br>
>    >    open a<br>
>    >    >        >>     directory, and<br>
>    >    >        >>>           outputs what changes were<br>
>    made:<br>
>    >    >        >>>           >  ÃƒÆ’‚  mode of<br>
>    ÃƒÆ’‚¿./project¿ changed from<br>
>    >    0774<br>
>    >    >        (rwxrwxr--) to<br>
>    >    >        >>     0775<br>
>    >    >        >>>           (rwxrwxr-x)<br>
>    >    >        >>>           >  ÃƒÆ’‚  mode of<br>
>    ÃƒÆ’‚¿./tools/logs¿ changed from<br>
>    >    0774<br>
>    >    >        (rwxrwxr--)<br>
>    >    >        >>     to 0775<br>
>    >    >        >>>           (rwxrwxr-x)<br>
>    >    >        >>>           ><br>
>    >    >        >>>           ><br>
>    >    >        >>>           ><br>
>    >    >        >>>           > On 04-11-2019 12.03 -0800,<br>
>    Ioannis Pappas wrote:<br>
>    >    >        >>>           >> Hi Julie.<br>
>    >    >        >>>           >> I just tried and I still<br>
>    don???t get anything. I<br>
>    >    also<br>
>    >    >        >>     tried<br>
>    >    >        >>>           private mode in Firefox in<br>
>    case the empty page was<br>
>    >    >        cached.<br>
>    >    >        >>>           >> Sorry for this.<br>
>    >    >        >>>           >><br>
>    >    >        >>>           >> Best wishes,<br>
>    >    >        >>>           >> Ioannis<br>
>    >    >        >>>           >><br>
>    >    >        >>>           >>> On Nov 4, 2019, at 11:58<br>
>    AM, Julie Ashworth,<br>
>    >    HWNI<br>
>    >    >        >>     Computing<br>
>    >    >        >>>           Support<br>
>    <[9][11]support-cirl@berkeley.edu> wrote:<br>
>    >    >        >>>           >>><br>
>    >    >        >>>           >>> hi Ioannis,<br>
>    >    >        >>>           >>> no worries, I changed the<br>
>    following directory<br>
>    >    to<br>
>    >    >        777:<br>
>    >    >        >>>           >>><br>
>    >    >        >>>           >>><br>
>    /var/www/loris/smarty/templates_c<br>
>    >    >        >>>           >>><br>
>    >    >        >>>           >>> will you please check if<br>
>    that works?<br>
>    >    >        >>>           >>><br>
>    >    >        >>>           >>> thanks!<br>
>    >    >        >>>           >>><br>
>    >    >        >>>           >>><br>
>    >    >        >>>           >>><br>
>    >    >        >>>           >>><br>
>    >    >        >>>           >>><br>
>    >    >        >>>           >>> On 04-11-2019 11.49<br>
>    -0800, Dr. Ioannis Pappas<br>
>    >    PhD<br>
>    >    >        wrote:<br>
>    >    >        >>>           >>>>  Hi Julie.<br>
>    >    >        >>>           >>>>  Apologies for<br>
>    bugging you with this again.<br>
>    >    We<br>
>    >    >        tried<br>
>    >    >        >>     now to<br>
>    >    >        >>>           >>>>  accessÂ<br>
>    [1][10][12]http://lorisÂ<br>
>    >    >        >>>           >>>>  and we are<br>
>    getting a blank page. I<br>
>    >    think the<br>
>    >    >        reason<br>
>    >    >        >>     for this<br>
>    >    >        >>>           is that we<br>
>    >    >        >>>           >>>>  don't have<br>
>    read permissions to read<br>
>    >    from the<br>
>    >    >        >>     template located<br>
>    >    >        >>>           in<br>
>    >    >        >>>           >>>> <br>
>    /var/www/loris/smarty See here bottom of<br>
>    >    the<br>
>    >    >        >>>           >>>>  pageÂ<br>
>    >    >        >>>         <br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    [2][11][13]https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief<br>
>    >    >        >>>           >>>>  I think, in<br>
>    general, I am a little bit<br>
>    >    confused<br>
>    >    >        as to<br>
>    >    >        >>     what the<br>
>    >    >        >>>           permissions<br>
>    >    >        >>>           >>>>  should be for us<br>
>    that are not sudos. My<br>
>    >    >        understanding<br>
>    >    >        >>     is that<br>
>    >    >        >>>           if we don't<br>
>    >    >        >>>           >>>>  have read or<br>
>    write permissions then we<br>
>    >    can't<br>
>    >    >        access or<br>
>    >    >        >>     write<br>
>    >    >        >>>           to<br>
>    >    >        >>>           >>>>  /var/www/loris,<br>
>    meaning that we can't<br>
>    >    access or<br>
>    >    >        >>     configure.<br>
>    >    >        >>>           Should<br>
>    >    >        >>>           >>>>  everything be<br>
>    chmod 777 for example?Â<br>
>    >    >        >>>           >>>>  Thank you very<br>
>    much once again.<br>
>    >    >        >>>           >>>>  Best wishes,<br>
>    >    >        >>>           >>>>  Ioannis<br>
>    >    >        >>>           >>>>  On Thu, Oct 31,<br>
>    2019 at 1:56 PM Dr. Ioannis<br>
>    >    >        Pappas PhD<br>
>    >    >        >>>           >>>> <br>
>    <[3][12][14]ioannis@berkeley.edu> wrote:<br>
>    >    >        >>>           >>>><br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  Thank you<br>
>    very much Julie. I appreciate<br>
>    >    this<br>
>    >    >        and I<br>
>    >    >        >>     will dig<br>
>    >    >        >>>           into Loris<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  given<br>
>    your changes. Thank you so much<br>
>    >    for your<br>
>    >    >        >>     help.<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  Best<br>
>    wishes,<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  Ioannis<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  On Thu,<br>
>    Oct 31, 2019 at 12:48 PM Julie<br>
>    >    >        Ashworth,<br>
>    >    >        >>     HWNI<br>
>    >    >        >>>           Computing Support<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚ <br>
>    <[4][13][15]support-cirl@berkeley.edu><br>
>    >    wrote:<br>
>    >    >        >>>           >>>><br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    hi Ioannis,<br>
>    >    >        >>>           >>>><br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    1. I changed the permissions of<br>
>    >    >        /srv/www/loris<br>
>    >    >        >>     to be owned<br>
>    >    >        >>>           by<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    lorisadmin. I reivewed my<br>
>    >    installation<br>
>    >    >        notes,<br>
>    >    >        >>     and I did<br>
>    >    >        >>>           this already<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    when<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚  I<br>
>    installed the server. I'm not<br>
>    >    sure why<br>
>    >    >        they<br>
>    >    >        >>     changed, so<br>
>    >    >        >>>           it's<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    probably a<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    good idea to keep an eye on that.<br>
>    >    >        >>>           >>>><br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    2. When I installed the loris<br>
>    >    software, I<br>
>    >    >        also<br>
>    >    >        >>     installed a<br>
>    >    >        >>>           mysql<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    database as recommended in the<br>
>    >    >        instructions:<br>
>    >    >        >>>           >>>><br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    projectname: LORIS<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    databasename: loris_database<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    mysqluser: lorismysql<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    frontend: lorisweb<br>
>    >    >        >>>           >>>><br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    3. A couple of weeks ago, I moved<br>
>    >    Henrik's<br>
>    >    >        home<br>
>    >    >        >>     directory<br>
>    >    >        >>>           to<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    /home/despoA,<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    but I forgot to update loris. This<br>
>    >    is done<br>
>    >    >        now.<br>
>    >    >        >>>           >>>><br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    best,<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    Julie<br>
>    >    >        >>>           >>>><br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    On 31-10-2019 11.15 -0700, Dr.<br>
>    >    Ioannis<br>
>    >    >        Pappas<br>
>    >    >        >>     PhD wrote:<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  Hi Julie.<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  I hope you are well. We are<br>
>    >    trying to<br>
>    >    >        >>     configure loris<br>
>    >    >        >>>           that you<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    kindly set<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  up for us.<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  I have a couple of<br>
>    >    questions for you if<br>
>    >    >        you<br>
>    >    >        >>     allow me<br>
>    >    >        >>>           so.Â<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  1) First, although we are<br>
>    >    logging into<br>
>    >    >        the<br>
>    >    >        >>     front end<br>
>    >    >        >>>           with admin<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    username<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  (lorisweb) and password, it<br>
>    >    seems that<br>
>    >    >        any<br>
>    >    >        >>     kind of<br>
>    >    >        >>>           update of<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    configuration<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  we are trying to do fails<br>
>    >    (meaning that<br>
>    >    >        if<br>
>    >    >        >>     we, say,<br>
>    >    >        >>>           change the<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    name of the<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  study and press "submit",<br>
>    >    this doesn't<br>
>    >    >        do<br>
>    >    >        >>     anything-it<br>
>    >    >        >>>           doesn't<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    update).<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  It's almost like our<br>
>    >    lorisweb user<br>
>    >    >        doesn't<br>
>    >    >        >>     have write<br>
>    >    >        >>>           privileges<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    in the<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  /var/www/loris/project<br>
>    >    (where I think<br>
>    >    >        every<br>
>    >    >        >>>           configuration should<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    be).<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  This generalizes for<br>
>    >    everything that we<br>
>    >    >        are<br>
>    >    >        >>     trying to do<br>
>    >    >        >>>           in the<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    front end.<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  Clicking any instrument/tab<br>
>    >    in the front<br>
>    >    >        end<br>
>    >    >        >>     doesn't<br>
>    >    >        >>>           really point<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    to<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  anything.Â<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  2) Loris suggest doing<br>
>    >    configurations<br>
>    >    >        via<br>
>    >    >        >>     SQL. Is it<br>
>    >    >        >>>           possible to<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    run SQL<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  scripts in the backend<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  3) For some reason typing<br>
>    >    ssh lors for<br>
>    >    >        Henrik<br>
>    >    >        >>     doesn't<br>
>    >    >        >>>           directly<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    take him to<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  loris (it requires a<br>
>    >    password that is<br>
>    >    >        not the<br>
>    >    >        >>     password<br>
>    >    >        >>>           setup for<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    the<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  lorisweb user). Will you be<br>
>    >    able to fix<br>
>    >    >        this<br>
>    >    >        >>     via your<br>
>    >    >        >>>           sudo<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    privileges?<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  Thank you very much in<br>
>    >    advance for all<br>
>    >    >        your<br>
>    >    >        >>     help Julie.<br>
>    >    >        >>>           Let us<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    know if<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  this is something that<br>
>    >    shouldn't be<br>
>    >    >        directed<br>
>    >    >        >>     to you (but<br>
>    >    >        >>>           instead<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    to the<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  loris people).Â<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  Best wishes,<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  Ioannis<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  On Mon, Sep 9, 2019 at 6:25<br>
>    >    PM Julie<br>
>    >    >        >>     Ashworth, HWNI<br>
>    >    >        >>>           Computing<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    Support<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚<br>
>    >    >        <[1][5][14][16]support-cirl@berkeley.edu><br>
>    >    >        >>     wrote:<br>
>    >    >        >>>           >>>>><br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  hi Henrik and<br>
>    >    Ioannis,<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  the loris server<br>
>    >    is available for<br>
>    >    >        you to<br>
>    >    >        >>     use.<br>
>    >    >        >>>           >>>>><br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  The servername is<br>
>    >    'loris'. I<br>
>    >    >        created a<br>
>    >    >        >>     directory<br>
>    >    >        >>>           called<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    /data/loris for<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  you to store data.<br>
>    >    You may create<br>
>    >    >        new<br>
>    >    >        >>     folders in<br>
>    >    >        >>>           /data/loris to<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    organize<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  your data.<br>
>    >    >        >>>           >>>>><br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  1) secure shell or<br>
>    >    secure copy:<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  You can log in<br>
>    >    with the 'ssh' or<br>
>    >    >        'scp'<br>
>    >    >        >>     command from<br>
>    >    >        >>>           your remote<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    desktop<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  session. You don't<br>
>    >    need to<br>
>    >    >        authenticate<br>
>    >    >        >>     to log in.<br>
>    >    >        >>>           Maybe you'll<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    use scp<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  to transfer data<br>
>    >    between your<br>
>    >    >        cluster<br>
>    >    >        >>     account and the<br>
>    >    >        >>>           loris<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    server?<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  Please put the<br>
>    >    data in /data/loris,<br>
>    >    >        so I<br>
>    >    >        >>     can make<br>
>    >    >        >>>           backups more<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    easily.<br>
>    >    >        >>>           >>>>><br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚ <br>
>    >    secure shell:<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚ <br>
>    >    $ ssh loris<br>
>    >    >        >>>           >>>>><br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚ <br>
>    >    secure copy (change the<br>
>    >    >        names<br>
>    >    >        >>     in brackets). Let<br>
>    >    >        >>>           me know if<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚  I<br>
>    can<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚ <br>
>    >    help with syntax:<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚ <br>
>    >    $ scp -r <data><br>
>    >    >        >>     loris:/data/loris/<newfolder><br>
>    >    >        >>>           >>>>><br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  2) front-end web<br>
>    >    interface.ÂÂ<br>
>    >    >        Open a<br>
>    >    >        >>     web browser in<br>
>    >    >        >>>           your remote<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    desktop<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  session and enter<br>
>    >    the hostname:<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚ <br>
>    >    [2][6][15][17]http://loris<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  I created an admin<br>
>    >    user called<br>
>    >    >        >>     'lorisweb'. I put the<br>
>    >    >        >>>           password<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    in<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  $HOME/newuser on<br>
>    >    the cluster. To<br>
>    >    >        see it,<br>
>    >    >        >>     open a<br>
>    >    >        >>>           terminal, and<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    run:<br>
>    >    >        >>>           >>>>><br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚ <br>
>    >    $ cat $HOME/newuser<br>
>    >    >        >>>           >>>>><br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  If other people<br>
>    >    need shell access<br>
>    >    >        to the<br>
>    >    >        >>     webserver,<br>
>    >    >        >>>           please let<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    me know<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  so I can create a<br>
>    >    home directory<br>
>    >    >        for<br>
>    >    >        >>     them.<br>
>    >    >        >>>           >>>>><br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  We should<br>
>    >    eventually discuss<br>
>    >    >        backups.<br>
>    >    >        >>>           >>>>><br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  best,<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  ÃƒÆ’ƒâ€šÃ‚  Julie<br>
>    >    >        >>>           >>>>><br>
>    >    >        >>>           >>>>> References<br>
>    >    >        >>>           >>>>><br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  Visible links<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  1.<br>
>    >    >        >>    <br>
>    mailto:[7][16][18]support-cirl@berkeley.edu<br>
>    >    >        >>>           >>>>> ÃƒÆ’ƒâ€šÃ‚ <br>
>    ÃƒÆ’ƒâ€šÃ‚  2. [8][17][19]http://loris/<br>
>    >    >        >>>           >>>>  ÃƒÆ’‚  ÃƒÆ’‚ <br>
>    ---end quoted text---<br>
>    >    >        >>>           >>>><br>
>    >    >        >>>           >>>> References<br>
>    >    >        >>>           >>>><br>
>    >    >        >>>           >>>>  Visible links<br>
>    >    >        >>>           >>>>  1.<br>
>    [18][20]http://loris/<br>
>    >    >        >>>           >>>>  2.<br>
>    >    >        >>>         <br>
>    >    >        >>   <br>
>    >    >       <br>
>    >    [19][21]https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief<br>
>    >    >        >>>           >>>>  3.<br>
>    mailto:[20][22]ioannis@berkeley.edu<br>
>    >    >        >>>           >>>>  4.<br>
>    mailto:[21][23]support-cirl@berkeley.edu<br>
>    >    >        >>>           >>>>  5.<br>
>    mailto:[22][24]support-cirl@berkeley.edu<br>
>    >    >        >>>           >>>>  6.<br>
>    [23][25]http://loris/<br>
>    >    >        >>>           >>>>  7.<br>
>    mailto:[24][26]support-cirl@berkeley.edu<br>
>    >    >        >>>           >>>>  8.<br>
>    [25][27]http://loris/<br>
>    >    >        >>>           >>> ---end quoted text---<br>
>    >    >        >>>           >><br>
>    >    >        >>>           > ---end quoted text---<br>
>    >    >        >>><br>
>    >    >        >>>     --<br>
>    >    >        >>>     [26][28]christine.rogers@mcgill.ca<br>
>    >    >        >>>     McGill Centre for Integrative<br>
>    Neuroscience | MCIN.ca<br>
>    >    >        >>>     Montreal Neurological Institute<br>
>    >    >        >>>     McGill University | Montreal | Canada<br>
>    >    >        >>><br>
>    >    >        >>> References<br>
>    >    >        >>><br>
>    >    >        >>>     Visible links<br>
>    >    >        >>>     1.<br>
>    >    >        >>   <br>
>    >    >       <br>
>    >   <br>
>    [29]https://github.com/aces/Loris/wiki/Project-Customization#troubleshooting-configuration-settings<br>
>    >    >        >>>     2.<br>
>    >    >       <br>
>    [30]https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev<br>
>    >    >        >>>     3. mailto:[31]loris-dev@bic.mni.mcgill.ca<br>
>    >    >        >>>     4. mailto:[32]ioannis@berkeley.edu<br>
>    >    >        >>>     5. [33]http://loris/<br>
>    >    >        >>>     6. mailto:[34]support-cirl@berkeley.edu<br>
>    >    >        >>>     7. mailto:[35]ioannis@berkeley.edu<br>
>    >    >        >>>     8. mailto:[36]support-cirl@berkeley.edu<br>
>    >    >        >>>     9. mailto:[37]support-cirl@berkeley.edu<br>
>    >    >        >>>    10. [38]http://xn--loris-7qa/<br>
>    >    >        >>>    11.<br>
>    >    >       <br>
>    [39]https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief<br>
>    >    >        >>>    12. mailto:[40]ioannis@berkeley.edu<br>
>    >    >        >>>    13. mailto:[41]support-cirl@berkeley.edu<br>
>    >    >        >>>    14. mailto:[42]support-cirl@berkeley.edu<br>
>    >    >        >>>    15. [43]http://loris/<br>
>    >    >        >>>    16. mailto:[44]support-cirl@berkeley.edu<br>
>    >    >        >>>    17. [45]http://loris/<br>
>    >    >        >>>    18. [46]http://loris/<br>
>    >    >        >>>    19.<br>
>    >    >       <br>
>    [47]https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief<br>
>    >    >        >>>    20. mailto:[48]ioannis@berkeley.edu<br>
>    >    >        >>>    21. mailto:[49]support-cirl@berkeley.edu<br>
>    >    >        >>>    22. mailto:[50]support-cirl@berkeley.edu<br>
>    >    >        >>>    23. [51]http://loris/<br>
>    >    >        >>>    24. mailto:[52]support-cirl@berkeley.edu<br>
>    >    >        >>>    25. [53]http://loris/<br>
>    >    >        >>>    26. mailto:[54]christine.rogers@mcgill.ca<br>
>    >    >        >>     ---end quoted text---<br>
>    >    >        >><br>
>    >    >        >>   --<br>
>    >    >        >>   [55]christine.rogers@mcgill.ca<br>
>    >    >        >>   McGill Centre for Integrative Neuroscience |<br>
>    MCIN.ca<br>
>    >    >        >>   Montreal Neurological Institute<br>
>    >    >        >>   McGill University | Montreal | Canada<br>
>    >    >        >><br>
>    >    >        >> References<br>
>    >    >        >><br>
>    >    >        >>   Visible links<br>
>    >    >        >>   1. [8]mailto:loris-dev@bic.mni.mcgill.ca<br>
>    >    >        >>   2. [9]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>   3. [10]http://loris.priv/<br>
>    >    >        >> <br>
>    >    >        4.<br>
>    >   <br>
>    [11]https://github.com/aces/Loris/wiki/Project-Customization#troubleshooting-configuration-settings<br>
>    >    >        >>   5. [12]mailto:loris-dev@bic.mni.mcgill.ca<br>
>    >    >        >>   6. [13]mailto:ioannis@berkeley.edu<br>
>    >    >        >>   7. [14]http://loris/<br>
>    >    >        >>   8. [15]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>   9. [16]mailto:ioannis@berkeley.edu<br>
>    >    >        >>  10. [17]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  11. [18]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  12. [19]http://xn--loris-era/<br>
>    >    >        >>  13.<br>
>    >    [20]https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief<br>
>    >    >        >>  14. [21]mailto:ioannis@berkeley.edu<br>
>    >    >        >>  15. [22]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  16. [23]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  17. [24]http://loris/<br>
>    >    >        >>  18. [25]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  19. [26]http://loris/<br>
>    >    >        >>  20. [27]http://loris/<br>
>    >    >        >>  21.<br>
>    >    [28]https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief<br>
>    >    >        >>  22. [29]mailto:ioannis@berkeley.edu<br>
>    >    >        >>  23. [30]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  24. [31]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  25. [32]http://loris/<br>
>    >    >        >>  26. [33]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  27. [34]http://loris/<br>
>    >    >        >>  28. [35]mailto:christine.rogers@mcgill.ca<br>
>    >    >        >><br>
>    >    >        29.<br>
>    >   <br>
>    [36]https://github.com/aces/Loris/wiki/Project-Customization#troubleshooting-configuration-settings<br>
>    >    >        >>  30.<br>
>    >    [37]https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev<br>
>    >    >        >>  31. [38]mailto:loris-dev@bic.mni.mcgill.ca<br>
>    >    >        >>  32. [39]mailto:ioannis@berkeley.edu<br>
>    >    >        >>  33. [40]http://loris/<br>
>    >    >        >>  34. [41]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  35. [42]mailto:ioannis@berkeley.edu<br>
>    >    >        >>  36. [43]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  37. [44]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  38. [45]http://xn--loris-7qa/<br>
>    >    >        >>  39.<br>
>    >    [46]https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief<br>
>    >    >        >>  40. [47]mailto:ioannis@berkeley.edu<br>
>    >    >        >>  41. [48]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  42. [49]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  43. [50]http://loris/<br>
>    >    >        >>  44. [51]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  45. [52]http://loris/<br>
>    >    >        >>  46. [53]http://loris/<br>
>    >    >        >>  47.<br>
>    >    [54]https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief<br>
>    >    >        >>  48. [55]mailto:ioannis@berkeley.edu<br>
>    >    >        >>  49. [56]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  50. [57]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  51. [58]http://loris/<br>
>    >    >        >>  52. [59]mailto:support-cirl@berkeley.edu<br>
>    >    >        >>  53. [60]http://loris/<br>
>    >    >        >>  54. [61]mailto:christine.rogers@mcgill.ca<br>
>    >    >        >>  55. [62]mailto:christine.rogers@mcgill.ca<br>
>    >    >        > ---end quoted text---<br>
>    >    ><br>
>    >    >        _______________________________________________<br>
>    >    >        Loris-dev mailing list<br>
>    >    >        Loris-dev@bic.mni.mcgill.ca<br>
>    >    >       <br>
>    [63]https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev<br>
>    >    >        <ProjectName.png><br>
>    >    ><br>
>    >    >      _______________________________________________<br>
>    >    >      Loris-dev mailing list<br>
>    >    >      Loris-dev@bic.mni.mcgill.ca<br>
>    >    >     <br>
>    [64]https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev<br>
>    >    ><br>
>    >    >    --<br>
>    >    >    christine.rogers@mcgill.ca<br>
>    >    >    McGill Centre for Integrative Neuroscience | MCIN.ca<br>
>    >    >    Montreal Neurological Institute<br>
>    >    >    McGill University | Montreal | Canada<br>
>    >    ---end quoted text---<br>
>    ><br>
>    > References<br>
>    ><br>
>    >    Visible links<br>
>    >    1. [2]https://loris.url/configuration/<br>
>    >    2. [3]https://.loris.url/<br>
>    >    3. [4]http://loris.priv/<br>
>    >    4. [5]http://localhost/<br>
>    >    5. [6]http://loris.priv/<br>
>    >    6. [7]http://localhost/<br>
>    >    7. [8]http://localhost/<br>
>    >    8. [9]mailto:loris-dev@bic.mni.mcgill.ca<br>
>    >    9. [10]mailto:support-cirl@berkeley.edu<br>
>    >   10. [11]http://loris.priv/<br>
>    >   11.<br>
>    [12]https://github.com/aces/Loris/wiki/Project-Customization#troubleshooting-configuration-settings<br>
>    >   12. [13]mailto:loris-dev@bic.mni.mcgill.ca<br>
>    >   13. [14]mailto:ioannis@berkeley.edu<br>
>    >   14. [15]http://loris/<br>
>    >   15. [16]mailto:support-cirl@berkeley.edu<br>
>    >   16. [17]mailto:ioannis@berkeley.edu<br>
>    >   17. [18]mailto:support-cirl@berkeley.edu<br>
>    >   18. [19]mailto:support-cirl@berkeley.edu<br>
>    >   19. [20]http://xn--loris-era/<br>
>    >   20. [21]https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief<br>
>    >   21. [22]mailto:ioannis@berkeley.edu<br>
>    >   22. [23]mailto:support-cirl@berkeley.edu<br>
>    >   23. [24]mailto:support-cirl@berkeley.edu<br>
>    >   24. [25]http://loris/<br>
>    >   25. [26]mailto:support-cirl@berkeley.edu<br>
>    >   26. [27]http://loris/<br>
>    >   27. [28]http://loris/<br>
>    >   28. [29]https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief<br>
>    >   29. [30]mailto:ioannis@berkeley.edu<br>
>    >   30. [31]mailto:support-cirl@berkeley.edu<br>
>    >   31. [32]mailto:support-cirl@berkeley.edu<br>
>    >   32. [33]http://loris/<br>
>    >   33. [34]mailto:support-cirl@berkeley.edu<br>
>    >   34. [35]http://loris/<br>
>    >   35. [36]mailto:christine.rogers@mcgill.ca<br>
>    >   36.<br>
>    [37]https://github.com/aces/Loris/wiki/Project-Customization#troubleshooting-configuration-settings<br>
>    >   37. [38]https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev<br>
>    >   38. [39]mailto:loris-dev@bic.mni.mcgill.ca<br>
>    >   39. [40]mailto:ioannis@berkeley.edu<br>
>    >   40. [41]http://loris/<br>
>    >   41. [42]mailto:support-cirl@berkeley.edu<br>
>    >   42. [43]mailto:ioannis@berkeley.edu<br>
>    >   43. [44]mailto:support-cirl@berkeley.edu<br>
>    >   44. [45]mailto:support-cirl@berkeley.edu<br>
>    >   45. [46]http://xn--loris-7qa/<br>
>    >   46. [47]https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief<br>
>    >   47. [48]mailto:ioannis@berkeley.edu<br>
>    >   48. [49]mailto:support-cirl@berkeley.edu<br>
>    >   49. [50]mailto:support-cirl@berkeley.edu<br>
>    >   50. [51]http://loris/<br>
>    >   51. [52]mailto:support-cirl@berkeley.edu<br>
>    >   52. [53]http://loris/<br>
>    >   53. [54]http://loris/<br>
>    >   54. [55]https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief<br>
>    >   55. [56]mailto:ioannis@berkeley.edu<br>
>    >   56. [57]mailto:support-cirl@berkeley.edu<br>
>    >   57. [58]mailto:support-cirl@berkeley.edu<br>
>    >   58. [59]http://loris/<br>
>    >   59. [60]mailto:support-cirl@berkeley.edu<br>
>    >   60. [61]http://loris/<br>
>    >   61. [62]mailto:christine.rogers@mcgill.ca<br>
>    >   62. [63]mailto:christine.rogers@mcgill.ca<br>
>    >   63. [64]https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev<br>
>    >   64. [65]https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev<br>
>    ---end quoted text---<br>
> <br>
> References<br>
> <br>
>    Visible links<br>
>    1. <a href="http://localhost/">http://localhost/</a><br>
>    2. <a href="https://loris.url/configuration/">https://loris.url/configuration/</a><br>
>    3. <a href="https://.loris.url/">https://.loris.url/</a><br>
>    4. <a href="http://loris.priv/">http://loris.priv/</a><br>
>    5. <a href="http://localhost/">http://localhost/</a><br>
>    6. <a href="http://loris.priv/">http://loris.priv/</a><br>
>    7. <a href="http://localhost/">http://localhost/</a><br>
>    8. <a href="http://localhost/">http://localhost/</a><br>
>    9. <a href="mailto:loris-dev@bic.mni.mcgill.ca">mailto:loris-dev@bic.mni.mcgill.ca</a><br>
>   10. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   11. <a href="http://loris.priv/">http://loris.priv/</a><br>
>   12. <a href="https://github.com/aces/Loris/wiki/Project-Customization#troubleshooting-configuration-settings">
https://github.com/aces/Loris/wiki/Project-Customization#troubleshooting-configuration-settings</a><br>
>   13. <a href="mailto:loris-dev@bic.mni.mcgill.ca">mailto:loris-dev@bic.mni.mcgill.ca</a><br>
>   14. <a href="mailto:ioannis@berkeley.edu">mailto:ioannis@berkeley.edu</a><br>
>   15. <a href="http://loris/">http://loris/</a><br>
>   16. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   17. <a href="mailto:ioannis@berkeley.edu">mailto:ioannis@berkeley.edu</a><br>
>   18. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   19. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   20. <a href="http://xn--loris-era/">http://xn--loris-era/</a><br>
>   21. <a href="https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief">https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief</a><br>
>   22. <a href="mailto:ioannis@berkeley.edu">mailto:ioannis@berkeley.edu</a><br>
>   23. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   24. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   25. <a href="http://loris/">http://loris/</a><br>
>   26. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   27. <a href="http://loris/">http://loris/</a><br>
>   28. <a href="http://loris/">http://loris/</a><br>
>   29. <a href="https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief">https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief</a><br>
>   30. <a href="mailto:ioannis@berkeley.edu">mailto:ioannis@berkeley.edu</a><br>
>   31. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   32. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   33. <a href="http://loris/">http://loris/</a><br>
>   34. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   35. <a href="http://loris/">http://loris/</a><br>
>   36. <a href="mailto:christine.rogers@mcgill.ca">mailto:christine.rogers@mcgill.ca</a><br>
>   37. <a href="https://github.com/aces/Loris/wiki/Project-Customization#troubleshooting-configuration-settings">
https://github.com/aces/Loris/wiki/Project-Customization#troubleshooting-configuration-settings</a><br>
>   38. <a href="https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev">https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev</a><br>
>   39. <a href="mailto:loris-dev@bic.mni.mcgill.ca">mailto:loris-dev@bic.mni.mcgill.ca</a><br>
>   40. <a href="mailto:ioannis@berkeley.edu">mailto:ioannis@berkeley.edu</a><br>
>   41. <a href="http://loris/">http://loris/</a><br>
>   42. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   43. <a href="mailto:ioannis@berkeley.edu">mailto:ioannis@berkeley.edu</a><br>
>   44. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   45. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   46. <a href="http://xn--loris-7qa/">http://xn--loris-7qa/</a><br>
>   47. <a href="https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief">https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief</a><br>
>   48. <a href="mailto:ioannis@berkeley.edu">mailto:ioannis@berkeley.edu</a><br>
>   49. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   50. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   51. <a href="http://loris/">http://loris/</a><br>
>   52. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   53. <a href="http://loris/">http://loris/</a><br>
>   54. <a href="http://loris/">http://loris/</a><br>
>   55. <a href="https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief">https://github.com/aces/Loris/wiki/Installing-Loris-in-Brief</a><br>
>   56. <a href="mailto:ioannis@berkeley.edu">mailto:ioannis@berkeley.edu</a><br>
>   57. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   58. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   59. <a href="http://loris/">http://loris/</a><br>
>   60. <a href="mailto:support-cirl@berkeley.edu">mailto:support-cirl@berkeley.edu</a><br>
>   61. <a href="http://loris/">http://loris/</a><br>
>   62. <a href="mailto:christine.rogers@mcgill.ca">mailto:christine.rogers@mcgill.ca</a><br>
>   63. <a href="mailto:christine.rogers@mcgill.ca">mailto:christine.rogers@mcgill.ca</a><br>
>   64. <a href="https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev">https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev</a><br>
>   65. <a href="https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev">https://mailman.bic.mni.mcgill.ca/mailman/listinfo/loris-dev</a><br>
---end quoted text---<br>
</div>
</span></font></div>
</body>
</html>