Add notes for 2018-02-11

This commit is contained in:
2018-02-11 10:01:13 +02:00
parent cbd6375078
commit d312304729
8 changed files with 45 additions and 14 deletions

View File

@ -301,3 +301,17 @@ $ psql -c 'select * from pg_stat_activity' | grep -o -E '(dspaceWeb|dspaceApi|ds
- I seriously doubt this leaking shit is fixed for sure, but I'm gonna cherry-pick all those commits and try them on DSpace Test and probably even CGSpace because I'm fed up with this shit
- I cherry-picked all the commits for DS-3551 but it won't build on our current DSpace 5.5!
- I sent a message to the dspace-tech mailing list asking why DSpace thinks these connections are busy when PostgreSQL says they are idle
## 2018-02-11
- Magdalena from CCAFS emailed to ask why one of their items has such a weird thumbnail: [10568/90735](https://cgspace.cgiar.org/handle/10568/90735)
![Weird thumbnail](/cgspace-notes/2018/02/CCAFS_WP_223.pdf.jpg)
- I downloaded the PDF and manually generated a thumbnail with ImageMagick and it looked better:
```
$ convert CCAFS_WP_223.pdf\[0\] -profile /usr/local/share/ghostscript/9.22/iccprofiles/default_cmyk.icc -thumbnail 600x600 -flatten -profile /usr/local/share/ghostscript/9.22/iccprofiles/default_rgb.icc CCAFS_WP_223.jpg
```
![Manual thumbnail](/cgspace-notes/2018/02/CCAFS_WP_223.jpg)