Lorenz Wenner
2017-Aug-01 09:23 UTC
tincd 1.0.26 terminates with. "Name for tinc daemon required!"
Hello folks, I have the following problem: tincd is complaining about a missing name or so but i cannot find any mistake in the configuration. It is similar to all my other tinc nodes. here are the details: # ls -l /etc/tinc/ffnw/ drwxr-xr-x 3 root root 4096 Aug 1 10:43 hosts -rw------- 1 root root 1680 Jul 31 21:54 rsa_key.priv -rw------- 1 root root 427 Jul 31 21:54 rsa_key.pub -rwxr-xr-x 1 root root 89 Jul 31 21:54 tinc-up -rw-r--r-- 1 root root 83 Aug 1 10:43 tinc.conf # cat /etc/tinc/ffnw/tinc-up #!/bin/sh cd /etc/tinc/ffnw/hosts git pull ifconfig 10.0.1.10 netmask 255.255.255.0 # cat /etc/tinc/ffnw/tinc.conf Name = tinc_FF_OS_Lagerhalle_Offloader Devive = /dev/net/tun ConnectTo = master # cat /etc/tinc/ffnw/hosts/tinc_FF_OS_Lagerhalle_Offloader Subnet = 10.0.1.10 -----BEGIN RSA PUBLIC KEY----- <...> -----END RSA PUBLIC KEY----- # tincd -n ffnw -d5; logread | grep tinc Tue Aug 1 11:06:34 2017 daemon.notice tinc.ffnw[13461]: tincd 1.0.26 (Jan 31 2016 22:35:28) starting, debug level 5 Tue Aug 1 11:06:34 2017 daemon.err tinc.ffnw[13461]: Name for tinc daemon required! Tue Aug 1 11:06:34 2017 daemon.notice tinc.ffnw[13461]: Terminating any ideas? if you are wondering about the pretty old version of tinc: i am running this on an openwrt router and the repo doesnt seem the have any newer version of tinc. thanks a lot and kind regards Lorenz Wenner -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20170801/25f293b4/attachment.sig>
Guus Sliepen
2017-Aug-01 12:17 UTC
tincd 1.0.26 terminates with. "Name for tinc daemon required!"
On Tue, Aug 01, 2017 at 11:23:26AM +0200, Lorenz Wenner wrote:> I have the following problem: tincd is complaining about a missing name or so but i cannot find any mistake in the configuration. It is similar to all my other tinc nodes. here are the details:[...]> # cat /etc/tinc/ffnw/tinc.conf > Name = tinc_FF_OS_Lagerhalle_Offloader > Devive = /dev/net/tun > ConnectTo = masterMake sure there are no space or tab characters at the start of lines. Also, Devive is spelled wrong. If it still doesn't work, attach your tinc.conf to an email, so we can check what's wrong with it. -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus at tinc-vpn.org> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20170801/6290f47f/attachment.sig>