LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   rndc problem (https://www.linuxquestions.org/questions/debian-26/rndc-problem-705739/)

cccc 02-18-2009 06:35 PM

rndc
 
hi

I'm just wondering, howto remove and install again rndc under Lenny?

nx5000 02-20-2009 05:10 AM

apt-get -o DPkg::Options::="--force-confmiss" install --reinstall packagename

cccc 02-20-2009 05:18 AM

Quote:

Originally Posted by nx5000 (Post 3450834)
apt-get -o DPkg::Options::="--force-confmiss" install --reinstall packagename

Couldn't find package rndc

Code:

# apt-get -o DPkg::Options::="--force-confmiss" install --reinstall rndc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package rndc


nx5000 02-20-2009 05:19 AM

how did you install it then?
Did you upgrade your debian recently? Maybe it's not supported anymore if it comes from an external repo?

cccc 02-20-2009 05:34 AM

normally rndc will be installed with bind9.

I'd like to know howto reinstall rndc without touching (reinstalling) bind?

nx5000 02-20-2009 07:18 AM

Hum..
It's part of bind9utils, not bind9.

http://packages.debian.org/lenny/bind9utils

Quote:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@debian.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache Server at packages.debian.org Port 80
Looks like they upgraded to lenny :)

You can go this page above and look at the file list included in bind9-utils. Either you reinstall it if it doesn't overwrite or manually take the .deb
cd /tmp
ar x <file.deb>
and move the files you want manually

But that's far from being clean..

What have you done to rndc? Please give more details next time. Thank you.


All times are GMT -5. The time now is 01:23 AM.