<div dir="ltr">Hi,<br><br>Did you try to remove "<span class="im">include 
strongswan.d/charon/*.conf" line for testing?  If swan would stops 
complaining in that scenario then you can add the line again and remove 
 some/all *conf file from include directory to test. Then add some, etc.<br><br></span></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-03 15:45 GMT+01:00 Nicolas Göddel <span dir="ltr"><<a href="mailto:mailinglists@freakscorner.de" target="_blank">mailinglists@freakscorner.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Am 03.03.2016 um 14:59 schrieb Thomas Egerer:<br>
> Hi Nicolas,<br>
><br>
> On 03/03/2016 12:23 PM, Nicolas Göddel wrote:<br>
>> Hi @ all,<br>
>><br>
>> I just upgraded my strongswan installation to version 5.3.5. Before I used<br>
>> strongswan version 5.1.2 directly from the ubuntu repository.<br>
>><br>
>> After "make" and "make install" it all works, but only for a day. Now I get this<br>
>> error:<br>
>><br>
>> syntax error, unexpected $end, expecting NAME or NEWLINE or '}' [`]<br>
>> invalid config file '/etc/strongswan.conf'<br>
>><br>
>> The content of '/etc/strongswan.conf' is:<br>
>><br>
>> # strongswan.conf - strongSwan configuration file<br>
>> #<br>
>> # Refer to the strongswan.conf(5) manpage for details<br>
>> #<br>
>> # Configuration changes should be made in the included files<br>
>><br>
>> charon {<br>
>>     load_modular = yes<br>
>>     plugins {<br>
>>         include strongswan.d/charon/*.conf<br>
>>     }<br>
>> }<br>
> Since your strongswan.conf file looks fine, maybe one of the included<br>
> files is misformatted. Go ahead and check that.<br>
><br>
> Cheers,<br>
> Thomas<br>
</span>I checked all 42 configuration files in /etc/strongswan.d/charon/ and all files<br>
seem correctly formatted. They all have a format like this:<br>
<br>
some_name {<br>
    # some comment<br>
    load = yes<br>
}<br>
<br>
There is only one special file resolve.conf which looks like this:<br>
<br>
resolve {<br>
<br>
    # File where to add DNS server entries.<br>
    # file = /etc/resolv.conf<br>
<br>
    # Whether to load the plugin. Can also be an integer to increase the<br>
    # priority of this plugin.<br>
    load = yes<br>
<br>
    resolvconf {<br>
<br>
        # Prefix used for interface names sent to resolvconf(8).<br>
        # iface_prefix = lo.inet.ipsec.<br>
<br>
    }<br>
<br>
}<br>
<br>
All files have two empty lines at the end. I can not see any error here.<br>
According to the 'file' tool all files are ASCII text files.<br>
<span class="im HOEnZb"><br>
> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.strongswan.org">Users@lists.strongswan.org</a><br>
> <a href="https://lists.strongswan.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.strongswan.org/mailman/listinfo/users</a><br>
<br>
<br>
</span><span class="im HOEnZb">--<br>
——————————————————————————————————————————————<br>
Homepage: <a href="http://freakscorner.de" rel="noreferrer" target="_blank">http://freakscorner.de</a><br>
Facebook: <a href="http://www.facebook.com/Bastelkeller" rel="noreferrer" target="_blank">http://www.facebook.com/Bastelkeller</a><br>
Twitter: <a href="http://twitter.com/freaks_corner" rel="noreferrer" target="_blank">http://twitter.com/freaks_corner</a><br>
Youtube: <a href="http://youtube.com/tubenic86" rel="noreferrer" target="_blank">http://youtube.com/tubenic86</a><br>
<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.strongswan.org">Users@lists.strongswan.org</a><br>
<a href="https://lists.strongswan.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.strongswan.org/mailman/listinfo/users</a></div></div></blockquote></div><br></div>