Update notes for 2019-01-23

This commit is contained in:
2019-01-23 18:21:06 +02:00
parent 835fde89d0
commit 93126c8157
3 changed files with 47 additions and 9 deletions

View File

@ -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
<!-- vim: set sw=2 ts=2: -->