Salve
a tutti. Apro questa discussione per un problema nell'installazione e configurazione dei DNS utilizzando BIND9 su VPS con Turnkey Linux installata. La procedura che ho seguito è la seguente:
http://linux.justinhartman.com/DNS_Installation_and_Setup_using_BIND9 Riguardo BIND purtroppo nel seguire la guida rimango bloccato al passaggio:
apt-get -y build-dep lsb-baseal quale ottengo come risposta:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: You must put some 'source' URIs in your sources.listProseguendo con:
dpkg-i lsb-base*.debottengo il seguente messaggio di errore:
dpkg: error processing lsb-base*.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
lsb-base*.debil contenuto del mio source.list è il seguente:
deb http://archive.turnkeylinux.org/ubuntu hardy main
deb http://archive.turnkeylinux.org/ubuntu hardy universe
deb http://archive.ubuntu.com/ubuntu hardy main
deb http://archive.ubuntu.com/ubuntu hardy universe
# deb http://archive.ubuntu.com/ubuntu hardy restricted
# deb http://archive.ubuntu.com/ubuntu hardy multiverse
deb http://archive.ubuntu.com/ubuntu hardy-updates main
deb http://archive.ubuntu.com/ubuntu hardy-updates universe
# deb http://archive.ubuntu.com/ubuntu hardy-updates restricted
# deb http://archive.ubuntu.com/ubuntu hardy-updates multiverse
# deb http://archive.ubuntu.com/ubuntu hardy-backports main
# deb http://archive.ubuntu.com/ubuntu hardy-backports universe
# deb http://archive.ubuntu.com/ubuntu hardy-backports restricted
# deb http://archive.ubuntu.com/ubuntu hardy-backports multiversema anche togliendo il commento ai vari archivi e ripartendo da apt-get update e apt-get upgrade il risultato non cambia.
Come è possibile superare questo ostacolo?
Grazie