mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Add notes for 2018-02-11
This commit is contained in:
parent
cbd6375078
commit
d312304729
@ -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)
|
||||
|
@ -23,7 +23,7 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl
|
||||
|
||||
<meta property="article:published_time" content="2018-02-01T16:28:54+02:00"/>
|
||||
|
||||
<meta property="article:modified_time" content="2018-02-08T00:56:53+02:00"/>
|
||||
<meta property="article:modified_time" content="2018-02-08T01:08:36+02:00"/>
|
||||
|
||||
|
||||
|
||||
@ -57,9 +57,9 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl
|
||||
"@type": "BlogPosting",
|
||||
"headline": "February, 2018",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2018-02/",
|
||||
"wordCount": "2103",
|
||||
"wordCount": "2147",
|
||||
"datePublished": "2018-02-01T16:28:54+02:00",
|
||||
"dateModified": "2018-02-08T00:56:53+02:00",
|
||||
"dateModified": "2018-02-08T01:08:36+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -455,6 +455,23 @@ $ grep 46.229.168 dspace.log.2018-02-07 | grep -o -E 'session_id=[A-Z0-9]{32}' |
|
||||
<li>I sent a message to the dspace-tech mailing list asking why DSpace thinks these connections are busy when PostgreSQL says they are idle</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2018-02-11">2018-02-11</h2>
|
||||
|
||||
<ul>
|
||||
<li>Magdalena from CCAFS emailed to ask why one of their items has such a weird thumbnail: <a href="https://cgspace.cgiar.org/handle/10568/90735"><sup>10568</sup>⁄<sub>90735</sub></a></li>
|
||||
</ul>
|
||||
|
||||
<p><img src="/cgspace-notes/2018/02/CCAFS_WP_223.pdf.jpg" alt="Weird thumbnail" /></p>
|
||||
|
||||
<ul>
|
||||
<li>I downloaded the PDF and manually generated a thumbnail with ImageMagick and it looked better:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>$ 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
|
||||
</code></pre>
|
||||
|
||||
<p><img src="/cgspace-notes/2018/02/CCAFS_WP_223.jpg" alt="Manual thumbnail" /></p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
BIN
public/2018/02/CCAFS_WP_223.jpg
Normal file
BIN
public/2018/02/CCAFS_WP_223.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
public/2018/02/CCAFS_WP_223.pdf.jpg
Normal file
BIN
public/2018/02/CCAFS_WP_223.pdf.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
@ -32,7 +32,7 @@ Disallow: /cgspace-notes/2015-12/
|
||||
Disallow: /cgspace-notes/2015-11/
|
||||
Disallow: /cgspace-notes/
|
||||
Disallow: /cgspace-notes/categories/
|
||||
Disallow: /cgspace-notes/tags/notes/
|
||||
Disallow: /cgspace-notes/categories/notes/
|
||||
Disallow: /cgspace-notes/tags/notes/
|
||||
Disallow: /cgspace-notes/post/
|
||||
Disallow: /cgspace-notes/tags/
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2018-02/</loc>
|
||||
<lastmod>2018-02-08T00:56:53+02:00</lastmod>
|
||||
<lastmod>2018-02-08T01:08:36+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -149,7 +149,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2018-02-08T00:56:53+02:00</lastmod>
|
||||
<lastmod>2018-02-08T01:08:36+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -158,27 +158,27 @@
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-02-08T00:56:53+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2017-09-28T12:00:49+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-02-08T01:08:36+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2018-02-08T00:56:53+02:00</lastmod>
|
||||
<lastmod>2018-02-08T01:08:36+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2018-02-08T00:56:53+02:00</lastmod>
|
||||
<lastmod>2018-02-08T01:08:36+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
BIN
static/2018/02/CCAFS_WP_223.jpg
Normal file
BIN
static/2018/02/CCAFS_WP_223.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
static/2018/02/CCAFS_WP_223.pdf.jpg
Normal file
BIN
static/2018/02/CCAFS_WP_223.pdf.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
Loading…
Reference in New Issue
Block a user