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
root@proxy:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 14G 1.5G 12G 12% /
tmpfs 501M 0 501M 0% /lib/init/rw
udev 10M 76K 10M 1% /dev
tmpfs 501M 0 501M 0% /dev/shm
/dev/sda5 67G 5.6G 58G 9% /data1
/dev/sda6 68G 5.5G 62G 9% /data2
/dev/loop0 97M 4.2M 88M 5% /var/spool/havp
root@proxy:~# umount /data1
root@proxy:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 14G 1.5G 12G 12% /
tmpfs 501M 0 501M 0% /lib/init/rw
udev 10M 76K 10M 1% /dev
tmpfs 501M 0 501M 0% /dev/shm
/dev/sda6 68G 5.5G 62G 9% /data2
/dev/loop0 97M 3.8M 89M 5% /var/spool/havp
root@proxy:~# umount /dev/sda5
umount: /dev/sda5: not mounted
root@proxy:~# tune2fs -j /dev/sda5
tune2fs 1.41.9 (22-Aug-2009)
Creating journal inode: done
This filesystem will be automatically checked every 30 mounts or
0 days, whichever comes first. Use tune2fs -c or -i to override.
/dev/sda5 /data1 ext3 defaults 0 2
root@proxy:~# mount -a