Fwd: Error during key creation

2019-11-09 Thread Nick Gilmour
Hi all, I'm trying to setup tinc on 2 VPSs following this guide: https://www.linode.com/docs/networking/vpn/how-to-set-up-tinc-peer-to-peer-vpn/ They are of the same type with Ubuntu 18.04. On the the first one, I have manually built and installed tinc without an issue (v.1.0.36). On the second o

Re: Fwd: Error during key creation

2019-11-10 Thread Nick Gilmour
Thanks for the response! With: sudo mkdir -p /usr/local/etc/tinc/linodeVPN I was seeiing this in the logs: Couldn't write pid file /usr/local/var/run/tinc.linodeVPN.pid: No such file or directory So I ended up doing this: $ sudo ln -s /etc/tinc/linodeVPN/ /usr/local/etc/tinc/ which seems to have s