mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-28 17:38:19 +01:00
Compare commits
2 Commits
054d666fe0
...
d7abff0a5b
Author | SHA1 | Date | |
---|---|---|---|
d7abff0a5b | |||
549f6cab80 |
@ -286,6 +286,22 @@ $ dspace user -a -m tip-approve@cgiar.org -g Rafael -s Rodriguez -p 'fuuuu'
|
|||||||
## 2022-03-31
|
## 2022-03-31
|
||||||
|
|
||||||
- Switch DSpace Test (linode26) back to CMS GC so I can do some monitoring and evaluation of GC before switching to G1GC
|
- Switch DSpace Test (linode26) back to CMS GC so I can do some monitoring and evaluation of GC before switching to G1GC
|
||||||
|
- I will do the following for CMS and G1GC on DSpace Test:
|
||||||
|
- Wait for startup
|
||||||
|
- Reload home page
|
||||||
|
- Log in
|
||||||
|
- Do a search for "livestock"
|
||||||
|
- Click AGROVOC facet for livestock
|
||||||
|
- dspace index-discovery -b
|
||||||
|
- dspace-statistics-api index
|
||||||
|
- With CMS the Discovery Index took:
|
||||||
|
|
||||||
|
```console
|
||||||
|
real 379m19.245s
|
||||||
|
user 267m17.704s
|
||||||
|
sys 4m2.937s
|
||||||
|
```
|
||||||
|
|
||||||
- Leroy from CIAT said that the CIAT Library server has security issues so was limited to internal traffic
|
- Leroy from CIAT said that the CIAT Library server has security issues so was limited to internal traffic
|
||||||
- I extracted a list of URLs from CGSpace to send him:
|
- I extracted a list of URLs from CGSpace to send him:
|
||||||
|
|
||||||
|
31
content/posts/2022-04.md
Normal file
31
content/posts/2022-04.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
---
|
||||||
|
title: "April, 2022"
|
||||||
|
date: 2022-03-01T10:53:39+03:00
|
||||||
|
author: "Alan Orth"
|
||||||
|
categories: ["Notes"]
|
||||||
|
---
|
||||||
|
|
||||||
|
## 2022-04-01
|
||||||
|
|
||||||
|
- I did G1GC tests on DSpace Test (linode26) to compliment the CMS tests I did yesterday
|
||||||
|
- The Discovery indexing took this long:
|
||||||
|
|
||||||
|
```console
|
||||||
|
real 334m33.625s
|
||||||
|
user 227m51.331s
|
||||||
|
sys 3m43.037s
|
||||||
|
```
|
||||||
|
|
||||||
|
## 2022-04-04
|
||||||
|
|
||||||
|
- Start a full harvest on AReS
|
||||||
|
- Help Marianne with submit/approve access on a new collection on CGSpace
|
||||||
|
- Go back in Gaia's batch reports to find records that she indicated for replacing on CGSpace (ie, those with better new copies, new versions, etc)
|
||||||
|
- Looking at the Solr statistics for 2022-03 on CGSpace
|
||||||
|
- I see 54.229.218.204 on Amazon AWS made 49,000 requests, some of which with this user agent: `Apache-HttpClient/4.5.9 (Java/1.8.0_322)`, and many others with a normal browser agent, so that's fishy!
|
||||||
|
- The DSpace agent pattern `http.?agent` seems to have caught the first ones, but I'll purge the IP ones
|
||||||
|
- I see 40.77.167.80 is Bing or MSN Bot, but using a normal browser user agent, and if I search Solr for `dns:*msnbot* AND dns:*.msn.com.` I see over 100,000, which is a problem I noticed a few months ago too...
|
||||||
|
- I extracted the MSN Bot IPs from Solr using an IP facet, then used the `check-spider-ip-hits.sh` script to purge them
|
||||||
|
-
|
||||||
|
|
||||||
|
<!-- vim: set sw=2 ts=2: -->
|
@ -244,14 +244,14 @@ db.statementpool = true
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -266,14 +266,14 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -202,14 +202,14 @@ $ find SimpleArchiveForBio/ -iname “*.pdf” -exec basename {} ; | sor
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -380,14 +380,14 @@ Bitstream: tést señora alimentación.pdf
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -318,14 +318,14 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -497,14 +497,14 @@ dspace.log.2016-04-27:7271
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -373,14 +373,14 @@ sys 0m20.540s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -411,14 +411,14 @@ $ ./delete-metadata-values.py -f dc.contributor.corporate -i Corporate-Authors-D
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -327,14 +327,14 @@ discovery.index.authority.ignore-variants=true
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -391,14 +391,14 @@ $ JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx512m" /home/cgspace.cgiar.org/bin
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -608,14 +608,14 @@ $ ./delete-metadata-values.py -i ilrisubjects-delete-13.csv -f cg.subject.ilri -
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -374,14 +374,14 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'h
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -550,14 +550,14 @@ org.dspace.discovery.SearchServiceException: Error executing query
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -786,14 +786,14 @@ $ exit
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -371,14 +371,14 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -425,14 +425,14 @@ COPY 1968
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -357,14 +357,14 @@ $ ./delete-metadata-values.py -i Investors-Delete-121.csv -f dc.description.spon
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -587,14 +587,14 @@ $ gem install compass -v 1.0.3
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -393,14 +393,14 @@ UPDATE 187
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -272,14 +272,14 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace import
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -277,14 +277,14 @@ delete from metadatavalue where resource_type_id=2 and metadata_field_id=235 and
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -519,14 +519,14 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -661,14 +661,14 @@ Cert Status: good
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -445,14 +445,14 @@ session_id=6C30F10B4351A4ED83EC6ED50AFD6B6A
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -946,14 +946,14 @@ $ cat dspace.log.2017-11-28 | grep -o -E 'session_id=[A-Z0-9]{32}' | sor
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -785,14 +785,14 @@ DELETE 20
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1454,14 +1454,14 @@ Catalina:type=Manager,context=/,host=localhost activeSessions 8
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1040,14 +1040,14 @@ UPDATE 3
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -587,14 +587,14 @@ Fixed 5 occurences of: GENEBANKS
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -596,14 +596,14 @@ $ pg_restore -O -U dspacetest -d dspacetest -W -h localhost /tmp/dspace_2018-04-
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -525,14 +525,14 @@ $ psql -h localhost -U postgres dspacetest
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -519,14 +519,14 @@ $ sed '/^id/d' 10568-*.csv | csvcut -c 1,2 > map-to-cifor-archive.csv
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -571,14 +571,14 @@ dspace=# select count(text_value) from metadatavalue where resource_type_id=2 an
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -444,14 +444,14 @@ $ dspace database migrate ignored
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -750,14 +750,14 @@ UPDATE metadatavalue SET text_value='ja' WHERE resource_type_id=2 AND me
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -658,14 +658,14 @@ $ curl -X GET -H "Content-Type: application/json" -H "Accept: applic
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -555,14 +555,14 @@ $ dspace dsrun org.dspace.eperson.Groomer -a -b 11/27/2016 -d
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -596,14 +596,14 @@ UPDATE 1
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1266,14 +1266,14 @@ identify: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInter
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1346,14 +1346,14 @@ Please see the DSpace documentation for assistance.
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1210,14 +1210,14 @@ sys 0m2.551s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1301,14 +1301,14 @@ UPDATE 14
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -633,14 +633,14 @@ COPY 64871
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -319,14 +319,14 @@ UPDATE 2
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -556,14 +556,14 @@ issn.validate('1020-3362')
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -575,14 +575,14 @@ sys 2m27.496s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -583,14 +583,14 @@ $ csv-metadata-quality -i /tmp/clarisa-institutions.csv -o /tmp/clarisa-institut
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -387,14 +387,14 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -694,14 +694,14 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -406,14 +406,14 @@ UPDATE 1
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -606,14 +606,14 @@ COPY 2900
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1277,14 +1277,14 @@ Moving: 21993 into core statistics-2019
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -486,14 +486,14 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -660,14 +660,14 @@ $ psql -c 'select * from pg_stat_activity' | wc -l
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -479,14 +479,14 @@ Caused by: java.lang.NullPointerException
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -813,14 +813,14 @@ $ csvcut -c 'id,cg.subject.ilri[],cg.subject.ilri[en_US],dc.subject[en_US]&#
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1144,14 +1144,14 @@ Fixed 4 occurences of: Muloi, D.M.
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -800,14 +800,14 @@ $ grep -c added /tmp/2020-08-27-countrycodetagger.log
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -719,14 +719,14 @@ solr_query_params = {
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1243,14 +1243,14 @@ $ ./delete-metadata-values.py -i 2020-10-31-delete-74-sponsors.csv -db dspace -u
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -733,14 +733,14 @@ $ ./fix-metadata-values.py -i 2020-11-30-fix-hung-orcid.csv -db dspace63 -u dspa
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -871,14 +871,14 @@ $ query-json '.items | length' /tmp/policy2.json
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -690,14 +690,14 @@ java.lang.IllegalArgumentException: Invalid character found in the request targe
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -900,14 +900,14 @@ dspace=# UPDATE metadatavalue SET text_lang='en_US' WHERE dspace_object_
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -877,14 +877,14 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -1044,14 +1044,14 @@ $ chrt -b 0 dspace dsrun com.atmire.statistics.util.update.atomic.AtomicStatisti
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -687,14 +687,14 @@ May 26, 02:57 UTC
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -695,14 +695,14 @@ I simply started it and AReS was running again:
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -717,14 +717,14 @@ COPY 20994
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -608,14 +608,14 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -590,14 +590,14 @@ The syntax Moayad showed me last month doesn’t seem to honor the search qu
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -793,14 +793,14 @@ Try doing it in two imports. In first import, remove all authors. In second impo
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -496,14 +496,14 @@ $ zstd statistics-2019.json
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -579,14 +579,14 @@ Total number of bot hits purged: 3679
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -382,14 +382,14 @@ Start a full harvest on AReS
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -726,14 +726,14 @@ isNotNull(value.match('699'))
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ $ csvjoin -c id /tmp/2022-03-01-tac-batch4-701-980.csv /tmp/tac4-filenames.csv &
|
|||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-03/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-03/" />
|
||||||
<meta property="article:published_time" content="2022-03-01T16:46:54+03:00" />
|
<meta property="article:published_time" content="2022-03-01T16:46:54+03:00" />
|
||||||
<meta property="article:modified_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="article:modified_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -44,9 +44,9 @@ $ csvjoin -c id /tmp/2022-03-01-tac-batch4-701-980.csv /tmp/tac4-filenames.csv &
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "March, 2022",
|
"headline": "March, 2022",
|
||||||
"url": "https://alanorth.github.io/cgspace-notes/2022-03/",
|
"url": "https://alanorth.github.io/cgspace-notes/2022-03/",
|
||||||
"wordCount": "1789",
|
"wordCount": "1836",
|
||||||
"datePublished": "2022-03-01T16:46:54+03:00",
|
"datePublished": "2022-03-01T16:46:54+03:00",
|
||||||
"dateModified": "2022-03-29T21:26:07+03:00",
|
"dateModified": "2022-04-04T19:15:58+03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -422,6 +422,23 @@ isNotNull(value.match('889'))
|
|||||||
<h2 id="2022-03-31">2022-03-31</h2>
|
<h2 id="2022-03-31">2022-03-31</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Switch DSpace Test (linode26) back to CMS GC so I can do some monitoring and evaluation of GC before switching to G1GC</li>
|
<li>Switch DSpace Test (linode26) back to CMS GC so I can do some monitoring and evaluation of GC before switching to G1GC</li>
|
||||||
|
<li>I will do the following for CMS and G1GC on DSpace Test:
|
||||||
|
<ul>
|
||||||
|
<li>Wait for startup</li>
|
||||||
|
<li>Reload home page</li>
|
||||||
|
<li>Log in</li>
|
||||||
|
<li>Do a search for “livestock”</li>
|
||||||
|
<li>Click AGROVOC facet for livestock</li>
|
||||||
|
<li>dspace index-discovery -b</li>
|
||||||
|
<li>dspace-statistics-api index</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>With CMS the Discovery Index took:</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"><span style="display:flex;"><span>real 379m19.245s
|
||||||
|
</span></span><span style="display:flex;"><span>user 267m17.704s
|
||||||
|
</span></span><span style="display:flex;"><span>sys 4m2.937s
|
||||||
|
</span></span></code></pre></div><ul>
|
||||||
<li>Leroy from CIAT said that the CIAT Library server has security issues so was limited to internal traffic
|
<li>Leroy from CIAT said that the CIAT Library server has security issues so was limited to internal traffic
|
||||||
<ul>
|
<ul>
|
||||||
<li>I extracted a list of URLs from CGSpace to send him:</li>
|
<li>I extracted a list of URLs from CGSpace to send him:</li>
|
||||||
@ -461,14 +478,14 @@ isNotNull(value.match('889'))
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -97,14 +97,14 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -110,14 +110,14 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -107,6 +107,24 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-03/">April, 2022</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2022-03-01T10:53:39+03:00">Tue Mar 01, 2022</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
2022-04-01 I did G1GC tests on DSpace Test (linode26) to compliment the CMS tests I did yesterday The Discovery indexing took this long: real 334m33.625s user 227m51.331s sys 3m43.037s 2022-04-04 Start a full harvest on AReS Help Marianne with submit/approve access on a new collection on CGSpace Go back in Gaia’s batch reports to find records that she indicated for replacing on CGSpace (ie, those with better new copies, new versions, etc) Looking at the Solr statistics for 2022-03 on CGSpace I see 54.
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2022-03/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-02/">February, 2022</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-02/">February, 2022</a></h2>
|
||||||
@ -323,33 +341,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2021-06/">June, 2021</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2021-06-01T10:51:07+03:00">Tue Jun 01, 2021</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2021-06-01">2021-06-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>IWMI notified me that AReS was down with an HTTP 502 error
|
|
||||||
<ul>
|
|
||||||
<li>Looking at UptimeRobot I see it has been down for 33 hours, but I never got a notification</li>
|
|
||||||
<li>I don’t see anything in the Elasticsearch container logs, or the systemd journal on the host, but I notice that the <code>angular_nginx</code> container isn’t running</li>
|
|
||||||
<li>I simply started it and AReS was running again:</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2021-06/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
|
|
||||||
@ -376,14 +367,14 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -24,6 +24,15 @@
|
|||||||
</span></span></code></pre></div></description>
|
</span></span></code></pre></div></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>April, 2022</title>
|
||||||
|
<link>https://alanorth.github.io/cgspace-notes/2022-03/</link>
|
||||||
|
<pubDate>Tue, 01 Mar 2022 10:53:39 +0300</pubDate>
|
||||||
|
|
||||||
|
<guid>https://alanorth.github.io/cgspace-notes/2022-03/</guid>
|
||||||
|
<description>2022-04-01 I did G1GC tests on DSpace Test (linode26) to compliment the CMS tests I did yesterday The Discovery indexing took this long: real 334m33.625s user 227m51.331s sys 3m43.037s 2022-04-04 Start a full harvest on AReS Help Marianne with submit/approve access on a new collection on CGSpace Go back in Gaia&rsquo;s batch reports to find records that she indicated for replacing on CGSpace (ie, those with better new copies, new versions, etc) Looking at the Solr statistics for 2022-03 on CGSpace I see 54.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>February, 2022</title>
|
<title>February, 2022</title>
|
||||||
<link>https://alanorth.github.io/cgspace-notes/2022-02/</link>
|
<link>https://alanorth.github.io/cgspace-notes/2022-02/</link>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,33 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2021-06/">June, 2021</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2021-06-01T10:51:07+03:00">Tue Jun 01, 2021</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2021-06-01">2021-06-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>IWMI notified me that AReS was down with an HTTP 502 error
|
||||||
|
<ul>
|
||||||
|
<li>Looking at UptimeRobot I see it has been down for 33 hours, but I never got a notification</li>
|
||||||
|
<li>I don’t see anything in the Elasticsearch container logs, or the systemd journal on the host, but I notice that the <code>angular_nginx</code> container isn’t running</li>
|
||||||
|
<li>I simply started it and AReS was running again:</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2021-06/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2021-05/">May, 2021</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2021-05/">May, 2021</a></h2>
|
||||||
@ -330,37 +357,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-10/">October, 2020</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2020-10-06T16:55:54+03:00">Tue Oct 06, 2020</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2020-10-06">2020-10-06</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Add tests for the new <code>/items</code> POST handlers to the DSpace 6.x branch of my <a href="https://github.com/ilri/dspace-statistics-api/tree/v6_x">dspace-statistics-api</a>
|
|
||||||
<ul>
|
|
||||||
<li>It took a bit of extra work because I had to learn how to mock the responses for when Solr is not available</li>
|
|
||||||
<li>Tag and release version 1.3.0 on GitHub: <a href="https://github.com/ilri/dspace-statistics-api/releases/tag/v1.3.0">https://github.com/ilri/dspace-statistics-api/releases/tag/v1.3.0</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>Trying to test the changes Atmire sent last week but I had to re-create my local database from a recent CGSpace dump
|
|
||||||
<ul>
|
|
||||||
<li>During the FlywayDB migration I got an error:</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2020-10/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/" rel="prev" role="button">Previous page</a>
|
||||||
@ -387,14 +383,14 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-10/">October, 2020</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2020-10-06T16:55:54+03:00">Tue Oct 06, 2020</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2020-10-06">2020-10-06</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Add tests for the new <code>/items</code> POST handlers to the DSpace 6.x branch of my <a href="https://github.com/ilri/dspace-statistics-api/tree/v6_x">dspace-statistics-api</a>
|
||||||
|
<ul>
|
||||||
|
<li>It took a bit of extra work because I had to learn how to mock the responses for when Solr is not available</li>
|
||||||
|
<li>Tag and release version 1.3.0 on GitHub: <a href="https://github.com/ilri/dspace-statistics-api/releases/tag/v1.3.0">https://github.com/ilri/dspace-statistics-api/releases/tag/v1.3.0</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Trying to test the changes Atmire sent last week but I had to re-create my local database from a recent CGSpace dump
|
||||||
|
<ul>
|
||||||
|
<li>During the FlywayDB migration I got an error:</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2020-10/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-09/">September, 2020</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-09/">September, 2020</a></h2>
|
||||||
@ -349,38 +380,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-12/">December, 2019</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2019-12-01T11:22:30+02:00">Sun Dec 01, 2019</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2019-12-01">2019-12-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Upgrade CGSpace (linode18) to Ubuntu 18.04:
|
|
||||||
<ul>
|
|
||||||
<li>Check any packages that have residual configs and purge them:</li>
|
|
||||||
<li><!-- raw HTML omitted --># dpkg -l | grep -E ‘^rc’ | awk ‘{print $2}’ | xargs dpkg -P<!-- raw HTML omitted --></li>
|
|
||||||
<li>Make sure all packages are up to date and the package manager is up to date, then reboot:</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<pre tabindex="0"><code># apt update && apt full-upgrade
|
|
||||||
# apt-get autoremove && apt-get autoclean
|
|
||||||
# dpkg -C
|
|
||||||
# reboot
|
|
||||||
</code></pre>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2019-12/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/2/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/2/" rel="prev" role="button">Previous page</a>
|
||||||
@ -407,14 +406,14 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,38 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-12/">December, 2019</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2019-12-01T11:22:30+02:00">Sun Dec 01, 2019</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2019-12-01">2019-12-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Upgrade CGSpace (linode18) to Ubuntu 18.04:
|
||||||
|
<ul>
|
||||||
|
<li>Check any packages that have residual configs and purge them:</li>
|
||||||
|
<li><!-- raw HTML omitted --># dpkg -l | grep -E ‘^rc’ | awk ‘{print $2}’ | xargs dpkg -P<!-- raw HTML omitted --></li>
|
||||||
|
<li>Make sure all packages are up to date and the package manager is up to date, then reboot:</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<pre tabindex="0"><code># apt update && apt full-upgrade
|
||||||
|
# apt-get autoremove && apt-get autoclean
|
||||||
|
# dpkg -C
|
||||||
|
# reboot
|
||||||
|
</code></pre>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2019-12/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-11/">November, 2019</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-11/">November, 2019</a></h2>
|
||||||
@ -373,51 +405,6 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-02/">February, 2019</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2019-02-01T21:37:30+02:00">Fri Feb 01, 2019</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2019-02-01">2019-02-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Linode has alerted a few times since last night that the CPU usage on CGSpace (linode18) was high despite me increasing the alert threshold last week from 250% to 275%—I might need to increase it again!</li>
|
|
||||||
<li>The top IPs before, during, and after this latest alert tonight were:</li>
|
|
||||||
</ul>
|
|
||||||
<pre tabindex="0"><code># zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "01/Feb/2019:(17|18|19|20|21)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
|
||||||
245 207.46.13.5
|
|
||||||
332 54.70.40.11
|
|
||||||
385 5.143.231.38
|
|
||||||
405 207.46.13.173
|
|
||||||
405 207.46.13.75
|
|
||||||
1117 66.249.66.219
|
|
||||||
1121 35.237.175.180
|
|
||||||
1546 5.9.6.51
|
|
||||||
2474 45.5.186.2
|
|
||||||
5490 85.25.237.71
|
|
||||||
</code></pre><ul>
|
|
||||||
<li><code>85.25.237.71</code> is the “Linguee Bot” that I first saw last month</li>
|
|
||||||
<li>The Solr statistics the past few months have been very high and I was wondering if the web server logs also showed an increase</li>
|
|
||||||
<li>There were just over 3 million accesses in the nginx logs last month:</li>
|
|
||||||
</ul>
|
|
||||||
<pre tabindex="0"><code># time zcat --force /var/log/nginx/* | grep -cE "[0-9]{1,2}/Jan/2019"
|
|
||||||
3018243
|
|
||||||
|
|
||||||
real 0m19.873s
|
|
||||||
user 0m22.203s
|
|
||||||
sys 0m1.979s
|
|
||||||
</code></pre>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2019-02/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/3/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/3/" rel="prev" role="button">Previous page</a>
|
||||||
@ -444,14 +431,14 @@ sys 0m1.979s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,51 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-02/">February, 2019</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2019-02-01T21:37:30+02:00">Fri Feb 01, 2019</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2019-02-01">2019-02-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Linode has alerted a few times since last night that the CPU usage on CGSpace (linode18) was high despite me increasing the alert threshold last week from 250% to 275%—I might need to increase it again!</li>
|
||||||
|
<li>The top IPs before, during, and after this latest alert tonight were:</li>
|
||||||
|
</ul>
|
||||||
|
<pre tabindex="0"><code># zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "01/Feb/2019:(17|18|19|20|21)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
||||||
|
245 207.46.13.5
|
||||||
|
332 54.70.40.11
|
||||||
|
385 5.143.231.38
|
||||||
|
405 207.46.13.173
|
||||||
|
405 207.46.13.75
|
||||||
|
1117 66.249.66.219
|
||||||
|
1121 35.237.175.180
|
||||||
|
1546 5.9.6.51
|
||||||
|
2474 45.5.186.2
|
||||||
|
5490 85.25.237.71
|
||||||
|
</code></pre><ul>
|
||||||
|
<li><code>85.25.237.71</code> is the “Linguee Bot” that I first saw last month</li>
|
||||||
|
<li>The Solr statistics the past few months have been very high and I was wondering if the web server logs also showed an increase</li>
|
||||||
|
<li>There were just over 3 million accesses in the nginx logs last month:</li>
|
||||||
|
</ul>
|
||||||
|
<pre tabindex="0"><code># time zcat --force /var/log/nginx/* | grep -cE "[0-9]{1,2}/Jan/2019"
|
||||||
|
3018243
|
||||||
|
|
||||||
|
real 0m19.873s
|
||||||
|
user 0m22.203s
|
||||||
|
sys 0m1.979s
|
||||||
|
</code></pre>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2019-02/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-01/">January, 2019</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-01/">January, 2019</a></h2>
|
||||||
@ -339,28 +384,6 @@ sys 2m7.289s
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-04/">April, 2018</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2018-04-01T16:13:54+02:00">Sun Apr 01, 2018</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2018-04-01">2018-04-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>I tried to test something on DSpace Test but noticed that it’s down since god knows when</li>
|
|
||||||
<li>Catalina logs at least show some memory errors yesterday:</li>
|
|
||||||
</ul>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2018-04/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/4/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/categories/notes/page/4/" rel="prev" role="button">Previous page</a>
|
||||||
@ -387,14 +410,14 @@ sys 2m7.289s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -81,6 +81,28 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-04/">April, 2018</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2018-04-01T16:13:54+02:00">Sun Apr 01, 2018</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2018-04-01">2018-04-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>I tried to test something on DSpace Test but noticed that it’s down since god knows when</li>
|
||||||
|
<li>Catalina logs at least show some memory errors yesterday:</li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2018-04/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-03/">March, 2018</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-03/">March, 2018</a></h2>
|
||||||
@ -338,14 +360,14 @@ COPY 54701
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -284,14 +284,14 @@ dspace=# select setval('handle_seq',86873);
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -469,14 +469,14 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -473,14 +473,14 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -122,6 +122,24 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-03/">April, 2022</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2022-03-01T10:53:39+03:00">Tue Mar 01, 2022</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
2022-04-01 I did G1GC tests on DSpace Test (linode26) to compliment the CMS tests I did yesterday The Discovery indexing took this long: real 334m33.625s user 227m51.331s sys 3m43.037s 2022-04-04 Start a full harvest on AReS Help Marianne with submit/approve access on a new collection on CGSpace Go back in Gaia’s batch reports to find records that she indicated for replacing on CGSpace (ie, those with better new copies, new versions, etc) Looking at the Solr statistics for 2022-03 on CGSpace I see 54.
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2022-03/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-02/">February, 2022</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2022-02/">February, 2022</a></h2>
|
||||||
@ -338,33 +356,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2021-06/">June, 2021</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2021-06-01T10:51:07+03:00">Tue Jun 01, 2021</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2021-06-01">2021-06-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>IWMI notified me that AReS was down with an HTTP 502 error
|
|
||||||
<ul>
|
|
||||||
<li>Looking at UptimeRobot I see it has been down for 33 hours, but I never got a notification</li>
|
|
||||||
<li>I don’t see anything in the Elasticsearch container logs, or the systemd journal on the host, but I notice that the <code>angular_nginx</code> container isn’t running</li>
|
|
||||||
<li>I simply started it and AReS was running again:</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2021-06/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
|
|
||||||
@ -391,14 +382,14 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -24,6 +24,15 @@
|
|||||||
</span></span></code></pre></div></description>
|
</span></span></code></pre></div></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>April, 2022</title>
|
||||||
|
<link>https://alanorth.github.io/cgspace-notes/2022-03/</link>
|
||||||
|
<pubDate>Tue, 01 Mar 2022 10:53:39 +0300</pubDate>
|
||||||
|
|
||||||
|
<guid>https://alanorth.github.io/cgspace-notes/2022-03/</guid>
|
||||||
|
<description>2022-04-01 I did G1GC tests on DSpace Test (linode26) to compliment the CMS tests I did yesterday The Discovery indexing took this long: real 334m33.625s user 227m51.331s sys 3m43.037s 2022-04-04 Start a full harvest on AReS Help Marianne with submit/approve access on a new collection on CGSpace Go back in Gaia&rsquo;s batch reports to find records that she indicated for replacing on CGSpace (ie, those with better new copies, new versions, etc) Looking at the Solr statistics for 2022-03 on CGSpace I see 54.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>February, 2022</title>
|
<title>February, 2022</title>
|
||||||
<link>https://alanorth.github.io/cgspace-notes/2022-02/</link>
|
<link>https://alanorth.github.io/cgspace-notes/2022-02/</link>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -96,6 +96,33 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2021-06/">June, 2021</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2021-06-01T10:51:07+03:00">Tue Jun 01, 2021</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2021-06-01">2021-06-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>IWMI notified me that AReS was down with an HTTP 502 error
|
||||||
|
<ul>
|
||||||
|
<li>Looking at UptimeRobot I see it has been down for 33 hours, but I never got a notification</li>
|
||||||
|
<li>I don’t see anything in the Elasticsearch container logs, or the systemd journal on the host, but I notice that the <code>angular_nginx</code> container isn’t running</li>
|
||||||
|
<li>I simply started it and AReS was running again:</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2021-06/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2021-05/">May, 2021</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2021-05/">May, 2021</a></h2>
|
||||||
@ -345,37 +372,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-10/">October, 2020</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2020-10-06T16:55:54+03:00">Tue Oct 06, 2020</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2020-10-06">2020-10-06</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Add tests for the new <code>/items</code> POST handlers to the DSpace 6.x branch of my <a href="https://github.com/ilri/dspace-statistics-api/tree/v6_x">dspace-statistics-api</a>
|
|
||||||
<ul>
|
|
||||||
<li>It took a bit of extra work because I had to learn how to mock the responses for when Solr is not available</li>
|
|
||||||
<li>Tag and release version 1.3.0 on GitHub: <a href="https://github.com/ilri/dspace-statistics-api/releases/tag/v1.3.0">https://github.com/ilri/dspace-statistics-api/releases/tag/v1.3.0</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>Trying to test the changes Atmire sent last week but I had to re-create my local database from a recent CGSpace dump
|
|
||||||
<ul>
|
|
||||||
<li>During the FlywayDB migration I got an error:</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2020-10/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/" rel="prev" role="button">Previous page</a>
|
||||||
@ -402,14 +398,14 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -96,6 +96,37 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-10/">October, 2020</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2020-10-06T16:55:54+03:00">Tue Oct 06, 2020</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2020-10-06">2020-10-06</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Add tests for the new <code>/items</code> POST handlers to the DSpace 6.x branch of my <a href="https://github.com/ilri/dspace-statistics-api/tree/v6_x">dspace-statistics-api</a>
|
||||||
|
<ul>
|
||||||
|
<li>It took a bit of extra work because I had to learn how to mock the responses for when Solr is not available</li>
|
||||||
|
<li>Tag and release version 1.3.0 on GitHub: <a href="https://github.com/ilri/dspace-statistics-api/releases/tag/v1.3.0">https://github.com/ilri/dspace-statistics-api/releases/tag/v1.3.0</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Trying to test the changes Atmire sent last week but I had to re-create my local database from a recent CGSpace dump
|
||||||
|
<ul>
|
||||||
|
<li>During the FlywayDB migration I got an error:</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2020-10/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-09/">September, 2020</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-09/">September, 2020</a></h2>
|
||||||
@ -364,38 +395,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-12/">December, 2019</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2019-12-01T11:22:30+02:00">Sun Dec 01, 2019</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2019-12-01">2019-12-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Upgrade CGSpace (linode18) to Ubuntu 18.04:
|
|
||||||
<ul>
|
|
||||||
<li>Check any packages that have residual configs and purge them:</li>
|
|
||||||
<li><!-- raw HTML omitted --># dpkg -l | grep -E ‘^rc’ | awk ‘{print $2}’ | xargs dpkg -P<!-- raw HTML omitted --></li>
|
|
||||||
<li>Make sure all packages are up to date and the package manager is up to date, then reboot:</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<pre tabindex="0"><code># apt update && apt full-upgrade
|
|
||||||
# apt-get autoremove && apt-get autoclean
|
|
||||||
# dpkg -C
|
|
||||||
# reboot
|
|
||||||
</code></pre>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2019-12/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/page/2/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/page/2/" rel="prev" role="button">Previous page</a>
|
||||||
@ -422,14 +421,14 @@
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -96,6 +96,38 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-12/">December, 2019</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2019-12-01T11:22:30+02:00">Sun Dec 01, 2019</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2019-12-01">2019-12-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Upgrade CGSpace (linode18) to Ubuntu 18.04:
|
||||||
|
<ul>
|
||||||
|
<li>Check any packages that have residual configs and purge them:</li>
|
||||||
|
<li><!-- raw HTML omitted --># dpkg -l | grep -E ‘^rc’ | awk ‘{print $2}’ | xargs dpkg -P<!-- raw HTML omitted --></li>
|
||||||
|
<li>Make sure all packages are up to date and the package manager is up to date, then reboot:</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<pre tabindex="0"><code># apt update && apt full-upgrade
|
||||||
|
# apt-get autoremove && apt-get autoclean
|
||||||
|
# dpkg -C
|
||||||
|
# reboot
|
||||||
|
</code></pre>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2019-12/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-11/">November, 2019</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-11/">November, 2019</a></h2>
|
||||||
@ -388,51 +420,6 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-02/">February, 2019</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2019-02-01T21:37:30+02:00">Fri Feb 01, 2019</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2019-02-01">2019-02-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Linode has alerted a few times since last night that the CPU usage on CGSpace (linode18) was high despite me increasing the alert threshold last week from 250% to 275%—I might need to increase it again!</li>
|
|
||||||
<li>The top IPs before, during, and after this latest alert tonight were:</li>
|
|
||||||
</ul>
|
|
||||||
<pre tabindex="0"><code># zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "01/Feb/2019:(17|18|19|20|21)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
|
||||||
245 207.46.13.5
|
|
||||||
332 54.70.40.11
|
|
||||||
385 5.143.231.38
|
|
||||||
405 207.46.13.173
|
|
||||||
405 207.46.13.75
|
|
||||||
1117 66.249.66.219
|
|
||||||
1121 35.237.175.180
|
|
||||||
1546 5.9.6.51
|
|
||||||
2474 45.5.186.2
|
|
||||||
5490 85.25.237.71
|
|
||||||
</code></pre><ul>
|
|
||||||
<li><code>85.25.237.71</code> is the “Linguee Bot” that I first saw last month</li>
|
|
||||||
<li>The Solr statistics the past few months have been very high and I was wondering if the web server logs also showed an increase</li>
|
|
||||||
<li>There were just over 3 million accesses in the nginx logs last month:</li>
|
|
||||||
</ul>
|
|
||||||
<pre tabindex="0"><code># time zcat --force /var/log/nginx/* | grep -cE "[0-9]{1,2}/Jan/2019"
|
|
||||||
3018243
|
|
||||||
|
|
||||||
real 0m19.873s
|
|
||||||
user 0m22.203s
|
|
||||||
sys 0m1.979s
|
|
||||||
</code></pre>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2019-02/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/page/3/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/page/3/" rel="prev" role="button">Previous page</a>
|
||||||
@ -459,14 +446,14 @@ sys 0m1.979s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -96,6 +96,51 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-02/">February, 2019</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2019-02-01T21:37:30+02:00">Fri Feb 01, 2019</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2019-02-01">2019-02-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Linode has alerted a few times since last night that the CPU usage on CGSpace (linode18) was high despite me increasing the alert threshold last week from 250% to 275%—I might need to increase it again!</li>
|
||||||
|
<li>The top IPs before, during, and after this latest alert tonight were:</li>
|
||||||
|
</ul>
|
||||||
|
<pre tabindex="0"><code># zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "01/Feb/2019:(17|18|19|20|21)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
||||||
|
245 207.46.13.5
|
||||||
|
332 54.70.40.11
|
||||||
|
385 5.143.231.38
|
||||||
|
405 207.46.13.173
|
||||||
|
405 207.46.13.75
|
||||||
|
1117 66.249.66.219
|
||||||
|
1121 35.237.175.180
|
||||||
|
1546 5.9.6.51
|
||||||
|
2474 45.5.186.2
|
||||||
|
5490 85.25.237.71
|
||||||
|
</code></pre><ul>
|
||||||
|
<li><code>85.25.237.71</code> is the “Linguee Bot” that I first saw last month</li>
|
||||||
|
<li>The Solr statistics the past few months have been very high and I was wondering if the web server logs also showed an increase</li>
|
||||||
|
<li>There were just over 3 million accesses in the nginx logs last month:</li>
|
||||||
|
</ul>
|
||||||
|
<pre tabindex="0"><code># time zcat --force /var/log/nginx/* | grep -cE "[0-9]{1,2}/Jan/2019"
|
||||||
|
3018243
|
||||||
|
|
||||||
|
real 0m19.873s
|
||||||
|
user 0m22.203s
|
||||||
|
sys 0m1.979s
|
||||||
|
</code></pre>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2019-02/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-01/">January, 2019</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2019-01/">January, 2019</a></h2>
|
||||||
@ -354,28 +399,6 @@ sys 2m7.289s
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-04/">April, 2018</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2018-04-01T16:13:54+02:00">Sun Apr 01, 2018</time> by Alan Orth in
|
|
||||||
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2018-04-01">2018-04-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>I tried to test something on DSpace Test but noticed that it’s down since god knows when</li>
|
|
||||||
<li>Catalina logs at least show some memory errors yesterday:</li>
|
|
||||||
</ul>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2018-04/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/page/4/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/page/4/" rel="prev" role="button">Previous page</a>
|
||||||
@ -402,14 +425,14 @@ sys 2m7.289s
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -96,6 +96,28 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-04/">April, 2018</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2018-04-01T16:13:54+02:00">Sun Apr 01, 2018</time> by Alan Orth in
|
||||||
|
<span class="fas fa-folder" aria-hidden="true"></span> <a href="/cgspace-notes/categories/notes/" rel="category tag">Notes</a>
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2018-04-01">2018-04-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>I tried to test something on DSpace Test but noticed that it’s down since god knows when</li>
|
||||||
|
<li>Catalina logs at least show some memory errors yesterday:</li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2018-04/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-03/">March, 2018</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2018-03/">March, 2018</a></h2>
|
||||||
@ -391,33 +413,6 @@ COPY 54701
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2017-07/">July, 2017</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2017-07-01T18:03:52+03:00">Sat Jul 01, 2017</time> by Alan Orth in
|
|
||||||
|
|
||||||
<span class="fas fa-tag" aria-hidden="true"></span> <a href="/cgspace-notes/tags/notes/" rel="tag">Notes</a>
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2017-07-01">2017-07-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Run system updates and reboot DSpace Test</li>
|
|
||||||
</ul>
|
|
||||||
<h2 id="2017-07-04">2017-07-04</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Merge changes for WLE Phase II theme rename (<a href="https://github.com/ilri/DSpace/pull/329">#329</a>)</li>
|
|
||||||
<li>Looking at extracting the metadata registries from ICARDA’s MEL DSpace database so we can compare fields with CGSpace</li>
|
|
||||||
<li>We can use PostgreSQL’s extended output format (<code>-x</code>) plus <code>sed</code> to format the output into quasi XML:</li>
|
|
||||||
</ul>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2017-07/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/page/5/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/page/5/" rel="prev" role="button">Previous page</a>
|
||||||
@ -444,14 +439,14 @@ COPY 54701
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -96,6 +96,33 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2017-07/">July, 2017</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2017-07-01T18:03:52+03:00">Sat Jul 01, 2017</time> by Alan Orth in
|
||||||
|
|
||||||
|
<span class="fas fa-tag" aria-hidden="true"></span> <a href="/cgspace-notes/tags/notes/" rel="tag">Notes</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2017-07-01">2017-07-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Run system updates and reboot DSpace Test</li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="2017-07-04">2017-07-04</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Merge changes for WLE Phase II theme rename (<a href="https://github.com/ilri/DSpace/pull/329">#329</a>)</li>
|
||||||
|
<li>Looking at extracting the metadata registries from ICARDA’s MEL DSpace database so we can compare fields with CGSpace</li>
|
||||||
|
<li>We can use PostgreSQL’s extended output format (<code>-x</code>) plus <code>sed</code> to format the output into quasi XML:</li>
|
||||||
|
</ul>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2017-07/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2017-06/">June, 2017</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2017-06/">June, 2017</a></h2>
|
||||||
@ -337,32 +364,6 @@ DELETE 1
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2016-09/">September, 2016</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2016-09-01T15:53:00+03:00">Thu Sep 01, 2016</time> by Alan Orth in
|
|
||||||
|
|
||||||
<span class="fas fa-tag" aria-hidden="true"></span> <a href="/cgspace-notes/tags/notes/" rel="tag">Notes</a>
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2016-09-01">2016-09-01</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Discuss helping CCAFS with some batch tagging of ORCID IDs for their authors</li>
|
|
||||||
<li>Discuss how the migration of CGIAR’s Active Directory to a flat structure will break our LDAP groups in DSpace</li>
|
|
||||||
<li>We had been using <code>DC=ILRI</code> to determine whether a user was ILRI or not</li>
|
|
||||||
<li>It looks like we might be able to use OUs now, instead of DCs:</li>
|
|
||||||
</ul>
|
|
||||||
<pre tabindex="0"><code>$ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b "dc=cgiarad,dc=org" -D "admigration1@cgiarad.org" -W "(sAMAccountName=admigration1)"
|
|
||||||
</code></pre>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2016-09/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/page/6/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/page/6/" rel="prev" role="button">Previous page</a>
|
||||||
@ -389,14 +390,14 @@ DELETE 1
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
<meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" />
|
||||||
<meta property="og:updated_time" content="2022-03-29T21:26:07+03:00" />
|
<meta property="og:updated_time" content="2022-04-04T19:15:58+03:00" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -96,6 +96,32 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="blog-post">
|
||||||
|
<header>
|
||||||
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2016-09/">September, 2016</a></h2>
|
||||||
|
<p class="blog-post-meta"><time datetime="2016-09-01T15:53:00+03:00">Thu Sep 01, 2016</time> by Alan Orth in
|
||||||
|
|
||||||
|
<span class="fas fa-tag" aria-hidden="true"></span> <a href="/cgspace-notes/tags/notes/" rel="tag">Notes</a>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<h2 id="2016-09-01">2016-09-01</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Discuss helping CCAFS with some batch tagging of ORCID IDs for their authors</li>
|
||||||
|
<li>Discuss how the migration of CGIAR’s Active Directory to a flat structure will break our LDAP groups in DSpace</li>
|
||||||
|
<li>We had been using <code>DC=ILRI</code> to determine whether a user was ILRI or not</li>
|
||||||
|
<li>It looks like we might be able to use OUs now, instead of DCs:</li>
|
||||||
|
</ul>
|
||||||
|
<pre tabindex="0"><code>$ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b "dc=cgiarad,dc=org" -D "admigration1@cgiarad.org" -W "(sAMAccountName=admigration1)"
|
||||||
|
</code></pre>
|
||||||
|
<a href='https://alanorth.github.io/cgspace-notes/2016-09/'>Read more →</a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
<article class="blog-post">
|
||||||
<header>
|
<header>
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2016-08/">August, 2016</a></h2>
|
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2016-08/">August, 2016</a></h2>
|
||||||
@ -334,37 +360,11 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="blog-post">
|
|
||||||
<header>
|
|
||||||
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2015-11/">November, 2015</a></h2>
|
|
||||||
<p class="blog-post-meta"><time datetime="2015-11-23T17:00:57+03:00">Mon Nov 23, 2015</time> by Alan Orth in
|
|
||||||
|
|
||||||
<span class="fas fa-tag" aria-hidden="true"></span> <a href="/cgspace-notes/tags/notes/" rel="tag">Notes</a>
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</header>
|
|
||||||
<h2 id="2015-11-22">2015-11-22</h2>
|
|
||||||
<ul>
|
|
||||||
<li>CGSpace went down</li>
|
|
||||||
<li>Looks like DSpace exhausted its PostgreSQL connection pool</li>
|
|
||||||
<li>Last week I had increased the limit from 30 to 60, which seemed to help, but now there are many more idle connections:</li>
|
|
||||||
</ul>
|
|
||||||
<pre tabindex="0"><code>$ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspace
|
|
||||||
78
|
|
||||||
</code></pre>
|
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2015-11/'>Read more →</a>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<nav class="blog-pagination">
|
<nav class="blog-pagination">
|
||||||
|
|
||||||
|
|
||||||
<a class="btn btn-outline-primary" href="/cgspace-notes/page/7/" rel="prev" role="button">Previous page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/page/7/" rel="prev" role="button">Previous page</a>
|
||||||
<a class="btn btn-outline-primary disabled" href="#" role="button" aria-disabled="true">Next page</a>
|
<a class="btn btn-outline-primary" href="/cgspace-notes/page/9/" rel="next" role="button">Next page</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
@ -386,14 +386,14 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
|||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-03/">March, 2022</a></li>
|
||||||
|
|
||||||
|
<li><a href="/cgspace-notes/2022-03/">April, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-02/">February, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
<li><a href="/cgspace-notes/2022-01/">January, 2022</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
<li><a href="/cgspace-notes/2021-12/">December, 2021</a></li>
|
||||||
|
|
||||||
<li><a href="/cgspace-notes/2021-11/">November, 2021</a></li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user