diff --git a/content/posts/2019-01.md b/content/posts/2019-01.md index abe8d8dd9..cb2bbcba2 100644 --- a/content/posts/2019-01.md +++ b/content/posts/2019-01.md @@ -819,4 +819,20 @@ COPY 1109 - 70.32.83.92 is CCAFS - 205.186.128.185 is CCAFS or perhaps another Macaroni Bros harvester (new ILRI website?) +- Following up on the thumbnail issue that we had in [2018-12]({{< relref "2018-12.md" >}}) +- It looks like the two items with problematic PDFs both have thumbnails now: + - [10568/98390](https://hdl.handle.net/10568/98390) + - [10568/98391](https://hdl.handle.net/10568/98391) +- Just to make sure these were not uploaded by the user or something, I manually forced the regeneration of these with DSpace's `filter-media`: + +``` +$ schedtool -D -e ionice -c2 -n7 nice -n19 /home/cgspace.cgiar.org/bin/dspace filter-media -v -f -i 10568/98390 +$ schedtool -D -e ionice -c2 -n7 nice -n19 /home/cgspace.cgiar.org/bin/dspace filter-media -v -f -i 10568/98391 +``` + +- Both of these were successful, so there must have been an update to ImageMagick or Ghostscript in Ubuntu since early 2018-12 +- Looking at the apt history logs I see that on 2018-12-07 a security update for Ghostscript was installed (version 9.26~dfsg+0-0ubuntu0.16.04.3) +- I think this Launchpad discussion is relevant: https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/1806517 +- As well as the original Ghostscript bug report: https://bugs.ghostscript.com/show_bug.cgi?id=699815 + diff --git a/docs/2019-01/index.html b/docs/2019-01/index.html index 68bfdbc40..372826780 100644 --- a/docs/2019-01/index.html +++ b/docs/2019-01/index.html @@ -27,7 +27,7 @@ I don’t see anything interesting in the web server logs around that time t " /> - + @@ -60,9 +60,9 @@ I don’t see anything interesting in the web server logs around that time t "@type": "BlogPosting", "headline": "January, 2019", "url": "https://alanorth.github.io/cgspace-notes/2019-01/", - "wordCount": "4073", + "wordCount": "4210", "datePublished": "2019-01-02T09:48:30+02:00", - "dateModified": "2019-01-23T13:38:00+02:00", + "dateModified": "2019-01-23T17:27:09+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -1091,13 +1091,35 @@ COPY 1109
I think it’s the usual IPs:
Following up on the thumbnail issue that we had in 2018-12
It looks like the two items with problematic PDFs both have thumbnails now:
+ +Just to make sure these were not uploaded by the user or something, I manually forced the regeneration of these with DSpace’s filter-media
:
$ schedtool -D -e ionice -c2 -n7 nice -n19 /home/cgspace.cgiar.org/bin/dspace filter-media -v -f -i 10568/98390
+$ schedtool -D -e ionice -c2 -n7 nice -n19 /home/cgspace.cgiar.org/bin/dspace filter-media -v -f -i 10568/98391
+
+
+