Mercurial > hg > Blog
annotate content/comments/compiling-the-shrew-soft-vpn-client-on-raspberry-pi/reply1 @ 31:030b4c55e6e2
add a post about my Eclipse contribution
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 06 Aug 2014 02:26:19 +0200 |
parents | 676f9f69ee85 |
children |
rev | line source |
---|---|
26
676f9f69ee85
add a reply describing the workaround
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 Author: Dirk Olmes |
676f9f69ee85
add a reply describing the workaround
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
2 Date: 2014-02-15 16:30:00 |
676f9f69ee85
add a reply describing the workaround
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
3 |
676f9f69ee85
add a reply describing the workaround
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 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. |