Category Archives: DNS

daemontools: /usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o

Solution for fixing compilation error for daemontools. This solution also fixes: /usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in tcpserver.o when compiling ucspi-tcp. Edit this file: admin/daemontools-0.76/src/conf-cc Add this to the end of the gcc line: … Continue reading

Posted in DNS, Errors, Linux | 4 Comments

Linux: TinyDNS Data File Syntax

. defines an A, NS, and SOA record Z defines the zone record & defines a name server @ defines an MX record + defines an A record ^ defines a PTR record = defines BOTH an A record and … Continue reading

Posted in DNS, Linux | Leave a comment

Fedora: How To Flush DNS Cache

nscd -i hosts

Posted in DNS, Linux | Leave a comment