mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2021-11-22
This commit is contained in:
@ -18,7 +18,7 @@ $ zstd statistics-2019.json
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2021-11/" />
|
||||
<meta property="article:published_time" content="2021-11-02T22:27:07+02:00" />
|
||||
<meta property="article:modified_time" content="2021-11-09T06:29:52+02:00" />
|
||||
<meta property="article:modified_time" content="2021-11-21T13:45:30+02:00" />
|
||||
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@ First I exported all the 2019 stats from CGSpace:
|
||||
$ ./run.sh -s http://localhost:8081/solr/statistics -f 'time:2019-*' -a export -o statistics-2019.json -k uid
|
||||
$ zstd statistics-2019.json
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.89.3" />
|
||||
<meta name="generator" content="Hugo 0.89.4" />
|
||||
|
||||
|
||||
|
||||
@ -42,9 +42,9 @@ $ zstd statistics-2019.json
|
||||
"@type": "BlogPosting",
|
||||
"headline": "November, 2021",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2021-11/",
|
||||
"wordCount": "1153",
|
||||
"wordCount": "1339",
|
||||
"datePublished": "2021-11-02T22:27:07+02:00",
|
||||
"dateModified": "2021-11-09T06:29:52+02:00",
|
||||
"dateModified": "2021-11-21T13:45:30+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -307,6 +307,33 @@ $ docker-compose up -d
|
||||
</ul>
|
||||
</li>
|
||||
<li>Run all system updates on CGSpace (linode18) and DSpace Test (linode26) and reboot them</li>
|
||||
<li>ICT finally got back to use about the passwords for SMTP so I updated that and tested it to make sure it’s working</li>
|
||||
<li>Some bot with IP 87.203.87.141 in Greece is making tons of requests to XMLUI with the user agent <code>Microsoft Internet Explorer</code>
|
||||
<ul>
|
||||
<li>I added them to the list of IPs in nginx that get an HTTP 403 with a message to use a real user agent</li>
|
||||
<li>I will also purge all their requests from Solr:</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-console" data-lang="console">$ ./ilri/check-spider-ip-hits.sh -f /tmp/ips -p
|
||||
Purging 10893 hits from 87.203.87.141 in statistics
|
||||
<span style="color:#960050;background-color:#1e0010">
|
||||
</span><span style="color:#960050;background-color:#1e0010"></span>Total number of bot hits purged: 10893
|
||||
</code></pre></div><ul>
|
||||
<li>I did a bit more work documenting and tweaking the PostgreSQL configuration for CGSpace and DSpace Test in the Ansible infrastructure playbooks
|
||||
<ul>
|
||||
<li>I finally deployed the changes on both servers</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="2021-11-22">2021-11-22</h2>
|
||||
<ul>
|
||||
<li>Udana asked me about validating on OpenArchives again
|
||||
<ul>
|
||||
<li>According to my notes we actually completed this in 2021-08, but for some reason we are no longer on the list and I can’t validate again</li>
|
||||
<li>There seems to be a problem with their website because every link I try to validate says it received an HTTP 500 response from CGSpace</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
Reference in New Issue
Block a user