mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes
This commit is contained in:
@ -38,7 +38,7 @@ COPY 54701
|
||||
|
||||
<meta property="article:published_time" content="2017-11-02T09:37:54+02:00"/>
|
||||
|
||||
<meta property="article:modified_time" content="2017-11-12T18:48:52+02:00"/>
|
||||
<meta property="article:modified_time" content="2017-11-13T12:04:41+02:00"/>
|
||||
|
||||
|
||||
|
||||
@ -86,9 +86,9 @@ COPY 54701
|
||||
"@type": "BlogPosting",
|
||||
"headline": "November, 2017",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2017-11/",
|
||||
"wordCount": "3544",
|
||||
"wordCount": "3630",
|
||||
"datePublished": "2017-11-02T09:37:54+02:00",
|
||||
"dateModified": "2017-11-12T18:48:52+02:00",
|
||||
"dateModified": "2017-11-13T12:04:41+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -815,13 +815,13 @@ Server: nginx
|
||||
<h2 id="2017-11-13">2017-11-13</h2>
|
||||
|
||||
<ul>
|
||||
<li>Just a few hours into the day and it really looks like the Baidu rate limiting is working, HTTP 200 vs 503:</li>
|
||||
<li>At the end of the day I checked the logs and it really looks like the Baidu rate limiting is working, HTTP 200 vs 503:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code># cat /var/log/nginx/access.log /var/log/nginx/access.log.1 | grep "13/Nov/2017" | grep "Baiduspider" | grep -c " 200 "
|
||||
508
|
||||
# cat /var/log/nginx/access.log /var/log/nginx/access.log.1 | grep "13/Nov/2017" | grep "Baiduspider" | grep -c " 503 "
|
||||
5462
|
||||
<pre><code># zcat -f -- /var/log/nginx/access.log.1 /var/log/nginx/access.log.2.gz | grep "13/Nov/2017" | grep "Baiduspider" | grep -c " 200 "
|
||||
1132
|
||||
# zcat -f -- /var/log/nginx/access.log.1 /var/log/nginx/access.log.2.gz | grep "13/Nov/2017" | grep "Baiduspider" | grep -c " 503 "
|
||||
10105
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
@ -831,7 +831,7 @@ Server: nginx
|
||||
<ul>
|
||||
<li>Errors in <code>cg.authorship.types</code></li>
|
||||
<li>Errors in <code>cg.coverage.country</code> (smart quote in “COTE D’IVOIRE”, “HAWAII” is not a country)</li>
|
||||
<li>Whitespace issues in some `cg.contributor.affiliatio</li>
|
||||
<li>Whitespace issues in some <code>cg.contributor.affiliation</code></li>
|
||||
<li>Whitespace issues in some <code>cg.identifier.doi</code> fields and most values are using HTTP instead of HTTPS</li>
|
||||
<li>Whitespace issues in some <code>dc.contributor.author</code> fields</li>
|
||||
<li>Issue with invalid <code>dc.date.issued</code> value “2011-3”</li>
|
||||
@ -843,6 +843,15 @@ Server: nginx
|
||||
<li>Whitespace errors in <code>dc.title</code></li>
|
||||
</ul></li>
|
||||
<li>After uploading and looking at the data in DSpace Test I saw more errors with CRPs, subjects (one item had four copies of all of its subjects, another had a “.” in it), affiliations, sponsors, etc.</li>
|
||||
<li>Atmire responded to the <a href="https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=510">ticket about ORCID stuff</a> a few days ago, today I told them that I need to talk to Peter and the partners to see what we would like to do</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2017-11-14">2017-11-14</h2>
|
||||
|
||||
<ul>
|
||||
<li>Deploy some nginx configuration updates to CGSpace</li>
|
||||
<li>They had been waiting on a branch for a few months and I think I just forgot about them</li>
|
||||
<li>I have been running them on DSpace Test for a few days and haven’t seen any issues there</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user