On Sep 26, 2016, at 2:26 PM, Infoomatic <infooma...@gmx.at> wrote: >> Do you get any more output if you do "rcctl -f -d start iked"?
> the output is: > doing _rc_parse_conf > doing _rc_quirks > iked_flags empty, using default >< > doing _rc_parse_conf /var/run/rc.d/iked > doing _rc_quirks > doing rc_check > iked > doing rc_pre > configuration OK > > and then the terminal is blocked again This looks similar to a problem I filed a bug on; see https://marc.info/?l=openbsd-bugs&m=147463700507932&w=2 <https://marc.info/?l=openbsd-bugs&m=147463700507932&w=2> My workaround for now is to edit /etc/rc.d/iked and uncomment the `return 0`. The line with `${daemon} -n ${daemon_flags}` has iked do a config test, which appears to not exit cleanly.