Re: How to install latest stable postgresql on Debian

From: "Andrus" <kobruleht2(at)hot(dot)ee>
To: <rod(at)iol(dot)ie>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to install latest stable postgresql on Debian
Date: 2011-11-18 22:59:44
Message-ID: 4D1AB341C99D436AB4BC7E3883EAD3B9@dell2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ray,

thank you.

>Did you do "apt-get update" after adding the line to the source list?

Yes I tried. I tried it again and it looks like the instructons provided in
debian site are invalid.
How to fix ?

Andrus.

root(at)EEPOLDB01:~# cat /etc/apt/sources.list
deb http://www.backports.debian.org/debian-backports squeeze-backports main
# deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 NETINST
Binary-1 20110320-15:03]/ squeeze main
#deb cdrom:[Debian GNU/Linux 6.0.1a _Squeeze_ - Official i386 NETINST
Binary-1 20110320-15:03]/ squeeze main
deb http://ftp.ee.debian.org/debian/ squeeze main
deb-src http://ftp.ee.debian.org/debian/ squeeze main
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
# squeeze-updates, previously known as 'volatile'
deb http://ftp.ee.debian.org/debian/ squeeze-updates main
deb-src http://ftp.ee.debian.org/debian/ squeeze-updates main

root(at)EEPOLDB01:~# apt-get update
Hit http://security.debian.org squeeze/updates Release.gpg
Ign http://security.debian.org/ squeeze/updates/main Translation-aa
Ign http://security.debian.org/ squeeze/updates/main Translation-en
Hit http://security.debian.org squeeze/updates Release
Hit http://security.debian.org squeeze/updates/main Sources
Hit http://security.debian.org squeeze/updates/main i386 Packages
Err http://www.backports.debian.org squeeze-backports Release.gpg
Could not resolve 'www.backports.debian.org'
Err http://www.backports.debian.org/debian-backports/ squeeze-backports/main
Translation-aa
Could not resolve 'www.backports.debian.org'
Err http://www.backports.debian.org/debian-backports/ squeeze-backports/main
Translation-en
Could not resolve 'www.backports.debian.org'
Hit http://ftp.ee.debian.org squeeze Release.gpg
Ign http://ftp.ee.debian.org/debian/ squeeze/main Translation-aa
Ign http://ftp.ee.debian.org/debian/ squeeze/main Translation-en
Get:1 http://ftp.ee.debian.org squeeze-updates Release.gpg [836 B]
Ign http://ftp.ee.debian.org/debian/ squeeze-updates/main Translation-aa
Ign http://ftp.ee.debian.org/debian/ squeeze-updates/main Translation-en
Hit http://ftp.ee.debian.org squeeze Release
Get:2 http://ftp.ee.debian.org squeeze-updates Release [113 kB]
Hit http://ftp.ee.debian.org squeeze/main Sources
Hit http://ftp.ee.debian.org squeeze/main i386 Packages
Hit http://ftp.ee.debian.org squeeze-updates/main Sources/DiffIndex
Hit http://ftp.ee.debian.org squeeze-updates/main i386 Packages/DiffIndex
Get:3 http://ftp.ee.debian.org squeeze-updates/main i386 Packages [4,108 B]
Fetched 118 kB in 3s (33.5 kB/s)
Reading package lists... Done
W: Failed to fetch
http://www.backports.debian.org/debian-backports/dists/squeeze-backports/Release.gpg
Could not resolve 'www.backports.debian.org'

W: Failed to fetch
http://www.backports.debian.org/debian-backports/dists/squeeze-backports/main/i18n/Translation-aa.gz
Could not resolve 'www.backports.debian.org'

W: Failed to fetch
http://www.backports.debian.org/debian-backports/dists/squeeze-backports/main/i18n/Translation-en.gz
Could not resolve 'www.backports.debian.org'

W: Some index files failed to download, they have been ignored, or old ones
used instead.
root(at)EEPOLDB01:~#

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrus 2011-11-18 23:06:20 Re: How to install latest stable postgresql on Debian
Previous Message Adam Cornett 2011-11-18 22:32:59 Re: Is it ever necessary to vacuum a table that only gets inserts/updates?