root@server:~# /etc/init.d/bind9 restart
Stopping domain name service...: bind9rndc: connect failed: 127.0.0.1#953: connection refused
.
Starting domain name service...: bind9.
root@server:~# aptitude install openssl
The following NEW packages will be installed:
  openssl [0.9.8o-4squeeze7]
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1060 kB of archives. After unpacking 2425 kB will be used.
Get:1 http://ftp.nl.debian.org/debian/ squeeze/main openssl amd64 0.9.8o-4squeeze7 [1060 kB]
Fetched 1060 kB in 0s (3567 kB/s)
Selecting previously deselected package openssl.
(Reading database ... 11540 files and directories currently installed.)
Unpacking openssl (from .../openssl_0.9.8o-4squeeze7_amd64.deb) ...
Processing triggers for man-db ...
Setting up openssl (0.9.8o-4squeeze7) ...

root@server:~# /etc/init.d/bind9 restart
Stopping domain name service...: bind9 waiting for pid 19957 to die.
Starting domain name service...: bind9 failed!
root@server:~# named
root@server:~# ps -Af | grep named
root     22428     1  0 21:45 ?        00:00:00 named
root     22440 10774  0 21:45 pts/15   00:00:00 grep named
root@server:~# killall named
root@server:~# named -u bind
root@server:~# ps -Af | grep named
root     22458 10774  0 21:45 pts/15   00:00:00 grep named
root@server:~# killall named
named: no process found
root@server:~# aptitude remove openssl
The following packages will be REMOVED:
  openssl [0.9.8o-4squeeze7]
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 2425 kB will be freed.
(Reading database ... 11910 files and directories currently installed.)
Removing openssl ...
Processing triggers for man-db ...

root@server:~# /etc/init.d/bind9 restart
Stopping domain name service...: bind9rndc: connect failed: 127.0.0.1#953: connection refused
.
Starting domain name service...: bind9.




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to