Good Morning All
Here are the steps we used
sudo wget http://sourceforge.net/projects/airtime/files/2.2.1/airtime-2.2.1.tar.gz
sudo tar -xvzf airtime-2.2.1.tar.gz -C ~/
sudo -u postgres pg_dumpall | gzip -c > airtime-backup_2.2.gz
gunzip airtime-backup_2.2.gz
sudo ~/airtime-2.2.0/install_minimal/airtime-uninstall
sudo -u postgres dropdb airtime ## just In case
sudo rm -rf ~/srv/airtime/
sudo rm -rf ~/etc/airtime/
sudo ~/airtime-2.2.1/install_full/ubuntu/airtime-full-install -r
sudo -u postgres psql -f airtime-backup_2.2 postgres
This is the same process we've used in the past but this time we get nothing
Airtime will not come up at all
We tried to go back to 2.2.0 and the same issues
Noticed on install we're getting
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/Release.gpg Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/binary-amd64/Packages Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/games/binary-amd64/Packages Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/binary-i386/Packages Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/games/binary-i386/Packages Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/i18n/Translation-en_US Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/i18n/Translation-en Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/games/i18n/Translation-en_US Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/games/i18n/Translation-en Unable to connect to archive.getdeb.net:http:
E: Some index files failed to download. They have been ignored, or old ones used instead.
I'm probably overlooking the obvious but...
Thanks!
Here are the steps we used
sudo wget http://sourceforge.net/projects/airtime/files/2.2.1/airtime-2.2.1.tar.gz
sudo tar -xvzf airtime-2.2.1.tar.gz -C ~/
sudo -u postgres pg_dumpall | gzip -c > airtime-backup_2.2.gz
gunzip airtime-backup_2.2.gz
sudo ~/airtime-2.2.0/install_minimal/airtime-uninstall
sudo -u postgres dropdb airtime ## just In case
sudo rm -rf ~/srv/airtime/
sudo rm -rf ~/etc/airtime/
sudo ~/airtime-2.2.1/install_full/ubuntu/airtime-full-install -r
sudo -u postgres psql -f airtime-backup_2.2 postgres
This is the same process we've used in the past but this time we get nothing
Airtime will not come up at all
We tried to go back to 2.2.0 and the same issues
Noticed on install we're getting
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/Release.gpg Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/binary-amd64/Packages Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/games/binary-amd64/Packages Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/binary-i386/Packages Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/games/binary-i386/Packages Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/i18n/Translation-en_US Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/apps/i18n/Translation-en Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/games/i18n/Translation-en_US Unable to connect to archive.getdeb.net:http:
W: Failed to fetch http://archive.getdeb.net/ubuntu/dists/precise-getdeb/games/i18n/Translation-en Unable to connect to archive.getdeb.net:http:
E: Some index files failed to download. They have been ignored, or old ones used instead.
I'm probably overlooking the obvious but...
Thanks!