Displaying 1 result from an estimated 1 matches for "ntapdevice".
Did you mean:
tapdevice
2001 Jan 16
1
TINC and REDHAT
...e3]# strace -o /tmp/f /usr/local/sbin/tincd -n
wurley.vpn
...
open("/usr/local/etc/tinc/wurley.vpn/tinc.conf", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0600, st_size=353, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0
read(4, "Name = wurley\nTapDevice = /dev/t"..., 4096) = 353
brk(0x8059000) = 0x8059000
...
If I comment out the 2 lines that I added (above), tincd starts fine. It
seems that it doesn't like anything else in the tinc.conf file except
for the options that you have defined in conf.c?
Have I done so...