view content/comments/compiling-the-shrew-soft-vpn-client-on-raspberry-pi/1.md @ 82:ed5bc166ac3a

add a blog entry about slf4j's SimpleLogger
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 05 Jan 2017 11:46:46 +0100
parents c2b99e876559
children e99db3bc53c1
line wrap: on
line source

Title:
Author: Dirk Olmes
Date: 2014-02-15 16:30:00
ReplyTo: 0md

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.