On Wed, May 14, 2014 at 12:57:22PM +0200, Joachim Breitner wrote: > I think I might have found my issue. In /etc/tinc/NETNAME/hosts/HOST-up > I have "exim4 -qff" to send out possibly queued mail. Until 1.0.23, that > never caused problems. > > It seems that in 1.0.24, the HOST-up script is run before the network is > actually available and fully set up. This means that exim4 tries to > connect the server in vain and waits for rather long timeouts. Only when > I "killall exim4" (and the HOST-up script finishes) the tinc tunnel > suddenly becomes available.
All the scripts are run synchronously by tinc, i.e. tinc stops doing
anything until the script is finished. So if you put anything in the
scripts that need to access the VPN, you need to make sure those
commands are run in the background (add an &). This has always been the
case, I'm not sure why you didn't have problems before.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[email protected]>
signature.asc
Description: Digital signature

