from debhelper:
Channel locked temporarily due to flood, sorry for any inconvenience this may cause
'Gasy geek miblaogy ...
from debhelper:
Channel locked temporarily due to flood, sorry for any inconvenience this may cause
~# aptitude update
~# aptitude install bind9
~# ls -al /etc/bind/
total 60
drwxr-sr-x 2 root bind 4096 2010-04-07 14:40 .
drwxr-xr-x 80 root root 4096 2010-04-07 14:40 ..
-rw-r--r-- 1 root root 601 2010-03-17 19:08 bind.keys
-rw-r--r-- 1 root root 237 2010-03-17 19:08 db.0
-rw-r--r-- 1 root root 271 2010-03-17 19:08 db.127
-rw-r--r-- 1 root root 237 2010-03-17 19:08 db.255
-rw-r--r-- 1 root root 353 2010-03-17 19:08 db.empty
-rw-r--r-- 1 root root 270 2010-03-17 19:08 db.local
-rw-r--r-- 1 root root 2940 2010-03-17 19:08 db.root
-rw-r--r-- 1 root bind 463 2010-03-17 19:08 named.conf
-rw-r--r-- 1 root bind 490 2010-03-17 19:08 named.conf.default-zones
-rw-r--r-- 1 root bind 165 2010-03-17 19:08 named.conf.local
-rw-r--r-- 1 root bind 572 2010-03-17 19:08 named.conf.options
-rw-r----- 1 bind bind 77 2010-04-07 14:40 rndc.key
-rw-r--r-- 1 root root 1317 2010-03-17 19:08 zones.rfc1918
acl "trusted" {
192.168.0.0/24;
};
options {
directory "/var/cache/bind";
forwarders {
196.192.32.5;
41.188.9.130;
};
auth-nxdomain no;
listen-on-v6 { any; };
allow-query { trusted; };
};
~# /etc/init.d/bind9 restart
Stopping domain name service...: bind9 waiting for pid 14528 to die.
Starting domain name service...: bind9.
~# service bind9 restart
Stopping domain name service...: bind9 waiting for pid 15057 to die.
Starting domain name service...: bind9.
nameserver 127.0.0.1
nameserver 196.192.32.5
nameserver 41.188.9.130