# HG changeset patch # User Dirk Olmes # Date 1392479638 -3600 # Node ID 676f9f69ee8570050e4570910e94f67fa49e6dc1 # Parent 7f96f80a4beba32a734f6d0c4495079ad05f39e4 add a reply describing the workaround diff -r 7f96f80a4beb -r 676f9f69ee85 content/comments/compiling-the-shrew-soft-vpn-client-on-raspberry-pi/reply1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/comments/compiling-the-shrew-soft-vpn-client-on-raspberry-pi/reply1 Sat Feb 15 16:53:58 2014 +0100 @@ -0,0 +1,4 @@ +Author: Dirk Olmes +Date: 2014-02-15 16:30:00 + +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. \ No newline at end of file