Home Contact Download

asyd.net

Welcome to Bruno Bonfils's (aka asyd homepage).

enable named logging in solaris

I'm not sure why (it's probably just config related) but the bind9 I built with pkgsrc doesn't log in syslog.

logging {
        channel log-file {
                file "/var/log/named.log" versions 3 size 100k;
                severity info;
                print-category yes;                 
                print-severity yes;
                print-time yes;
        };
        category default { log-file; };
        category general { log-file; };
};

Discussion

Esther Brunner, %2006/%02/%21 %20:%Feb:

Hi asyd.

This is a test to try if commenting for unregistered users works as expected.