Apologies - I'd asked this question a month ago, and Colin Waring kindly
responded. I've been offline for awhile and didn't see that someone else
had asked the same question.

To summarize Colin's response, you need to patch your Debian platform to
the LTS version., which is supported through Feb 2016.

Instructions are available at

https://wiki.debian.org/LTS/Using

...but as Colin notes, you also need to install the key for the LTS
repository.

Here are the steps I used, which worked well for me, and which are
summarized from the document on debian.org.

1) Edit /etc/apt/sources.list

  Add these two lines:

   deb http://http.debian.net/debian/ squeeze-lts main contrib non-free

   deb-src http://http.debian.net/debian/ squeeze-lts main contrib non-free

The security repositories that are already there are no longer needed, as
the last point release for squeeze have been done, so remove them.

So that in total /etc/apt/sources.list includes these lines:

   deb http://http.debian.net/debian/ squeeze main contrib non-free

   deb-src http://http.debian.net/debian/ squeeze main contrib non-free

   deb http://http.debian.net/debian squeeze-lts main contrib non-free

   deb-src http://http.debian.net/debian squeeze-lts main contrib non-free

2) If /etc/apt/apt.conf contains something like this:

APT::Default-Release "squeeze";

then you must either comment it out, or replace it with:

APT::Default-Release "squeeze-lts";



3) Install the key for LTS:

apt-get install debian-keyring debian-archive-keyring

cd /
Run apt-get update and apt-get upgrade

-- 
Mike Watson
WMC Information Services
m <mmwat...@wmcnet.org>mwat...@wyomingmedicalcenter.org
307-577-2028
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Zenloadbalancer-support mailing list
Zenloadbalancer-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/zenloadbalancer-support

Reply via email to