Mercurial > hg > Blog
annotate content/comments/compiling-the-shrew-soft-vpn-client-on-raspberry-pi/1.md @ 72:c2b99e876559 pelican_comment_system
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 02 Jan 2016 04:47:39 +0100 |
parents | content/comments/compiling-the-shrew-soft-vpn-client-on-raspberry-pi/reply1@676f9f69ee85 |
children | e99db3bc53c1 |
rev | line source |
---|---|
72
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
1 Title: |
26
676f9f69ee85
add a reply describing the workaround
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
2 Author: Dirk Olmes |
676f9f69ee85
add a reply describing the workaround
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
3 Date: 2014-02-15 16:30:00 |
72
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
4 ReplyTo: 0md |
26
676f9f69ee85
add a reply describing the workaround
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
5 |
72
c2b99e876559
use the pelican_plugin_system from the standard pelican plugins instead of my own simple_comments
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
26
diff
changeset
|
6 I dug to the root cause of the issue back after I wrote the blog post but didn't find the time to do a proper comparison of ikec's behaviour on the pi vs on my regular Linux machine. Long story short, it was the code that parses the config file. On the pi it doesn't proplerly detect the last entry in the file - or EOF, I don't remember the details. The workaround was to add an empty line to the end of the config file. |