Arm's picture

Setting up DNS within a Turnkey Wordpress installation

Hi Everybody,

i have a VPS on which i choose to install turnkey wordpress linux. Everything works fine except for DNS configuration. I followed steps contained in this procedure: http://linux.justinhartman.com/DNS_Installation_and_Setup_using_BIND9

But i have issue when i give it the following command:

apt-get -y build-dep lsb-base

The error i receive is this:

Reading package lists..

DoneBuilding dependency tree

Reading state information... Done

E: You must put some 'source' URIs in your sources.list

 

What kind of "source" URI i'm supposed to set? My source.list is the following:

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 multiverse

I tried also to add the following sources:

deb-src http://archive.turnkeylinux.org/ubuntu hardy main
deb-src http://archive.turnkeylinux.org/ubuntu hardy universe

deb-src http://archive.ubuntu.com/ubuntu hardy main
deb-src http://archive.ubuntu.com/ubuntu hardy universe

deb-src http://archive.ubuntu.com/ubuntu hardy-updates main
deb-src http://archive.ubuntu.com/ubuntu hardy-updates universe

How can i handle this issue? Any suggestion? Thanks for all the help you can give me

Forum: