Forum archive
LAPP Appliance Issues
Hello everyone.
This is the third TurnKey Appliance that I have tried and I must say that these are VERY nice appliances.
Im having trouble with getting apt-get to work correctly. I am trying to install MySQL on the LAPP appliance along with PHPMYADMIN and PHPPGADMIN and am having trouble getting apt-get to work correctly.
When I type apt-get install mysql-server i get
root@lapp:/etc/apt/sources.list.d# apt-get install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package mysql-server
I have went into /etc/apt/sources.list.d then the file source.list and removed all of the comment tags and still no dice. When I run apt-get update I get the following:
Err http://archive.turnkeylinux.org hardy-security Release.gpg
Could not resolve 'archive.turnkeylinux.org'
Err http://archive.turnkeylinux.org hardy Release.gpg
Could not resolve 'archive.turnkeylinux.org'
Err http://archive.ubuntu.com hardy-security Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com hardy Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com hardy-updates Release.gpg
Could not resolve 'archive.ubuntu.com'
Err http://archive.ubuntu.com hardy-backports Release.gpg
Could not resolve 'archive.ubuntu.com'
Reading package lists... Done
W: Failed to fetch http://archive.turnkeylinux.org/ubuntu/dists/hardy-security/Release.gpg Could not resolve 'archive.turnkeylinux.org'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy-security/Release.gpg Could not resolve 'archive.ubuntu.com'
W: Failed to fetch http://archive.turnkeylinux.org/ubuntu/dists/hardy/Release.gpg Could not resolve 'archive.turnkeylinux.org'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy/Release.gpg Could not resolve 'archive.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy-updates/Release.gpg Could not resolve 'archive.ubuntu.com'
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/hardy-backports/Release.gpg Could not resolve 'archive.ubuntu.com'
W: Some index files failed to download, they have been ignored, or old ones used instead.
W: You may want to run apt-get update to correct these problems
I tried to see if iptables is blocking it from going out but it is not installed.
Can someone please let me know what im doing wrong?