<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” 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>