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